!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_old/js-sdsl/dist/esm/container/TreeContainer/Base/   drwxrwxrwx
Free 13.2 GB of 57.97 GB (22.78%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     TreeNode.js (3.46 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
var __extends = this && this.t || function() {
    var extendStatics = function(e, n) {
        extendStatics = Object.setPrototypeOf || {
            __proto__: []
        } instanceof Array && function(e, n) {
            e.__proto__ = n;
        } || function(e, n) {
            for (var i in n) if (Object.prototype.hasOwnProperty.call(n, i)) e[i] = n[i];
        };
        return extendStatics(e, n);
    };
    return function(e, n) {
        if (typeof n !== "function" && n !== null) throw new TypeError("Class extends value " + String(n) + " is not a constructor or null");
        extendStatics(e, n);
        function __() {
            this.constructor = e;
        }
        e.prototype = n === null ? Object.create(n) : (__.prototype = n.prototype, new __);
    };
}();

var TreeNode = function() {
    function TreeNode(e, n) {
        this.ee = 1;
        this.W = undefined;
        this.L = undefined;
        this.Y = undefined;
        this.Z = undefined;
        this.tt = undefined;
        this.W = e;
        this.L = n;
    }
    TreeNode.prototype.pre = function() {
        var e = this;
        if (e.ee === 1 && e.tt.tt === e) {
            e = e.Z;
        } else if (e.Y) {
            e = e.Y;
            while (e.Z) {
                e = e.Z;
            }
        } else {
            var n = e.tt;
            while (n.Y === e) {
                e = n;
                n = e.tt;
            }
            e = n;
        }
        return e;
    };
    TreeNode.prototype.next = function() {
        var e = this;
        if (e.Z) {
            e = e.Z;
            while (e.Y) {
                e = e.Y;
            }
            return e;
        } else {
            var n = e.tt;
            while (n.Z === e) {
                e = n;
                n = e.tt;
            }
            if (e.Z !== n) {
                return n;
            } else return e;
        }
    };
    TreeNode.prototype.rotateLeft = function() {
        var e = this.tt;
        var n = this.Z;
        var i = n.Y;
        if (e.tt === this) e.tt = n; else if (e.Y === this) e.Y = n; else e.Z = n;
        n.tt = e;
        n.Y = this;
        this.tt = n;
        this.Z = i;
        if (i) i.tt = this;
        return n;
    };
    TreeNode.prototype.rotateRight = function() {
        var e = this.tt;
        var n = this.Y;
        var i = n.Z;
        if (e.tt === this) e.tt = n; else if (e.Y === this) e.Y = n; else e.Z = n;
        n.tt = e;
        n.Z = this;
        this.tt = n;
        this.Y = i;
        if (i) i.tt = this;
        return n;
    };
    return TreeNode;
}();

export { TreeNode };

var TreeNodeEnableIndex = function(e) {
    __extends(TreeNodeEnableIndex, e);
    function TreeNodeEnableIndex() {
        var n = e !== null && e.apply(this, arguments) || this;
        n.Y = undefined;
        n.Z = undefined;
        n.tt = undefined;
        n.rt = 1;
        return n;
    }
    TreeNodeEnableIndex.prototype.rotateLeft = function() {
        var n = e.prototype.rotateLeft.call(this);
        this.recount();
        n.recount();
        return n;
    };
    TreeNodeEnableIndex.prototype.rotateRight = function() {
        var n = e.prototype.rotateRight.call(this);
        this.recount();
        n.recount();
        return n;
    };
    TreeNodeEnableIndex.prototype.recount = function() {
        this.rt = 1;
        if (this.Y) this.rt += this.Y.rt;
        if (this.Z) this.rt += this.Z.rt;
    };
    return TreeNodeEnableIndex;
}(TreeNode);

export { TreeNodeEnableIndex };

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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