GRAYBYTE WORDPRESS FILE MANAGER5775

Server IP : 68.65.123.43 / Your IP : 216.73.216.162
System : Linux server266.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/inteuuod/public_html/wp-content/plugins/wp-optimize/js/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/inteuuod/public_html/wp-content/plugins/wp-optimize/js//loadCSS.js
// phpcs:disable
/*! loadCSS. [c]2017 Filament Group, Inc. MIT License */
(function(w){
	"use strict";
	/* exported loadCSS */
	var loadCSS = function( href, before, media, attributes ){
		// Arguments explained:
		// `href` [REQUIRED] is the URL for your CSS file.
		// `before` [OPTIONAL] is the element the script should use as a reference for injecting our stylesheet <link> before
		// By default, loadCSS attempts to inject the link after the last stylesheet or script in the DOM. However, you might desire a more specific location in your document.
		// `media` [OPTIONAL] is the media type or query of the stylesheet. By default it will be 'all'
		// `attributes` [OPTIONAL] is the Object of attribute name/attribute value pairs to set on the stylesheet's DOM Element.
		var doc = w.document;
		var ss = doc.createElement( "link" );
		var ref;
		if( before ){
			ref = before;
		}
		else {
			var refs = ( doc.body || doc.getElementsByTagName( "head" )[ 0 ] ).childNodes;
			ref = refs[ refs.length - 1];
		}

		var sheets = doc.styleSheets;
		// Set any of the provided attributes to the stylesheet DOM Element.
		if( attributes ){
			for( var attributeName in attributes ){
				if( attributes.hasOwnProperty( attributeName ) ){
					ss.setAttribute( attributeName, attributes[attributeName] );
				}
			}
		}
		ss.rel = "stylesheet";
		ss.href = href;
		// temporarily set media to something inapplicable to ensure it'll fetch without blocking render
		ss.media = "only x";

		// wait until body is defined before injecting link. This ensures a non-blocking load in IE11.
		function ready( cb ){
			if( doc.body ){
				return cb();
			}
			setTimeout(function(){
				ready( cb );
			});
		}
		// Inject link
			// Note: the ternary preserves the existing behavior of "before" argument, but we could choose to change the argument to "after" in a later release and standardize on ref.nextSibling for all refs
			// Note: `insertBefore` is used instead of `appendChild`, for safety re: http://www.paulirish.com/2011/surefire-dom-element-insertion/
		ready( function(){
			ref.parentNode.insertBefore( ss, ( before ? ref : ref.nextSibling ) );
		});
		// A method (exposed on return object for external use) that mimics onload by polling document.styleSheets until it includes the new sheet.
		var onloadcssdefined = function( cb ){
			var resolvedHref = ss.href;
			var i = sheets.length;
			while( i-- ){
				if( sheets[ i ].href === resolvedHref ){
					return cb();
				}
			}
			setTimeout(function() {
				onloadcssdefined( cb );
			});
		};

		function loadCB(){
			if( ss.addEventListener ){
				ss.removeEventListener( "load", loadCB );
			}
			ss.media = media || "all";
		}

		// once loaded, set link's media back to `all` so that the stylesheet applies once it loads
		if( ss.addEventListener ){
			ss.addEventListener( "load", loadCB);
		}
		ss.onloadcssdefined = onloadcssdefined;
		onloadcssdefined( loadCB );
		return ss;
	};
	// commonjs
	if( typeof exports !== "undefined" ){
		exports.loadCSS = loadCSS;
	}
	else {
		w.loadCSS = loadCSS;
	}
}( typeof global !== "undefined" ? global : this ));

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:25
inteuuod / inteuuod
0755
handlebars
--
July 10 2025 04:32:25
inteuuod / inteuuod
0755
jszip
--
July 10 2025 04:32:25
inteuuod / inteuuod
0755
serialize-json
--
July 10 2025 04:32:25
inteuuod / inteuuod
0755
sortable
--
July 10 2025 04:32:25
inteuuod / inteuuod
0755
.htaccess
0.41 KB
July 10 2025 04:32:25
inteuuod / inteuuod
0644
blockUI-4-2-2.min.js
0.612 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
blockUI.js
1.222 KB
October 22 2024 22:25:00
inteuuod / inteuuod
0644
cache-4-2-2.min.js
8.042 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
cache.js
15.248 KB
March 03 2025 22:03:20
inteuuod / inteuuod
0644
delay-js-4-2-2.min.js
1.16 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
delay-js.js
5.39 KB
February 10 2025 16:14:44
inteuuod / inteuuod
0644
heartbeat-4-2-2.min.js
2.781 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
heartbeat.js
7.522 KB
October 22 2024 22:25:00
inteuuod / inteuuod
0644
loadAsync-4-2-2.min.js
0.297 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
loadAsync.js
0.654 KB
March 27 2020 19:42:24
inteuuod / inteuuod
0644
loadCSS-4-2-2.min.js
0.799 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
loadCSS.js
3.046 KB
March 27 2020 19:42:24
inteuuod / inteuuod
0644
minify-4-2-2.min.js
11.886 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
minify.js
20.751 KB
August 12 2024 14:02:42
inteuuod / inteuuod
0644
modal-4-2-2.min.js
0.9 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
modal.js
1.794 KB
June 02 2020 16:31:46
inteuuod / inteuuod
0644
queue-4-2-2.min.js
0.603 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
queue.js
3.317 KB
February 01 2024 01:34:02
inteuuod / inteuuod
0644
send-command-4-2-2.min.js
2.579 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
send-command.js
5.878 KB
August 12 2024 14:02:42
inteuuod / inteuuod
0644
status-4-2-2.min.js
3.524 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
status.js
6.813 KB
December 09 2024 17:24:26
inteuuod / inteuuod
0644
wpo-images-view-4-2-2.min.js
7.334 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
wpo-images-view.js
15.58 KB
October 22 2024 22:25:00
inteuuod / inteuuod
0644
wpoadmin-4-2-2.min.js
37.2 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
wpoadmin.js
75.491 KB
May 01 2025 14:24:58
inteuuod / inteuuod
0644
wposmush-4-2-2.min.js
22.877 KB
June 02 2025 17:15:44
inteuuod / inteuuod
0644
wposmush.js
45.442 KB
May 01 2025 14:24:58
inteuuod / inteuuod
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF