doc/classes/FileSystem.html in ripxplore-0.16.1 vs doc/classes/FileSystem.html in ripxplore-0.17.0

- old
+ new

@@ -84,18 +84,18 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000227">all_file_systems</a>&nbsp;&nbsp; - <a href="#M000232">code_for_tests</a>&nbsp;&nbsp; - <a href="#M000230">compatability_score</a>&nbsp;&nbsp; - <a href="#M000234">compatability_score</a>&nbsp;&nbsp; - <a href="#M000231">files</a>&nbsp;&nbsp; - <a href="#M000233">is_valid_file_system_if</a>&nbsp;&nbsp; - <a href="#M000228">matching_score</a>&nbsp;&nbsp; - <a href="#M000229">non_matching_score</a>&nbsp;&nbsp; + <a href="#M000235">all_file_systems</a>&nbsp;&nbsp; + <a href="#M000240">code_for_tests</a>&nbsp;&nbsp; + <a href="#M000238">compatability_score</a>&nbsp;&nbsp; + <a href="#M000242">compatability_score</a>&nbsp;&nbsp; + <a href="#M000239">files</a>&nbsp;&nbsp; + <a href="#M000241">is_valid_file_system_if</a>&nbsp;&nbsp; + <a href="#M000236">matching_score</a>&nbsp;&nbsp; + <a href="#M000237">non_matching_score</a>&nbsp;&nbsp; </div> </div> </div> @@ -113,44 +113,44 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> - <div id="method-M000227" class="method-detail"> - <a name="M000227"></a> + <div id="method-M000235" class="method-detail"> + <a name="M000235"></a> <div class="method-heading"> - <a href="FileSystem.src/M000227.html" target="Code" class="method-signature" - onclick="popupCode('FileSystem.src/M000227.html');return false;"> + <a href="FileSystem.src/M000235.html" target="Code" class="method-signature" + onclick="popupCode('FileSystem.src/M000235.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-M000232" class="method-detail"> - <a name="M000232"></a> + <div id="method-M000240" class="method-detail"> + <a name="M000240"></a> <div class="method-heading"> - <a href="FileSystem.src/M000232.html" target="Code" class="method-signature" - onclick="popupCode('FileSystem.src/M000232.html');return false;"> + <a href="FileSystem.src/M000240.html" target="Code" class="method-signature" + onclick="popupCode('FileSystem.src/M000240.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-M000230" class="method-detail"> - <a name="M000230"></a> + <div id="method-M000238" class="method-detail"> + <a name="M000238"></a> <div class="method-heading"> - <a href="FileSystem.src/M000230.html" target="Code" class="method-signature" - onclick="popupCode('FileSystem.src/M000230.html');return false;"> + <a href="FileSystem.src/M000238.html" target="Code" class="method-signature" + onclick="popupCode('FileSystem.src/M000238.html');return false;"> <span class="method-name">compatability_score</span><span class="method-args">(filesystem_image)</span> </a> </div> <div class="method-description"> @@ -161,75 +161,75 @@ question </p> </div> </div> - <div id="method-M000234" class="method-detail"> - <a name="M000234"></a> + <div id="method-M000242" class="method-detail"> + <a name="M000242"></a> <div class="method-heading"> - <a href="FileSystem.src/M000234.html" target="Code" class="method-signature" - onclick="popupCode('FileSystem.src/M000234.html');return false;"> + <a href="FileSystem.src/M000242.html" target="Code" class="method-signature" + onclick="popupCode('FileSystem.src/M000242.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-M000231" class="method-detail"> - <a name="M000231"></a> + <div id="method-M000239" class="method-detail"> + <a name="M000239"></a> <div class="method-heading"> - <a href="FileSystem.src/M000231.html" target="Code" class="method-signature" - onclick="popupCode('FileSystem.src/M000231.html');return false;"> + <a href="FileSystem.src/M000239.html" target="Code" class="method-signature" + onclick="popupCode('FileSystem.src/M000239.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#M000231">files</a> from a file_system_image +href="FileSystem.html#M000239">files</a> from a file_system_image </p> </div> </div> - <div id="method-M000233" class="method-detail"> - <a name="M000233"></a> + <div id="method-M000241" class="method-detail"> + <a name="M000241"></a> <div class="method-heading"> - <a href="FileSystem.src/M000233.html" target="Code" class="method-signature" - onclick="popupCode('FileSystem.src/M000233.html');return false;"> + <a href="FileSystem.src/M000241.html" target="Code" class="method-signature" + onclick="popupCode('FileSystem.src/M000241.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-M000228" class="method-detail"> - <a name="M000228"></a> + <div id="method-M000236" class="method-detail"> + <a name="M000236"></a> <div class="method-heading"> - <a href="FileSystem.src/M000228.html" target="Code" class="method-signature" - onclick="popupCode('FileSystem.src/M000228.html');return false;"> + <a href="FileSystem.src/M000236.html" target="Code" class="method-signature" + onclick="popupCode('FileSystem.src/M000236.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-M000229" class="method-detail"> - <a name="M000229"></a> + <div id="method-M000237" class="method-detail"> + <a name="M000237"></a> <div class="method-heading"> - <a href="FileSystem.src/M000229.html" target="Code" class="method-signature" - onclick="popupCode('FileSystem.src/M000229.html');return false;"> + <a href="FileSystem.src/M000237.html" target="Code" class="method-signature" + onclick="popupCode('FileSystem.src/M000237.html');return false;"> <span class="method-name">non_matching_score</span><span class="method-args">()</span> </a> </div> <div class="method-description"> \ No newline at end of file