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.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
URI /
Delete
Unzip
Name
Size
Permission
Date
Action
BadURIError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Error
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
FTP
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
File
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Generic
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
HTTP
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
HTTPS
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
InvalidComponentError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
InvalidURIError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
LDAP
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
LDAPS
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
MailTo
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Parser
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
REGEXP
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
RFC2396_Parser
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
RFC2396_REGEXP
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
WS
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
WSS
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
cdesc-URI.ri
5.98
KB
-rw-r--r--
2024-06-26 17:25
decode_www_form-c.ri
1.08
KB
-rw-r--r--
2024-06-26 17:25
decode_www_form_component-c.ri
507
B
-rw-r--r--
2024-06-26 17:25
encode_www_form-c.ri
1.54
KB
-rw-r--r--
2024-06-26 17:25
encode_www_form_component-c.ri
823
B
-rw-r--r--
2024-06-26 17:25
extract-c.ri
1.09
KB
-rw-r--r--
2024-06-26 17:25
for-c.ri
400
B
-rw-r--r--
2024-06-26 17:25
join-c.ri
1.24
KB
-rw-r--r--
2024-06-26 17:25
open-c.ri
1.04
KB
-rw-r--r--
2024-06-26 17:25
parse-c.ri
1.14
KB
-rw-r--r--
2024-06-26 17:25
regexp-c.ri
1.26
KB
-rw-r--r--
2024-06-26 17:25
scheme_list-c.ri
313
B
-rw-r--r--
2024-06-26 17:25
split-c.ri
1.13
KB
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::NormalModule[iI"URI:ET@0o:RDoc::Markup::Document:@parts[o;;[ : @fileI"lib/open-uri.rb;T:0@omit_headings_from_table_of_contents_below0o;;[o:RDoc::Markup::Paragraph;[I"NURI is a module providing classes to handle Uniform Resource Identifiers ;TI"3(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 way of handling URIs.;To;;0;[o;;[I"1Flexibility to introduce custom URI schemes.;To;;0;[o;;[I"NFlexibility 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' ;TI" ;TI"Euri = URI("http://foo.com/posts?id=30&limit=5#time=1305298413") ;TI"I#=> #<URI::HTTP http://foo.com/posts?id=30&limit=5#time=1305298413> ;TI" ;TI"uri.scheme #=> "http" ;TI"!uri.host #=> "foo.com" ;TI" uri.path #=> "/posts" ;TI"'uri.query #=> "id=30&limit=5" ;TI")uri.fragment #=> "time=1305298413" ;TI" ;TI"Luri.to_s #=> "http://foo.com/posts?id=30&limit=5#time=1305298413" ;T:@format0S; ;i;I"Adding custom URIs;T@o;;[I"module URI ;TI" class RSYNC < Generic ;TI" DEFAULT_PORT = 873 ;TI" end ;TI"" @@schemes['RSYNC'] = RSYNC ;TI" end ;TI"#=> URI::RSYNC ;TI" ;TI"URI.scheme_list ;TI"A#=> {"FILE"=>URI::File, "FTP"=>URI::FTP, "HTTP"=>URI::HTTP, ;TI"G# "HTTPS"=>URI::HTTPS, "LDAP"=>URI::LDAP, "LDAPS"=>URI::LDAPS, ;TI"6# "MAILTO"=>URI::MailTo, "RSYNC"=>URI::RSYNC} ;TI" ;TI"(uri = URI("rsync://rsync.foo.com") ;TI"-#=> #<URI::RSYNC rsync://rsync.foo.com> ;T;0S; ;i;I"RFC References;T@o;;[I"FA 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::File - (in uri/file.rb);To;;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.;T; I"lib/uri.rb;T; 0o;;[ ; I"lib/uri/common.rb;T; 0o;;[ ; I"lib/uri/file.rb;T; 0o;;[ ; I"lib/uri/ftp.rb;T; 0o;;[ ; I"lib/uri/generic.rb;T; 0o;;[ ; I"lib/uri/http.rb;T; 0o;;[ ; I"lib/uri/https.rb;T; 0o;;[ ; I"lib/uri/ldap.rb;T; 0o;;[ ; I"lib/uri/ldaps.rb;T; 0o;;[ ; I"lib/uri/mailto.rb;T; 0o;;[ ; I"lib/uri/rfc2396_parser.rb;T; 0o;;[ ; I"lib/uri/rfc3986_parser.rb;T; 0o;;[ ; I"lib/uri/version.rb;T; 0o;;[ ; I"lib/uri/ws.rb;T; 0o;;[ ; I"lib/uri/wss.rb;T; 0; 0; 0[ [ U:RDoc::Constant[i I"REGEXP;TI"URI::REGEXP;T:publicI"URI::RFC2396_REGEXP;To;;[ ; @�; 0@�@cRDoc::NormalModule0U;[i I"Parser;TI"URI::Parser;T;I"URI::RFC2396_Parser;To;;[ ; @�; 0@�@@+0U;[i I"RFC3986_PARSER;TI"URI::RFC3986_PARSER;T;0o;;[ ; @�; 0@�@@+0U;[i I"DEFAULT_PARSER;TI"URI::DEFAULT_PARSER;T;0o;;[o;;[I"URI::Parser.new;T; @�; 0@�@@+0[[I"REGEXP;To;;[ ; @�; 0I"lib/uri/common.rb;T[[I" class;T[[;[ [:protected[ [:private[[I"decode_www_form;T@G[I"decode_www_form_component;T@G[I"encode_www_form;T@G[I"encode_www_form_component;T@G[I"extract;T@G[I"for;T@G[I" join;T@G[I" open;TI"lib/open-uri.rb;T[I" parse;T@G[I"regexp;T@G[I"scheme_list;T@G[I" split;T@G[I" instance;T[[;[ [;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[I"lib/open-uri.rb;TI")lib/rubygems/local_remote_options.rb;TI"lib/rubygems/request.rb;TI"lib/rubygems/server.rb;TI")lib/rubygems/specification_policy.rb;TI"lib/rubygems/uri.rb;TI"lib/uri.rb;TI"lib/uri/common.rb;TI"lib/uri/file.rb;TI"lib/uri/ftp.rb;TI"lib/uri/generic.rb;TI"lib/uri/http.rb;TI"lib/uri/https.rb;TI"lib/uri/ldap.rb;TI"lib/uri/ldaps.rb;TI"lib/uri/mailto.rb;TI"lib/uri/rfc2396_parser.rb;TI"lib/uri/rfc3986_parser.rb;TI"lib/uri/version.rb;TI"lib/uri/ws.rb;TI"lib/uri/wss.rb;T@!cRDoc::TopLevel