!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/pmb/node_modules/tsconfig-paths/lib/__tests__/   drwxr-xr-x
Free 12.98 GB of 57.97 GB (22.39%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     mapping-entry.test.js (2.39 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var mapping_entry_1 = require("../mapping-entry");
var path_1 = require("path");
describe("mapping-entry", function () {
    it("should change to absolute paths and sort in longest prefix order", function () {
        var result = (0, mapping_entry_1.getAbsoluteMappingEntries)("/absolute/base/url", {
            "*": ["/foo1", "/foo2"],
            "longest/pre/fix/*": ["/foo2/bar"],
            "pre/fix/*": ["/foo3"],
        }, true);
        // assert.deepEqual(result, [
        //   {
        //     pattern: "longest/pre/fix/*",
        //     paths: [join("/absolute", "base", "url", "foo2", "bar")],
        //   },
        //   {
        //     pattern: "pre/fix/*",
        //     paths: [join("/absolute", "base", "url", "foo3")],
        //   },
        //   {
        //     pattern: "*",
        //     paths: [
        //       join("/absolute", "base", "url", "foo1"),
        //       join("/absolute", "base", "url", "foo2"),
        //     ],
        //   },
        // ]);
        expect(result).toEqual([
            {
                pattern: "longest/pre/fix/*",
                paths: [(0, path_1.join)("/absolute", "base", "url", "foo2", "bar")],
            },
            {
                pattern: "pre/fix/*",
                paths: [(0, path_1.join)("/absolute", "base", "url", "foo3")],
            },
            {
                pattern: "*",
                paths: [
                    (0, path_1.join)("/absolute", "base", "url", "foo1"),
                    (0, path_1.join)("/absolute", "base", "url", "foo2"),
                ],
            },
        ]);
    });
    it("should should add a match-all pattern when requested", function () {
        var result = (0, mapping_entry_1.getAbsoluteMappingEntries)("/absolute/base/url", {}, true);
        // assert.deepEqual(result, [
        //   {
        //     pattern: "*",
        //     paths: [join("/absolute", "base", "url", "*")],
        //   },
        // ]);
        expect(result).toEqual([
            {
                pattern: "*",
                paths: [(0, path_1.join)("/absolute", "base", "url", "*")],
            },
        ]);
        result = (0, mapping_entry_1.getAbsoluteMappingEntries)("/absolute/base/url", {}, false);
        // assert.deepEqual(result, []);
        expect(result).toEqual([]);
    });
});
//# sourceMappingURL=mapping-entry.test.js.map

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.041 ]--