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 /
ruby34 /
share /
ri /
system /
MatchData /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
431
B
-rw-r--r--
2026-04-07 16:51
%5b%5d-i.ri
1.46
KB
-rw-r--r--
2026-04-07 16:51
begin-i.ri
1.42
KB
-rw-r--r--
2026-04-07 16:51
bytebegin-i.ri
1.44
KB
-rw-r--r--
2026-04-07 16:51
byteend-i.ri
1.39
KB
-rw-r--r--
2026-04-07 16:51
byteoffset-i.ri
823
B
-rw-r--r--
2026-04-07 16:51
captures-i.ri
683
B
-rw-r--r--
2026-04-07 16:51
cdesc-MatchData.ri
3.21
KB
-rw-r--r--
2026-04-07 16:51
deconstruct-i.ri
662
B
-rw-r--r--
2026-04-07 16:51
deconstruct_keys-i.ri
889
B
-rw-r--r--
2026-04-07 16:51
end-i.ri
1.37
KB
-rw-r--r--
2026-04-07 16:51
eql%3f-i.ri
476
B
-rw-r--r--
2026-04-07 16:51
hash-i.ri
448
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
845
B
-rw-r--r--
2026-04-07 16:51
length-i.ri
502
B
-rw-r--r--
2026-04-07 16:51
match-i.ri
1.05
KB
-rw-r--r--
2026-04-07 16:51
match_length-i.ri
1.18
KB
-rw-r--r--
2026-04-07 16:51
named_captures-i.ri
1.34
KB
-rw-r--r--
2026-04-07 16:51
names-i.ri
859
B
-rw-r--r--
2026-04-07 16:51
offset-i.ri
1.55
KB
-rw-r--r--
2026-04-07 16:51
post_match-i.ri
806
B
-rw-r--r--
2026-04-07 16:51
pre_match-i.ri
759
B
-rw-r--r--
2026-04-07 16:51
regexp-i.ri
490
B
-rw-r--r--
2026-04-07 16:51
size-i.ri
522
B
-rw-r--r--
2026-04-07 16:51
string-i.ri
594
B
-rw-r--r--
2026-04-07 16:51
to_a-i.ri
575
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
682
B
-rw-r--r--
2026-04-07 16:51
values_at-i.ri
1.1
KB
-rw-r--r--
2026-04-07 16:51
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 of the named captures; ;TI"Leach key is a capture name; each value is its captured string or +nil+:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"0m = /(?<foo>.)(.)(?<bar>.+)/.match("hoge") ;TI"/# => #<MatchData "hoge" foo:"h" bar:"ge"> ;TI"5m.named_captures # => {"foo"=>"h", "bar"=>"ge"} ;TI" ;TI"&m = /(?<a>.)(?<b>.)/.match("01") ;TI"(# => #<MatchData "01" a:"0" b:"1"> ;TI"3m.named_captures #=> {"a" => "0", "b" => "1"} ;TI" ;TI"&m = /(?<a>.)(?<b>.)?/.match("0") ;TI"'# => #<MatchData "0" a:"0" b:nil> ;TI"3m.named_captures #=> {"a" => "0", "b" => nil} ;TI" ;TI"&m = /(?<a>.)(?<a>.)/.match("01") ;TI"(# => #<MatchData "01" a:"0" a:"1"> ;TI"'m.named_captures #=> {"a" => "1"} ;T:@format0o; ; [I"4If keyword argument +symbolize_names+ is given ;TI">a true value, the keys in the resulting hash are Symbols:;T@o;; [I"&m = /(?<a>.)(?<a>.)/.match("01") ;TI"(# => #<MatchData "01" a:"0" a:"1"> ;TI"<m.named_captures(symbolize_names: true) #=> {:a => "1"};T; 0: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I"4named_captures(symbolize_names: false) -> hash ;T0[ I"(p1 = {});T@*FI"MatchData;TcRDoc::NormalClass00