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/workzone.js

/**
 * @class elfinderworkzone - elFinder container for nav and current directory
 * @author Dmitry (dio) Levashov
 **/
jQuery.fn.elfinderworkzone = function(fm) {
	"use strict";
	var cl = 'elfinder-workzone';
	
	this.not('.'+cl).each(function() {
		var wz     = jQuery(this).addClass(cl),
			prevH  = Math.round(wz.height()),
			parent = wz.parent(),
			setDelta = function() {
				wdelta = wz.outerHeight(true) - wz.height();
			},
			fitsize = function(e) {
				var height = parent.height() - wdelta,
					style  = parent.attr('style'),
					curH   = Math.round(wz.height());
	
				if (e) {
					e.preventDefault();
					e.stopPropagation();
				}
				
				parent.css('overflow', 'hidden')
					.children(':visible:not(.'+cl+')').each(function() {
						var ch = jQuery(this);
		
						if (ch.css('position') != 'absolute' && ch.css('position') != 'fixed') {
							height -= ch.outerHeight(true);
						}
					});
				parent.attr('style', style || '');
				
				height = Math.max(0, Math.round(height));
				if (prevH !== height || curH !== height) {
					prevH  = Math.round(wz.height());
					wz.height(height);
					fm.trigger('wzresize');
				}
			},
			cssloaded = function() {
				wdelta = wz.outerHeight(true) - wz.height();
				fitsize();
			},
			wdelta;
		
		setDelta();
		parent.on('resize.' + fm.namespace, fitsize);
		fm.one('cssloaded', cssloaded)
		  .bind('uiresize', fitsize)
		  .bind('themechange', setDelta);
	});
	return this;
};

SILENT KILLER Tool