Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
RDoc /
C_Parser /
[ HOME SHELL ]
Name
Size
Permission
Action
cdesc-C_Parser.yaml
5.21
KB
-rw-r--r--
do_aliases-i.yaml
186
B
-rw-r--r--
do_classes-i.yaml
186
B
-rw-r--r--
do_constants-i.yaml
190
B
-rw-r--r--
do_includes-i.yaml
347
B
-rw-r--r--
do_methods-i.yaml
186
B
-rw-r--r--
find_attr_comment-i.yaml
209
B
-rw-r--r--
find_body-i.yaml
304
B
-rw-r--r--
find_class-i.yaml
197
B
-rw-r--r--
find_class_comment-i.yaml
976
B
-rw-r--r--
find_const_comment-i.yaml
377
B
-rw-r--r--
find_modifiers-i.yaml
377
B
-rw-r--r--
find_override_comment-i.yaml
217
B
-rw-r--r--
handle_attr-i.yaml
223
B
-rw-r--r--
handle_class_module-i.yaml
251
B
-rw-r--r--
handle_constants-i.yaml
724
B
-rw-r--r--
handle_ifdefs_in-i.yaml
285
B
-rw-r--r--
handle_method-i.yaml
260
B
-rw-r--r--
handle_tab_width-i.yaml
199
B
-rw-r--r--
mangle_comment-i.yaml
288
B
-rw-r--r--
new-c.yaml
272
B
-rw-r--r--
progress-i.yaml
186
B
-rw-r--r--
remove_commented_out_lines-i.y...
361
B
-rw-r--r--
remove_private_comments-i.yaml
216
B
-rw-r--r--
scan-i.yaml
306
B
-rw-r--r--
warn-i.yaml
174
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : find_class_comment-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Look for class or module documentation above Init_+class_name+(void), in a Document-class <tt>class_name</tt> (or module) comment or above an rb_define_class (or module). If a comment is supplied above a matching Init_ and a rb_define_class the Init_ comment is used. - !ruby/struct:SM::Flow::VERB body: " /*\n * This is a comment for Foo\n */\n Init_Foo(void) {\n VALUE cFoo = rb_define_class("Foo", rb_cObject);\n }\n\n /*\n * Document-class: Foo\n * This is a comment for Foo\n */\n Init_foo(void) {\n VALUE cFoo = rb_define_class("Foo", rb_cObject);\n }\n\n /*\n * This is a comment for Foo\n */\n VALUE cFoo = rb_define_class("Foo", rb_cObject);\n" full_name: RDoc::C_Parser#find_class_comment is_singleton: false name: find_class_comment params: (class_name, class_meth) visibility: private
Close