Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
runmode /
[ HOME SHELL ]
Name
Size
Permission
Action
colorize.d.ts
779
B
-rw-r--r--
runmode.d.ts
1.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : runmode.d.ts
import '../../'; declare module '../../' { /** * Runs a CodeMirror mode over text without opening an editor instance. * * @param text The document to run through the highlighter. * @param mode The mode to use (must be loaded as normal). * @param callback If this is a function, it will be called for each token with * five arguments, the token's text, the token's style class (may be null for unstyled tokens), * the number of row of the token, the column position of token and the state of mode. * If it is a DOM node, the tokens will be converted to span elements as in an editor, * and inserted into the node (through innerHTML). */ function runMode( text: string, mode: string | ModeSpec<unknown>, callback: | HTMLElement | ((text: string, style?: string | null, row?: number, column?: number, state?: any) => void), options?: { tabSize?: number | undefined; state?: any }, ): void; }
Close