File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/autoload.php.tar
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-includes/sodium_compat/autoload.php 0000644 00000005447 15153425032 0024343 0 ustar 00 <?php
if (PHP_VERSION_ID < 70000) {
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');
}
} else {
require_once dirname(__FILE__) . '/autoload-php7.php';
}
/* Explicitly, always load the Compat class: */
if (!class_exists('ParagonIE_Sodium_Compat', false)) {
require_once dirname(__FILE__) . '/src/Compat.php';
}
if (!class_exists('SodiumException', false)) {
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';
} else {
require_once dirname(__FILE__) . '/src/PHP52/SplFixedArray.php';
}
if (PHP_VERSION_ID < 70200 || !extension_loaded('sodium')) {
if (PHP_VERSION_ID >= 50300 && !defined('SODIUM_CRYPTO_SCALARMULT_BYTES')) {
require_once dirname(__FILE__) . '/lib/php72compat_const.php';
}
if (PHP_VERSION_ID >= 70000) {
assert(class_exists('ParagonIE_Sodium_Compat'), 'Possible filesystem/autoloader bug?');
} else {
assert(class_exists('ParagonIE_Sodium_Compat'));
}
require_once(dirname(__FILE__) . '/lib/php72compat.php');
} elseif (!function_exists('sodium_crypto_stream_xchacha20_xor')) {
// Older versions of {PHP, ext/sodium} will not define these
require_once(dirname(__FILE__) . '/lib/php72compat.php');
}
require_once(dirname(__FILE__) . '/lib/stream-xchacha20.php');
require_once(dirname(__FILE__) . '/lib/ristretto255.php');
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/woocommerce/vendor/autoload.php 0000644 00000001403 15154037342 0026631 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 ComposerAutoloaderInit865e0ff1636ff8bf9d922e869851562a::getLoader();
www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/broken-link-checker-seo/vendor/autoload.php0000644 00000001354 15154112425 0030635 0 ustar 00 var <?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;
}
}
throw new RuntimeException($err);
}
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitea83457257a54dc833bf8ffd41c209c3::getLoader();
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/demo-yukle/vendor/autoload.php 0000644 00000000262 15154142424 0026365 0 ustar 00 <?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit95d1b4e5d3479efaf105848f37b3cf4d::getLoader();
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/all-in-one-seo-pack/vendor/autoload.php0000644 00000001403 15154154573 0027753 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 ComposerAutoloaderInit542a896fd848a8ca42c624988a91450e::getLoader();
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins/litespeed-cache/autoload.php 0000644 00000006264 15154213067 0026046 0 ustar 00 <?php
/**
* Auto registration for LiteSpeed classes
*
* @since 1.1.0
*/
defined('WPINC') || exit();
// Force define for object cache usage before plugin init
!defined('LSCWP_DIR') && define('LSCWP_DIR', __DIR__ . '/'); // Full absolute path '/var/www/html/***/wp-content/plugins/litespeed-cache/' or MU
// Load all classes instead of autoload for direct conf update purpose when upgrade to new version.
// NOTE: These files need to load exactly in order
$litespeed_php_files = array(
// core file priority
'src/root.cls.php',
'src/base.cls.php',
// main src files
'src/activation.cls.php',
'src/admin-display.cls.php',
'src/admin-settings.cls.php',
'src/admin.cls.php',
'src/api.cls.php',
'src/avatar.cls.php',
'src/cdn.cls.php',
'src/cloud.cls.php',
'src/conf.cls.php',
'src/control.cls.php',
'src/core.cls.php',
'src/crawler-map.cls.php',
'src/crawler.cls.php',
'src/css.cls.php',
'src/data.cls.php',
'src/db-optm.cls.php',
'src/debug2.cls.php',
'src/doc.cls.php',
'src/error.cls.php',
'src/esi.cls.php',
'src/file.cls.php',
'src/gui.cls.php',
'src/health.cls.php',
'src/htaccess.cls.php',
'src/img-optm.cls.php',
'src/import.cls.php',
'src/import.preset.cls.php',
'src/lang.cls.php',
'src/localization.cls.php',
'src/media.cls.php',
'src/metabox.cls.php',
'src/object-cache.cls.php',
'src/optimize.cls.php',
'src/optimizer.cls.php',
'src/placeholder.cls.php',
'src/purge.cls.php',
'src/report.cls.php',
'src/rest.cls.php',
'src/router.cls.php',
'src/str.cls.php',
'src/tag.cls.php',
'src/task.cls.php',
'src/tool.cls.php',
'src/ucss.cls.php',
'src/utility.cls.php',
'src/vary.cls.php',
'src/vpi.cls.php',
// Extra CDN cls files
'src/cdn/cloudflare.cls.php',
'src/cdn/quic.cls.php',
// CLI classes
'cli/crawler.cls.php',
'cli/debug.cls.php',
'cli/image.cls.php',
'cli/online.cls.php',
'cli/option.cls.php',
'cli/presets.cls.php',
'cli/purge.cls.php',
// 3rd party libraries
'lib/css_js_min/pathconverter/converter.cls.php',
'lib/css_js_min/minify/exception.cls.php',
'lib/css_js_min/minify/minify.cls.php',
'lib/css_js_min/minify/css.cls.php',
'lib/css_js_min/minify/js.cls.php',
'lib/urirewriter.cls.php',
'lib/guest.cls.php',
'lib/html-min.cls.php',
// 'lib/object-cache.php',
// 'lib/php-compatibility.func.php',
// upgrade purpose delay loaded funcs
// 'src/data.upgrade.func.php',
);
foreach ($litespeed_php_files as $class) {
$file = LSCWP_DIR . $class;
require_once $file;
}
if (!function_exists('litespeed_autoload')) {
function litespeed_autoload($cls)
{
if (strpos($cls, '.') !== false) {
return;
}
if (strpos($cls, 'LiteSpeed') !== 0) {
return;
}
$file = explode('\\', $cls);
array_shift($file);
$file = implode('/', $file);
$file = str_replace('_', '-', strtolower($file));
// if (strpos($file, 'lib/') === 0 || strpos($file, 'cli/') === 0 || strpos($file, 'thirdparty/') === 0) {
// $file = LSCWP_DIR . $file . '.cls.php';
// } else {
// $file = LSCWP_DIR . 'src/' . $file . '.cls.php';
// }
if (strpos($file, 'thirdparty/') !== 0) {
return;
}
$file = LSCWP_DIR . $file . '.cls.php';
if (file_exists($file)) {
require_once $file;
}
}
}
spl_autoload_register('litespeed_autoload');
httpdocs/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload.php 0000644 00000001403 15154627753 0034135 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?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 ComposerAutoloaderInitcd67a9ed1bd6bcb9aaa1a99357f4f2de::getLoader();
plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/autoload.php 0000644 00000000430 15155032537 0041503 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content <?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();
httpdocs/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/autoload.php 0000644 00000000426 15155053517 0034414 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?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();
uyarreklam.com.tr/httpdocs/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/autoload.php 0000644 00000002621 15155055357 0032046 0 ustar 00 var/www/vhosts <?php
declare(strict_types=1);
/**
* PSR-4 autoloader implementation for the MaxMind\DB namespace.
* First we define the 'mmdb_autoload' function, and then we register
* it with 'spl_autoload_register' so that PHP knows to use it.
*
* @param mixed $class
*/
/**
* Automatically include the file that defines <code>class</code>.
*
* @param string $class
* the name of the class to load
*/
function mmdb_autoload($class): void
{
/*
* A project-specific mapping between the namespaces and where
* they're located. By convention, we include the trailing
* slashes. The one-element array here simply makes things easy
* to extend in the future if (for example) the test classes
* begin to use one another.
*/
$namespace_map = ['MaxMind\\Db\\' => __DIR__ . '/src/MaxMind/Db/'];
foreach ($namespace_map as $prefix => $dir) {
// First swap out the namespace prefix with a directory...
$path = str_replace($prefix, $dir, $class);
// replace the namespace separator with a directory separator...
$path = str_replace('\\', '/', $path);
// and finally, add the PHP file extension to the result.
$path = $path . '.php';
// $path should now contain the path to a PHP file defining $class
if (file_exists($path)) {
include $path;
}
}
}
spl_autoload_register('mmdb_autoload');
httpdocs/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/autoload.php 0000644 00000000173 15155163100 0035265 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
/* HEADER */ // phpcs:ignore
require_once __DIR__ . '/jetpack-autoloader/class-autoloader.php';
Autoloader::init();
woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/autoload.php 0000644 00000000173 15155636313 0042650 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins <?php
/* HEADER */ // phpcs:ignore
require_once __DIR__ . '/jetpack-autoloader/class-autoloader.php';
Autoloader::init();