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>&nbsp;&nbsp; - <a href="#M000179">matching_score</a>&nbsp;&nbsp; - <a href="#M000180">type_description</a>&nbsp;&nbsp; - </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=&gt;&quot;&quot;, #&quot;Typeless File&quot; 0x01=&gt;&quot;BAD&quot;, #BAD blocks file 0x02=&gt;&quot;PCD&quot;, #Pascal CoDe file 0x03=&gt;&quot;PTX&quot;, #Pascal TeXt file 0x04=&gt;&quot;TXT&quot;, #ASCII text file 0x05=&gt;&quot;PDA&quot;, #Pascal DAta file 0x06=&gt;&quot;BIN&quot;, #BINary file 0x07=&gt;&quot;CHR&quot;, #CHaRacter font file 0x08=&gt;&quot;PIC&quot;, #PICture file 0x09=&gt;&quot;BA3&quot;, #Business BASIC (SOS) program file 0x0A=&gt;&quot;DA3&quot;, #Business BASIC (SOS) data file 0x0B=&gt;&quot;WPD&quot;, #Word Processor Document 0x0F=&gt;&quot;DIR&quot;, #subDIRectory file 0x10=&gt;&quot;RPD&quot;, #RPS data file 0x11=&gt;&quot;RPI&quot;, #RPS index file 0x19=&gt;&quot;ADB&quot;, #AppleWorks Database file 0x1A=&gt;&quot;AWP&quot;, #AppleWorks WordProcessing file 0x1B=&gt;&quot;ASP&quot;, #AppleWorks Spreadsheet file 0x60=&gt;&quot;PRE&quot;, #ProDOS preboot driver 0x6B=&gt;&quot;NIO&quot;, #PC Transporter BIOS and drivers 0x6D=&gt;&quot;DVR&quot;, #PC Transporter device drivers 0x6F=&gt;&quot;HDV&quot;, #MSDOS HardDisk Volume 0xA0=&gt;&quot;WPF&quot;, #WordPerfect document file 0xA1=&gt;&quot;MAC&quot;, #Macrofile 0xA2=&gt;&quot;HLP&quot;, #Help File 0xA3=&gt;&quot;DAT&quot;, #Data File 0xA5=&gt;&quot;LEX&quot;, #Spelling dictionary 0xAC=&gt;&quot;ARC&quot;, #General Purpose Archive file 0xB0=&gt;&quot;SRC&quot;, #ORCA/M &amp; APW source file 0xB1=&gt;&quot;OBJ&quot;, #ORCA/M &amp; APW object file 0xB2=&gt;&quot;LIB&quot;, #ORCA/M &amp; APW library file 0xB3=&gt;&quot;S16&quot;, #ProDOS16 system file 0xB4=&gt;&quot;RTL&quot;, #ProDOS16 runtime library 0xB5=&gt;&quot;EXE&quot;, #APW shell command file 0xB6=&gt;&quot;STR&quot;, #ProDOS16 startup init file 0xB7=&gt;&quot;TSF&quot;, #ProDOS16 temporary init file 0xB8=&gt;&quot;NDA&quot;, #ProDOS16 new desk accessory 0xB9=&gt;&quot;CDA&quot;, #ProDOS16 classic desk accessory 0xBA=&gt;&quot;TOL&quot;, #ProDOS16 toolset file 0xBB=&gt;&quot;DRV&quot;, #ProDOS16 driver file 0xBF=&gt;&quot;DOC&quot;, #document file 0xC0=&gt;&quot;PNT&quot;, #//gs paint document 0xC1=&gt;&quot;SCR&quot;, #//gs screen file 0xC8=&gt;&quot;FNT&quot;, #Printer font file 0xE0=&gt;&quot;LBR&quot;, #Apple archive library file 0xE2=&gt;&quot;ATI&quot;, #Appletalk init file 0xEF=&gt;&quot;PAS&quot;, #ProDOS Pascal file 0xF0=&gt;&quot;CMD&quot;, #added command file 0xF1=&gt;&quot;OVL&quot;, #Overlay file 0xF2=&gt;&quot;DBF&quot;, #Database file 0xF3=&gt;&quot;PAD&quot;, #MouseWrite file 0xF4=&gt;&quot;MCR&quot;, #AE Pro macro file 0xF5=&gt;&quot;ECP&quot;, #ECP batch file 0xF6=&gt;&quot;DSC&quot;, #description file 0xF7=&gt;&quot;TMP&quot;, #temporary work file 0xF8=&gt;&quot;RSX&quot;, #linkable object module 0xF9=&gt;&quot;IMG&quot;, #ProDOS image file 0xFA=&gt;&quot;INT&quot;, #Integer BASIC program 0xFB=&gt;&quot;IVR&quot;, #Integer BASIC variables file 0xFC=&gt;&quot;BAS&quot;, #AppleSoft BASIC program 0xFD=&gt;&quot;VAR&quot;, #AppleSoft BASIC variables file 0xFE=&gt;&quot;REL&quot;, #ProDOS EDASM relocatable object module file 0xFF=&gt;&quot;SYS&quot;, #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>&nbsp;&nbsp; + <a href="#M000217">matching_score</a>&nbsp;&nbsp; + <a href="#M000218">type_description</a>&nbsp;&nbsp; + </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=&gt;&quot;&quot;, #&quot;Typeless File&quot; 0x01=&gt;&quot;BAD&quot;, #BAD blocks file 0x02=&gt;&quot;PCD&quot;, #Pascal CoDe file 0x03=&gt;&quot;PTX&quot;, #Pascal TeXt file 0x04=&gt;&quot;TXT&quot;, #ASCII text file 0x05=&gt;&quot;PDA&quot;, #Pascal DAta file 0x06=&gt;&quot;BIN&quot;, #BINary file 0x07=&gt;&quot;CHR&quot;, #CHaRacter font file 0x08=&gt;&quot;PIC&quot;, #PICture file 0x09=&gt;&quot;BA3&quot;, #Business BASIC (SOS) program file 0x0A=&gt;&quot;DA3&quot;, #Business BASIC (SOS) data file 0x0B=&gt;&quot;WPD&quot;, #Word Processor Document 0x0F=&gt;&quot;DIR&quot;, #subDIRectory file 0x10=&gt;&quot;RPD&quot;, #RPS data file 0x11=&gt;&quot;RPI&quot;, #RPS index file 0x19=&gt;&quot;ADB&quot;, #AppleWorks Database file 0x1A=&gt;&quot;AWP&quot;, #AppleWorks WordProcessing file 0x1B=&gt;&quot;ASP&quot;, #AppleWorks Spreadsheet file 0x60=&gt;&quot;PRE&quot;, #ProDOS preboot driver 0x6B=&gt;&quot;NIO&quot;, #PC Transporter BIOS and drivers 0x6D=&gt;&quot;DVR&quot;, #PC Transporter device drivers 0x6F=&gt;&quot;HDV&quot;, #MSDOS HardDisk Volume 0xA0=&gt;&quot;WPF&quot;, #WordPerfect document file 0xA1=&gt;&quot;MAC&quot;, #Macrofile 0xA2=&gt;&quot;HLP&quot;, #Help File 0xA3=&gt;&quot;DAT&quot;, #Data File 0xA5=&gt;&quot;LEX&quot;, #Spelling dictionary 0xAC=&gt;&quot;ARC&quot;, #General Purpose Archive file 0xB0=&gt;&quot;SRC&quot;, #ORCA/M &amp; APW source file 0xB1=&gt;&quot;OBJ&quot;, #ORCA/M &amp; APW object file 0xB2=&gt;&quot;LIB&quot;, #ORCA/M &amp; APW library file 0xB3=&gt;&quot;S16&quot;, #ProDOS16 system file 0xB4=&gt;&quot;RTL&quot;, #ProDOS16 runtime library 0xB5=&gt;&quot;EXE&quot;, #APW shell command file 0xB6=&gt;&quot;STR&quot;, #ProDOS16 startup init file 0xB7=&gt;&quot;TSF&quot;, #ProDOS16 temporary init file 0xB8=&gt;&quot;NDA&quot;, #ProDOS16 new desk accessory 0xB9=&gt;&quot;CDA&quot;, #ProDOS16 classic desk accessory 0xBA=&gt;&quot;TOL&quot;, #ProDOS16 toolset file 0xBB=&gt;&quot;DRV&quot;, #ProDOS16 driver file 0xBF=&gt;&quot;DOC&quot;, #document file 0xC0=&gt;&quot;PNT&quot;, #//gs paint document 0xC1=&gt;&quot;SCR&quot;, #//gs screen file 0xC8=&gt;&quot;FNT&quot;, #Printer font file 0xE0=&gt;&quot;LBR&quot;, #Apple archive library file 0xE2=&gt;&quot;ATI&quot;, #Appletalk init file 0xEF=&gt;&quot;PAS&quot;, #ProDOS Pascal file 0xF0=&gt;&quot;CMD&quot;, #added command file 0xF1=&gt;&quot;OVL&quot;, #Overlay file 0xF2=&gt;&quot;DBF&quot;, #Database file 0xF3=&gt;&quot;PAD&quot;, #MouseWrite file 0xF4=&gt;&quot;MCR&quot;, #AE Pro macro file 0xF5=&gt;&quot;ECP&quot;, #ECP batch file 0xF6=&gt;&quot;DSC&quot;, #description file 0xF7=&gt;&quot;TMP&quot;, #temporary work file 0xF8=&gt;&quot;RSX&quot;, #linkable object module 0xF9=&gt;&quot;IMG&quot;, #ProDOS image file 0xFA=&gt;&quot;INT&quot;, #Integer BASIC program 0xFB=&gt;&quot;IVR&quot;, #Integer BASIC variables file 0xFC=&gt;&quot;BAS&quot;, #AppleSoft BASIC program 0xFD=&gt;&quot;VAR&quot;, #AppleSoft BASIC variables file 0xFE=&gt;&quot;REL&quot;, #ProDOS EDASM relocatable object module file 0xFF=&gt;&quot;SYS&quot;, #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