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 /
ruby19 /
share /
ri /
1.9.1 /
system /
URI /
Delete
Unzip
Name
Size
Permission
Date
Action
BadURIError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Error
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Escape
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
FTP
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Generic
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
HTTP
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
HTTPS
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
InvalidComponentError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
InvalidURIError
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
LDAP
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
LDAPS
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
MailTo
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Parser
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
REGEXP
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
cdesc-URI.ri
4.6
KB
-rw-r--r--
2023-07-26 17:26
decode_www_form-c.ri
1.1
KB
-rw-r--r--
2023-07-26 17:26
decode_www_form_component-c.ri
423
B
-rw-r--r--
2023-07-26 17:26
encode_www_form-c.ri
1.45
KB
-rw-r--r--
2023-07-26 17:26
encode_www_form_component-c.ri
620
B
-rw-r--r--
2023-07-26 17:26
extract-c.ri
1016
B
-rw-r--r--
2023-07-26 17:26
join-c.ri
1.18
KB
-rw-r--r--
2023-07-26 17:26
parse-c.ri
969
B
-rw-r--r--
2023-07-26 17:26
regexp-c.ri
1.16
KB
-rw-r--r--
2023-07-26 17:26
scheme_list-c.ri
231
B
-rw-r--r--
2023-07-26 17:26
split-c.ri
906
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"decode_www_form:EFI"URI::decode_www_form;FT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"3Decode URL-encoded form data from given +str+.;To:RDoc::Markup::BlankLine o; ; [I"8This decodes application/x-www-form-urlencoded data;TI"*and returns array of key-value array.;TI"8This internally uses URI.decode_www_form_component.;T@o; ; [I"O_charset_ hack is not supported now because the mapping from given charset;TI")to Ruby's encoding is not clear yet.;TI"Jsee also http://www.w3.org/TR/html5/syntax.html#character-encodings-0;T@o; ; [I"LThis refers http://www.w3.org/TR/html5/forms.html#url-encoded-form-data;T@o; ; [I"-ary = URI.decode_www_form("a=1&a=2&b=3");TI"Dp ary #=> [['a', '1'], ['a', '2'], ['b', '3']];TI"#p ary.assoc('a').last #=> '1';TI"#p ary.assoc('b').last #=> '3';TI"#p ary.rassoc('a').last #=> '2';TI"5p Hash[ary] # => {"a"=>"2", "b"=>"3"};T@o; ; [I";See URI.decode_www_form_component, URI.encode_www_form;T: @file000[ I"(str, enc=Encoding::UTF_8);TI"lib/uri/common.rb;T