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 /
ruby20 /
share /
ri /
2.0.0 /
system /
URI /
Parser /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Parser.ri
918
B
-rw-r--r--
2023-07-26 17:38
convert_to_uri-i.ri
254
B
-rw-r--r--
2023-07-26 17:38
escape-i.ri
774
B
-rw-r--r--
2023-07-26 17:38
extract-i.ri
894
B
-rw-r--r--
2023-07-26 17:38
initialize_pattern-i.ri
345
B
-rw-r--r--
2023-07-26 17:38
initialize_regexp-i.ri
341
B
-rw-r--r--
2023-07-26 17:38
inspect-i.ri
236
B
-rw-r--r--
2023-07-26 17:38
join-i.ri
556
B
-rw-r--r--
2023-07-26 17:38
make_regexp-i.ri
445
B
-rw-r--r--
2023-07-26 17:38
new-c.ri
1.52
KB
-rw-r--r--
2023-07-26 17:38
parse-i.ri
873
B
-rw-r--r--
2023-07-26 17:38
pattern-i.ri
370
B
-rw-r--r--
2023-07-26 17:38
regexp-i.ri
364
B
-rw-r--r--
2023-07-26 17:38
split-i.ri
317
B
-rw-r--r--
2023-07-26 17:38
unescape-i.ri
723
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"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]) ;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 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) ;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"fu = p.parse("http://example.jp/%uABCD") #=> #<URI::HTTP:0xb78cf4f8 URL:http://example.jp/%uABCD> ;TI"7URI.parse(u.to_s) #=> raises URI::InvalidURIError ;TI" ;TI""s = "http://examle.com/ABCD" ;TI"Mu1 = p.parse(s) #=> #<URI::HTTP:0xb78c3220 URL:http://example.com/ABCD> ;TI"Ou2 = URI.parse(s) #=> #<URI::HTTP:0xb78b6d54 URL:http://example.com/ABCD> ;TI"u1 == u2 #=> true ;TI"u1.eql?(u2) #=> false;T;0: @fileI"lib/uri/common.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(opts = {});T@0FI"Parser;FcRDoc::NormalClass0