REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.32 KB
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/pdfkit/js/virtual-fs.js
Text
Base64
'use strict'; class VirtualFileSystem { constructor() { this.fileData = {}; } readFileSync(fileName, options) { if (options === void 0) { options = {}; } const encoding = typeof options === 'string' ? options : options.encoding; const virtualFileName = normalizeFilename(fileName); const data = this.fileData[virtualFileName]; if (data == null) { throw new Error(`File '${virtualFileName}' not found in virtual file system`); } if (encoding) { // return a string return typeof data === 'string' ? data : data.toString(encoding); } return Buffer.from(data, typeof data === 'string' ? 'base64' : undefined); } writeFileSync(fileName, content) { this.fileData[normalizeFilename(fileName)] = content; } bindFileData(data, options) { if (data === void 0) { data = {}; } if (options === void 0) { options = {}; } if (options.reset) { this.fileData = data; } else { Object.assign(this.fileData, data); } } } function normalizeFilename(fileName) { if (fileName.indexOf(__dirname) === 0) { fileName = fileName.substring(__dirname.length); } if (fileName.indexOf('/') === 0) { fileName = fileName.substring(1); } return fileName; } var virtualFs = new VirtualFileSystem(); module.exports = virtualFs;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 10
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
data
DIR
-
drwxr-xr-x
2026-02-14 19:19:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pdfkit.es.js
196.45 KB
lrw-r--r--
2026-02-14 19:19:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pdfkit.es.js.map
571.01 KB
lrw-r--r--
2026-02-14 19:20:06
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pdfkit.es5.js
217.88 KB
lrw-r--r--
2026-02-14 19:19:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pdfkit.es5.js.map
427.79 KB
lrw-r--r--
2026-02-14 19:20:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pdfkit.esnext.js
186.85 KB
lrw-r--r--
2026-02-14 19:19:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pdfkit.esnext.js.map
427.37 KB
lrw-r--r--
2026-02-14 19:20:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pdfkit.js
190.90 KB
lrw-r--r--
2026-02-14 19:19:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pdfkit.js.map
562.92 KB
lrw-r--r--
2026-02-14 19:20:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pdfkit.standalone.js
2.46 MB
lrw-r--r--
2026-02-14 19:19:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
virtual-fs.js
1.32 KB
lrw-r--r--
2026-02-14 19:20:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).