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 /
ruby21 /
share /
ri /
2.1.0 /
system /
MatchData /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
406
B
-rw-r--r--
2023-07-26 17:52
%5b%5d-i.ri
1.28
KB
-rw-r--r--
2023-07-26 17:52
begin-i.ri
758
B
-rw-r--r--
2023-07-26 17:52
captures-i.ri
589
B
-rw-r--r--
2023-07-26 17:52
cdesc-MatchData.ri
1.11
KB
-rw-r--r--
2023-07-26 17:52
end-i.ri
786
B
-rw-r--r--
2023-07-26 17:52
eql%3f-i.ri
413
B
-rw-r--r--
2023-07-26 17:52
hash-i.ri
383
B
-rw-r--r--
2023-07-26 17:52
inspect-i.ri
793
B
-rw-r--r--
2023-07-26 17:52
length-i.ri
502
B
-rw-r--r--
2023-07-26 17:52
names-i.ri
692
B
-rw-r--r--
2023-07-26 17:52
offset-i.ri
784
B
-rw-r--r--
2023-07-26 17:52
post_match-i.ri
589
B
-rw-r--r--
2023-07-26 17:52
pre_match-i.ri
566
B
-rw-r--r--
2023-07-26 17:52
regexp-i.ri
434
B
-rw-r--r--
2023-07-26 17:52
size-i.ri
498
B
-rw-r--r--
2023-07-26 17:52
string-i.ri
502
B
-rw-r--r--
2023-07-26 17:52
to_a-i.ri
940
B
-rw-r--r--
2023-07-26 17:52
to_s-i.ri
458
B
-rw-r--r--
2023-07-26 17:52
values_at-i.ri
669
B
-rw-r--r--
2023-07-26 17:52
Save
Rename
U:RDoc::AnyMethod[iI" begin:ETI"MatchData#begin;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"NReturns the offset of the start of the <em>n</em>th element of the match ;TI"array in the string. ;TI"G<em>n</em> can be a string or symbol to reference a named capture.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"-m = /(.)(.)(\d+)(\d)/.match("THX1138.") ;TI"m.begin(0) #=> 1 ;TI"m.begin(2) #=> 2 ;TI" ;TI"/m = /(?<foo>.)(.)(?<bar>.)/.match("hoge") ;TI"p m.begin(:foo) #=> 0 ;TI"p m.begin(:bar) #=> 2;T:@format0: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I" mtch.begin(n) -> integer ;T0[ I" (p1);T@FI"MatchData;TcRDoc::NormalClass00