Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
core /
vendor /
jquery /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
ajax
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
attributes
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
core
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
css
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
data
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
effects
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
event
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
exports
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
manipulation
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
queue
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
sizzle
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
traversing
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
var
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
ajax.js
20.67
KB
-rw-r--r--
2018-04-19 18:15
attributes.js
200
B
-rw-r--r--
2018-04-19 18:15
callbacks.js
5.38
KB
-rw-r--r--
2018-04-19 18:15
core.js
11.51
KB
-rw-r--r--
2018-04-19 18:15
css.js
12.06
KB
-rw-r--r--
2018-04-19 18:15
data.js
4.83
KB
-rw-r--r--
2018-04-19 18:15
deferred.js
4.31
KB
-rw-r--r--
2018-04-19 18:15
deprecated.js
223
B
-rw-r--r--
2018-04-19 18:15
dimensions.js
1.73
KB
-rw-r--r--
2018-04-19 18:15
effects.js
16.52
KB
-rw-r--r--
2018-04-19 18:15
event.js
23.9
KB
-rw-r--r--
2018-04-19 18:15
intro.js
1.36
KB
-rw-r--r--
2018-04-19 18:15
jquery.js
574
B
-rw-r--r--
2018-04-19 18:15
manipulation.js
14.69
KB
-rw-r--r--
2018-04-19 18:15
offset.js
5.46
KB
-rw-r--r--
2018-04-19 18:15
outro.js
5
B
-rw-r--r--
2018-04-19 18:15
queue.js
2.99
KB
-rw-r--r--
2018-04-19 18:15
selector-native.js
4.33
KB
-rw-r--r--
2018-04-19 18:15
selector-sizzle.js
294
B
-rw-r--r--
2018-04-19 18:15
selector.js
33
B
-rw-r--r--
2018-04-19 18:15
serialize.js
3.14
KB
-rw-r--r--
2018-04-19 18:15
traversing.js
4.43
KB
-rw-r--r--
2018-04-19 18:15
wrap.js
1.46
KB
-rw-r--r--
2018-04-19 18:15
Save
Rename
define([ "./core", "./core/access", "./css" ], function( jQuery, access ) { // 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 ( jQuery.isWindow( elem ) ) { // As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there // isn't a whole lot we can do. See pull request at this URL for discussion: // https://github.com/jquery/jquery/pull/764 return 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, null ); }; }); }); return jQuery; });