Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.78
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Regexp /
Delete
Unzip
Name
Size
Permission
Date
Action
%26-i.yaml
163
B
-rw-r--r--
2023-07-26 13:47
%3d%3d%3d-i.yaml
659
B
-rw-r--r--
2023-07-26 13:47
%3d%3d-i.yaml
581
B
-rw-r--r--
2023-07-26 13:47
%3d%7e-i.yaml
542
B
-rw-r--r--
2023-07-26 13:47
%7c-i.yaml
163
B
-rw-r--r--
2023-07-26 13:47
%7e-i.yaml
427
B
-rw-r--r--
2023-07-26 13:47
casefold%3f-i.yaml
291
B
-rw-r--r--
2023-07-26 13:47
cdesc-Regexp.yaml
1.83
KB
-rw-r--r--
2023-07-26 13:47
compile-c.yaml
239
B
-rw-r--r--
2023-07-26 13:47
eql%3f-i.yaml
585
B
-rw-r--r--
2023-07-26 13:47
escape-c.yaml
593
B
-rw-r--r--
2023-07-26 13:47
hash-i.yaml
294
B
-rw-r--r--
2023-07-26 13:47
inspect-i.yaml
492
B
-rw-r--r--
2023-07-26 13:47
kcode-i.yaml
268
B
-rw-r--r--
2023-07-26 13:47
last_match-c.yaml
797
B
-rw-r--r--
2023-07-26 13:47
match-i.yaml
548
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
1.35
KB
-rw-r--r--
2023-07-26 13:47
options-i.yaml
1023
B
-rw-r--r--
2023-07-26 13:47
quote-c.yaml
591
B
-rw-r--r--
2023-07-26 13:47
source-i.yaml
356
B
-rw-r--r--
2023-07-26 13:47
to_s-i.yaml
1022
B
-rw-r--r--
2023-07-26 13:47
to_yaml-i.yaml
179
B
-rw-r--r--
2023-07-26 13:47
union-c.yaml
1.04
KB
-rw-r--r--
2023-07-26 13:47
yaml_new-c.yaml
187
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: compile - !ruby/object:RI::MethodSummary name: escape - !ruby/object:RI::MethodSummary name: last_match - !ruby/object:RI::MethodSummary name: new - !ruby/object:RI::MethodSummary name: quote - !ruby/object:RI::MethodSummary name: union - !ruby/object:RI::MethodSummary name: yaml_new comment: - !ruby/struct:SM::Flow::P body: "Document-class: Regexp" - !ruby/struct:SM::Flow::P body: A <tt>Regexp</tt> holds a regular expression, used to match a pattern against strings. Regexps are created using the <tt>/.../</tt> and <tt>%r{...}</tt> literals, and by the <tt>Regexp::new</tt> constructor. constants: - !ruby/object:RI::Constant comment: name: IGNORECASE value: INT2FIX(RE_OPTION_IGNORECASE) - !ruby/object:RI::Constant comment: name: EXTENDED value: INT2FIX(RE_OPTION_EXTENDED) - !ruby/object:RI::Constant comment: name: MULTILINE value: INT2FIX(RE_OPTION_MULTILINE) full_name: Regexp includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: "&" - !ruby/object:RI::MethodSummary name: == - !ruby/object:RI::MethodSummary name: === - !ruby/object:RI::MethodSummary name: =~ - !ruby/object:RI::MethodSummary name: casefold? - !ruby/object:RI::MethodSummary name: eql? - !ruby/object:RI::MethodSummary name: hash - !ruby/object:RI::MethodSummary name: inspect - !ruby/object:RI::MethodSummary name: kcode - !ruby/object:RI::MethodSummary name: match - !ruby/object:RI::MethodSummary name: options - !ruby/object:RI::MethodSummary name: source - !ruby/object:RI::MethodSummary name: to_s - !ruby/object:RI::MethodSummary name: to_yaml - !ruby/object:RI::MethodSummary name: "|" - !ruby/object:RI::MethodSummary name: "~" name: Regexp superclass: Object