Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.19.255.50
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
jquery /
src /
core /
Delete
Unzip
Name
Size
Permission
Date
Action
var
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
DOMEval.js
1.13
KB
-rw-r--r--
1985-10-26 08:15
access.js
1.28
KB
-rw-r--r--
1985-10-26 08:15
camelCase.js
545
B
-rw-r--r--
1985-10-26 08:15
init.js
3.26
KB
-rw-r--r--
1985-10-26 08:15
isAttached.js
566
B
-rw-r--r--
1985-10-26 08:15
nodeName.js
178
B
-rw-r--r--
1985-10-26 08:15
parseHTML.js
1.57
KB
-rw-r--r--
1985-10-26 08:15
ready-no-deferred.js
2.21
KB
-rw-r--r--
1985-10-26 08:15
ready.js
2.05
KB
-rw-r--r--
1985-10-26 08:15
readyException.js
168
B
-rw-r--r--
1985-10-26 08:15
stripAndCollapse.js
362
B
-rw-r--r--
1985-10-26 08:15
support.js
631
B
-rw-r--r--
1985-10-26 08:15
toType.js
379
B
-rw-r--r--
1985-10-26 08:15
Save
Rename
define( [ "../core", "../core/toType", "../var/isFunction" ], function( jQuery, toType, isFunction ) { "use strict"; // Multifunctional method to get and set values of a collection // The value/s can optionally be executed if it's a function var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { var i = 0, len = elems.length, bulk = key == null; // Sets many values if ( toType( key ) === "object" ) { chainable = true; for ( i in key ) { access( elems, fn, i, key[ i ], true, emptyGet, raw ); } // Sets one value } else if ( value !== undefined ) { chainable = true; if ( !isFunction( value ) ) { raw = true; } if ( bulk ) { // Bulk operations run against the entire set if ( raw ) { fn.call( elems, value ); fn = null; // ...except when executing function values } else { bulk = fn; fn = function( elem, key, value ) { return bulk.call( jQuery( elem ), value ); }; } } if ( fn ) { for ( ; i < len; i++ ) { fn( elems[ i ], key, raw ? value : value.call( elems[ i ], i, fn( elems[ i ], key ) ) ); } } } if ( chainable ) { return elems; } // Gets if ( bulk ) { return fn.call( elems ); } return len ? fn( elems[ 0 ], key ) : emptyGet; }; return access; } );