Changeset 2620435
- Timestamp:
- 10/26/2021 11:35:59 PM (4 years ago)
- Location:
- juvo-mail-editor
- Files:
-
- 18 edited
- 1 copied
-
tags/2.0.9 (copied) (copied from juvo-mail-editor/trunk)
-
tags/2.0.9/juvo-mail-editor.php (modified) (1 diff)
-
tags/2.0.9/readme.txt (modified) (1 diff)
-
tags/2.0.9/src/Mails/Password_Reset_Admin.php (modified) (1 diff)
-
tags/2.0.9/vendor/autoload.php (modified) (1 diff)
-
tags/2.0.9/vendor/composer/ClassLoader.php (modified) (18 diffs)
-
tags/2.0.9/vendor/composer/InstalledVersions.php (modified) (6 diffs)
-
tags/2.0.9/vendor/composer/autoload_real.php (modified) (5 diffs)
-
tags/2.0.9/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/2.0.9/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/juvo-mail-editor.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Mails/Password_Reset_Admin.php (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/ClassLoader.php (modified) (18 diffs)
-
trunk/vendor/composer/InstalledVersions.php (modified) (6 diffs)
-
trunk/vendor/composer/autoload_real.php (modified) (5 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
juvo-mail-editor/tags/2.0.9/juvo-mail-editor.php
r2596119 r2620435 8 8 * Text Domain: juvo-mail-editor 9 9 * Domain Path: /languages 10 * Version: 2.0. 810 * Version: 2.0.9 11 11 */ 12 12 -
juvo-mail-editor/tags/2.0.9/readme.txt
r2596119 r2620435 4 4 License: GPLv2 or later 5 5 Tested up to: 5.8 6 Stable tag: 2.0. 86 Stable tag: 2.0.9 7 7 8 8 JUVO Mail Editor helps to modify the standard WordPress Mailings and allows adding dynamic mail triggers. -
juvo-mail-editor/tags/2.0.9/src/Mails/Password_Reset_Admin.php
r2594645 r2620435 32 32 $relay->sendMails(); 33 33 34 return $message;34 return ""; 35 35 } 36 36 -
juvo-mail-editor/tags/2.0.9/vendor/autoload.php
r2594645 r2620435 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 990c6fbbc0ba7c8aa1270fef6d0dc357::getLoader();7 return ComposerAutoloaderInit1f612171edf97795af261ad0f1b361da::getLoader(); -
juvo-mail-editor/tags/2.0.9/vendor/composer/ClassLoader.php
r2578760 r2620435 43 43 class ClassLoader 44 44 { 45 /** @var ?string */ 45 46 private $vendorDir; 46 47 47 48 // PSR-4 49 /** 50 * @var array[] 51 * @psalm-var array<string, array<string, int>> 52 */ 48 53 private $prefixLengthsPsr4 = array(); 54 /** 55 * @var array[] 56 * @psalm-var array<string, array<int, string>> 57 */ 49 58 private $prefixDirsPsr4 = array(); 59 /** 60 * @var array[] 61 * @psalm-var array<string, string> 62 */ 50 63 private $fallbackDirsPsr4 = array(); 51 64 52 65 // PSR-0 66 /** 67 * @var array[] 68 * @psalm-var array<string, array<string, string[]>> 69 */ 53 70 private $prefixesPsr0 = array(); 71 /** 72 * @var array[] 73 * @psalm-var array<string, string> 74 */ 54 75 private $fallbackDirsPsr0 = array(); 55 76 77 /** @var bool */ 56 78 private $useIncludePath = false; 79 80 /** 81 * @var string[] 82 * @psalm-var array<string, string> 83 */ 57 84 private $classMap = array(); 85 86 /** @var bool */ 58 87 private $classMapAuthoritative = false; 88 89 /** 90 * @var bool[] 91 * @psalm-var array<string, bool> 92 */ 59 93 private $missingClasses = array(); 94 95 /** @var ?string */ 60 96 private $apcuPrefix; 61 97 98 /** 99 * @var self[] 100 */ 62 101 private static $registeredLoaders = array(); 63 102 103 /** 104 * @param ?string $vendorDir 105 */ 64 106 public function __construct($vendorDir = null) 65 107 { … … 67 109 } 68 110 111 /** 112 * @return string[] 113 */ 69 114 public function getPrefixes() 70 115 { … … 76 121 } 77 122 123 /** 124 * @return array[] 125 * @psalm-return array<string, array<int, string>> 126 */ 78 127 public function getPrefixesPsr4() 79 128 { … … 81 130 } 82 131 132 /** 133 * @return array[] 134 * @psalm-return array<string, string> 135 */ 83 136 public function getFallbackDirs() 84 137 { … … 86 139 } 87 140 141 /** 142 * @return array[] 143 * @psalm-return array<string, string> 144 */ 88 145 public function getFallbackDirsPsr4() 89 146 { … … 91 148 } 92 149 150 /** 151 * @return string[] Array of classname => path 152 * @psalm-var array<string, string> 153 */ 93 154 public function getClassMap() 94 155 { … … 97 158 98 159 /** 99 * @param array $classMap Class to filename map 160 * @param string[] $classMap Class to filename map 161 * @psalm-param array<string, string> $classMap 162 * 163 * @return void 100 164 */ 101 165 public function addClassMap(array $classMap) … … 112 176 * appending or prepending to the ones previously set for this prefix. 113 177 * 114 * @param string $prefix The prefix 115 * @param array|string $paths The PSR-0 root directories 116 * @param bool $prepend Whether to prepend the directories 178 * @param string $prefix The prefix 179 * @param string[]|string $paths The PSR-0 root directories 180 * @param bool $prepend Whether to prepend the directories 181 * 182 * @return void 117 183 */ 118 184 public function add($prefix, $paths, $prepend = false) … … 157 223 * appending or prepending to the ones previously set for this namespace. 158 224 * 159 * @param string $prefix The prefix/namespace, with trailing '\\'160 * @param array|string $paths The PSR-4 base directories161 * @param bool $prepend Whether to prepend the directories225 * @param string $prefix The prefix/namespace, with trailing '\\' 226 * @param string[]|string $paths The PSR-4 base directories 227 * @param bool $prepend Whether to prepend the directories 162 228 * 163 229 * @throws \InvalidArgumentException 230 * 231 * @return void 164 232 */ 165 233 public function addPsr4($prefix, $paths, $prepend = false) … … 205 273 * replacing any others previously set for this prefix. 206 274 * 207 * @param string $prefix The prefix 208 * @param array|string $paths The PSR-0 base directories 275 * @param string $prefix The prefix 276 * @param string[]|string $paths The PSR-0 base directories 277 * 278 * @return void 209 279 */ 210 280 public function set($prefix, $paths) … … 221 291 * replacing any others previously set for this namespace. 222 292 * 223 * @param string $prefix The prefix/namespace, with trailing '\\'224 * @param array|string $paths The PSR-4 base directories293 * @param string $prefix The prefix/namespace, with trailing '\\' 294 * @param string[]|string $paths The PSR-4 base directories 225 295 * 226 296 * @throws \InvalidArgumentException 297 * 298 * @return void 227 299 */ 228 300 public function setPsr4($prefix, $paths) … … 244 316 * 245 317 * @param bool $useIncludePath 318 * 319 * @return void 246 320 */ 247 321 public function setUseIncludePath($useIncludePath) … … 266 340 * 267 341 * @param bool $classMapAuthoritative 342 * 343 * @return void 268 344 */ 269 345 public function setClassMapAuthoritative($classMapAuthoritative) … … 286 362 * 287 363 * @param string|null $apcuPrefix 364 * 365 * @return void 288 366 */ 289 367 public function setApcuPrefix($apcuPrefix) … … 306 384 * 307 385 * @param bool $prepend Whether to prepend the autoloader or not 386 * 387 * @return void 308 388 */ 309 389 public function register($prepend = false) … … 325 405 /** 326 406 * Unregisters this instance as an autoloader. 407 * 408 * @return void 327 409 */ 328 410 public function unregister() … … 404 486 } 405 487 488 /** 489 * @param string $class 490 * @param string $ext 491 * @return string|false 492 */ 406 493 private function findFileWithExtension($class, $ext) 407 494 { … … 475 562 * 476 563 * Prevents access to $this/self from included files. 564 * 565 * @param string $file 566 * @return void 567 * @private 477 568 */ 478 569 function includeFile($file) -
juvo-mail-editor/tags/2.0.9/vendor/composer/InstalledVersions.php
r2578760 r2620435 21 21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions 22 22 * 23 * To require it 's presence, you can require `composer-runtime-api ^2.0`23 * To require its presence, you can require `composer-runtime-api ^2.0` 24 24 */ 25 25 class InstalledVersions … … 229 229 /** 230 230 * @return array 231 * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }231 * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string} 232 232 */ 233 233 public static function getRootPackage() … … 243 243 * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. 244 244 * @return array[] 245 * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}245 * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} 246 246 */ 247 247 public static function getRawData() … … 266 266 * 267 267 * @return array[] 268 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}>268 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> 269 269 */ 270 270 public static function getAllRawData() … … 289 289 * @return void 290 290 * 291 * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>} $data291 * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data 292 292 */ 293 293 public static function reload($data) … … 299 299 /** 300 300 * @return array[] 301 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}>301 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> 302 302 */ 303 303 private static function getInstalled() -
juvo-mail-editor/tags/2.0.9/vendor/composer/autoload_real.php
r2594645 r2620435 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 990c6fbbc0ba7c8aa1270fef6d0dc3575 class ComposerAutoloaderInit1f612171edf97795af261ad0f1b361da 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 990c6fbbc0ba7c8aa1270fef6d0dc357', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit1f612171edf97795af261ad0f1b361da', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 990c6fbbc0ba7c8aa1270fef6d0dc357', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit1f612171edf97795af261ad0f1b361da', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit1f612171edf97795af261ad0f1b361da::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInit1f612171edf97795af261ad0f1b361da::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire 990c6fbbc0ba7c8aa1270fef6d0dc357($fileIdentifier, $file);61 composerRequire1f612171edf97795af261ad0f1b361da($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire 990c6fbbc0ba7c8aa1270fef6d0dc357($fileIdentifier, $file)68 function composerRequire1f612171edf97795af261ad0f1b361da($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
juvo-mail-editor/tags/2.0.9/vendor/composer/autoload_static.php
r2594645 r2620435 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc3577 class ComposerStaticInit1f612171edf97795af261ad0f1b361da 8 8 { 9 9 public static $files = array ( … … 69 69 { 70 70 return \Closure::bind(function () use ($loader) { 71 $loader->prefixLengthsPsr4 = ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::$prefixLengthsPsr4;72 $loader->prefixDirsPsr4 = ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::$prefixDirsPsr4;73 $loader->classMap = ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::$classMap;71 $loader->prefixLengthsPsr4 = ComposerStaticInit1f612171edf97795af261ad0f1b361da::$prefixLengthsPsr4; 72 $loader->prefixDirsPsr4 = ComposerStaticInit1f612171edf97795af261ad0f1b361da::$prefixDirsPsr4; 73 $loader->classMap = ComposerStaticInit1f612171edf97795af261ad0f1b361da::$classMap; 74 74 75 75 }, null, ClassLoader::class); -
juvo-mail-editor/tags/2.0.9/vendor/composer/installed.php
r2594645 r2620435 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 23fbc3c87a9928b859915bae4bb51cae869b79e9',8 'reference' => '3b8661dce341f19782d83b248ff88403af8f163b', 9 9 'name' => 'juvo/mail-editor', 10 10 'dev' => true, … … 32 32 'install_path' => __DIR__ . '/../../', 33 33 'aliases' => array(), 34 'reference' => ' 23fbc3c87a9928b859915bae4bb51cae869b79e9',34 'reference' => '3b8661dce341f19782d83b248ff88403af8f163b', 35 35 'dev_requirement' => false, 36 36 ), -
juvo-mail-editor/trunk/juvo-mail-editor.php
r2596119 r2620435 8 8 * Text Domain: juvo-mail-editor 9 9 * Domain Path: /languages 10 * Version: 2.0. 810 * Version: 2.0.9 11 11 */ 12 12 -
juvo-mail-editor/trunk/readme.txt
r2596119 r2620435 4 4 License: GPLv2 or later 5 5 Tested up to: 5.8 6 Stable tag: 2.0. 86 Stable tag: 2.0.9 7 7 8 8 JUVO Mail Editor helps to modify the standard WordPress Mailings and allows adding dynamic mail triggers. -
juvo-mail-editor/trunk/src/Mails/Password_Reset_Admin.php
r2594645 r2620435 32 32 $relay->sendMails(); 33 33 34 return $message;34 return ""; 35 35 } 36 36 -
juvo-mail-editor/trunk/vendor/autoload.php
r2594645 r2620435 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 990c6fbbc0ba7c8aa1270fef6d0dc357::getLoader();7 return ComposerAutoloaderInit1f612171edf97795af261ad0f1b361da::getLoader(); -
juvo-mail-editor/trunk/vendor/composer/ClassLoader.php
r2578760 r2620435 43 43 class ClassLoader 44 44 { 45 /** @var ?string */ 45 46 private $vendorDir; 46 47 47 48 // PSR-4 49 /** 50 * @var array[] 51 * @psalm-var array<string, array<string, int>> 52 */ 48 53 private $prefixLengthsPsr4 = array(); 54 /** 55 * @var array[] 56 * @psalm-var array<string, array<int, string>> 57 */ 49 58 private $prefixDirsPsr4 = array(); 59 /** 60 * @var array[] 61 * @psalm-var array<string, string> 62 */ 50 63 private $fallbackDirsPsr4 = array(); 51 64 52 65 // PSR-0 66 /** 67 * @var array[] 68 * @psalm-var array<string, array<string, string[]>> 69 */ 53 70 private $prefixesPsr0 = array(); 71 /** 72 * @var array[] 73 * @psalm-var array<string, string> 74 */ 54 75 private $fallbackDirsPsr0 = array(); 55 76 77 /** @var bool */ 56 78 private $useIncludePath = false; 79 80 /** 81 * @var string[] 82 * @psalm-var array<string, string> 83 */ 57 84 private $classMap = array(); 85 86 /** @var bool */ 58 87 private $classMapAuthoritative = false; 88 89 /** 90 * @var bool[] 91 * @psalm-var array<string, bool> 92 */ 59 93 private $missingClasses = array(); 94 95 /** @var ?string */ 60 96 private $apcuPrefix; 61 97 98 /** 99 * @var self[] 100 */ 62 101 private static $registeredLoaders = array(); 63 102 103 /** 104 * @param ?string $vendorDir 105 */ 64 106 public function __construct($vendorDir = null) 65 107 { … … 67 109 } 68 110 111 /** 112 * @return string[] 113 */ 69 114 public function getPrefixes() 70 115 { … … 76 121 } 77 122 123 /** 124 * @return array[] 125 * @psalm-return array<string, array<int, string>> 126 */ 78 127 public function getPrefixesPsr4() 79 128 { … … 81 130 } 82 131 132 /** 133 * @return array[] 134 * @psalm-return array<string, string> 135 */ 83 136 public function getFallbackDirs() 84 137 { … … 86 139 } 87 140 141 /** 142 * @return array[] 143 * @psalm-return array<string, string> 144 */ 88 145 public function getFallbackDirsPsr4() 89 146 { … … 91 148 } 92 149 150 /** 151 * @return string[] Array of classname => path 152 * @psalm-var array<string, string> 153 */ 93 154 public function getClassMap() 94 155 { … … 97 158 98 159 /** 99 * @param array $classMap Class to filename map 160 * @param string[] $classMap Class to filename map 161 * @psalm-param array<string, string> $classMap 162 * 163 * @return void 100 164 */ 101 165 public function addClassMap(array $classMap) … … 112 176 * appending or prepending to the ones previously set for this prefix. 113 177 * 114 * @param string $prefix The prefix 115 * @param array|string $paths The PSR-0 root directories 116 * @param bool $prepend Whether to prepend the directories 178 * @param string $prefix The prefix 179 * @param string[]|string $paths The PSR-0 root directories 180 * @param bool $prepend Whether to prepend the directories 181 * 182 * @return void 117 183 */ 118 184 public function add($prefix, $paths, $prepend = false) … … 157 223 * appending or prepending to the ones previously set for this namespace. 158 224 * 159 * @param string $prefix The prefix/namespace, with trailing '\\'160 * @param array|string $paths The PSR-4 base directories161 * @param bool $prepend Whether to prepend the directories225 * @param string $prefix The prefix/namespace, with trailing '\\' 226 * @param string[]|string $paths The PSR-4 base directories 227 * @param bool $prepend Whether to prepend the directories 162 228 * 163 229 * @throws \InvalidArgumentException 230 * 231 * @return void 164 232 */ 165 233 public function addPsr4($prefix, $paths, $prepend = false) … … 205 273 * replacing any others previously set for this prefix. 206 274 * 207 * @param string $prefix The prefix 208 * @param array|string $paths The PSR-0 base directories 275 * @param string $prefix The prefix 276 * @param string[]|string $paths The PSR-0 base directories 277 * 278 * @return void 209 279 */ 210 280 public function set($prefix, $paths) … … 221 291 * replacing any others previously set for this namespace. 222 292 * 223 * @param string $prefix The prefix/namespace, with trailing '\\'224 * @param array|string $paths The PSR-4 base directories293 * @param string $prefix The prefix/namespace, with trailing '\\' 294 * @param string[]|string $paths The PSR-4 base directories 225 295 * 226 296 * @throws \InvalidArgumentException 297 * 298 * @return void 227 299 */ 228 300 public function setPsr4($prefix, $paths) … … 244 316 * 245 317 * @param bool $useIncludePath 318 * 319 * @return void 246 320 */ 247 321 public function setUseIncludePath($useIncludePath) … … 266 340 * 267 341 * @param bool $classMapAuthoritative 342 * 343 * @return void 268 344 */ 269 345 public function setClassMapAuthoritative($classMapAuthoritative) … … 286 362 * 287 363 * @param string|null $apcuPrefix 364 * 365 * @return void 288 366 */ 289 367 public function setApcuPrefix($apcuPrefix) … … 306 384 * 307 385 * @param bool $prepend Whether to prepend the autoloader or not 386 * 387 * @return void 308 388 */ 309 389 public function register($prepend = false) … … 325 405 /** 326 406 * Unregisters this instance as an autoloader. 407 * 408 * @return void 327 409 */ 328 410 public function unregister() … … 404 486 } 405 487 488 /** 489 * @param string $class 490 * @param string $ext 491 * @return string|false 492 */ 406 493 private function findFileWithExtension($class, $ext) 407 494 { … … 475 562 * 476 563 * Prevents access to $this/self from included files. 564 * 565 * @param string $file 566 * @return void 567 * @private 477 568 */ 478 569 function includeFile($file) -
juvo-mail-editor/trunk/vendor/composer/InstalledVersions.php
r2578760 r2620435 21 21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions 22 22 * 23 * To require it 's presence, you can require `composer-runtime-api ^2.0`23 * To require its presence, you can require `composer-runtime-api ^2.0` 24 24 */ 25 25 class InstalledVersions … … 229 229 /** 230 230 * @return array 231 * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }231 * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string} 232 232 */ 233 233 public static function getRootPackage() … … 243 243 * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. 244 244 * @return array[] 245 * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}245 * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} 246 246 */ 247 247 public static function getRawData() … … 266 266 * 267 267 * @return array[] 268 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}>268 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> 269 269 */ 270 270 public static function getAllRawData() … … 289 289 * @return void 290 290 * 291 * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>} $data291 * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data 292 292 */ 293 293 public static function reload($data) … … 299 299 /** 300 300 * @return array[] 301 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string }, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}>301 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> 302 302 */ 303 303 private static function getInstalled() -
juvo-mail-editor/trunk/vendor/composer/autoload_real.php
r2594645 r2620435 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 990c6fbbc0ba7c8aa1270fef6d0dc3575 class ComposerAutoloaderInit1f612171edf97795af261ad0f1b361da 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 990c6fbbc0ba7c8aa1270fef6d0dc357', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit1f612171edf97795af261ad0f1b361da', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 990c6fbbc0ba7c8aa1270fef6d0dc357', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit1f612171edf97795af261ad0f1b361da', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit1f612171edf97795af261ad0f1b361da::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInit1f612171edf97795af261ad0f1b361da::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire 990c6fbbc0ba7c8aa1270fef6d0dc357($fileIdentifier, $file);61 composerRequire1f612171edf97795af261ad0f1b361da($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire 990c6fbbc0ba7c8aa1270fef6d0dc357($fileIdentifier, $file)68 function composerRequire1f612171edf97795af261ad0f1b361da($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
juvo-mail-editor/trunk/vendor/composer/autoload_static.php
r2594645 r2620435 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc3577 class ComposerStaticInit1f612171edf97795af261ad0f1b361da 8 8 { 9 9 public static $files = array ( … … 69 69 { 70 70 return \Closure::bind(function () use ($loader) { 71 $loader->prefixLengthsPsr4 = ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::$prefixLengthsPsr4;72 $loader->prefixDirsPsr4 = ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::$prefixDirsPsr4;73 $loader->classMap = ComposerStaticInit 990c6fbbc0ba7c8aa1270fef6d0dc357::$classMap;71 $loader->prefixLengthsPsr4 = ComposerStaticInit1f612171edf97795af261ad0f1b361da::$prefixLengthsPsr4; 72 $loader->prefixDirsPsr4 = ComposerStaticInit1f612171edf97795af261ad0f1b361da::$prefixDirsPsr4; 73 $loader->classMap = ComposerStaticInit1f612171edf97795af261ad0f1b361da::$classMap; 74 74 75 75 }, null, ClassLoader::class); -
juvo-mail-editor/trunk/vendor/composer/installed.php
r2594645 r2620435 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 23fbc3c87a9928b859915bae4bb51cae869b79e9',8 'reference' => '3b8661dce341f19782d83b248ff88403af8f163b', 9 9 'name' => 'juvo/mail-editor', 10 10 'dev' => true, … … 32 32 'install_path' => __DIR__ . '/../../', 33 33 'aliases' => array(), 34 'reference' => ' 23fbc3c87a9928b859915bae4bb51cae869b79e9',34 'reference' => '3b8661dce341f19782d83b248ff88403af8f163b', 35 35 'dev_requirement' => false, 36 36 ),
Note: See TracChangeset
for help on using the changeset viewer.