REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 7.49 KB
Close
//proc/thread-self/root/opt/alt/ruby40/share/gems/gems/rdoc-7.0.4/lib/rdoc/generator/template/aliki/class.rhtml
Text
Base64
<body role="document" class="<%= klass.type %> has-toc"> <%= render '_icons.rhtml' %> <%= render '_header.rhtml' %> <%= render '_sidebar_toggle.rhtml' %> <nav id="navigation" role="navigation" hidden> <%= render '_sidebar_pages.rhtml' %> <%= render '_sidebar_sections.rhtml' %> <%= render '_sidebar_ancestors.rhtml' %> <%= render '_sidebar_includes.rhtml' %> <%= render '_sidebar_extends.rhtml' %> <%= render '_sidebar_methods.rhtml' %> <%= render '_sidebar_classes.rhtml' %> </nav> <main role="main" aria-labelledby="<%= h klass.aref %>"> <%# If nesting level is 1, breadcrumb list is not needed %> <% if breadcrumb.size > 1 %> <ol role="navigation" aria-label="Breadcrumb navigation" class="breadcrumb"> <% breadcrumb.each do |namespace| %> <li> <% if namespace[:self] %> <span><%= namespace[:name] %></span> <% else %> <a href="<%= namespace[:path] %>"><%= namespace[:name] %></a><span class="separator">::</span> <% end %> </li> <% end %> </ol> <% end %> <h1 id="<%= h klass.aref %>" class="anchor-link <%= klass.type %>"> <%= klass.type %> <%= klass.full_name %> </h1> <section class="description"> <%= klass.description %> </section> <%- klass.each_section do |section, constants, attributes| %> <section id="<%= section.aref %>" class="documentation-section anchor-link"> <%- if section.title %> <header class="documentation-section-title"> <h2> <a href="#<%= section.aref %>"><%= section.title %></a> </h2> </header> <%- end %> <%- if section.comment %> <div> <%= section.description %> </div> <%- end %> <%- unless constants.empty? %> <section class="constants-list"> <header> <h3 id="constants"><a href="#constants">Constants</a></h3> </header> <dl> <%- constants.each do |const| %> <dt id="<%= const.name %>"><%= const.name %></dt> <%- if const.comment %> <dd> <%- if const.mixin_from %> <div class="mixin-from"> Included from <a href="<%= klass.aref_to(const.mixin_from.path) %>"><%= const.mixin_from.full_name %></a> </div> <%- end %> <%= const.description.strip %> </dd> <%- else %> <dd class="missing-docs">(Not documented)</dd> <%- end %> <%- end %> </dl> </section> <%- end %> <%- unless attributes.empty? %> <section class="attribute-method-details method-section"> <header> <h3 id="attributes"><a href="#attributes">Attributes</a></h3> </header> <%- attributes.each do |attrib| %> <div id="<%= attrib.aref %>" class="method-detail anchor-link"> <div class="method-heading attribute-method-heading"> <a href="#<%= attrib.aref %>" title="Link to this attribute"> <span class="method-name"><%= h attrib.name %></span> <span class="attribute-access-type">[<%= attrib.rw %>]</span> </a> </div> <div class="method-description"> <%- if attrib.mixin_from %> <div class="mixin-from"> <%= attrib.singleton ? "Extended" : "Included" %> from <a href="<%= klass.aref_to(attrib.mixin_from.path) %>"><%= attrib.mixin_from.full_name %></a> </div> <%- end %> <%- if attrib.comment %> <%= attrib.description.strip %> <%- else %> <p class="missing-docs">(Not documented)</p> <%- end %> </div> </div> <%- end %> </section> <%- end %> <%- klass.methods_by_type(section).each do |type, visibilities| %> <%- next if visibilities.empty? %> <%- visibilities.each do |visibility, methods| %> <%- next if methods.empty? %> <section id="<%= visibility %>-<%= type %>-<%= section.aref %>-method-details" class="method-section anchor-link"> <header> <h3 id="<%= visibility %>-<%= type %>-methods"><a href="#<%= visibility %>-<%= type %>-methods"><%= visibility.to_s.capitalize %> <%= type.capitalize %> Methods</a></h3> </header> <%- methods.each do |method| %> <div id="<%= method.aref %>" class="method-detail anchor-link <%= method.is_alias_for ? "method-alias" : '' %>"> <div class="method-header"> <%- if (call_seq = method.call_seq) %> <%- call_seq.strip.split("\n").each_with_index do |call_seq, i| %> <div class="method-heading"> <a href="#<%= method.aref %>" title="Link to this method"> <span class="method-callseq"> <%= h(call_seq.strip. gsub( /^\w+\./m, '')). gsub(/(.*)[-=]>/, '\1→') %> </span> </a> </div> <%- end %> <%- elsif method.has_call_seq? %> <div class="method-heading"> <a href="#<%= method.aref %>" title="Link to this method"> <span class="method-name"><%= h method.name %></span> </a> </div> <%- else %> <div class="method-heading"> <a href="#<%= method.aref %>" title="Link to this method"> <span class="method-name"><%= h method.name %></span> <span class="method-args"><%= h method.param_seq %></span> </a> </div> <%- end %> </div> <%- if method.token_stream %> <div class="method-controls"> <details class="method-source-toggle"> <summary>Source</summary> </details> </div> <div class="method-source-code" id="<%= method.html_name %>-source"> <pre class="<%= method.source_language %>" data-language="<%= method.source_language %>"><%= method.markup_code %></pre> </div> <%- end %> <%- unless method.skip_description? %> <div class="method-description"> <%- if method.mixin_from %> <div class="mixin-from"> <%= method.singleton ? "Extended" : "Included" %> from <a href="<%= klass.aref_to(method.mixin_from.path) %>"><%= method.mixin_from.full_name %></a> </div> <%- end %> <%- if method.comment %> <%= method.description.strip %> <%- else %> <p class="missing-docs">(Not documented)</p> <%- end %> <%- if method.calls_super %> <div class="method-calls-super"> Calls superclass method <%= method.superclass_method ? method.formatter.link(method.superclass_method.full_name, method.superclass_method.full_name) : nil %> </div> <%- end %> </div> <%- end %> <%- unless method.aliases.empty? %> <div class="aliases"> Also aliased as: <%= method.aliases.map do |aka| if aka.parent then # HACK lib/rexml/encodings %{<a href="#{klass.aref_to aka.path}">#{h aka.name}</a>} else h aka.name end end.join ", " %> </div> <%- end %> <%- if method.is_alias_for %> <div class="aliases"> Alias for: <a href="<%= klass.aref_to method.is_alias_for.path %>"><%= h method.is_alias_for.name %></a> </div> <%- end %> </div> <%- end %> </section> <%- end %> <%- end %> </section> <%- end %> </main> <%= render '_aside_toc.rhtml' %> <%= render '_footer.rhtml' %> </body>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 20
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
css
DIR
-
drwxr-xr-x
2026-06-09 07:03:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
js
DIR
-
drwxr-xr-x
2026-06-09 07:03:27
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class.rhtml
7.49 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.rhtml
513 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page.rhtml
443 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
servlet_not_found.rhtml
278 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
servlet_root.rhtml
1.82 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_aside_toc.rhtml
316 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_footer.rhtml
677 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
_head.rhtml
4.44 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_header.rhtml
2.46 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_icons.rhtml
4.24 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_ancestors.rhtml
582 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_classes.rhtml
513 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_extends.rhtml
843 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_includes.rhtml
842 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_installed.rhtml
348 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_methods.rhtml
1.52 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_pages.rhtml
1.93 KB
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_search.rhtml
749 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_sections.rhtml
684 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
_sidebar_toggle.rhtml
181 B
lrw-r--r--
2026-05-21 12:15:23
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).