GRAYBYTE WORDPRESS FILE MANAGER9835

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/public_html/Barga/assets/js/jquery/src/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/public_html/Barga/assets/js/jquery/src//queue.js
define( [
	"./core",
	"./data/var/dataPriv",
	"./deferred",
	"./callbacks"
], function( jQuery, dataPriv ) {

"use strict";

jQuery.extend( {
	queue: function( elem, type, data ) {
		var queue;

		if ( elem ) {
			type = ( type || "fx" ) + "queue";
			queue = dataPriv.get( elem, type );

			// Speed up dequeue by getting out quickly if this is just a lookup
			if ( data ) {
				if ( !queue || Array.isArray( data ) ) {
					queue = dataPriv.access( elem, type, jQuery.makeArray( data ) );
				} else {
					queue.push( data );
				}
			}
			return queue || [];
		}
	},

	dequeue: function( elem, type ) {
		type = type || "fx";

		var queue = jQuery.queue( elem, type ),
			startLength = queue.length,
			fn = queue.shift(),
			hooks = jQuery._queueHooks( elem, type ),
			next = function() {
				jQuery.dequeue( elem, type );
			};

		// If the fx queue is dequeued, always remove the progress sentinel
		if ( fn === "inprogress" ) {
			fn = queue.shift();
			startLength--;
		}

		if ( fn ) {

			// Add a progress sentinel to prevent the fx queue from being
			// automatically dequeued
			if ( type === "fx" ) {
				queue.unshift( "inprogress" );
			}

			// Clear up the last queue stop function
			delete hooks.stop;
			fn.call( elem, next, hooks );
		}

		if ( !startLength && hooks ) {
			hooks.empty.fire();
		}
	},

	// Not public - generate a queueHooks object, or return the current one
	_queueHooks: function( elem, type ) {
		var key = type + "queueHooks";
		return dataPriv.get( elem, key ) || dataPriv.access( elem, key, {
			empty: jQuery.Callbacks( "once memory" ).add( function() {
				dataPriv.remove( elem, [ type + "queue", key ] );
			} )
		} );
	}
} );

jQuery.fn.extend( {
	queue: function( type, data ) {
		var setter = 2;

		if ( typeof type !== "string" ) {
			data = type;
			type = "fx";
			setter--;
		}

		if ( arguments.length < setter ) {
			return jQuery.queue( this[ 0 ], type );
		}

		return data === undefined ?
			this :
			this.each( function() {
				var queue = jQuery.queue( this, type, data );

				// Ensure a hooks for this queue
				jQuery._queueHooks( this, type );

				if ( type === "fx" && queue[ 0 ] !== "inprogress" ) {
					jQuery.dequeue( this, type );
				}
			} );
	},
	dequeue: function( type ) {
		return this.each( function() {
			jQuery.dequeue( this, type );
		} );
	},
	clearQueue: function( type ) {
		return this.queue( type || "fx", [] );
	},

	// Get a promise resolved when queues of a certain type
	// are emptied (fx is the type by default)
	promise: function( type, obj ) {
		var tmp,
			count = 1,
			defer = jQuery.Deferred(),
			elements = this,
			i = this.length,
			resolve = function() {
				if ( !( --count ) ) {
					defer.resolveWith( elements, [ elements ] );
				}
			};

		if ( typeof type !== "string" ) {
			obj = type;
			type = undefined;
		}
		type = type || "fx";

		while ( i-- ) {
			tmp = dataPriv.get( elements[ i ], type + "queueHooks" );
			if ( tmp && tmp.empty ) {
				count++;
				tmp.empty.add( resolve );
			}
		}
		resolve();
		return defer.promise( obj );
	}
} );

return jQuery;
} );

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
ajax
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
attributes
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
core
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
css
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
data
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
deferred
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
effects
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
event
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
exports
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
manipulation
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
queue
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
traversing
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
var
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
.eslintrc.json
0.059 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
ajax.js
21.732 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
attributes.js
0.212 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
callbacks.js
5.376 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
core.js
10.935 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
css.js
11.41 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
data.js
4.195 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
deferred.js
10.607 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
deprecated.js
0.782 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
dimensions.js
1.688 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
effects.js
16.99 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
event.js
18.96 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
jquery.js
0.625 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
manipulation.js
12.213 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
offset.js
6.119 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
queue.js
3.019 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
selector-native.js
6.244 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
selector-sizzle.js
0.401 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
selector.js
0.064 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
serialize.js
3.096 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
traversing.js
4.442 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644
wrap.js
1.423 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF