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", "../var/document", "../core/readyException", "../deferred" ], function( jQuery, document ) { "use strict"; // The deferred used on DOM ready var readyList = jQuery.Deferred(); jQuery.fn.ready = function( fn ) { readyList .then( fn ) // Wrap jQuery.readyException in a function so that the lookup // happens at the time of error handling instead of callback // registration. .catch( function( error ) { jQuery.readyException( error ); } ); return this; }; jQuery.extend( { // Is the DOM ready to be used? Set to true once it occurs. isReady: false, // A counter to track how many items to wait for before // the ready event fires. See #6781 readyWait: 1, // Handle when the DOM is ready ready: function( wait ) { // Abort if there are pending holds or we're already ready if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { return; } // Remember that the DOM is ready jQuery.isReady = true; // If a normal DOM Ready event fired, decrement, and wait if need be if ( wait !== true && --jQuery.readyWait > 0 ) { return; } // If there are functions bound, to execute readyList.resolveWith( document, [ jQuery ] ); } } ); jQuery.ready.then = readyList.then; // The ready event handler and self cleanup method function completed() { document.removeEventListener( "DOMContentLoaded", completed ); window.removeEventListener( "load", completed ); jQuery.ready(); } // Catch cases where $(document).ready() is called // after the browser event has already occurred. // Support: IE <=9 - 10 only // Older IE sometimes signals "interactive" too soon if ( document.readyState === "complete" || ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { // Handle it asynchronously to allow scripts the opportunity to delay ready window.setTimeout( jQuery.ready ); } else { // Use the handy event callback document.addEventListener( "DOMContentLoaded", completed ); // A fallback to window.onload, that will always work window.addEventListener( "load", completed ); } } );