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 /
ruby20 /
share /
ri /
2.0.0 /
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
5.54
KB
-rw-r--r--
2023-07-26 17:38
decode_www_form-c.ri
1.19
KB
-rw-r--r--
2023-07-26 17:38
decode_www_form_component-c.ri
503
B
-rw-r--r--
2023-07-26 17:38
encode_www_form-c.ri
1.54
KB
-rw-r--r--
2023-07-26 17:38
encode_www_form_component-c.ri
729
B
-rw-r--r--
2023-07-26 17:38
extract-c.ri
1.09
KB
-rw-r--r--
2023-07-26 17:38
join-c.ri
1.28
KB
-rw-r--r--
2023-07-26 17:38
parse-c.ri
1.04
KB
-rw-r--r--
2023-07-26 17:38
regexp-c.ri
1.25
KB
-rw-r--r--
2023-07-26 17:38
scheme_list-c.ri
310
B
-rw-r--r--
2023-07-26 17:38
split-c.ri
1003
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI"regexp:EFI"URI::regexp;FT:publico:RDoc::Markup::Document:@parts[S:RDoc::Markup::Heading: leveli: textI" Synopsis;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I""URI::regexp([match_schemes]) ;T:@format0S; ;i;I" Args;T@ o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I"+match_schemes+;T; [o:RDoc::Markup::Paragraph; [I"BArray of schemes. If given, resulting regexp matches to URIs ;TI".whose scheme is one of the match_schemes.;T@ S; ;i;I"Description;To;; [I"@Returns a Regexp object which matches to URI-like strings. ;TI"BThe Regexp object returned by this method includes arbitrary ;TI"Gnumber of capture group (parentheses). Never rely on it's number.;T@ S; ;i;I" Usage;T@ o;; [I"require 'uri' ;TI" ;TI"*# extract first URI from html_string ;TI"#html_string.slice(URI.regexp) ;TI" ;TI"# remove ftp URIs ;TI")html_string.sub(URI.regexp(['ftp']) ;TI" ;TI"8# You should not rely on the number of parentheses ;TI"0html_string.scan(URI.regexp) do |*matches| ;TI" p $& ;TI"end;T;0: @fileI"lib/uri/common.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(schemes = nil);T@4FI"URI;FcRDoc::NormalModule0