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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
URI /
Parser /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Parser.ri
967
B
-rw-r--r--
2026-04-07 17:22
convert_to_uri-i.ri
271
B
-rw-r--r--
2026-04-07 17:22
escape-i.ri
794
B
-rw-r--r--
2026-04-07 17:22
extract-i.ri
913
B
-rw-r--r--
2026-04-07 17:22
initialize_pattern-i.ri
363
B
-rw-r--r--
2026-04-07 17:22
initialize_regexp-i.ri
359
B
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
254
B
-rw-r--r--
2026-04-07 17:22
join-i.ri
575
B
-rw-r--r--
2026-04-07 17:22
make_regexp-i.ri
468
B
-rw-r--r--
2026-04-07 17:22
new-c.ri
1.49
KB
-rw-r--r--
2026-04-07 17:22
parse-i.ri
877
B
-rw-r--r--
2026-04-07 17:22
pattern-i.ri
388
B
-rw-r--r--
2026-04-07 17:22
regexp-i.ri
383
B
-rw-r--r--
2026-04-07 17:22
split-i.ri
338
B
-rw-r--r--
2026-04-07 17:22
unescape-i.ri
746
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"URI::RFC2396_Parser::new;TT:privateo:RDoc::Markup::Document:@parts[S:RDoc::Markup::Heading: leveli: textI" Synopsis;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"URI::Parser.new([opts]) ;T:@format0S; ;i;I" Args;T@ o:RDoc::Markup::Paragraph; [ I";The constructor accepts a hash as options for parser. ;TI"9Keys of options are pattern names of URI components ;TI"0and values of options are pattern strings. ;TI"?The constructor generates set of regexps for parsing URIs.;T@ o;; [I"$You can use the following keys:;T@ o;; [ I"3* :ESCAPED (URI::PATTERN::ESCAPED in default) ;TI"9* :UNRESERVED (URI::PATTERN::UNRESERVED in default) ;TI"5* :DOMLABEL (URI::PATTERN::DOMLABEL in default) ;TI"5* :TOPLABEL (URI::PATTERN::TOPLABEL in default) ;TI"5* :HOSTNAME (URI::PATTERN::HOSTNAME in default) ;T;0S; ;i;I" Examples;T@ o;; [I"Mp = URI::Parser.new(:ESCAPED => "(?:%[a-fA-F0-9]{2}|%u[a-fA-F0-9]{4})") ;TI"Wu = p.parse("http://example.jp/%uABCD") #=> #<URI::HTTP http://example.jp/%uABCD> ;TI"7URI.parse(u.to_s) #=> raises URI::InvalidURIError ;TI" ;TI"#s = "http://example.com/ABCD" ;TI">u1 = p.parse(s) #=> #<URI::HTTP http://example.com/ABCD> ;TI"@u2 = URI.parse(s) #=> #<URI::HTTP http://example.com/ABCD> ;TI"u1 == u2 #=> true ;TI"u1.eql?(u2) #=> false;T;0: @fileI"lib/uri/rfc2396_parser.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(opts = {});T@0FI"Parser;TcRDoc::NormalClass00