Server IP : 66.29.132.122 / Your IP : 3.15.11.212 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/ruby32/share/gems/gems/rdoc-6.5.1.1/lib/rdoc/generator/template/darkfish/ |
Upload File : |
<%- comment = if current.respond_to? :comment_location then current.comment_location else current.comment end table = current.parse(comment).table_of_contents.dup if table.length > 1 then %> <div class="nav-section"> <h3>Table of Contents</h3> <%- display_link = proc do |heading| -%> <a href="#<%= heading.label current %>"><%= heading.plain_html %></a> <%- end -%> <%- list_siblings = proc do -%> <%- level = table.first&.level -%> <%- while table.first && table.first.level >= level -%> <%- heading = table.shift -%> <%- if table.first.nil? || table.first.level <= heading.level -%> <li><% display_link.call heading -%> <%- else -%> <li> <details open> <summary><%- display_link.call heading -%></summary> <ul class="link-list" role="directory"> <% list_siblings.call %> </ul> </details> </li> <%- end -%> <%- end -%> <%- end -%> <ul class="link-list" role="directory"> <% list_siblings.call %> </ul> </div> <%- end -%>