Changeset 2197516
- Timestamp:
- 11/20/2019 03:39:39 PM (6 years ago)
- Location:
- feecompass-rankings
- Files:
-
- 12 edited
-
tags/1.0.1/inc/others/cachebuster-lib.php (modified) (1 diff)
-
tags/1.0.1/inc/others/cachebuster.php (modified) (1 diff)
-
tags/1.0.1/index.php (modified) (1 diff)
-
tags/1.0.1/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.1/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.0.1/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/inc/others/cachebuster-lib.php (modified) (1 diff)
-
trunk/inc/others/cachebuster.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (3 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
feecompass-rankings/tags/1.0.1/inc/others/cachebuster-lib.php
r2197495 r2197516 1 1 <?php 2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16: 17:17GMT+0100 (CET)). */2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:32:24 GMT+0100 (CET)). */ 3 3 return array( 4 4 'iframe-resizer' => '4.2.2' -
feecompass-rankings/tags/1.0.1/inc/others/cachebuster.php
r2197495 r2197516 1 1 <?php 2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16: 17:17GMT+0100 (CET)). */2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:32:24 GMT+0100 (CET)). */ 3 3 return array( 4 4 'public/dist/client.js' => '01ab84b7ec995253c8778feeb2869670', -
feecompass-rankings/tags/1.0.1/index.php
r2197495 r2197516 7 7 * Author: innect feeCOMPASS 8 8 * Author URI: https://feecompass.com 9 * Version: 1.0. 09 * Version: 1.0.1 10 10 * Text Domain: feecompass-rankings 11 11 * Domain Path: /languages -
feecompass-rankings/tags/1.0.1/vendor/autoload.php
r2197495 r2197516 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 4c2ea52eaf54cfd926da56ec1acbf6ac::getLoader();7 return ComposerAutoloaderInit23b36c2e9f9fb01126fd9f8d20158cca::getLoader(); -
feecompass-rankings/tags/1.0.1/vendor/composer/autoload_real.php
r2197495 r2197516 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 4c2ea52eaf54cfd926da56ec1acbf6ac5 class ComposerAutoloaderInit23b36c2e9f9fb01126fd9f8d20158cca 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit 4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit23b36c2e9f9fb01126fd9f8d20158cca', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit 4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit23b36c2e9f9fb01126fd9f8d20158cca', 'loadClassLoader')); 25 25 26 26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 28 require_once __DIR__ . '/autoload_static.php'; 29 29 30 call_user_func(\Composer\Autoload\ComposerStaticInit 4c2ea52eaf54cfd926da56ec1acbf6ac::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit23b36c2e9f9fb01126fd9f8d20158cca::getInitializer($loader)); 31 31 } else { 32 32 $map = require __DIR__ . '/autoload_namespaces.php'; -
feecompass-rankings/tags/1.0.1/vendor/composer/autoload_static.php
r2197495 r2197516 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 4c2ea52eaf54cfd926da56ec1acbf6ac7 class ComposerStaticInit23b36c2e9f9fb01126fd9f8d20158cca 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 24 24 { 25 25 return \Closure::bind(function () use ($loader) { 26 $loader->prefixLengthsPsr4 = ComposerStaticInit 4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixLengthsPsr4;27 $loader->prefixDirsPsr4 = ComposerStaticInit 4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixDirsPsr4;26 $loader->prefixLengthsPsr4 = ComposerStaticInit23b36c2e9f9fb01126fd9f8d20158cca::$prefixLengthsPsr4; 27 $loader->prefixDirsPsr4 = ComposerStaticInit23b36c2e9f9fb01126fd9f8d20158cca::$prefixDirsPsr4; 28 28 29 29 }, null, ClassLoader::class); -
feecompass-rankings/trunk/inc/others/cachebuster-lib.php
r2197495 r2197516 1 1 <?php 2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16: 17:17GMT+0100 (CET)). */2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:32:24 GMT+0100 (CET)). */ 3 3 return array( 4 4 'iframe-resizer' => '4.2.2' -
feecompass-rankings/trunk/inc/others/cachebuster.php
r2197495 r2197516 1 1 <?php 2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16: 17:17GMT+0100 (CET)). */2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:32:24 GMT+0100 (CET)). */ 3 3 return array( 4 4 'public/dist/client.js' => '01ab84b7ec995253c8778feeb2869670', -
feecompass-rankings/trunk/index.php
r2197495 r2197516 7 7 * Author: innect feeCOMPASS 8 8 * Author URI: https://feecompass.com 9 * Version: 1.0. 09 * Version: 1.0.1 10 10 * Text Domain: feecompass-rankings 11 11 * Domain Path: /languages -
feecompass-rankings/trunk/vendor/autoload.php
r2197495 r2197516 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 4c2ea52eaf54cfd926da56ec1acbf6ac::getLoader();7 return ComposerAutoloaderInit23b36c2e9f9fb01126fd9f8d20158cca::getLoader(); -
feecompass-rankings/trunk/vendor/composer/autoload_real.php
r2197495 r2197516 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 4c2ea52eaf54cfd926da56ec1acbf6ac5 class ComposerAutoloaderInit23b36c2e9f9fb01126fd9f8d20158cca 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit 4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit23b36c2e9f9fb01126fd9f8d20158cca', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit 4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit23b36c2e9f9fb01126fd9f8d20158cca', 'loadClassLoader')); 25 25 26 26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 28 require_once __DIR__ . '/autoload_static.php'; 29 29 30 call_user_func(\Composer\Autoload\ComposerStaticInit 4c2ea52eaf54cfd926da56ec1acbf6ac::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit23b36c2e9f9fb01126fd9f8d20158cca::getInitializer($loader)); 31 31 } else { 32 32 $map = require __DIR__ . '/autoload_namespaces.php'; -
feecompass-rankings/trunk/vendor/composer/autoload_static.php
r2197495 r2197516 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 4c2ea52eaf54cfd926da56ec1acbf6ac7 class ComposerStaticInit23b36c2e9f9fb01126fd9f8d20158cca 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 24 24 { 25 25 return \Closure::bind(function () use ($loader) { 26 $loader->prefixLengthsPsr4 = ComposerStaticInit 4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixLengthsPsr4;27 $loader->prefixDirsPsr4 = ComposerStaticInit 4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixDirsPsr4;26 $loader->prefixLengthsPsr4 = ComposerStaticInit23b36c2e9f9fb01126fd9f8d20158cca::$prefixLengthsPsr4; 27 $loader->prefixDirsPsr4 = ComposerStaticInit23b36c2e9f9fb01126fd9f8d20158cca::$prefixDirsPsr4; 28 28 29 29 }, null, ClassLoader::class);
Note: See TracChangeset
for help on using the changeset viewer.