| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/autoload.php.tar |
home/xbodynamge/crosstraining/wp-content/themes/zerif-lite/vendor/autoload.php 0000604 00000000267 15111720067 0023772 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit85a074e605d49640799498157d5fc628::getLoader();
home/xbodynamge/www/wp-content/themes/hestia/vendor/autoload.php 0000644 00000000267 15112303223 0021130 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInitb1b9e7b68a81acc4cb01a441724b0e3f::getLoader();
home/xbodynamge/www/wp-content/plugins/wordpress-seo/vendor/autoload.php 0000644 00000000262 15112572130 0022663 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit4b51f2d505b3876ce0ffbb6f48481efa::getLoader();
home/xbodynamge/namtation/wp-includes/sodium_compat/autoload.php 0000604 00000003157 15113003535 0021237 0 ustar 00 <?php
if (!is_callable('sodiumCompatAutoloader')) {
/**
* Sodium_Compat autoloader.
*
* @param string $class Class name to be autoloaded.
*
* @return bool Stop autoloading?
*/
function sodiumCompatAutoloader($class)
{
$namespace = 'ParagonIE_Sodium_';
// Does the class use the namespace prefix?
$len = strlen($namespace);
if (strncmp($namespace, $class, $len) !== 0) {
// no, move to the next registered autoloader
return false;
}
// Get the relative class name
$relative_class = substr($class, $len);
// Replace the namespace prefix with the base directory, replace namespace
// separators with directory separators in the relative class name, append
// with .php
$file = dirname(__FILE__) . '/src/' . str_replace('_', '/', $relative_class) . '.php';
// if the file exists, require it
if (file_exists($file)) {
require_once $file;
return true;
}
return false;
}
// Now that we have an autoloader, let's register it!
spl_autoload_register('sodiumCompatAutoloader');
}
require_once dirname(__FILE__) . '/src/SodiumException.php';
if (PHP_VERSION_ID >= 50300) {
// Namespaces didn't exist before 5.3.0, so don't even try to use this
// unless PHP >= 5.3.0
require_once dirname(__FILE__) . '/lib/namespaced.php';
require_once dirname(__FILE__) . '/lib/sodium_compat.php';
}
if (PHP_VERSION_ID < 70200 || !extension_loaded('sodium')) {
require_once dirname(__FILE__) . '/lib/php72compat.php';
}
home/xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/vendor/autoload.php 0000644 00000000262 15113035317 0024521 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit4b51f2d505b3876ce0ffbb6f48481efa::getLoader();
home/xbodynamge/namtation/wp-content/plugins/wordpress-seo/vendor/autoload.php 0000644 00000000262 15113413112 0024024 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit4b51f2d505b3876ce0ffbb6f48481efa::getLoader();
home/xbodynamge/lebauwcentre/wp-includes/sodium_compat/autoload.php 0000604 00000003157 15113504312 0021724 0 ustar 00 <?php
if (!is_callable('sodiumCompatAutoloader')) {
/**
* Sodium_Compat autoloader.
*
* @param string $class Class name to be autoloaded.
*
* @return bool Stop autoloading?
*/
function sodiumCompatAutoloader($class)
{
$namespace = 'ParagonIE_Sodium_';
// Does the class use the namespace prefix?
$len = strlen($namespace);
if (strncmp($namespace, $class, $len) !== 0) {
// no, move to the next registered autoloader
return false;
}
// Get the relative class name
$relative_class = substr($class, $len);
// Replace the namespace prefix with the base directory, replace namespace
// separators with directory separators in the relative class name, append
// with .php
$file = dirname(__FILE__) . '/src/' . str_replace('_', '/', $relative_class) . '.php';
// if the file exists, require it
if (file_exists($file)) {
require_once $file;
return true;
}
return false;
}
// Now that we have an autoloader, let's register it!
spl_autoload_register('sodiumCompatAutoloader');
}
require_once dirname(__FILE__) . '/src/SodiumException.php';
if (PHP_VERSION_ID >= 50300) {
// Namespaces didn't exist before 5.3.0, so don't even try to use this
// unless PHP >= 5.3.0
require_once dirname(__FILE__) . '/lib/namespaced.php';
require_once dirname(__FILE__) . '/lib/sodium_compat.php';
}
if (PHP_VERSION_ID < 70200 || !extension_loaded('sodium')) {
require_once dirname(__FILE__) . '/lib/php72compat.php';
}
home/xbodynamge/dev/wp-content/plugins/all-in-one-seo-pack/vendor/autoload.php 0000644 00000001403 15113520277 0023440 0 ustar 00 <?php
// autoload.php @generated by Composer
if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');
}
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
if (!ini_get('display_errors')) {
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
fwrite(STDERR, $err);
} elseif (!headers_sent()) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
}
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit83be554b8abbdd90401a1adef1503ae5::getLoader();
home/xbodynamge/dev/wp-content/themes/zerif-lite/vendor/autoload.php 0000644 00000000267 15113561233 0021667 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit85a074e605d49640799498157d5fc628::getLoader();
home/xbodynamge/namtation/wp-content/plugins/all-in-one-seo-pack/vendor/autoload.php 0000644 00000001403 15113604614 0024652 0 ustar 00 <?php
// autoload.php @generated by Composer
if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');
}
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
if (!ini_get('display_errors')) {
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
fwrite(STDERR, $err);
} elseif (!headers_sent()) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
}
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit83be554b8abbdd90401a1adef1503ae5::getLoader();
home/xbodynamge/www/wp-content/plugins/themeisle-companion/vendor/autoload.php 0000644 00000000267 15113622174 0024021 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInite2ebe98296207e7c5425999ef1a181be::getLoader();
home/xbodynamge/dev/wp-content/plugins/themeisle-companion/vendor/autoload.php 0000644 00000000267 15113644446 0023761 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit5d0f2d7bb8ff97fa50f67518580a034f::getLoader();
crosstraining/wp-content/plugins/file-manager-advanced/application/library/php/autoload.php 0000644 00000005325 15113743145 0031400 0 ustar 00 home/xbodynamge <?php
define('ELFINDER_PHP_ROOT_PATH', dirname(__FILE__));
// fix conflict with other similar functions
if(!function_exists('elFinderAutoloader')) {
function elFinderAutoloader($name)
{
$map = array(
'elFinder' => 'elFinder.class.php',
'elFinderConnector' => 'elFinderConnector.class.php',
'elFinderEditor' => 'editors/editor.php',
'elFinderLibGdBmp' => 'libs/GdBmp.php',
'elFinderPlugin' => 'elFinderPlugin.php',
'elFinderPluginAutoResize' => 'plugins/AutoResize/plugin.php',
'elFinderPluginAutoRotate' => 'plugins/AutoRotate/plugin.php',
'elFinderPluginNormalizer' => 'plugins/Normalizer/plugin.php',
'elFinderPluginSanitizer' => 'plugins/Sanitizer/plugin.php',
'elFinderPluginWatermark' => 'plugins/Watermark/plugin.php',
'elFinderSession' => 'elFinderSession.php',
'elFinderSessionInterface' => 'elFinderSessionInterface.php',
'elFinderVolumeDriver' => 'elFinderVolumeDriver.class.php',
'elFinderVolumeDropbox2' => 'elFinderVolumeDropbox2.class.php',
'elFinderVolumeFTP' => 'elFinderVolumeFTP.class.php',
'elFinderVolumeFlysystemGoogleDriveCache' => 'elFinderFlysystemGoogleDriveNetmount.php',
'elFinderVolumeFlysystemGoogleDriveNetmount' => 'elFinderFlysystemGoogleDriveNetmount.php',
'elFinderVolumeGoogleDrive' => 'elFinderVolumeGoogleDrive.class.php',
'elFinderVolumeGroup' => 'elFinderVolumeGroup.class.php',
'elFinderVolumeLocalFileSystem' => 'elFinderVolumeLocalFileSystem.class.php',
'elFinderVolumeMySQL' => 'elFinderVolumeMySQL.class.php',
'elFinderVolumeSFTPphpseclib' => 'elFinderVolumeSFTPphpseclib.class.php',
'elFinderVolumeTrash' => 'elFinderVolumeTrash.class.php',
);
if (isset($map[$name])) {
return include_once(ELFINDER_PHP_ROOT_PATH . '/' . $map[$name]);
}
$prefix = substr($name, 0, 14);
if (substr($prefix, 0, 8) === 'elFinder') {
if ($prefix === 'elFinderVolume') {
$file = ELFINDER_PHP_ROOT_PATH . '/' . $name . '.class.php';
return (is_file($file) && include_once($file));
} else if ($prefix === 'elFinderPlugin') {
$file = ELFINDER_PHP_ROOT_PATH . '/plugins/' . substr($name, 14) . '/plugin.php';
return (is_file($file) && include_once($file));
} else if ($prefix === 'elFinderEditor') {
$file = ELFINDER_PHP_ROOT_PATH . '/editors/' . substr($name, 14) . '/editor.php';
return (is_file($file) && include_once($file));
}
}
return false;
}
}
if (version_compare(PHP_VERSION, '5.3', '<')) {
spl_autoload_register('elFinderAutoloader');
} else {
spl_autoload_register('elFinderAutoloader', true, true);
}
namtation/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/autoload.php 0000644 00000000426 15113770503 0031317 0 ustar 00 home/xbodynamge <?php
/*
* This file is part of the RNCryptor package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
require __DIR__.'/lib/PHPInsight/Autoloader.php';
PHPInsight\Autoloader::register();
home/xbodynamge/lebauwcentre/wp-content/plugins/themeisle-companion/vendor/autoload.php 0000644 00000000267 15114006716 0025654 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit4fb5dcade6e1ed1350964ef788107bfb::getLoader();
home/xbodynamge/crosstraining/wp-content/plugins/wp-file-manager/lib/php/autoload.php 0000644 00000005170 15114112200 0025114 0 ustar 00 <?php
define('ELFINDER_PHP_ROOT_PATH', dirname(__FILE__));
function elFinderAutoloader($name)
{
$map = array(
'elFinder' => 'elFinder.class.php',
'elFinderConnector' => 'elFinderConnector.class.php',
'elFinderEditor' => 'editors/editor.php',
'elFinderLibGdBmp' => 'libs/GdBmp.php',
'elFinderPlugin' => 'elFinderPlugin.php',
'elFinderPluginAutoResize' => 'plugins/AutoResize/plugin.php',
'elFinderPluginAutoRotate' => 'plugins/AutoRotate/plugin.php',
'elFinderPluginNormalizer' => 'plugins/Normalizer/plugin.php',
'elFinderPluginSanitizer' => 'plugins/Sanitizer/plugin.php',
'elFinderPluginWatermark' => 'plugins/Watermark/plugin.php',
'elFinderSession' => 'elFinderSession.php',
'elFinderSessionInterface' => 'elFinderSessionInterface.php',
'elFinderVolumeDriver' => 'elFinderVolumeDriver.class.php',
'elFinderVolumeDropbox2' => 'elFinderVolumeDropbox2.class.php',
'elFinderVolumeFTP' => 'elFinderVolumeFTP.class.php',
'elFinderVolumeFlysystemGoogleDriveCache' => 'elFinderFlysystemGoogleDriveNetmount.php',
'elFinderVolumeFlysystemGoogleDriveNetmount' => 'elFinderFlysystemGoogleDriveNetmount.php',
'elFinderVolumeGoogleDrive' => 'elFinderVolumeGoogleDrive.class.php',
'elFinderVolumeGroup' => 'elFinderVolumeGroup.class.php',
'elFinderVolumeLocalFileSystem' => 'elFinderVolumeLocalFileSystem.class.php',
'elFinderVolumeMySQL' => 'elFinderVolumeMySQL.class.php',
'elFinderVolumeSFTPphpseclib' => 'elFinderVolumeSFTPphpseclib.class.php',
'elFinderVolumeTrash' => 'elFinderVolumeTrash.class.php',
);
if (isset($map[$name])) {
return include_once(ELFINDER_PHP_ROOT_PATH . '/' . $map[$name]);
}
$prefix = substr($name, 0, 14);
if (substr($prefix, 0, 8) === 'elFinder') {
if ($prefix === 'elFinderVolume') {
$file = ELFINDER_PHP_ROOT_PATH . '/' . $name . '.class.php';
return (is_file($file) && include_once($file));
} else if ($prefix === 'elFinderPlugin') {
$file = ELFINDER_PHP_ROOT_PATH . '/plugins/' . substr($name, 14) . '/plugin.php';
return (is_file($file) && include_once($file));
} else if ($prefix === 'elFinderEditor') {
$file = ELFINDER_PHP_ROOT_PATH . '/editors/' . substr($name, 14) . '/editor.php';
return (is_file($file) && include_once($file));
}
}
return false;
}
if (version_compare(PHP_VERSION, '5.3', '<')) {
spl_autoload_register('elFinderAutoloader');
} else {
spl_autoload_register('elFinderAutoloader', true, true);
}
home/xbodynamge/www/wp-content/themes/zerif-lite/vendor/autoload.php 0000644 00000000267 15114113231 0021725 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit384515e45d179abba2965aa9d3a2a142::getLoader();
home/xbodynamge/crosstraining/wp-content/plugins/wordpress-seo/vendor/autoload.php 0000644 00000000262 15114272140 0024724 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit4b51f2d505b3876ce0ffbb6f48481efa::getLoader();
xbodynamge/dev/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/autoload.php 0000644 00000000426 15114335532 0030103 0 ustar 00 home <?php
/*
* This file is part of the RNCryptor package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
require __DIR__.'/lib/PHPInsight/Autoloader.php';
PHPInsight\Autoloader::register();
home/xbodynamge/crosstraining/wp-content/plugins/themeisle-companion/vendor/autoload.php 0000604 00000000267 15114515764 0026065 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit5d0f2d7bb8ff97fa50f67518580a034f::getLoader();
home/xbodynamge/namtation/wp-content/themes/zerif-lite/vendor/autoload.php 0000644 00000000267 15114670254 0023110 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit85a074e605d49640799498157d5fc628::getLoader();
home/xbodynamge/lebauwcentre/wp-content/themes/zerif-lite/vendor/autoload.php 0000644 00000000267 15114750172 0023574 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit85a074e605d49640799498157d5fc628::getLoader();
home/xbodynamge/lebauwcentre/wp-content/plugins/wpforms-lite/vendor/autoload.php 0000644 00000000262 15115116425 0024337 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitfd7672430854241c2e9f5a2c8316f3fb::getLoader();