Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.140.201.179
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
@types /
node /
Delete
Unzip
Name
Size
Permission
Date
Action
assert
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
dns
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
fs
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
stream
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
timers
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
LICENSE
1.11
KB
-rwxrwxr-x
2022-08-30 11:49
README.md
2.38
KB
-rwxrwxr-x
2022-08-30 11:49
assert.d.ts
37.66
KB
-rwxrwxr-x
2022-08-30 11:49
async_hooks.d.ts
20.44
KB
-rwxrwxr-x
2022-08-30 11:49
buffer.d.ts
99.78
KB
-rwxrwxr-x
2022-08-30 11:49
child_process.d.ts
64.57
KB
-rwxrwxr-x
2022-08-30 11:49
cluster.d.ts
20.06
KB
-rwxrwxr-x
2022-08-30 11:49
console.d.ts
17.9
KB
-rwxrwxr-x
2022-08-30 11:49
constants.d.ts
613
B
-rwxrwxr-x
2022-08-30 11:49
crypto.d.ts
147.71
KB
-rwxrwxr-x
2022-08-30 11:49
dgram.d.ts
26.11
KB
-rwxrwxr-x
2022-08-30 11:49
diagnostics_channel.d.ts
5.18
KB
-rwxrwxr-x
2022-08-30 11:49
dns.d.ts
29
KB
-rwxrwxr-x
2022-08-30 11:49
domain.d.ts
7.62
KB
-rwxrwxr-x
2022-08-30 11:49
events.d.ts
28.38
KB
-rwxrwxr-x
2022-08-30 11:49
fs.d.ts
171.67
KB
-rwxrwxr-x
2022-08-30 11:49
globals.d.ts
8.83
KB
-rwxrwxr-x
2022-08-30 11:49
globals.global.d.ts
39
B
-rwxrwxr-x
2022-08-30 11:49
http.d.ts
62.86
KB
-rwxrwxr-x
2022-08-30 11:49
http2.d.ts
109.71
KB
-rwxrwxr-x
2022-08-30 11:49
https.d.ts
20.87
KB
-rwxrwxr-x
2022-08-30 11:49
index.d.ts
6.18
KB
-rwxrwxr-x
2022-08-30 11:49
inspector.d.ts
122.48
KB
-rwxrwxr-x
2022-08-30 11:49
module.d.ts
3.99
KB
-rwxrwxr-x
2022-08-30 11:49
net.d.ts
35.37
KB
-rwxrwxr-x
2022-08-30 11:49
os.d.ts
16.28
KB
-rwxrwxr-x
2022-08-30 11:49
package.json
6.48
KB
-rwxrwxr-x
2022-08-30 11:49
path.d.ts
6.9
KB
-rwxrwxr-x
2022-08-30 11:49
perf_hooks.d.ts
20.54
KB
-rwxrwxr-x
2022-08-30 11:49
process.d.ts
71.21
KB
-rwxrwxr-x
2022-08-30 11:49
punycode.d.ts
5.35
KB
-rwxrwxr-x
2022-08-30 11:49
querystring.d.ts
6.33
KB
-rwxrwxr-x
2022-08-30 11:49
readline.d.ts
25.87
KB
-rwxrwxr-x
2022-08-30 11:49
repl.d.ts
19.01
KB
-rwxrwxr-x
2022-08-30 11:49
stream.d.ts
62.3
KB
-rwxrwxr-x
2022-08-30 11:49
string_decoder.d.ts
2.75
KB
-rwxrwxr-x
2022-08-30 11:49
timers.d.ts
4.43
KB
-rwxrwxr-x
2022-08-30 11:49
tls.d.ts
49.58
KB
-rwxrwxr-x
2022-08-30 11:49
trace_events.d.ts
6.62
KB
-rwxrwxr-x
2022-08-30 11:49
tty.d.ts
9.62
KB
-rwxrwxr-x
2022-08-30 11:49
url.d.ts
38.38
KB
-rwxrwxr-x
2022-08-30 11:49
util.d.ts
62.79
KB
-rwxrwxr-x
2022-08-30 11:49
v8.d.ts
14.91
KB
-rwxrwxr-x
2022-08-30 11:49
vm.d.ts
20.48
KB
-rwxrwxr-x
2022-08-30 11:49
wasi.d.ts
6.89
KB
-rwxrwxr-x
2022-08-30 11:49
worker_threads.d.ts
31.48
KB
-rwxrwxr-x
2022-08-30 11:49
zlib.d.ts
19.06
KB
-rwxrwxr-x
2022-08-30 11:49
Save
Rename
/** * The `string_decoder` module provides an API for decoding `Buffer` objects into * strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16 * characters. It can be accessed using: * * ```js * const { StringDecoder } = require('string_decoder'); * ``` * * The following example shows the basic use of the `StringDecoder` class. * * ```js * const { StringDecoder } = require('string_decoder'); * const decoder = new StringDecoder('utf8'); * * const cent = Buffer.from([0xC2, 0xA2]); * console.log(decoder.write(cent)); * * const euro = Buffer.from([0xE2, 0x82, 0xAC]); * console.log(decoder.write(euro)); * ``` * * When a `Buffer` instance is written to the `StringDecoder` instance, an * internal buffer is used to ensure that the decoded string does not contain * any incomplete multibyte characters. These are held in the buffer until the * next call to `stringDecoder.write()` or until `stringDecoder.end()` is called. * * In the following example, the three UTF-8 encoded bytes of the European Euro * symbol (`€`) are written over three separate operations: * * ```js * const { StringDecoder } = require('string_decoder'); * const decoder = new StringDecoder('utf8'); * * decoder.write(Buffer.from([0xE2])); * decoder.write(Buffer.from([0x82])); * console.log(decoder.end(Buffer.from([0xAC]))); * ``` * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/string_decoder.js) */ declare module 'string_decoder' { class StringDecoder { constructor(encoding?: BufferEncoding); /** * Returns a decoded string, ensuring that any incomplete multibyte characters at * the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the * returned string and stored in an internal buffer for the next call to`stringDecoder.write()` or `stringDecoder.end()`. * @since v0.1.99 * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. */ write(buffer: Buffer): string; /** * Returns any remaining input stored in the internal buffer as a string. Bytes * representing incomplete UTF-8 and UTF-16 characters will be replaced with * substitution characters appropriate for the character encoding. * * If the `buffer` argument is provided, one final call to `stringDecoder.write()`is performed before returning the remaining input. * After `end()` is called, the `stringDecoder` object can be reused for new input. * @since v0.9.3 * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. */ end(buffer?: Buffer): string; } } declare module 'node:string_decoder' { export * from 'string_decoder'; }