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::NormalModule[iI"URI:EF@0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"MURI is a module providing classes to handle Uniform Resource Identifiers;TI"2(RFC2396[http://tools.ietf.org/html/rfc2396]);To:RDoc::Markup::BlankLine S:RDoc::Markup::Heading: leveli: textI" Features;T@o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0;[o; ;[I"&Uniform handling of handling URIs;To;;0;[o; ;[I"0Flexibility to introduce custom URI schemes;To;;0;[o; ;[I"MFlexibility to have an alternate URI::Parser (or just different patterns;TI"and regexp's);T@S;;i; I"Basic example;T@o:RDoc::Markup::Verbatim;[I"require 'uri' ;FI" ;FI"Euri = URI("http://foo.com/posts?id=30&limit=5#time=1305298413") ;FI"&#=> #<URI::HTTP:0x00000000b14880 ;FI"C URL:http://foo.com/posts?id=30&limit=5#time=1305298413> ;FI"uri.scheme ;FI"#=> "http" ;FI"uri.host ;FI"#=> "foo.com" ;FI"uri.path ;FI"#=> "/posts" ;FI"uri.query ;FI"#=> "id=30&limit=5" ;FI"uri.fragment ;FI"#=> "time=1305298413" ;FI" ;FI"uri.to_s ;FI">#=> "http://foo.com/posts?id=30&limit=5#time=1305298413" ;FS;;i; I"Adding custom URIs;T@o;;[I"module URI ;FI" class RSYNC < Generic ;FI" DEFAULT_PORT = 873 ;FI" end ;FI"" @@schemes['RSYNC'] = RSYNC ;FI" end ;FI"#=> URI::RSYNC ;FI" ;FI"URI.scheme_list ;FI"C#=> {"FTP"=>URI::FTP, "HTTP"=>URI::HTTP, "HTTPS"=>URI::HTTPS, ;FI"I "LDAP"=>URI::LDAP, "LDAPS"=>URI::LDAPS, "MAILTO"=>URI::MailTo, ;FI" "RSYNC"=>URI::RSYNC} ;FI" ;FI"(uri = URI("rsync://rsync.foo.com") ;FI"B#=> #<URI::RSYNC:0x00000000f648c8 URL:rsync://rsync.foo.com> ;FS;;i; I"RFC References;T@o; ;[I"EA good place to view an RFC spec is http://www.ietf.org/rfc.html;T@o; ;[I")Here is a list of all related RFC's.;To;;;;[ o;;0;[o; ;[I".RFC822[http://tools.ietf.org/html/rfc822];To;;0;[o; ;[I"0RFC1738[http://tools.ietf.org/html/rfc1738];To;;0;[o; ;[I"0RFC2255[http://tools.ietf.org/html/rfc2255];To;;0;[o; ;[I"0RFC2368[http://tools.ietf.org/html/rfc2368];To;;0;[o; ;[I"0RFC2373[http://tools.ietf.org/html/rfc2373];To;;0;[o; ;[I"0RFC2396[http://tools.ietf.org/html/rfc2396];To;;0;[o; ;[I"0RFC2732[http://tools.ietf.org/html/rfc2732];To;;0;[o; ;[I"0RFC3986[http://tools.ietf.org/html/rfc3986];T@S;;i; I"Class tree;T@o;;;;[o;;0;[o; ;[I"%URI::Generic (in uri/generic.rb);To;;;;[ o;;0;[o; ;[I"URI::FTP - (in uri/ftp.rb);To;;0;[o; ;[I"!URI::HTTP - (in uri/http.rb);To;;;;[o;;0;[o; ;[I"#URI::HTTPS - (in uri/https.rb);To;;0;[o; ;[I"!URI::LDAP - (in uri/ldap.rb);To;;;;[o;;0;[o; ;[I"#URI::LDAPS - (in uri/ldaps.rb);To;;0;[o; ;[I"%URI::MailTo - (in uri/mailto.rb);To;;0;[o; ;[I"%URI::Parser - (in uri/common.rb);To;;0;[o; ;[I"%URI::REGEXP - (in uri/common.rb);To;;;;[o;;0;[o; ;[I".URI::REGEXP::PATTERN - (in uri/common.rb);To;;0;[o; ;[I"#URI::Util - (in uri/common.rb);To;;0;[o; ;[I"%URI::Escape - (in uri/common.rb);To;;0;[o; ;[I"$URI::Error - (in uri/common.rb);To;;;;[o;;0;[o; ;[I".URI::InvalidURIError - (in uri/common.rb);To;;0;[o; ;[I"4URI::InvalidComponentError - (in uri/common.rb);To;;0;[o; ;[I"*URI::BadURIError - (in uri/common.rb);T@S;;i; I"Copyright Info;T@o;;: NOTE;[ o;;I"Author;T;[o; ;[I"'Akira Yamada <akira@ruby-lang.org>;To;;I"Documentation;T;[o; ;[I"'Akira Yamada <akira@ruby-lang.org>;TI"'Dmitry V. Sabanin <sdmitry@lrn.ru>;TI",Vincent Batts <vbatts@hashbangbash.com>;To;;I"License;T;[o; ;[I":Copyright (c) 2001 akira yamada <akira@ruby-lang.org>;TI"JYou can redistribute it and/or modify it under the same term as Ruby.;To;;I" Revision;T;[o; ;[I"5$Id: uri.rb 31555 2011-05-13 20:03:21Z drbrain $;T: @fileI"lib/uri.rb;T;0[ [ [I"DEFAULT_PARSER;Fo;;[o; ;[I"URI::Parser.new;T;0I"lib/uri/common.rb;T[I"TBLENCWWWCOMP_;Fo;;[ ;0@[I"TBLDECWWWCOMP_;Fo;;[ ;0@[I"HTML5ASCIIINCOMPAT;Fo;;[ ;0@[I" WFKV_;Fo;;[ ;0@[[I"REGEXP;Fo;;[ ;0@[[I" class;F[[:public[[I"decode_www_form;F@[I"decode_www_form_component;F@[I"encode_www_form;F@[I"encode_www_form_component;F@[I"extract;F@[I" join;F@[I" parse;F@[I"regexp;F@[I"scheme_list;F@[I" split;F@[:protected[ [:private[ [I" instance;F[[;[ [;[ [;[