| Server IP : 162.214.74.102 / Your IP : 216.73.217.21 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/opt/cpanel/ea-ruby24/root/usr/share/ri/system/CGI/HtmlExtension/ |
Upload File : |
U:RDoc::AnyMethod[iI" html:EFI"CGI::HtmlExtension#html;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"3Generate a top-level HTML element as a string.;To:RDoc::Markup::BlankLine o;
; [I"AThe attributes of the element are specified as a hash. The ;TI"Ipseudo-attribute "PRETTY" can be used to specify that the generated ;TI"HHTML string should be indented. "PRETTY" can also be specified as ;TI"Ia string as the sole argument to this method. The pseudo-attribute ;TI"F"DOCTYPE", if given, is used as the leading DOCTYPE SGML tag; it ;TI"Jshould include the entire text of this tag, including angle brackets.;T@o;
; [I"9The body of the html element is supplied as a block.;T@o:RDoc::Markup::Verbatim; [#I"html{ "string" }
;TI"T # <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML>string</HTML>
;TI"
;TI"'html("LANG" => "ja") { "string" }
;TI"^ # <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML LANG="ja">string</HTML>
;TI"
;TI"+html("DOCTYPE" => false) { "string" }
;TI" # <HTML>string</HTML>
;TI"
;TI"Vhtml("DOCTYPE" => '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">') { "string" }
;TI"K # <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><HTML>string</HTML>
;TI"
;TI"0html("PRETTY" => " ") { "<BODY></BODY>" }
;TI"A # <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
;TI" # <HTML>
;TI" # <BODY>
;TI" # </BODY>
;TI" # </HTML>
;TI"
;TI"0html("PRETTY" => "\t") { "<BODY></BODY>" }
;TI"A # <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
;TI" # <HTML>
;TI" # <BODY>
;TI" # </BODY>
;TI" # </HTML>
;TI"
;TI"(html("PRETTY") { "<BODY></BODY>" }
;TI"6 # = html("PRETTY" => " ") { "<BODY></BODY>" }
;TI"
;TI":html(if $VERBOSE then "PRETTY" end) { "HTML string" };T:@format0:
@fileI"lib/cgi/html.rb;T:0@omit_headings_from_table_of_contents_below00I"