Linux server220.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
: 198.54.116.164 | : 216.73.216.179
Cant Read [ /etc/named.conf ]
7.4.33
adnangch
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Regexp /
[ HOME SHELL ]
Name
Size
Permission
Action
%26-i.yaml
163
B
-rw-r--r--
%3d%3d%3d-i.yaml
659
B
-rw-r--r--
%3d%3d-i.yaml
581
B
-rw-r--r--
%3d%7e-i.yaml
542
B
-rw-r--r--
%7c-i.yaml
163
B
-rw-r--r--
%7e-i.yaml
427
B
-rw-r--r--
casefold%3f-i.yaml
291
B
-rw-r--r--
cdesc-Regexp.yaml
1.83
KB
-rw-r--r--
compile-c.yaml
239
B
-rw-r--r--
eql%3f-i.yaml
585
B
-rw-r--r--
escape-c.yaml
593
B
-rw-r--r--
hash-i.yaml
294
B
-rw-r--r--
inspect-i.yaml
492
B
-rw-r--r--
kcode-i.yaml
268
B
-rw-r--r--
last_match-c.yaml
797
B
-rw-r--r--
match-i.yaml
548
B
-rw-r--r--
new-c.yaml
1.35
KB
-rw-r--r--
options-i.yaml
1023
B
-rw-r--r--
quote-c.yaml
591
B
-rw-r--r--
source-i.yaml
356
B
-rw-r--r--
to_s-i.yaml
1022
B
-rw-r--r--
to_yaml-i.yaml
179
B
-rw-r--r--
union-c.yaml
1.04
KB
-rw-r--r--
yaml_new-c.yaml
187
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : options-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Returns the set of bits corresponding to the options used when creating this Regexp (see <tt>Regexp::new</tt> for details. Note that additional bits may be set in the returned options: these are used internally by the regular expression code. These extra bits are ignored if the options are passed to <tt>Regexp::new</tt>." - !ruby/struct:SM::Flow::VERB body: " Regexp::IGNORECASE #=> 1\n Regexp::EXTENDED #=> 2\n Regexp::MULTILINE #=> 4\n\n /cat/.options #=> 128\n /cat/ix.options #=> 131\n Regexp.new('cat', true).options #=> 129\n Regexp.new('cat', 0, 's').options #=> 384\n\n r = /cat/ix\n Regexp.new(r.source, r.options) #=> /cat/ix\n" full_name: Regexp#options is_singleton: false name: options params: | rxp.options => fixnum visibility: public
Close