403Webshell
Server IP : 213.186.33.4  /  Your IP : 216.73.216.146
Web Server : Apache
System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : karinebmkh ( 644538)
PHP Version : 8.4.22
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/karinebmkh/www2/wp-content/plugins/amp/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/karinebmkh/www2/wp-content/plugins/amp/includes//class-amp-autoloader.php
<?php
/**
 * Class AMP_Autoloader
 *
 * @package AMP
 */

/**
 * Autoload the classes used by the AMP plugin.
 *
 * Class AMP_Autoloader
 */
class AMP_Autoloader {

	/**
	 * Map of Classname to relative filepath sans extension.
	 *
	 * @note We omitted the leading slash and the .php extension from each
	 *       relative filepath because they are redundant and to include
	 *       them would take up unnecessary bytes of memory at runtime.
	 *
	 * @example Format (note no leading / and no .php extension):
	 *
	 *  array(
	 *      'Class_Name1' =>  'subdir-of-includes/filename1',
	 *      'Class_Name2' =>  '2nd-subdir-of-includes/filename2',
	 *  );
	 *
	 * @var string[]
	 */
	private static $_classmap = array(
		'AMP_Editor_Blocks'                           => 'includes/admin/class-amp-editor-blocks',
		'AMP_Theme_Support'                           => 'includes/class-amp-theme-support',
		'AMP_HTTP'                                    => 'includes/class-amp-http',
		'AMP_Comment_Walker'                          => 'includes/class-amp-comment-walker',
		'AMP_Template_Customizer'                     => 'includes/admin/class-amp-customizer',
		'AMP_Post_Meta_Box'                           => 'includes/admin/class-amp-post-meta-box',
		'AMP_Admin_Pointer'                           => 'includes/admin/class-amp-admin-pointer',
		'AMP_Post_Type_Support'                       => 'includes/class-amp-post-type-support',
		'AMP_Base_Embed_Handler'                      => 'includes/embeds/class-amp-base-embed-handler',
		'AMP_DailyMotion_Embed_Handler'               => 'includes/embeds/class-amp-dailymotion-embed',
		'AMP_Facebook_Embed_Handler'                  => 'includes/embeds/class-amp-facebook-embed',
		'AMP_Gallery_Embed_Handler'                   => 'includes/embeds/class-amp-gallery-embed',
		'AMP_Gfycat_Embed_Handler'                    => 'includes/embeds/class-amp-gfycat-embed-handler',
		'AMP_Hulu_Embed_Handler'                      => 'includes/embeds/class-amp-hulu-embed-handler',
		'AMP_Imgur_Embed_Handler'                     => 'includes/embeds/class-amp-imgur-embed-handler',
		'AMP_Core_Block_Handler'                      => 'includes/embeds/class-amp-core-block-handler',
		'AMP_Instagram_Embed_Handler'                 => 'includes/embeds/class-amp-instagram-embed',
		'AMP_Issuu_Embed_Handler'                     => 'includes/embeds/class-amp-issuu-embed-handler',
		'AMP_Meetup_Embed_Handler'                    => 'includes/embeds/class-amp-meetup-embed-handler',
		'AMP_Pinterest_Embed_Handler'                 => 'includes/embeds/class-amp-pinterest-embed',
		'AMP_Playlist_Embed_Handler'                  => 'includes/embeds/class-amp-playlist-embed-handler',
		'AMP_Reddit_Embed_Handler'                    => 'includes/embeds/class-amp-reddit-embed-handler',
		'AMP_SoundCloud_Embed_Handler'                => 'includes/embeds/class-amp-soundcloud-embed',
		'AMP_Tumblr_Embed_Handler'                    => 'includes/embeds/class-amp-tumblr-embed-handler',
		'AMP_Twitter_Embed_Handler'                   => 'includes/embeds/class-amp-twitter-embed',
		'AMP_Vimeo_Embed_Handler'                     => 'includes/embeds/class-amp-vimeo-embed',
		'AMP_Vine_Embed_Handler'                      => 'includes/embeds/class-amp-vine-embed',
		'AMP_YouTube_Embed_Handler'                   => 'includes/embeds/class-amp-youtube-embed',
		'FastImage'                                   => 'third_party/fastimage/class-fastimage',
		'WillWashburn\Stream\Exception\StreamBufferTooSmallException' => 'third_party/fasterimage/Stream/Exception/StreamBufferTooSmallException',
		'WillWashburn\Stream\StreamableInterface'     => 'third_party/fasterimage/Stream/StreamableInterface',
		'WillWashburn\Stream\Stream'                  => 'third_party/fasterimage/Stream/Stream',
		'FasterImage\Exception\InvalidImageException' => 'third_party/fasterimage/Exception/InvalidImageException',
		'FasterImage\ExifParser'                      => 'third_party/fasterimage/ExifParser',
		'FasterImage\ImageParser'                     => 'third_party/fasterimage/ImageParser',
		'FasterImage\FasterImage'                     => 'third_party/fasterimage/FasterImage',
		'AMP_Analytics_Options_Submenu'               => 'includes/options/class-amp-analytics-options-submenu',
		'AMP_Options_Menu'                            => 'includes/options/class-amp-options-menu',
		'AMP_Options_Manager'                         => 'includes/options/class-amp-options-manager',
		'AMP_Analytics_Options_Submenu_Page'          => 'includes/options/views/class-amp-analytics-options-submenu-page',
		'AMP_Options_Menu_Page'                       => 'includes/options/views/class-amp-options-menu-page',
		'AMP_Rule_Spec'                               => 'includes/sanitizers/class-amp-rule-spec',
		'AMP_Allowed_Tags_Generated'                  => 'includes/sanitizers/class-amp-allowed-tags-generated',
		'AMP_Audio_Sanitizer'                         => 'includes/sanitizers/class-amp-audio-sanitizer',
		'AMP_Base_Sanitizer'                          => 'includes/sanitizers/class-amp-base-sanitizer',
		'AMP_Blacklist_Sanitizer'                     => 'includes/sanitizers/class-amp-blacklist-sanitizer',
		'AMP_Block_Sanitizer'                         => 'includes/sanitizers/class-amp-block-sanitizer',
		'AMP_Gallery_Block_Sanitizer'                 => 'includes/sanitizers/class-amp-gallery-block-sanitizer',
		'AMP_Iframe_Sanitizer'                        => 'includes/sanitizers/class-amp-iframe-sanitizer',
		'AMP_Img_Sanitizer'                           => 'includes/sanitizers/class-amp-img-sanitizer',
		'AMP_Comments_Sanitizer'                      => 'includes/sanitizers/class-amp-comments-sanitizer',
		'AMP_Form_Sanitizer'                          => 'includes/sanitizers/class-amp-form-sanitizer',
		'AMP_O2_Player_Sanitizer'                     => 'includes/sanitizers/class-amp-o2-player-sanitizer',
		'AMP_Playbuzz_Sanitizer'                      => 'includes/sanitizers/class-amp-playbuzz-sanitizer',
		'AMP_Style_Sanitizer'                         => 'includes/sanitizers/class-amp-style-sanitizer',
		'AMP_Script_Sanitizer'                        => 'includes/sanitizers/class-amp-script-sanitizer',
		'AMP_Embed_Sanitizer'                         => 'includes/sanitizers/class-amp-embed-sanitizer',
		'AMP_Tag_And_Attribute_Sanitizer'             => 'includes/sanitizers/class-amp-tag-and-attribute-sanitizer',
		'AMP_Video_Sanitizer'                         => 'includes/sanitizers/class-amp-video-sanitizer',
		'AMP_Core_Theme_Sanitizer'                    => 'includes/sanitizers/class-amp-core-theme-sanitizer',
		'AMP_Customizer_Design_Settings'              => 'includes/settings/class-amp-customizer-design-settings',
		'AMP_Customizer_Settings'                     => 'includes/settings/class-amp-customizer-settings',
		'AMP_Content'                                 => 'includes/templates/class-amp-content',
		'AMP_Content_Sanitizer'                       => 'includes/templates/class-amp-content-sanitizer',
		'AMP_Post_Template'                           => 'includes/templates/class-amp-post-template',
		'AMP_DOM_Utils'                               => 'includes/utils/class-amp-dom-utils',
		'AMP_HTML_Utils'                              => 'includes/utils/class-amp-html-utils',
		'AMP_Image_Dimension_Extractor'               => 'includes/utils/class-amp-image-dimension-extractor',
		'AMP_Validation_Manager'                      => 'includes/validation/class-amp-validation-manager',
		'AMP_Validated_URL_Post_Type'                 => 'includes/validation/class-amp-validated-url-post-type',
		'AMP_Validation_Error_Taxonomy'               => 'includes/validation/class-amp-validation-error-taxonomy',
		'AMP_CLI'                                     => 'includes/class-amp-cli',
		'AMP_String_Utils'                            => 'includes/utils/class-amp-string-utils',
		'AMP_WP_Utils'                                => 'includes/utils/class-amp-wp-utils',
		'AMP_Widget_Archives'                         => 'includes/widgets/class-amp-widget-archives',
		'AMP_Widget_Categories'                       => 'includes/widgets/class-amp-widget-categories',
		'AMP_Widget_Text'                             => 'includes/widgets/class-amp-widget-text',
		'WPCOM_AMP_Polldaddy_Embed'                   => 'wpcom/class-amp-polldaddy-embed',
		'AMP_Test_Stub_Sanitizer'                     => 'tests/stubs',
		'AMP_Test_World_Sanitizer'                    => 'tests/stubs',
	);

