Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
cqt /
node_modules /
yaml /
dist /
schema /
[ HOME SHELL ]
Name
Size
Permission
Action
common
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
json
[ DIR ]
drwxr-xr-x
yaml-1.1
[ DIR ]
drwxr-xr-x
Schema.d.ts
799
B
-rw-r--r--
Schema.js
1.51
KB
-rw-r--r--
json-schema.d.ts
1.95
KB
-rw-r--r--
tags.d.ts
1.39
KB
-rw-r--r--
tags.js
3.16
KB
-rw-r--r--
types.d.ts
3.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tags.d.ts
import { SchemaOptions } from '../options.js'; import type { CollectionTag, ScalarTag } from './types.js'; declare const tagsByName: { binary: ScalarTag; bool: ScalarTag & { test: RegExp; }; float: ScalarTag; floatExp: ScalarTag; floatNaN: ScalarTag; floatTime: ScalarTag; int: ScalarTag; intHex: ScalarTag; intOct: ScalarTag; intTime: ScalarTag; map: CollectionTag; merge: ScalarTag & { identify(value: unknown): boolean; test: RegExp; }; null: ScalarTag & { test: RegExp; }; omap: CollectionTag; pairs: CollectionTag; seq: CollectionTag; set: CollectionTag; timestamp: ScalarTag & { test: RegExp; }; }; export type TagId = keyof typeof tagsByName; export type Tags = Array<ScalarTag | CollectionTag | TagId>; export declare const coreKnownTags: { 'tag:yaml.org,2002:binary': ScalarTag; 'tag:yaml.org,2002:merge': ScalarTag & { identify(value: unknown): boolean; test: RegExp; }; 'tag:yaml.org,2002:omap': CollectionTag; 'tag:yaml.org,2002:pairs': CollectionTag; 'tag:yaml.org,2002:set': CollectionTag; 'tag:yaml.org,2002:timestamp': ScalarTag & { test: RegExp; }; }; export declare function getTags(customTags: SchemaOptions['customTags'] | undefined, schemaName: string, addMergeTag?: boolean): (CollectionTag | ScalarTag)[]; export {};
Close