$33 GRAYBYTE WORDPRESS FILE MANAGER $50

SERVER : webd004.cluster105.gra.hosting.ovh.net #1 SMP Fri May 15 02:41:25 UTC 2026
SERVER IP : 213.186.33.16 | ADMIN IP 216.73.217.13
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : _dyuweyrj4,_dyuweyrj4r,dl

/home/agencefrei/www/js-20260529013707/

HOME
Current File : /home/agencefrei/www/js-20260529013707//wp-auth-check.js
/**
 * Interim login dialog.
 *
 * @output wp-includes/js/wp-auth-check.js
 */

( function( $ ) {
	var wrap,
		tempHidden,
		tempHiddenTimeout;

	/**
	 * Shows the authentication form popup.
	 *
	 * @since 3.6.0
	 * @private
	 */
	function show() {
		var parent = $( '#wp-auth-check' ),
			form = $( '#wp-auth-check-form' ),
			noframe = wrap.find( '.wp-auth-fallback-expired' ),
			frame, loaded = false;

		if ( form.length ) {
			// Add unload confirmation to counter (frame-busting) JS redirects.
			$( window ).on( 'beforeunload.wp-auth-check', function( event ) {
				event.originalEvent.returnValue = window.wp.i18n.__( 'Your session has expired. You can log in again from this page or go to the login page.' );
			});

			frame = $( '<iframe id="wp-auth-check-frame" frameborder="0">' ).attr( 'title', noframe.text() );
			frame.on( 'load', function() {
				var height, body;

				loaded = true;
				// Remove the spinner to avoid unnecessary CPU/GPU usage.
				form.removeClass( 'loading' );

				try {
					body = $( this ).contents().find( 'body' );
					height = body.height();
				} catch( er ) {
					wrap.addClass( 'fallback' );
					parent.css( 'max-height', '' );
					form.remove();
					noframe.focus();
					return;
				}

				if ( height ) {
					if ( body && body.hasClass( 'interim-login-success' ) ) {
						hide();
					} else {
						parent.css( 'max-height', height + 40 + 'px' );
					}
				} else if ( ! body || ! body.length ) {
					// Catch "silent" iframe origin exceptions in WebKit
					// after another page is loaded in the iframe.
					wrap.addClass( 'fallback' );
					parent.css( 'max-height', '' );
					form.remove();
					noframe.focus();
				}
			}).attr( 'src', form.data( 'src' ) );

			form.append( frame );
		}

		$( 'body' ).addClass( 'modal-open' );
		wrap.removeClass( 'hidden' );

		if ( frame ) {
			frame.focus();
			/*
			 * WebKit doesn't throw an error if the iframe fails to load
			 * because of "X-Frame-Options: DENY" header.
			 * Wait for 10 seconds and switch to the fallback text.
			 */
			setTimeout( function() {
				if ( ! loaded ) {
					wrap.addClass( 'fallback' );
					form.remove();
					noframe.focus();
				}
			}, 10000 );
		} else {
			noframe.focus();
		}
	}

	/**
	 * Hides the authentication form popup.
	 *
	 * @since 3.6.0
	 * @private
	 */
	function hide() {
		var adminpage = window.adminpage,
			wp        = window.wp;

		$( window ).off( 'beforeunload.wp-auth-check' );

		// When on the Edit Post screen, speed up heartbeat
		// after the user logs in to quickly refresh nonces.
		if ( ( adminpage === 'post-php' || adminpage === 'post-new-php' ) && wp && wp.heartbeat ) {
			wp.heartbeat.connectNow();
		}

		wrap.fadeOut( 200, function() {
			wrap.addClass( 'hidden' ).css( 'display', '' );
			$( '#wp-auth-check-frame' ).remove();
			$( 'body' ).removeClass( 'modal-open' );
		});
	}

	/**
	 * Set or reset the tempHidden variable used to pause showing of the modal
	 * after a user closes it without logging in.
	 *
	 * @since 5.5.0
	 * @private
	 */
	function setShowTimeout() {
		tempHidden = true;
		window.clearTimeout( tempHiddenTimeout );
		tempHiddenTimeout = window.setTimeout(
			function() {
				tempHidden = false;
			},
			300000 // 5 min.
		);
	}

	/**
	 * Binds to the Heartbeat Tick event.
	 *
	 * - Shows the authentication form popup if user is not logged in.
	 * - Hides the authentication form popup if it is already visible and user is
	 *   logged in.
	 *
	 * @ignore
	 *
	 * @since 3.6.0
	 *
	 * @param {Object} e The heartbeat-tick event that has been triggered.
	 * @param {Object} data Response data.
	 */
	$( function() {

		/**
		 * Hides the authentication form popup when the close icon is clicked.
		 *
		 * @ignore
		 *
		 * @since 3.6.0
		 */
		wrap = $( '#wp-auth-check-wrap' );
		wrap.find( '.wp-auth-check-close' ).on( 'click', function() {
			hide();
			setShowTimeout();
		});
	}).on( 'heartbeat-tick.wp-auth-check', function( e, data ) {
		if ( ! ( 'wp-auth-check' in data ) ) {
			return;
		}

		var showOrHide = function () {
			if ( ! data['wp-auth-check'] && wrap.hasClass( 'hidden' ) && ! tempHidden ) {
				show();
			} else if ( data['wp-auth-check'] && ! wrap.hasClass( 'hidden' ) ) {
				hide();
			}
		};

		// This is necessary due to a race condition where the heartbeat-tick event may fire before DOMContentLoaded.
		if ( wrap ) {
			showOrHide();
		} else {
			$( showOrHide );
		}
	});

}(jQuery));


Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
1 Jun 2026 10.42 PM
agencefrei / users
0705
codemirror
--
29 May 2026 3.37 AM
agencefrei / users
0755
crop
--
29 May 2026 3.37 AM
agencefrei / users
0755
dist
--
29 May 2026 3.37 AM
agencefrei / users
0755
imgareaselect
--
29 May 2026 3.37 AM
agencefrei / users
0755
jcrop
--
29 May 2026 3.37 AM
agencefrei / users
0755
jquery
--
29 May 2026 3.37 AM
agencefrei / users
0755
mediaelement
--
29 May 2026 3.37 AM
agencefrei / users
0755
plupload
--
29 May 2026 3.37 AM
agencefrei / users
0755
swfupload
--
29 May 2026 3.37 AM
agencefrei / users
0755
thickbox
--
29 May 2026 3.37 AM
agencefrei / users
0755
tinymce
--
29 May 2026 3.37 AM
agencefrei / users
0755
admin-bar.js
10.3 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
admin-bar.min.js
3.405 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
api-request.js
3.246 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
api-request.min.js
0.999 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
autosave.js
21.949 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
autosave.min.js
5.671 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
backbone.js
78.551 KB
20 May 2026 11.16 PM
agencefrei / users
0644
backbone.min.js
23.744 KB
20 May 2026 11.16 PM
agencefrei / users
0644
clipboard.js
26.179 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
clipboard.min.js
8.798 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
colorpicker.js
28.401 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
colorpicker.min.js
16.111 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comment-reply.js
12.22 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comment-reply.min.js
2.955 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-base.js
25.217 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-base.min.js
7.668 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-loader.js
7.718 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
customize-loader.min.js
3.468 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-models.js
6.661 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-models.min.js
3.595 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-preview-nav-menus.js
14.672 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-preview-nav-menus.min.js
4.915 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-preview-widgets.js
22.708 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-preview-widgets.min.js
7.637 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-preview.js
27.927 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-preview.min.js
10.753 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-selective-refresh.js
32.554 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-selective-refresh.min.js
10.442 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
customize-views.js
5.1 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
customize-views.min.js
2.507 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
heartbeat.js
23.488 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
heartbeat.min.js
5.808 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
hoverIntent.js
7.056 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
hoverIntent.min.js
1.464 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
hoverintent-js.min.js
1.678 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
imagesloaded.min.js
5.391 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
json2.js
0.03 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
json2.min.js
0.034 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
masonry.min.js
23.572 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
mce-view.js
25.243 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
mce-view.min.js
9.541 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
media-audiovideo.js
24.132 KB
20 May 2026 11.16 PM
agencefrei / users
0644
media-audiovideo.min.js
11.761 KB
20 May 2026 11.16 PM
agencefrei / users
0644
media-editor.js
28.77 KB
20 May 2026 11.16 PM
agencefrei / users
0644
media-editor.min.js
10.832 KB
20 May 2026 11.16 PM
agencefrei / users
0644
media-grid.js
26.048 KB
20 May 2026 11.16 PM
agencefrei / users
0644
media-grid.min.js
12.974 KB
20 May 2026 11.16 PM
agencefrei / users
0644
media-models.js
42.523 KB
20 May 2026 11.16 PM
agencefrei / users
0644
media-models.min.js
12.968 KB
20 May 2026 11.16 PM
agencefrei / users
0644
media-views.js
266.492 KB
20 May 2026 11.16 PM
agencefrei / users
0644
media-views.min.js
108.063 KB
20 May 2026 11.16 PM
agencefrei / users
0644
quicktags.js
22.071 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
quicktags.min.js
10.871 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
shortcode.js
10.506 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
shortcode.min.js
2.581 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
swfobject.js
0 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
swfobject.min.js
0.034 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
tw-sack.js
4.854 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
tw-sack.min.js
3.211 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
twemoji.js
36.318 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
twemoji.min.js
19.393 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
underscore.js
67.259 KB
20 May 2026 11.16 PM
agencefrei / users
0644
underscore.min.js
18.566 KB
20 May 2026 11.16 PM
agencefrei / users
0644
utils.js
4.556 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
utils.min.js
1.82 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-ajax-response.js
3.812 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
wp-ajax-response.min.js
2.511 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-api.js
45.882 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-api.min.js
14.338 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-auth-check.js
4.34 KB
20 May 2026 11.16 PM
agencefrei / users
0644
wp-auth-check.min.js
1.649 KB
20 May 2026 11.16 PM
agencefrei / users
0644
wp-backbone.js
14.884 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-backbone.min.js
2.968 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
wp-custom-header.js
10.22 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
wp-custom-header.min.js
4.338 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-embed-template.js
6.62 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-embed-template.min.js
3.1 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-embed.js
3.139 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
wp-embed.min.js
1.222 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-emoji-loader.js
12.894 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-emoji-loader.min.js
2.822 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-emoji-release.min.js
22.229 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
wp-emoji.js
8.586 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-emoji.min.js
2.788 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-list-revisions.js
0.947 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
wp-list-revisions.min.js
0.583 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-lists.js
24.722 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-lists.min.js
7.345 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-pointer.js
9.993 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
wp-pointer.min.js
3.536 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wp-sanitize.js
1.584 KB
20 May 2026 11.16 PM
agencefrei / users
0644
wp-sanitize.min.js
0.393 KB
20 May 2026 11.16 PM
agencefrei / users
0644
wp-util.js
4.579 KB
11 Mar 2026 12.02 AM
agencefrei / users
0644
wp-util.min.js
1.397 KB
11 Mar 2026 12.02 AM
agencefrei / users
0644
wpdialog.js
0.556 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wpdialog.min.js
0.274 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
wplink.js
20.742 KB
6 Mar 2026 5.43 PM
agencefrei / users
0644
wplink.min.js
11.052 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
zxcvbn-async.js
0.802 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
zxcvbn-async.min.js
0.343 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
zxcvbn.min.js
802.966 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF Static GIF