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 /
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" to_s:ETI"Regexp#to_s;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"SReturns a string containing the regular expression and its options (using the ;TI"M<code>(?opts:source)</code> notation. This string can be fed back in to ;TI"HRegexp::new to a regular expression with the same semantics as the ;TI"Doriginal. (However, <code>Regexp#==</code> may not return true ;TI"Ewhen comparing the two, as the source of the regular expression ;TI"Hitself may differ, as the example shows). Regexp#inspect produces ;TI"5a generally more readable version of <i>rxp</i>.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"*r1 = /ab+c/ix #=> /ab+c/ix ;TI"0s1 = r1.to_s #=> "(?ix-m:ab+c)" ;TI"0r2 = Regexp.new(s1) #=> /(?ix-m:ab+c)/ ;TI"'r1 == r2 #=> false ;TI"(r1.source #=> "ab+c" ;TI"/r2.source #=> "(?ix-m:ab+c)";T:@format0: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I"rxp.to_s -> str ;T0[ I"();T@FI"Regexp;TcRDoc::NormalClass00