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 /
ruby30 /
share /
ri /
system /
Regexp /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.ri
819
B
-rw-r--r--
2024-06-26 17:25
%3d%3d-i.ri
647
B
-rw-r--r--
2024-06-26 17:25
%3d%7e-i.ri
1.82
KB
-rw-r--r--
2024-06-26 17:25
%7e-i.ri
510
B
-rw-r--r--
2024-06-26 17:25
as_json-i.ri
374
B
-rw-r--r--
2024-06-26 17:25
casefold%3f-i.ri
536
B
-rw-r--r--
2024-06-26 17:25
cdesc-Regexp.ri
37.59
KB
-rw-r--r--
2024-06-26 17:25
compile-c.ri
284
B
-rw-r--r--
2024-06-26 17:25
encoding-i.ri
357
B
-rw-r--r--
2024-06-26 17:25
eql%3f-i.ri
733
B
-rw-r--r--
2024-06-26 17:25
escape-c.ri
703
B
-rw-r--r--
2024-06-26 17:25
fixed_encoding%3f-i.ri
1.49
KB
-rw-r--r--
2024-06-26 17:25
hash-i.ri
415
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
591
B
-rw-r--r--
2024-06-26 17:25
json_create-c.ri
468
B
-rw-r--r--
2024-06-26 17:25
last_match-c.ri
1.34
KB
-rw-r--r--
2024-06-26 17:25
match%3f-i.ri
839
B
-rw-r--r--
2024-06-26 17:25
match-i.ri
1.24
KB
-rw-r--r--
2024-06-26 17:25
named_captures-i.ri
906
B
-rw-r--r--
2024-06-26 17:25
names-i.ri
601
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
1.23
KB
-rw-r--r--
2024-06-26 17:25
options-i.ri
1.09
KB
-rw-r--r--
2024-06-26 17:25
quote-c.ri
701
B
-rw-r--r--
2024-06-26 17:25
source-i.ri
538
B
-rw-r--r--
2024-06-26 17:25
to_json-i.ri
403
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
1.09
KB
-rw-r--r--
2024-06-26 17:25
try_convert-c.ri
798
B
-rw-r--r--
2024-06-26 17:25
union-c.ri
1.3
KB
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" match:ETI"Regexp#match;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"9Returns a MatchData object describing the match, or ;TI"C<code>nil</code> if there was no match. This is equivalent to ;TI"Bretrieving the value of the special variable <code>$~</code> ;TI"Gfollowing a normal match. If the second parameter is present, it ;TI">specifies the position in the string 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""/M(.*)/.match("Matz") do |m| ;TI" puts m[0] ;TI" puts m[1] ;TI" end ;T; 0o; ; [I"instead of;T@o;; [ I""if m = /M(.*)/.match("Matz") ;TI" puts m[0] ;TI" puts m[1] ;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"prxp.match(str, pos=0) -> matchdata or nil rxp.match(str, pos=0) {|match| block } -> obj ;T0[ I"(p1, p2 = v2);T@-FI"Regexp;TcRDoc::NormalClass00