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.60
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 /
Parser /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Parser.ri
761
B
-rw-r--r--
2023-07-26 17:26
convert_to_uri-i.ri
173
B
-rw-r--r--
2023-07-26 17:26
escape-i.ri
688
B
-rw-r--r--
2023-07-26 17:26
extract-i.ri
815
B
-rw-r--r--
2023-07-26 17:26
initialize_pattern-i.ri
264
B
-rw-r--r--
2023-07-26 17:26
initialize_regexp-i.ri
260
B
-rw-r--r--
2023-07-26 17:26
inspect-i.ri
155
B
-rw-r--r--
2023-07-26 17:26
join-i.ri
473
B
-rw-r--r--
2023-07-26 17:26
make_regexp-i.ri
363
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
1.42
KB
-rw-r--r--
2023-07-26 17:26
parse-i.ri
779
B
-rw-r--r--
2023-07-26 17:26
pattern-i.ri
285
B
-rw-r--r--
2023-07-26 17:26
regexp-i.ri
279
B
-rw-r--r--
2023-07-26 17:26
split-i.ri
236
B
-rw-r--r--
2023-07-26 17:26
unescape-i.ri
638
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"new:EFI"URI::Parser::new;FT:publico:RDoc::Markup::Document:@parts[S:RDoc::Markup::Heading: leveli: textI" Synopsis;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"URI::Parser.new([opts]) ;FS; ;i;I" Args;T@ o:RDoc::Markup::Paragraph; [ I":The constructor accepts a hash as options for parser.;TI"8Keys of options are pattern names of URI components;TI"/and values of options are pattern strings.;TI"?The constructor generetes 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) ;FI"9* :UNRESERVED (URI::PATTERN::UNRESERVED in default) ;FI"5* :DOMLABEL (URI::PATTERN::DOMLABEL in default) ;FI"5* :TOPLABEL (URI::PATTERN::TOPLABEL in default) ;FI"5* :HOSTNAME (URI::PATTERN::HOSTNAME in default) ;FS; ;i;I" Examples;T@ o;; [I"Mp = URI::Parser.new(:ESCAPED => "(?:%[a-fA-F0-9]{2}|%u[a-fA-F0-9]{4})") ;FI"fu = p.parse("http://example.jp/%uABCD") #=> #<URI::HTTP:0xb78cf4f8 URL:http://example.jp/%uABCD> ;FI"7URI.parse(u.to_s) #=> raises URI::InvalidURIError ;FI" ;FI""s = "http://examle.com/ABCD" ;FI"Mu1 = p.parse(s) #=> #<URI::HTTP:0xb78c3220 URL:http://example.com/ABCD> ;FI"Ou2 = URI.parse(s) #=> #<URI::HTTP:0xb78b6d54 URL:http://example.com/ABCD> ;FI"u1 == u2 #=> true ;FI"u1.eql?(u2) #=> false;F: @file000[ I"(opts = {});TI"lib/uri/common.rb;T