SILENT KILLERPanel

Current Path: > home > > transcarter > www > wp-content > > > > > plugins > wp-file-manager > lib > js > ui


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home//transcarter/www/wp-content/////plugins/wp-file-manager/lib/js/ui

NameTypeSizeLast ModifiedActions
button.js File 4219 bytes June 30 2025 14:02:54.
contextmenu.js File 21969 bytes June 30 2025 14:02:54.
cwd.js File 89755 bytes June 30 2025 14:02:54.
dialog.js File 26831 bytes June 30 2025 14:02:54.
fullscreenbutton.js File 634 bytes June 30 2025 14:02:54.
navbar.js File 5343 bytes June 30 2025 14:02:54.
navdock.js File 4470 bytes June 30 2025 14:02:54.
overlay.js File 969 bytes June 30 2025 14:02:54.
panel.js File 559 bytes June 30 2025 14:02:54.
path.js File 5344 bytes June 30 2025 14:02:54.
places.js File 16591 bytes June 30 2025 14:02:54.
searchbutton.js File 10287 bytes June 30 2025 14:02:54.
sortbutton.js File 3750 bytes June 30 2025 14:02:54.
stat.js File 3478 bytes June 30 2025 14:02:54.
toast.js File 2689 bytes June 30 2025 14:02:54.
toolbar.js File 10098 bytes June 30 2025 14:02:54.
tree.js File 41575 bytes June 30 2025 14:02:54.
uploadButton.js File 1072 bytes June 30 2025 14:02:54.
viewbutton.js File 770 bytes June 30 2025 14:02:54.
workzone.js File 1455 bytes June 30 2025 14:02:54.

Reading File: /home//transcarter/www/wp-content/////plugins/wp-file-manager/lib/js/ui/overlay.js

jQuery.fn.elfinderoverlay = function(opts) {
	"use strict";
	var fm = this.parent().elfinder('instance'),
		o, cnt, show, hide;
	
	this.filter(':not(.elfinder-overlay)').each(function() {
		opts = Object.assign({}, opts);
		jQuery(this).addClass('ui-front ui-widget-overlay elfinder-overlay')
			.hide()
			.on('mousedown', function(e) {
				e.preventDefault();
				e.stopPropagation();
			})
			.data({
				cnt  : 0,
				show : typeof(opts.show) == 'function' ? opts.show : function() { },
				hide : typeof(opts.hide) == 'function' ? opts.hide : function() { }
			});
	});
	
	if (opts == 'show') {
		o    = this.eq(0);
		cnt  = o.data('cnt') + 1;
		show = o.data('show');

		fm.toFront(o);
		o.data('cnt', cnt);

		if (o.is(':hidden')) {
			o.show();
			show();
		}
	} 
	
	if (opts == 'hide') {
		o    = this.eq(0);
		cnt  = o.data('cnt') - 1;
		hide = o.data('hide');
		
		o.data('cnt', cnt);
			
		if (cnt <= 0) {
			o.hide();
			hide();
		}
	}
	
	return this;
};

SILENT KILLER Tool