doc/classes/FileSystem.html in ripxplore-0.8.0 vs doc/classes/FileSystem.html in ripxplore-0.11.0
- old
+ new
@@ -1,258 +1,252 @@
-<?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: FileSystem</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">FileSystem</td>
- </tr>
- <tr class="top-aligned-row">
- <td><strong>In:</strong></td>
- <td>
- <a href="../files/lib/FileSystem_rb.html">
- lib/FileSystem.rb
- </a>
- <br />
- </td>
- </tr>
-
- <tr class="top-aligned-row">
- <td><strong>Parent:</strong></td>
- <td>
- Object
- </td>
- </tr>
- </table>
- </div>
- <!-- banner header -->
-
- <div id="bodyContent">
-
-
-
- <div id="contextContent">
- <div id="diagram">
- <map id="map" name="map">
- <area shape="rect" coords="5,5,91,53" href="FileSystem.html" alt="FileSystem" />
-</map>
-<img src="../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
- </div>
-
-
-
- </div>
-
- <div id="method-list">
- <h3 class="section-bar">Methods</h3>
-
- <div class="name-list">
- <a href="#M000387">all_file_systems</a>
- <a href="#M000392">code_for_tests</a>
- <a href="#M000390">compatability_score</a>
- <a href="#M000394">compatability_score</a>
- <a href="#M000391">files</a>
- <a href="#M000393">is_valid_file_system_if</a>
- <a href="#M000388">matching_score</a>
- <a href="#M000389">non_matching_score</a>
- </div>
- </div>
-
- </div>
-
-
- <!-- if includes -->
-
- <div id="section">
-
-
-
-
-
-
-
-
- <!-- if method_list -->
- <div id="methods">
- <h3 class="section-bar">Public Class methods</h3>
-
- <div id="method-M000387" class="method-detail">
- <a name="M000387"></a>
-
- <div class="method-heading">
- <a href="FileSystem.src/M000387.html" target="Code" class="method-signature"
- onclick="popupCode('FileSystem.src/M000387.html');return false;">
- <span class="method-name">all_file_systems</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <div id="method-M000392" class="method-detail">
- <a name="M000392"></a>
-
- <div class="method-heading">
- <a href="FileSystem.src/M000392.html" target="Code" class="method-signature"
- onclick="popupCode('FileSystem.src/M000392.html');return false;">
- <span class="method-name">code_for_tests</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <div id="method-M000390" class="method-detail">
- <a name="M000390"></a>
-
- <div class="method-heading">
- <a href="FileSystem.src/M000390.html" target="Code" class="method-signature"
- onclick="popupCode('FileSystem.src/M000390.html');return false;">
- <span class="method-name">compatability_score</span><span class="method-args">(filesystem_image)</span>
- </a>
- </div>
-
- <div class="method-description">
- <p>
-each subclass needs to overide this function to calculate how good a match
-the specified combination of <a href="FileSystem.html">FileSystem</a> and
-<a href="ImageFormat.html">ImageFormat</a> is for the bytestream in
-question
-</p>
- </div>
- </div>
-
- <div id="method-M000394" class="method-detail">
- <a name="M000394"></a>
-
- <div class="method-heading">
- <a href="FileSystem.src/M000394.html" target="Code" class="method-signature"
- onclick="popupCode('FileSystem.src/M000394.html');return false;">
- <span class="method-name">compatability_score</span><span class="method-args">(file_system_image)</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <div id="method-M000391" class="method-detail">
- <a name="M000391"></a>
-
- <div class="method-heading">
- <a href="FileSystem.src/M000391.html" target="Code" class="method-signature"
- onclick="popupCode('FileSystem.src/M000391.html');return false;">
- <span class="method-name">files</span><span class="method-args">(file_system_image)</span>
- </a>
- </div>
-
- <div class="method-description">
- <p>
-each subclass needs to overide this function to extract <a
-href="FileSystem.html#M000391">files</a> from a file_system_image
-</p>
- </div>
- </div>
-
- <div id="method-M000393" class="method-detail">
- <a name="M000393"></a>
-
- <div class="method-heading">
- <a href="FileSystem.src/M000393.html" target="Code" class="method-signature"
- onclick="popupCode('FileSystem.src/M000393.html');return false;">
- <span class="method-name">is_valid_file_system_if</span><span class="method-args">(code_for_test)</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <div id="method-M000388" class="method-detail">
- <a name="M000388"></a>
-
- <div class="method-heading">
- <a href="FileSystem.src/M000388.html" target="Code" class="method-signature"
- onclick="popupCode('FileSystem.src/M000388.html');return false;">
- <span class="method-name">matching_score</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <div id="method-M000389" class="method-detail">
- <a name="M000389"></a>
-
- <div class="method-heading">
- <a href="FileSystem.src/M000389.html" target="Code" class="method-signature"
- onclick="popupCode('FileSystem.src/M000389.html');return false;">
- <span class="method-name">non_matching_score</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: FileSystem</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">FileSystem</td>
+ </tr>
+ <tr class="top-aligned-row">
+ <td><strong>In:</strong></td>
+ <td>
+ <a href="../files/lib/FileSystem_rb.html">
+ lib/FileSystem.rb
+ </a>
+ <br />
+ </td>
+ </tr>
+
+ <tr class="top-aligned-row">
+ <td><strong>Parent:</strong></td>
+ <td>
+ Object
+ </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="#M000428">all_file_systems</a>
+ <a href="#M000433">code_for_tests</a>
+ <a href="#M000431">compatability_score</a>
+ <a href="#M000435">compatability_score</a>
+ <a href="#M000432">files</a>
+ <a href="#M000434">is_valid_file_system_if</a>
+ <a href="#M000429">matching_score</a>
+ <a href="#M000430">non_matching_score</a>
+ </div>
+ </div>
+
+ </div>
+
+
+ <!-- if includes -->
+
+ <div id="section">
+
+
+
+
+
+
+
+
+ <!-- if method_list -->
+ <div id="methods">
+ <h3 class="section-bar">Public Class methods</h3>
+
+ <div id="method-M000428" class="method-detail">
+ <a name="M000428"></a>
+
+ <div class="method-heading">
+ <a href="FileSystem.src/M000428.html" target="Code" class="method-signature"
+ onclick="popupCode('FileSystem.src/M000428.html');return false;">
+ <span class="method-name">all_file_systems</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <div id="method-M000433" class="method-detail">
+ <a name="M000433"></a>
+
+ <div class="method-heading">
+ <a href="FileSystem.src/M000433.html" target="Code" class="method-signature"
+ onclick="popupCode('FileSystem.src/M000433.html');return false;">
+ <span class="method-name">code_for_tests</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <div id="method-M000431" class="method-detail">
+ <a name="M000431"></a>
+
+ <div class="method-heading">
+ <a href="FileSystem.src/M000431.html" target="Code" class="method-signature"
+ onclick="popupCode('FileSystem.src/M000431.html');return false;">
+ <span class="method-name">compatability_score</span><span class="method-args">(filesystem_image)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+each subclass needs to overide this function to calculate how good a match
+the specified combination of <a href="FileSystem.html">FileSystem</a> and
+<a href="ImageFormat.html">ImageFormat</a> is for the bytestream in
+question
+</p>
+ </div>
+ </div>
+
+ <div id="method-M000435" class="method-detail">
+ <a name="M000435"></a>
+
+ <div class="method-heading">
+ <a href="FileSystem.src/M000435.html" target="Code" class="method-signature"
+ onclick="popupCode('FileSystem.src/M000435.html');return false;">
+ <span class="method-name">compatability_score</span><span class="method-args">(file_system_image)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <div id="method-M000432" class="method-detail">
+ <a name="M000432"></a>
+
+ <div class="method-heading">
+ <a href="FileSystem.src/M000432.html" target="Code" class="method-signature"
+ onclick="popupCode('FileSystem.src/M000432.html');return false;">
+ <span class="method-name">files</span><span class="method-args">(file_system_image)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+each subclass needs to overide this function to extract <a
+href="FileSystem.html#M000432">files</a> from a file_system_image
+</p>
+ </div>
+ </div>
+
+ <div id="method-M000434" class="method-detail">
+ <a name="M000434"></a>
+
+ <div class="method-heading">
+ <a href="FileSystem.src/M000434.html" target="Code" class="method-signature"
+ onclick="popupCode('FileSystem.src/M000434.html');return false;">
+ <span class="method-name">is_valid_file_system_if</span><span class="method-args">(code_for_test)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <div id="method-M000429" class="method-detail">
+ <a name="M000429"></a>
+
+ <div class="method-heading">
+ <a href="FileSystem.src/M000429.html" target="Code" class="method-signature"
+ onclick="popupCode('FileSystem.src/M000429.html');return false;">
+ <span class="method-name">matching_score</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <div id="method-M000430" class="method-detail">
+ <a name="M000430"></a>
+
+ <div class="method-heading">
+ <a href="FileSystem.src/M000430.html" target="Code" class="method-signature"
+ onclick="popupCode('FileSystem.src/M000430.html');return false;">
+ <span class="method-name">non_matching_score</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