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 /
codemirror /
src /
display /
[ HOME SHELL ]
Name
Size
Permission
Action
Display.js
4.75
KB
-rw-r--r--
focus.js
1.55
KB
-rw-r--r--
gutters.js
1.52
KB
-rw-r--r--
highlight_worker.js
2.22
KB
-rw-r--r--
line_numbers.js
2.12
KB
-rw-r--r--
mode_state.js
621
B
-rw-r--r--
operations.js
7.89
KB
-rw-r--r--
scroll_events.js
4.85
KB
-rw-r--r--
scrollbars.js
7.31
KB
-rw-r--r--
scrolling.js
7.98
KB
-rw-r--r--
selection.js
7.29
KB
-rw-r--r--
update_display.js
10.26
KB
-rw-r--r--
update_line.js
7.8
KB
-rw-r--r--
update_lines.js
3.39
KB
-rw-r--r--
view_tracking.js
5.26
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mode_state.js
import { getMode } from "../modes.js" import { startWorker } from "./highlight_worker.js" import { regChange } from "./view_tracking.js" // Used to get the editor into a consistent state again when options change. export function loadMode(cm) { cm.doc.mode = getMode(cm.options, cm.doc.modeOption) resetModeState(cm) } export function resetModeState(cm) { cm.doc.iter(line => { if (line.stateAfter) line.stateAfter = null if (line.styles) line.styles = null }) cm.doc.modeFrontier = cm.doc.highlightFrontier = cm.doc.first startWorker(cm, 100) cm.state.modeGen++ if (cm.curOp) regChange(cm) }
Close