html/classes/Eymiha/ForwardReferencer.html in eymiha_util-1.0.1 vs html/classes/Eymiha/ForwardReferencer.html in eymiha_util-1.0.2

- old
+ new

@@ -1,181 +1,181 @@ -<?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: Eymiha::ForwardReferencer</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">Eymiha::ForwardReferencer</td> - </tr> - <tr class="top-aligned-row"> - <td><strong>In:</strong></td> - <td> - <a href="../../files/lib/eymiha/util/forward_referencing_rb.html"> - lib/eymiha/util/forward_referencing.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="description"> - <p> -A <a href="ForwardReferencer.html">ForwardReferencer</a> is simply a -class-wrapper for the <a -href="ForwardReferencing.html">ForwardReferencing</a> module. method have -been shortened there is reduced potential for conflict from inheritence -than from inclusion or extension. -</p> - - </div> - - - </div> - - - </div> - - - <!-- if includes --> - <div id="includes"> - <h3 class="section-bar">Included Modules</h3> - - <div id="includes-list"> - <span class="include-name"><a href="ForwardReferencing.html">ForwardReferencing</a></span> - </div> - </div> - - <div id="section"> - - - - <div id="aliases-list"> - <h3 class="section-bar">External Aliases</h3> - - <div class="name-list"> - <table summary="aliases"> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">start_forward_referencing</td> - <td>-&gt;</td> - <td class="context-item-value">initialize</td> - </tr> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">create_forward_reference</td> - <td>-&gt;</td> - <td class="context-item-value">create</td> - </tr> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">remove_forward_reference</td> - <td>-&gt;</td> - <td class="context-item-value">remove</td> - </tr> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">resolve_forward_references</td> - <td>-&gt;</td> - <td class="context-item-value">resolve</td> - </tr> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">continue_forward_reference_resolution</td> - <td>-&gt;</td> - <td class="context-item-value">continue</td> - </tr> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">forward_reference_dependencies</td> - <td>-&gt;</td> - <td class="context-item-value">dependencies</td> - </tr> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">forward_references_to_s</td> - <td>-&gt;</td> - <td class="context-item-value">to_s</td> - </tr> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">forward_references_remaining</td> - <td>-&gt;</td> - <td class="context-item-value">remaining</td> - </tr> - <tr class="top-aligned-row context-row"> - <td class="context-item-name">forward_references_clear</td> - <td>-&gt;</td> - <td class="context-item-value">clear</td> - </tr> - </table> - </div> - </div> - - - - - - <!-- if method_list --> - - - </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: Eymiha::ForwardReferencer</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">Eymiha::ForwardReferencer</td> + </tr> + <tr class="top-aligned-row"> + <td><strong>In:</strong></td> + <td> + <a href="../../files/lib/eymiha/util/forward_referencing_rb.html"> + lib/eymiha/util/forward_referencing.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="description"> + <p> +A <a href="ForwardReferencer.html">ForwardReferencer</a> is simply a +class-wrapper for the <a +href="ForwardReferencing.html">ForwardReferencing</a> module. method have +been shortened there is reduced potential for conflict from inheritence +than from inclusion or extension. +</p> + + </div> + + + </div> + + + </div> + + + <!-- if includes --> + <div id="includes"> + <h3 class="section-bar">Included Modules</h3> + + <div id="includes-list"> + <span class="include-name"><a href="ForwardReferencing.html">ForwardReferencing</a></span> + </div> + </div> + + <div id="section"> + + + + <div id="aliases-list"> + <h3 class="section-bar">External Aliases</h3> + + <div class="name-list"> + <table summary="aliases"> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">start_forward_referencing</td> + <td>-&gt;</td> + <td class="context-item-value">initialize</td> + </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">create_forward_reference</td> + <td>-&gt;</td> + <td class="context-item-value">create</td> + </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">remove_forward_reference</td> + <td>-&gt;</td> + <td class="context-item-value">remove</td> + </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">resolve_forward_references</td> + <td>-&gt;</td> + <td class="context-item-value">resolve</td> + </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">continue_forward_reference_resolution</td> + <td>-&gt;</td> + <td class="context-item-value">continue</td> + </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">forward_reference_dependencies</td> + <td>-&gt;</td> + <td class="context-item-value">dependencies</td> + </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">forward_references_to_s</td> + <td>-&gt;</td> + <td class="context-item-value">to_s</td> + </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">forward_references_remaining</td> + <td>-&gt;</td> + <td class="context-item-value">remaining</td> + </tr> + <tr class="top-aligned-row context-row"> + <td class="context-item-name">forward_references_clear</td> + <td>-&gt;</td> + <td class="context-item-value">clear</td> + </tr> + </table> + </div> + </div> + + + + + + <!-- if method_list --> + + + </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