doc/classes/ProDosFile.html in ripxplore-0.8.0 vs doc/classes/ProDosFile.html in ripxplore-0.11.0
- old
+ new
@@ -1,195 +1,187 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <title>Class: ProDosFile</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
- <script type="text/javascript">
- // <![CDATA[
-
- function popupCode( url ) {
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
- }
-
- function toggleCode( id ) {
- if ( document.getElementById )
- elem = document.getElementById( id );
- else if ( document.all )
- elem = eval( "document.all." + id );
- else
- return false;
-
- elemStyle = elem.style;
-
- if ( elemStyle.display != "block" ) {
- elemStyle.display = "block"
- } else {
- elemStyle.display = "none"
- }
-
- return true;
- }
-
- // Make codeblocks hidden by default
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
-
- // ]]>
- </script>
-
-</head>
-<body>
-
-
-
- <div id="classHeader">
- <table class="header-table">
- <tr class="top-aligned-row">
- <td><strong>Class</strong></td>
- <td class="class-name-in-header">ProDosFile</td>
- </tr>
- <tr class="top-aligned-row">
- <td><strong>In:</strong></td>
- <td>
- <a href="../files/lib/native_file_types/apple2/ProDosFile_rb.html">
- lib/native_file_types/apple2/ProDosFile.rb
- </a>
- <br />
- </td>
- </tr>
-
- <tr class="top-aligned-row">
- <td><strong>Parent:</strong></td>
- <td>
- <a href="NativeFileType.html">
- NativeFileType
- </a>
- </td>
- </tr>
- </table>
- </div>
- <!-- banner header -->
-
- <div id="bodyContent">
-
-
-
- <div id="contextContent">
- <div id="diagram">
- <map id="map" name="map">
- <area shape="rect" coords="16,101,101,149" href="ProDosFile.html" alt="ProDosFile" />
- <area shape="rect" coords="7,197,111,245" href="ProDosBINFile.html" alt="ProDosBINFile" />
- <area shape="rect" coords="5,5,112,53" href="NativeFileType.html" alt="NativeFileType" />
-</map>
-<img src="../dot/f_48.png" usemap="#map" border="0" alt="dot/f_48.png">
- </div>
-
-
-
- </div>
-
- <div id="method-list">
- <h3 class="section-bar">Methods</h3>
-
- <div class="name-list">
- <a href="#M000178">file_system_file_types</a>
- <a href="#M000179">matching_score</a>
- <a href="#M000180">type_description</a>
- </div>
- </div>
-
- </div>
-
-
- <!-- if includes -->
-
- <div id="section">
-
-
- <div id="constants-list">
- <h3 class="section-bar">Constants</h3>
-
- <div class="name-list">
- <table summary="Constants">
- <tr class="top-aligned-row context-row">
- <td class="context-item-name">PRODOS_FILE_TYPES</td>
- <td>=</td>
- <td class="context-item-value">{ 0x00=>"", #"Typeless File" 0x01=>"BAD", #BAD blocks file 0x02=>"PCD", #Pascal CoDe file 0x03=>"PTX", #Pascal TeXt file 0x04=>"TXT", #ASCII text file 0x05=>"PDA", #Pascal DAta file 0x06=>"BIN", #BINary file 0x07=>"CHR", #CHaRacter font file 0x08=>"PIC", #PICture file 0x09=>"BA3", #Business BASIC (SOS) program file 0x0A=>"DA3", #Business BASIC (SOS) data file 0x0B=>"WPD", #Word Processor Document 0x0F=>"DIR", #subDIRectory file 0x10=>"RPD", #RPS data file 0x11=>"RPI", #RPS index file 0x19=>"ADB", #AppleWorks Database file 0x1A=>"AWP", #AppleWorks WordProcessing file 0x1B=>"ASP", #AppleWorks Spreadsheet file 0x60=>"PRE", #ProDOS preboot driver 0x6B=>"NIO", #PC Transporter BIOS and drivers 0x6D=>"DVR", #PC Transporter device drivers 0x6F=>"HDV", #MSDOS HardDisk Volume 0xA0=>"WPF", #WordPerfect document file 0xA1=>"MAC", #Macrofile 0xA2=>"HLP", #Help File 0xA3=>"DAT", #Data File 0xA5=>"LEX", #Spelling dictionary 0xAC=>"ARC", #General Purpose Archive file 0xB0=>"SRC", #ORCA/M & APW source file 0xB1=>"OBJ", #ORCA/M & APW object file 0xB2=>"LIB", #ORCA/M & APW library file 0xB3=>"S16", #ProDOS16 system file 0xB4=>"RTL", #ProDOS16 runtime library 0xB5=>"EXE", #APW shell command file 0xB6=>"STR", #ProDOS16 startup init file 0xB7=>"TSF", #ProDOS16 temporary init file 0xB8=>"NDA", #ProDOS16 new desk accessory 0xB9=>"CDA", #ProDOS16 classic desk accessory 0xBA=>"TOL", #ProDOS16 toolset file 0xBB=>"DRV", #ProDOS16 driver file 0xBF=>"DOC", #document file 0xC0=>"PNT", #//gs paint document 0xC1=>"SCR", #//gs screen file 0xC8=>"FNT", #Printer font file 0xE0=>"LBR", #Apple archive library file 0xE2=>"ATI", #Appletalk init file 0xEF=>"PAS", #ProDOS Pascal file 0xF0=>"CMD", #added command file 0xF1=>"OVL", #Overlay file 0xF2=>"DBF", #Database file 0xF3=>"PAD", #MouseWrite file 0xF4=>"MCR", #AE Pro macro file 0xF5=>"ECP", #ECP batch file 0xF6=>"DSC", #description file 0xF7=>"TMP", #temporary work file 0xF8=>"RSX", #linkable object module 0xF9=>"IMG", #ProDOS image file 0xFA=>"INT", #Integer BASIC program 0xFB=>"IVR", #Integer BASIC variables file 0xFC=>"BAS", #AppleSoft BASIC program 0xFD=>"VAR", #AppleSoft BASIC variables file 0xFE=>"REL", #ProDOS EDASM relocatable object module file 0xFF=>"SYS", #ProDOS8 system file} } unless defined? PRODOS_FILE_TYPES</td>
- </tr>
- </table>
- </div>
- </div>
-
-
-
-
-
-
- <!-- if method_list -->
- <div id="methods">
- <h3 class="section-bar">Public Class methods</h3>
-
- <div id="method-M000178" class="method-detail">
- <a name="M000178"></a>
-
- <div class="method-heading">
- <a href="ProDosFile.src/M000178.html" target="Code" class="method-signature"
- onclick="popupCode('ProDosFile.src/M000178.html');return false;">
- <span class="method-name">file_system_file_types</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <div id="method-M000179" class="method-detail">
- <a name="M000179"></a>
-
- <div class="method-heading">
- <a href="ProDosFile.src/M000179.html" target="Code" class="method-signature"
- onclick="popupCode('ProDosFile.src/M000179.html');return false;">
- <span class="method-name">matching_score</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- <p>
-this class should be low scoring, as a last resort
-</p>
- </div>
- </div>
-
- <h3 class="section-bar">Public Instance methods</h3>
-
- <div id="method-M000180" class="method-detail">
- <a name="M000180"></a>
-
- <div class="method-heading">
- <a href="ProDosFile.src/M000180.html" target="Code" class="method-signature"
- onclick="popupCode('ProDosFile.src/M000180.html');return false;">
- <span class="method-name">type_description</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
-
- </div>
-
-
- </div>
-
-
-<div id="validator-badges">
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
-</div>
-
-</body>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>Class: ProDosFile</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
+ <script type="text/javascript">
+ // <![CDATA[
+
+ function popupCode( url ) {
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
+ }
+
+ function toggleCode( id ) {
+ if ( document.getElementById )
+ elem = document.getElementById( id );
+ else if ( document.all )
+ elem = eval( "document.all." + id );
+ else
+ return false;
+
+ elemStyle = elem.style;
+
+ if ( elemStyle.display != "block" ) {
+ elemStyle.display = "block"
+ } else {
+ elemStyle.display = "none"
+ }
+
+ return true;
+ }
+
+ // Make codeblocks hidden by default
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
+
+ // ]]>
+ </script>
+
+</head>
+<body>
+
+
+
+ <div id="classHeader">
+ <table class="header-table">
+ <tr class="top-aligned-row">
+ <td><strong>Class</strong></td>
+ <td class="class-name-in-header">ProDosFile</td>
+ </tr>
+ <tr class="top-aligned-row">
+ <td><strong>In:</strong></td>
+ <td>
+ <a href="../files/lib/native_file_types/apple2/ProDosFile_rb.html">
+ lib/native_file_types/apple2/ProDosFile.rb
+ </a>
+ <br />
+ </td>
+ </tr>
+
+ <tr class="top-aligned-row">
+ <td><strong>Parent:</strong></td>
+ <td>
+ <a href="NativeFileType.html">
+ NativeFileType
+ </a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <!-- banner header -->
+
+ <div id="bodyContent">
+
+
+
+ <div id="contextContent">
+
+
+
+ </div>
+
+ <div id="method-list">
+ <h3 class="section-bar">Methods</h3>
+
+ <div class="name-list">
+ <a href="#M000216">file_system_file_types</a>
+ <a href="#M000217">matching_score</a>
+ <a href="#M000218">type_description</a>
+ </div>
+ </div>
+
+ </div>
+
+
+ <!-- if includes -->
+
+ <div id="section">
+
+
+ <div id="constants-list">
+ <h3 class="section-bar">Constants</h3>
+
+ <div class="name-list">
+ <table summary="Constants">
+ <tr class="top-aligned-row context-row">
+ <td class="context-item-name">PRODOS_FILE_TYPES</td>
+ <td>=</td>
+ <td class="context-item-value">{
0x00=>"", #"Typeless File"
0x01=>"BAD", #BAD blocks file
0x02=>"PCD", #Pascal CoDe file
0x03=>"PTX", #Pascal TeXt file
0x04=>"TXT", #ASCII text file
0x05=>"PDA", #Pascal DAta file
0x06=>"BIN", #BINary file
0x07=>"CHR", #CHaRacter font file
0x08=>"PIC", #PICture file
0x09=>"BA3", #Business BASIC (SOS) program file
0x0A=>"DA3", #Business BASIC (SOS) data file
0x0B=>"WPD", #Word Processor Document
0x0F=>"DIR", #subDIRectory file
0x10=>"RPD", #RPS data file
0x11=>"RPI", #RPS index file
0x19=>"ADB", #AppleWorks Database file
0x1A=>"AWP", #AppleWorks WordProcessing file
0x1B=>"ASP", #AppleWorks Spreadsheet file
0x60=>"PRE", #ProDOS preboot driver
0x6B=>"NIO", #PC Transporter BIOS and drivers
0x6D=>"DVR", #PC Transporter device drivers
0x6F=>"HDV", #MSDOS HardDisk Volume
0xA0=>"WPF", #WordPerfect document file
0xA1=>"MAC", #Macrofile
0xA2=>"HLP", #Help File
0xA3=>"DAT", #Data File
0xA5=>"LEX", #Spelling dictionary
0xAC=>"ARC", #General Purpose Archive file
0xB0=>"SRC", #ORCA/M & APW source file
0xB1=>"OBJ", #ORCA/M & APW object file
0xB2=>"LIB", #ORCA/M & APW library file
0xB3=>"S16", #ProDOS16 system file
0xB4=>"RTL", #ProDOS16 runtime library
0xB5=>"EXE", #APW shell command file
0xB6=>"STR", #ProDOS16 startup init file
0xB7=>"TSF", #ProDOS16 temporary init file
0xB8=>"NDA", #ProDOS16 new desk accessory
0xB9=>"CDA", #ProDOS16 classic desk accessory
0xBA=>"TOL", #ProDOS16 toolset file
0xBB=>"DRV", #ProDOS16 driver file
0xBF=>"DOC", #document file
0xC0=>"PNT", #//gs paint document
0xC1=>"SCR", #//gs screen file
0xC8=>"FNT", #Printer font file
0xE0=>"LBR", #Apple archive library file
0xE2=>"ATI", #Appletalk init file
0xEF=>"PAS", #ProDOS Pascal file
0xF0=>"CMD", #added command file
0xF1=>"OVL", #Overlay file
0xF2=>"DBF", #Database file
0xF3=>"PAD", #MouseWrite file
0xF4=>"MCR", #AE Pro macro file
0xF5=>"ECP", #ECP batch file
0xF6=>"DSC", #description file
0xF7=>"TMP", #temporary work file
0xF8=>"RSX", #linkable object module
0xF9=>"IMG", #ProDOS image file
0xFA=>"INT", #Integer BASIC program
0xFB=>"IVR", #Integer BASIC variables file
0xFC=>"BAS", #AppleSoft BASIC program
0xFD=>"VAR", #AppleSoft BASIC variables file
0xFE=>"REL", #ProDOS EDASM relocatable object module file
0xFF=>"SYS", #ProDOS8 system file}
} unless defined? PRODOS_FILE_TYPES</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+
+
+
+
+
+
+ <!-- if method_list -->
+ <div id="methods">
+ <h3 class="section-bar">Public Class methods</h3>
+
+ <div id="method-M000216" class="method-detail">
+ <a name="M000216"></a>
+
+ <div class="method-heading">
+ <a href="ProDosFile.src/M000216.html" target="Code" class="method-signature"
+ onclick="popupCode('ProDosFile.src/M000216.html');return false;">
+ <span class="method-name">file_system_file_types</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <div id="method-M000217" class="method-detail">
+ <a name="M000217"></a>
+
+ <div class="method-heading">
+ <a href="ProDosFile.src/M000217.html" target="Code" class="method-signature"
+ onclick="popupCode('ProDosFile.src/M000217.html');return false;">
+ <span class="method-name">matching_score</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+this class should be low scoring, as a last resort
+</p>
+ </div>
+ </div>
+
+ <h3 class="section-bar">Public Instance methods</h3>
+
+ <div id="method-M000218" class="method-detail">
+ <a name="M000218"></a>
+
+ <div class="method-heading">
+ <a href="ProDosFile.src/M000218.html" target="Code" class="method-signature"
+ onclick="popupCode('ProDosFile.src/M000218.html');return false;">
+ <span class="method-name">type_description</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+
+ </div>
+
+
+ </div>
+
+
+<div id="validator-badges">
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
+</div>
+
+</body>
</html>
\ No newline at end of file