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 /
ruby31 /
share /
ri /
system /
Regexp /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.ri
819
B
-rw-r--r--
2025-04-28 21:06
%3d%3d-i.ri
647
B
-rw-r--r--
2025-04-28 21:06
%3d%7e-i.ri
1.82
KB
-rw-r--r--
2025-04-28 21:06
%7e-i.ri
510
B
-rw-r--r--
2025-04-28 21:06
as_json-i.ri
374
B
-rw-r--r--
2025-04-28 21:06
casefold%3f-i.ri
536
B
-rw-r--r--
2025-04-28 21:06
cdesc-Regexp.ri
39.17
KB
-rw-r--r--
2025-04-28 21:06
compile-c.ri
284
B
-rw-r--r--
2025-04-28 21:06
encoding-i.ri
357
B
-rw-r--r--
2025-04-28 21:06
eql%3f-i.ri
733
B
-rw-r--r--
2025-04-28 21:06
escape-c.ri
703
B
-rw-r--r--
2025-04-28 21:06
fixed_encoding%3f-i.ri
1.49
KB
-rw-r--r--
2025-04-28 21:06
hash-i.ri
415
B
-rw-r--r--
2025-04-28 21:06
inspect-i.ri
591
B
-rw-r--r--
2025-04-28 21:06
json_create-c.ri
468
B
-rw-r--r--
2025-04-28 21:06
last_match-c.ri
1.34
KB
-rw-r--r--
2025-04-28 21:06
match%3f-i.ri
845
B
-rw-r--r--
2025-04-28 21:06
match-i.ri
1.24
KB
-rw-r--r--
2025-04-28 21:06
named_captures-i.ri
906
B
-rw-r--r--
2025-04-28 21:06
names-i.ri
601
B
-rw-r--r--
2025-04-28 21:06
new-c.ri
1.23
KB
-rw-r--r--
2025-04-28 21:06
options-i.ri
1.09
KB
-rw-r--r--
2025-04-28 21:06
quote-c.ri
701
B
-rw-r--r--
2025-04-28 21:06
source-i.ri
538
B
-rw-r--r--
2025-04-28 21:06
to_json-i.ri
403
B
-rw-r--r--
2025-04-28 21:06
to_s-i.ri
1.09
KB
-rw-r--r--
2025-04-28 21:06
try_convert-c.ri
798
B
-rw-r--r--
2025-04-28 21:06
union-c.ri
1.3
KB
-rw-r--r--
2025-04-28 21:06
Save
Rename
U:RDoc::AnyMethod[iI"options:ETI"Regexp#options;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"DReturns the set of bits corresponding to the options used when ;TI"Bcreating this Regexp (see Regexp::new for details. Note that ;TI"Hadditional bits may be set in the returned options: these are used ;TI"Einternally by the regular expression code. These extra bits are ;TI"6ignored if the options are passed to Regexp::new.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"/Regexp::IGNORECASE #=> 1 ;TI"/Regexp::EXTENDED #=> 2 ;TI"/Regexp::MULTILINE #=> 4 ;TI" ;TI"//cat/.options #=> 0 ;TI"//cat/ix.options #=> 3 ;TI"/Regexp.new('cat', true).options #=> 1 ;TI"0/\xa1\xa2/e.options #=> 16 ;TI" ;TI"r = /cat/ix ;TI"4Regexp.new(r.source, r.options) #=> /cat/ix;T:@format0: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I"rxp.options -> integer ;T0[ I"();T@ FI"Regexp;TcRDoc::NormalClass00