Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
javascript /
codemirror /
mode /
css /
Delete
Unzip
Name
Size
Permission
Date
Action
css.js
39.84
KB
-rw-r--r--
2021-12-20 10:11
gss_test.js
461
B
-rw-r--r--
2021-12-20 10:11
less_test.js
1.86
KB
-rw-r--r--
2021-12-20 10:11
scss_test.js
3.11
KB
-rw-r--r--
2021-12-20 10:11
test.js
7.34
KB
-rw-r--r--
2021-12-20 10:11
Save
Rename
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE (function() { "use strict"; var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-gss"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "gss"); } MT("atComponent", "[def @component] {", "[tag foo] {", " [property color]: [keyword black];", "}", "}"); })();