	/**
	 * Is registered.
	 *
	 * @var bool
	 */
	public static $is_registered = false;

	/**
	 * Perform the autoload on demand when requested by PHP runtime.
	 *
	 * Design Goal: Execute as few lines of code as possible each call.
	 *
	 * @since 0.6
	 *
	 * @param string $class_name Class name.
	 */
	protected static function autoload( $class_name ) {
		if ( ! isset( self::$_classmap[ $class_name ] ) ) {
			return;
		}
		$filepath = self::$_classmap[ $class_name ];
		require AMP__DIR__ . "/{$filepath}.php";
	}

	/**
	 * Registers this autoloader to PHP.
	 *
	 * @since 0.6
	 *
	 * Called at the end of this file; calling a second time has no effect.
	 */
	public static function register() {
		if ( file_exists( AMP__DIR__ . '/vendor/autoload.php' ) ) {
			require_once AMP__DIR__ . '/vendor/autoload.php';
		}

		if ( ! self::$is_registered ) {
			spl_autoload_register( array( __CLASS__, 'autoload' ) );
			self::$is_registered = true;
		}
	}

	/**
	 * Allows an extensions plugin to register a class and its file for autoloading
	 *
	 * @since 0.6
	 *
	 * @param string $class_name Full classname (include namespace if applicable).
	 * @param string $filepath   Absolute filepath to class file, including .php extension.
	 */
	public static function register_autoload_class( $class_name, $filepath ) {
		self::$_classmap[ $class_name ] = '!' . $filepath;
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit