vendor/composer
ClassLoader.php
16.0 KB
3 years ago
InstalledVersions.php
17.0 KB
1 year ago
LICENSE
1.0 KB
3 years ago
autoload_classmap.php
39.8 KB
1 month ago
autoload_files.php
511 B
2 years ago
autoload_namespaces.php
199 B
2 years ago
autoload_psr4.php
714 B
4 months ago
autoload_real.php
1.6 KB
1 month ago
autoload_static.php
46.6 KB
1 month ago
installed.json
22.5 KB
3 months ago
installed.php
3.8 KB
1 month ago
autoload_static.php in WCPOS – Point of Sale (POS) plugin for WooCommerce 1.9.17, at vendor/composer/autoload_static.php
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit4107ecd15c15c168c93b5ecc054e8550 |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | '23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php', |
| 11 | '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', |
| 12 | 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', |
| 13 | 'e39a8b23c42d4e1452234d762b03835a' => __DIR__ . '/..' . '/ramsey/uuid/src/functions.php', |
| 14 | ); |
| 15 | |
| 16 | public static $prefixLengthsPsr4 = array ( |
| 17 | 'W' => |
| 18 | array ( |
| 19 | 'WCPOS\\WooCommercePOS\\' => 21, |
| 20 | ), |
| 21 | 'S' => |
| 22 | array ( |
| 23 | 'Symfony\\Polyfill\\Php81\\' => 23, |
| 24 | 'Symfony\\Polyfill\\Php80\\' => 23, |
| 25 | 'Symfony\\Polyfill\\Ctype\\' => 23, |
| 26 | ), |
| 27 | 'R' => |
| 28 | array ( |
| 29 | 'Ramsey\\Uuid\\' => 12, |
| 30 | 'Ramsey\\Collection\\' => 18, |
| 31 | ), |
| 32 | 'M' => |
| 33 | array ( |
| 34 | 'Mustache\\' => 9, |
| 35 | ), |
| 36 | 'B' => |
| 37 | array ( |
| 38 | 'Brick\\Math\\' => 11, |
| 39 | ), |
| 40 | ); |
| 41 | |
| 42 | public static $prefixDirsPsr4 = array ( |
| 43 | 'WCPOS\\WooCommercePOS\\' => |
| 44 | array ( |
| 45 | 0 => __DIR__ . '/../..' . '/includes', |
| 46 | ), |
| 47 | 'Symfony\\Polyfill\\Php81\\' => |
| 48 | array ( |
| 49 | 0 => __DIR__ . '/..' . '/symfony/polyfill-php81', |
| 50 | ), |
| 51 | 'Symfony\\Polyfill\\Php80\\' => |
| 52 | array ( |
| 53 | 0 => __DIR__ . '/..' . '/symfony/polyfill-php80', |
| 54 | ), |
| 55 | 'Symfony\\Polyfill\\Ctype\\' => |
| 56 | array ( |
| 57 | 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', |
| 58 | ), |
| 59 | 'Ramsey\\Uuid\\' => |
| 60 | array ( |
| 61 | 0 => __DIR__ . '/..' . '/ramsey/uuid/src', |
| 62 | ), |
| 63 | 'Ramsey\\Collection\\' => |
| 64 | array ( |
| 65 | 0 => __DIR__ . '/..' . '/ramsey/collection/src', |
| 66 | ), |
| 67 | 'Mustache\\' => |
| 68 | array ( |
| 69 | 0 => __DIR__ . '/..' . '/mustache/mustache/src', |
| 70 | ), |
| 71 | 'Brick\\Math\\' => |
| 72 | array ( |
| 73 | 0 => __DIR__ . '/..' . '/brick/math/src', |
| 74 | ), |
| 75 | ); |
| 76 | |
| 77 | public static $prefixesPsr0 = array ( |
| 78 | 'P' => |
| 79 | array ( |
| 80 | 'Parsedown' => |
| 81 | array ( |
| 82 | 0 => __DIR__ . '/..' . '/erusev/parsedown', |
| 83 | ), |
| 84 | ), |
| 85 | ); |
| 86 | |
| 87 | public static $classMap = array ( |
| 88 | 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', |
| 89 | 'Brick\\Math\\BigDecimal' => __DIR__ . '/..' . '/brick/math/src/BigDecimal.php', |
| 90 | 'Brick\\Math\\BigInteger' => __DIR__ . '/..' . '/brick/math/src/BigInteger.php', |
| 91 | 'Brick\\Math\\BigNumber' => __DIR__ . '/..' . '/brick/math/src/BigNumber.php', |
| 92 | 'Brick\\Math\\BigRational' => __DIR__ . '/..' . '/brick/math/src/BigRational.php', |
| 93 | 'Brick\\Math\\Exception\\DivisionByZeroException' => __DIR__ . '/..' . '/brick/math/src/Exception/DivisionByZeroException.php', |
| 94 | 'Brick\\Math\\Exception\\IntegerOverflowException' => __DIR__ . '/..' . '/brick/math/src/Exception/IntegerOverflowException.php', |
| 95 | 'Brick\\Math\\Exception\\MathException' => __DIR__ . '/..' . '/brick/math/src/Exception/MathException.php', |
| 96 | 'Brick\\Math\\Exception\\NegativeNumberException' => __DIR__ . '/..' . '/brick/math/src/Exception/NegativeNumberException.php', |
| 97 | 'Brick\\Math\\Exception\\NumberFormatException' => __DIR__ . '/..' . '/brick/math/src/Exception/NumberFormatException.php', |
| 98 | 'Brick\\Math\\Exception\\RoundingNecessaryException' => __DIR__ . '/..' . '/brick/math/src/Exception/RoundingNecessaryException.php', |
| 99 | 'Brick\\Math\\Internal\\Calculator' => __DIR__ . '/..' . '/brick/math/src/Internal/Calculator.php', |
| 100 | 'Brick\\Math\\Internal\\Calculator\\BcMathCalculator' => __DIR__ . '/..' . '/brick/math/src/Internal/Calculator/BcMathCalculator.php', |
| 101 | 'Brick\\Math\\Internal\\Calculator\\GmpCalculator' => __DIR__ . '/..' . '/brick/math/src/Internal/Calculator/GmpCalculator.php', |
| 102 | 'Brick\\Math\\Internal\\Calculator\\NativeCalculator' => __DIR__ . '/..' . '/brick/math/src/Internal/Calculator/NativeCalculator.php', |
| 103 | 'Brick\\Math\\RoundingMode' => __DIR__ . '/..' . '/brick/math/src/RoundingMode.php', |
| 104 | 'CURLStringFile' => __DIR__ . '/..' . '/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php', |
| 105 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 106 | 'Mustache\\Cache' => __DIR__ . '/..' . '/mustache/mustache/src/Cache.php', |
| 107 | 'Mustache\\Cache\\AbstractCache' => __DIR__ . '/..' . '/mustache/mustache/src/Cache/AbstractCache.php', |
| 108 | 'Mustache\\Cache\\FilesystemCache' => __DIR__ . '/..' . '/mustache/mustache/src/Cache/FilesystemCache.php', |
| 109 | 'Mustache\\Cache\\NoopCache' => __DIR__ . '/..' . '/mustache/mustache/src/Cache/NoopCache.php', |
| 110 | 'Mustache\\CompileOptions' => __DIR__ . '/..' . '/mustache/mustache/src/CompileOptions.php', |
| 111 | 'Mustache\\Compiler' => __DIR__ . '/..' . '/mustache/mustache/src/Compiler.php', |
| 112 | 'Mustache\\Context' => __DIR__ . '/..' . '/mustache/mustache/src/Context.php', |
| 113 | 'Mustache\\Engine' => __DIR__ . '/..' . '/mustache/mustache/src/Engine.php', |
| 114 | 'Mustache\\Exception' => __DIR__ . '/..' . '/mustache/mustache/src/Exception.php', |
| 115 | 'Mustache\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/InvalidArgumentException.php', |
| 116 | 'Mustache\\Exception\\LogicException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/LogicException.php', |
| 117 | 'Mustache\\Exception\\RenderingException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/RenderingException.php', |
| 118 | 'Mustache\\Exception\\RuntimeException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/RuntimeException.php', |
| 119 | 'Mustache\\Exception\\SyntaxException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/SyntaxException.php', |
| 120 | 'Mustache\\Exception\\UnknownBlockException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownBlockException.php', |
| 121 | 'Mustache\\Exception\\UnknownFilterException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownFilterException.php', |
| 122 | 'Mustache\\Exception\\UnknownHelperException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownHelperException.php', |
| 123 | 'Mustache\\Exception\\UnknownTemplateException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownTemplateException.php', |
| 124 | 'Mustache\\Exception\\UnknownVariableException' => __DIR__ . '/..' . '/mustache/mustache/src/Exception/UnknownVariableException.php', |
| 125 | 'Mustache\\HelperCollection' => __DIR__ . '/..' . '/mustache/mustache/src/HelperCollection.php', |
| 126 | 'Mustache\\LambdaHelper' => __DIR__ . '/..' . '/mustache/mustache/src/LambdaHelper.php', |
| 127 | 'Mustache\\Loader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader.php', |
| 128 | 'Mustache\\Loader\\ArrayLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/ArrayLoader.php', |
| 129 | 'Mustache\\Loader\\CascadingLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/CascadingLoader.php', |
| 130 | 'Mustache\\Loader\\FilesystemLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/FilesystemLoader.php', |
| 131 | 'Mustache\\Loader\\InlineLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/InlineLoader.php', |
| 132 | 'Mustache\\Loader\\MutableLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/MutableLoader.php', |
| 133 | 'Mustache\\Loader\\ProductionFilesystemLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/ProductionFilesystemLoader.php', |
| 134 | 'Mustache\\Loader\\StringLoader' => __DIR__ . '/..' . '/mustache/mustache/src/Loader/StringLoader.php', |
| 135 | 'Mustache\\Logger' => __DIR__ . '/..' . '/mustache/mustache/src/Logger.php', |
| 136 | 'Mustache\\Logger\\AbstractLogger' => __DIR__ . '/..' . '/mustache/mustache/src/Logger/AbstractLogger.php', |
| 137 | 'Mustache\\Logger\\StreamLogger' => __DIR__ . '/..' . '/mustache/mustache/src/Logger/StreamLogger.php', |
| 138 | 'Mustache\\Parser' => __DIR__ . '/..' . '/mustache/mustache/src/Parser.php', |
| 139 | 'Mustache\\RenderedString' => __DIR__ . '/..' . '/mustache/mustache/src/RenderedString.php', |
| 140 | 'Mustache\\Source' => __DIR__ . '/..' . '/mustache/mustache/src/Source.php', |
| 141 | 'Mustache\\Source\\FilesystemSource' => __DIR__ . '/..' . '/mustache/mustache/src/Source/FilesystemSource.php', |
| 142 | 'Mustache\\Template' => __DIR__ . '/..' . '/mustache/mustache/src/Template.php', |
| 143 | 'Mustache\\Tokenizer' => __DIR__ . '/..' . '/mustache/mustache/src/Tokenizer.php', |
| 144 | 'Mustache_Cache' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 145 | 'Mustache_Cache_AbstractCache' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 146 | 'Mustache_Cache_FilesystemCache' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 147 | 'Mustache_Cache_NoopCache' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 148 | 'Mustache_Compiler' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 149 | 'Mustache_Context' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 150 | 'Mustache_Engine' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 151 | 'Mustache_Exception' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 152 | 'Mustache_Exception_InvalidArgumentException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 153 | 'Mustache_Exception_LogicException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 154 | 'Mustache_Exception_RenderingException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 155 | 'Mustache_Exception_RuntimeException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 156 | 'Mustache_Exception_SyntaxException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 157 | 'Mustache_Exception_UnknownBlockException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 158 | 'Mustache_Exception_UnknownFilterException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 159 | 'Mustache_Exception_UnknownHelperException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 160 | 'Mustache_Exception_UnknownTemplateException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 161 | 'Mustache_Exception_UnknownVariableException' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 162 | 'Mustache_HelperCollection' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 163 | 'Mustache_LambdaHelper' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 164 | 'Mustache_Loader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 165 | 'Mustache_Loader_ArrayLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 166 | 'Mustache_Loader_CascadingLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 167 | 'Mustache_Loader_FilesystemLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 168 | 'Mustache_Loader_InlineLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 169 | 'Mustache_Loader_MutableLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 170 | 'Mustache_Loader_ProductionFilesystemLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 171 | 'Mustache_Loader_StringLoader' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 172 | 'Mustache_Logger' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 173 | 'Mustache_Logger_AbstractLogger' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 174 | 'Mustache_Logger_StreamLogger' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 175 | 'Mustache_Parser' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 176 | 'Mustache_Source' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 177 | 'Mustache_Source_FilesystemSource' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 178 | 'Mustache_Template' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 179 | 'Mustache_Tokenizer' => __DIR__ . '/..' . '/mustache/mustache/src/compat.php', |
| 180 | 'Parsedown' => __DIR__ . '/..' . '/erusev/parsedown/Parsedown.php', |
| 181 | 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', |
| 182 | 'Ramsey\\Collection\\AbstractArray' => __DIR__ . '/..' . '/ramsey/collection/src/AbstractArray.php', |
| 183 | 'Ramsey\\Collection\\AbstractCollection' => __DIR__ . '/..' . '/ramsey/collection/src/AbstractCollection.php', |
| 184 | 'Ramsey\\Collection\\AbstractSet' => __DIR__ . '/..' . '/ramsey/collection/src/AbstractSet.php', |
| 185 | 'Ramsey\\Collection\\ArrayInterface' => __DIR__ . '/..' . '/ramsey/collection/src/ArrayInterface.php', |
| 186 | 'Ramsey\\Collection\\Collection' => __DIR__ . '/..' . '/ramsey/collection/src/Collection.php', |
| 187 | 'Ramsey\\Collection\\CollectionInterface' => __DIR__ . '/..' . '/ramsey/collection/src/CollectionInterface.php', |
| 188 | 'Ramsey\\Collection\\DoubleEndedQueue' => __DIR__ . '/..' . '/ramsey/collection/src/DoubleEndedQueue.php', |
| 189 | 'Ramsey\\Collection\\DoubleEndedQueueInterface' => __DIR__ . '/..' . '/ramsey/collection/src/DoubleEndedQueueInterface.php', |
| 190 | 'Ramsey\\Collection\\Exception\\CollectionMismatchException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/CollectionMismatchException.php', |
| 191 | 'Ramsey\\Collection\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/InvalidArgumentException.php', |
| 192 | 'Ramsey\\Collection\\Exception\\InvalidSortOrderException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/InvalidSortOrderException.php', |
| 193 | 'Ramsey\\Collection\\Exception\\NoSuchElementException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/NoSuchElementException.php', |
| 194 | 'Ramsey\\Collection\\Exception\\OutOfBoundsException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/OutOfBoundsException.php', |
| 195 | 'Ramsey\\Collection\\Exception\\UnsupportedOperationException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/UnsupportedOperationException.php', |
| 196 | 'Ramsey\\Collection\\Exception\\ValueExtractionException' => __DIR__ . '/..' . '/ramsey/collection/src/Exception/ValueExtractionException.php', |
| 197 | 'Ramsey\\Collection\\GenericArray' => __DIR__ . '/..' . '/ramsey/collection/src/GenericArray.php', |
| 198 | 'Ramsey\\Collection\\Map\\AbstractMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/AbstractMap.php', |
| 199 | 'Ramsey\\Collection\\Map\\AbstractTypedMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/AbstractTypedMap.php', |
| 200 | 'Ramsey\\Collection\\Map\\AssociativeArrayMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/AssociativeArrayMap.php', |
| 201 | 'Ramsey\\Collection\\Map\\MapInterface' => __DIR__ . '/..' . '/ramsey/collection/src/Map/MapInterface.php', |
| 202 | 'Ramsey\\Collection\\Map\\NamedParameterMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/NamedParameterMap.php', |
| 203 | 'Ramsey\\Collection\\Map\\TypedMap' => __DIR__ . '/..' . '/ramsey/collection/src/Map/TypedMap.php', |
| 204 | 'Ramsey\\Collection\\Map\\TypedMapInterface' => __DIR__ . '/..' . '/ramsey/collection/src/Map/TypedMapInterface.php', |
| 205 | 'Ramsey\\Collection\\Queue' => __DIR__ . '/..' . '/ramsey/collection/src/Queue.php', |
| 206 | 'Ramsey\\Collection\\QueueInterface' => __DIR__ . '/..' . '/ramsey/collection/src/QueueInterface.php', |
| 207 | 'Ramsey\\Collection\\Set' => __DIR__ . '/..' . '/ramsey/collection/src/Set.php', |
| 208 | 'Ramsey\\Collection\\Tool\\TypeTrait' => __DIR__ . '/..' . '/ramsey/collection/src/Tool/TypeTrait.php', |
| 209 | 'Ramsey\\Collection\\Tool\\ValueExtractorTrait' => __DIR__ . '/..' . '/ramsey/collection/src/Tool/ValueExtractorTrait.php', |
| 210 | 'Ramsey\\Collection\\Tool\\ValueToStringTrait' => __DIR__ . '/..' . '/ramsey/collection/src/Tool/ValueToStringTrait.php', |
| 211 | 'Ramsey\\Uuid\\BinaryUtils' => __DIR__ . '/..' . '/ramsey/uuid/src/BinaryUtils.php', |
| 212 | 'Ramsey\\Uuid\\Builder\\BuilderCollection' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/BuilderCollection.php', |
| 213 | 'Ramsey\\Uuid\\Builder\\DefaultUuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/DefaultUuidBuilder.php', |
| 214 | 'Ramsey\\Uuid\\Builder\\DegradedUuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/DegradedUuidBuilder.php', |
| 215 | 'Ramsey\\Uuid\\Builder\\FallbackBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/FallbackBuilder.php', |
| 216 | 'Ramsey\\Uuid\\Builder\\UuidBuilderInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Builder/UuidBuilderInterface.php', |
| 217 | 'Ramsey\\Uuid\\Codec\\CodecInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/CodecInterface.php', |
| 218 | 'Ramsey\\Uuid\\Codec\\GuidStringCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/GuidStringCodec.php', |
| 219 | 'Ramsey\\Uuid\\Codec\\OrderedTimeCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/OrderedTimeCodec.php', |
| 220 | 'Ramsey\\Uuid\\Codec\\StringCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/StringCodec.php', |
| 221 | 'Ramsey\\Uuid\\Codec\\TimestampFirstCombCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php', |
| 222 | 'Ramsey\\Uuid\\Codec\\TimestampLastCombCodec' => __DIR__ . '/..' . '/ramsey/uuid/src/Codec/TimestampLastCombCodec.php', |
| 223 | 'Ramsey\\Uuid\\Converter\\NumberConverterInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/NumberConverterInterface.php', |
| 224 | 'Ramsey\\Uuid\\Converter\\Number\\BigNumberConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Number/BigNumberConverter.php', |
| 225 | 'Ramsey\\Uuid\\Converter\\Number\\DegradedNumberConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php', |
| 226 | 'Ramsey\\Uuid\\Converter\\Number\\GenericNumberConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php', |
| 227 | 'Ramsey\\Uuid\\Converter\\TimeConverterInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/TimeConverterInterface.php', |
| 228 | 'Ramsey\\Uuid\\Converter\\Time\\BigNumberTimeConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php', |
| 229 | 'Ramsey\\Uuid\\Converter\\Time\\DegradedTimeConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php', |
| 230 | 'Ramsey\\Uuid\\Converter\\Time\\GenericTimeConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php', |
| 231 | 'Ramsey\\Uuid\\Converter\\Time\\PhpTimeConverter' => __DIR__ . '/..' . '/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php', |
| 232 | 'Ramsey\\Uuid\\DegradedUuid' => __DIR__ . '/..' . '/ramsey/uuid/src/DegradedUuid.php', |
| 233 | 'Ramsey\\Uuid\\DeprecatedUuidInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/DeprecatedUuidInterface.php', |
| 234 | 'Ramsey\\Uuid\\DeprecatedUuidMethodsTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php', |
| 235 | 'Ramsey\\Uuid\\Exception\\BuilderNotFoundException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/BuilderNotFoundException.php', |
| 236 | 'Ramsey\\Uuid\\Exception\\DateTimeException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/DateTimeException.php', |
| 237 | 'Ramsey\\Uuid\\Exception\\DceSecurityException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/DceSecurityException.php', |
| 238 | 'Ramsey\\Uuid\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/InvalidArgumentException.php', |
| 239 | 'Ramsey\\Uuid\\Exception\\InvalidBytesException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/InvalidBytesException.php', |
| 240 | 'Ramsey\\Uuid\\Exception\\InvalidUuidStringException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/InvalidUuidStringException.php', |
| 241 | 'Ramsey\\Uuid\\Exception\\NameException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/NameException.php', |
| 242 | 'Ramsey\\Uuid\\Exception\\NodeException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/NodeException.php', |
| 243 | 'Ramsey\\Uuid\\Exception\\RandomSourceException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/RandomSourceException.php', |
| 244 | 'Ramsey\\Uuid\\Exception\\TimeSourceException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/TimeSourceException.php', |
| 245 | 'Ramsey\\Uuid\\Exception\\UnableToBuildUuidException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/UnableToBuildUuidException.php', |
| 246 | 'Ramsey\\Uuid\\Exception\\UnsupportedOperationException' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/UnsupportedOperationException.php', |
| 247 | 'Ramsey\\Uuid\\Exception\\UuidExceptionInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Exception/UuidExceptionInterface.php', |
| 248 | 'Ramsey\\Uuid\\FeatureSet' => __DIR__ . '/..' . '/ramsey/uuid/src/FeatureSet.php', |
| 249 | 'Ramsey\\Uuid\\Fields\\FieldsInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Fields/FieldsInterface.php', |
| 250 | 'Ramsey\\Uuid\\Fields\\SerializableFieldsTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Fields/SerializableFieldsTrait.php', |
| 251 | 'Ramsey\\Uuid\\Generator\\CombGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/CombGenerator.php', |
| 252 | 'Ramsey\\Uuid\\Generator\\DceSecurityGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/DceSecurityGenerator.php', |
| 253 | 'Ramsey\\Uuid\\Generator\\DceSecurityGeneratorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php', |
| 254 | 'Ramsey\\Uuid\\Generator\\DefaultNameGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/DefaultNameGenerator.php', |
| 255 | 'Ramsey\\Uuid\\Generator\\DefaultTimeGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/DefaultTimeGenerator.php', |
| 256 | 'Ramsey\\Uuid\\Generator\\NameGeneratorFactory' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/NameGeneratorFactory.php', |
| 257 | 'Ramsey\\Uuid\\Generator\\NameGeneratorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/NameGeneratorInterface.php', |
| 258 | 'Ramsey\\Uuid\\Generator\\PeclUuidNameGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php', |
| 259 | 'Ramsey\\Uuid\\Generator\\PeclUuidRandomGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php', |
| 260 | 'Ramsey\\Uuid\\Generator\\PeclUuidTimeGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php', |
| 261 | 'Ramsey\\Uuid\\Generator\\RandomBytesGenerator' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/RandomBytesGenerator.php', |
| 262 | 'Ramsey\\Uuid\\Generator\\RandomGeneratorFactory' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/RandomGeneratorFactory.php', |
| 263 | 'Ramsey\\Uuid\\Generator\\RandomGeneratorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/RandomGeneratorInterface.php', |
| 264 | 'Ramsey\\Uuid\\Generator\\RandomLibAdapter' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/RandomLibAdapter.php', |
| 265 | 'Ramsey\\Uuid\\Generator\\TimeGeneratorFactory' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/TimeGeneratorFactory.php', |
| 266 | 'Ramsey\\Uuid\\Generator\\TimeGeneratorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Generator/TimeGeneratorInterface.php', |
| 267 | 'Ramsey\\Uuid\\Guid\\Fields' => __DIR__ . '/..' . '/ramsey/uuid/src/Guid/Fields.php', |
| 268 | 'Ramsey\\Uuid\\Guid\\Guid' => __DIR__ . '/..' . '/ramsey/uuid/src/Guid/Guid.php', |
| 269 | 'Ramsey\\Uuid\\Guid\\GuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Guid/GuidBuilder.php', |
| 270 | 'Ramsey\\Uuid\\Lazy\\LazyUuidFromString' => __DIR__ . '/..' . '/ramsey/uuid/src/Lazy/LazyUuidFromString.php', |
| 271 | 'Ramsey\\Uuid\\Math\\BrickMathCalculator' => __DIR__ . '/..' . '/ramsey/uuid/src/Math/BrickMathCalculator.php', |
| 272 | 'Ramsey\\Uuid\\Math\\CalculatorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Math/CalculatorInterface.php', |
| 273 | 'Ramsey\\Uuid\\Math\\RoundingMode' => __DIR__ . '/..' . '/ramsey/uuid/src/Math/RoundingMode.php', |
| 274 | 'Ramsey\\Uuid\\Nonstandard\\Fields' => __DIR__ . '/..' . '/ramsey/uuid/src/Nonstandard/Fields.php', |
| 275 | 'Ramsey\\Uuid\\Nonstandard\\Uuid' => __DIR__ . '/..' . '/ramsey/uuid/src/Nonstandard/Uuid.php', |
| 276 | 'Ramsey\\Uuid\\Nonstandard\\UuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Nonstandard/UuidBuilder.php', |
| 277 | 'Ramsey\\Uuid\\Nonstandard\\UuidV6' => __DIR__ . '/..' . '/ramsey/uuid/src/Nonstandard/UuidV6.php', |
| 278 | 'Ramsey\\Uuid\\Provider\\DceSecurityProviderInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php', |
| 279 | 'Ramsey\\Uuid\\Provider\\Dce\\SystemDceSecurityProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php', |
| 280 | 'Ramsey\\Uuid\\Provider\\NodeProviderInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/NodeProviderInterface.php', |
| 281 | 'Ramsey\\Uuid\\Provider\\Node\\FallbackNodeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php', |
| 282 | 'Ramsey\\Uuid\\Provider\\Node\\NodeProviderCollection' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php', |
| 283 | 'Ramsey\\Uuid\\Provider\\Node\\RandomNodeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php', |
| 284 | 'Ramsey\\Uuid\\Provider\\Node\\StaticNodeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php', |
| 285 | 'Ramsey\\Uuid\\Provider\\Node\\SystemNodeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php', |
| 286 | 'Ramsey\\Uuid\\Provider\\TimeProviderInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/TimeProviderInterface.php', |
| 287 | 'Ramsey\\Uuid\\Provider\\Time\\FixedTimeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php', |
| 288 | 'Ramsey\\Uuid\\Provider\\Time\\SystemTimeProvider' => __DIR__ . '/..' . '/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php', |
| 289 | 'Ramsey\\Uuid\\Rfc4122\\Fields' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/Fields.php', |
| 290 | 'Ramsey\\Uuid\\Rfc4122\\FieldsInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/FieldsInterface.php', |
| 291 | 'Ramsey\\Uuid\\Rfc4122\\NilTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/NilTrait.php', |
| 292 | 'Ramsey\\Uuid\\Rfc4122\\NilUuid' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/NilUuid.php', |
| 293 | 'Ramsey\\Uuid\\Rfc4122\\UuidBuilder' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidBuilder.php', |
| 294 | 'Ramsey\\Uuid\\Rfc4122\\UuidInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidInterface.php', |
| 295 | 'Ramsey\\Uuid\\Rfc4122\\UuidV1' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV1.php', |
| 296 | 'Ramsey\\Uuid\\Rfc4122\\UuidV2' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV2.php', |
| 297 | 'Ramsey\\Uuid\\Rfc4122\\UuidV3' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV3.php', |
| 298 | 'Ramsey\\Uuid\\Rfc4122\\UuidV4' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV4.php', |
| 299 | 'Ramsey\\Uuid\\Rfc4122\\UuidV5' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV5.php', |
| 300 | 'Ramsey\\Uuid\\Rfc4122\\Validator' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/Validator.php', |
| 301 | 'Ramsey\\Uuid\\Rfc4122\\VariantTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/VariantTrait.php', |
| 302 | 'Ramsey\\Uuid\\Rfc4122\\VersionTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/VersionTrait.php', |
| 303 | 'Ramsey\\Uuid\\Type\\Decimal' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/Decimal.php', |
| 304 | 'Ramsey\\Uuid\\Type\\Hexadecimal' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/Hexadecimal.php', |
| 305 | 'Ramsey\\Uuid\\Type\\Integer' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/Integer.php', |
| 306 | 'Ramsey\\Uuid\\Type\\NumberInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/NumberInterface.php', |
| 307 | 'Ramsey\\Uuid\\Type\\Time' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/Time.php', |
| 308 | 'Ramsey\\Uuid\\Type\\TypeInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Type/TypeInterface.php', |
| 309 | 'Ramsey\\Uuid\\Uuid' => __DIR__ . '/..' . '/ramsey/uuid/src/Uuid.php', |
| 310 | 'Ramsey\\Uuid\\UuidFactory' => __DIR__ . '/..' . '/ramsey/uuid/src/UuidFactory.php', |
| 311 | 'Ramsey\\Uuid\\UuidFactoryInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/UuidFactoryInterface.php', |
| 312 | 'Ramsey\\Uuid\\UuidInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/UuidInterface.php', |
| 313 | 'Ramsey\\Uuid\\Validator\\GenericValidator' => __DIR__ . '/..' . '/ramsey/uuid/src/Validator/GenericValidator.php', |
| 314 | 'Ramsey\\Uuid\\Validator\\ValidatorInterface' => __DIR__ . '/..' . '/ramsey/uuid/src/Validator/ValidatorInterface.php', |
| 315 | 'ReturnTypeWillChange' => __DIR__ . '/..' . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php', |
| 316 | 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', |
| 317 | 'Symfony\\Polyfill\\Ctype\\Ctype' => __DIR__ . '/..' . '/symfony/polyfill-ctype/Ctype.php', |
| 318 | 'Symfony\\Polyfill\\Php80\\Php80' => __DIR__ . '/..' . '/symfony/polyfill-php80/Php80.php', |
| 319 | 'Symfony\\Polyfill\\Php80\\PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/PhpToken.php', |
| 320 | 'Symfony\\Polyfill\\Php81\\Php81' => __DIR__ . '/..' . '/symfony/polyfill-php81/Php81.php', |
| 321 | 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', |
| 322 | 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', |
| 323 | 'WCPOS\\WooCommercePOS\\AJAX' => __DIR__ . '/../..' . '/includes/AJAX.php', |
| 324 | 'WCPOS\\WooCommercePOS\\API' => __DIR__ . '/../..' . '/includes/API.php', |
| 325 | 'WCPOS\\WooCommercePOS\\API\\Auth' => __DIR__ . '/../..' . '/includes/API/Auth.php', |
| 326 | 'WCPOS\\WooCommercePOS\\API\\Cashier' => __DIR__ . '/../..' . '/includes/API/Cashier.php', |
| 327 | 'WCPOS\\WooCommercePOS\\API\\Checkout_Controller' => __DIR__ . '/../..' . '/includes/API/Checkout_Controller.php', |
| 328 | 'WCPOS\\WooCommercePOS\\API\\Coupons_Controller' => __DIR__ . '/../..' . '/includes/API/Coupons_Controller.php', |
| 329 | 'WCPOS\\WooCommercePOS\\API\\Customers_Controller' => __DIR__ . '/../..' . '/includes/API/Customers_Controller.php', |
| 330 | 'WCPOS\\WooCommercePOS\\API\\Data_Order_Statuses_Controller' => __DIR__ . '/../..' . '/includes/API/Data_Order_Statuses_Controller.php', |
| 331 | 'WCPOS\\WooCommercePOS\\API\\Extensions' => __DIR__ . '/../..' . '/includes/API/Extensions.php', |
| 332 | 'WCPOS\\WooCommercePOS\\API\\Gateway_Bootstrap_Controller' => __DIR__ . '/../..' . '/includes/API/Gateway_Bootstrap_Controller.php', |
| 333 | 'WCPOS\\WooCommercePOS\\API\\Logs' => __DIR__ . '/../..' . '/includes/API/Logs.php', |
| 334 | 'WCPOS\\WooCommercePOS\\API\\Orders_Controller' => __DIR__ . '/../..' . '/includes/API/Orders_Controller.php', |
| 335 | 'WCPOS\\WooCommercePOS\\API\\Payment_Gateways' => __DIR__ . '/../..' . '/includes/API/Payment_Gateways.php', |
| 336 | 'WCPOS\\WooCommercePOS\\API\\Print_Jobs_Controller' => __DIR__ . '/../..' . '/includes/API/Print_Jobs_Controller.php', |
| 337 | 'WCPOS\\WooCommercePOS\\API\\Product_Brands_Controller' => __DIR__ . '/../..' . '/includes/API/Product_Brands_Controller.php', |
| 338 | 'WCPOS\\WooCommercePOS\\API\\Product_Categories_Controller' => __DIR__ . '/../..' . '/includes/API/Product_Categories_Controller.php', |
| 339 | 'WCPOS\\WooCommercePOS\\API\\Product_Tags_Controller' => __DIR__ . '/../..' . '/includes/API/Product_Tags_Controller.php', |
| 340 | 'WCPOS\\WooCommercePOS\\API\\Product_Variations_Controller' => __DIR__ . '/../..' . '/includes/API/Product_Variations_Controller.php', |
| 341 | 'WCPOS\\WooCommercePOS\\API\\Products_Controller' => __DIR__ . '/../..' . '/includes/API/Products_Controller.php', |
| 342 | 'WCPOS\\WooCommercePOS\\API\\Raw_Response' => __DIR__ . '/../..' . '/includes/API/Raw_Response.php', |
| 343 | 'WCPOS\\WooCommercePOS\\API\\Receipts_Controller' => __DIR__ . '/../..' . '/includes/API/Receipts_Controller.php', |
| 344 | 'WCPOS\\WooCommercePOS\\API\\Settings' => __DIR__ . '/../..' . '/includes/API/Settings.php', |
| 345 | 'WCPOS\\WooCommercePOS\\API\\Shipping_Methods_Controller' => __DIR__ . '/../..' . '/includes/API/Shipping_Methods_Controller.php', |
| 346 | 'WCPOS\\WooCommercePOS\\API\\Stores' => __DIR__ . '/../..' . '/includes/API/Stores.php', |
| 347 | 'WCPOS\\WooCommercePOS\\API\\Tax_Classes_Controller' => __DIR__ . '/../..' . '/includes/API/Tax_Classes_Controller.php', |
| 348 | 'WCPOS\\WooCommercePOS\\API\\Taxes_Controller' => __DIR__ . '/../..' . '/includes/API/Taxes_Controller.php', |
| 349 | 'WCPOS\\WooCommercePOS\\API\\Templates_Controller' => __DIR__ . '/../..' . '/includes/API/Templates_Controller.php', |
| 350 | 'WCPOS\\WooCommercePOS\\API\\Traits\\Product_Helpers' => __DIR__ . '/../..' . '/includes/API/Traits/Product_Helpers.php', |
| 351 | 'WCPOS\\WooCommercePOS\\API\\Traits\\Query_Helpers' => __DIR__ . '/../..' . '/includes/API/Traits/Query_Helpers.php', |
| 352 | 'WCPOS\\WooCommercePOS\\API\\Traits\\Uuid_Handler' => __DIR__ . '/../..' . '/includes/API/Traits/Uuid_Handler.php', |
| 353 | 'WCPOS\\WooCommercePOS\\API\\Traits\\WCPOS_REST_API' => __DIR__ . '/../..' . '/includes/API/Traits/WCPOS_REST_API.php', |
| 354 | 'WCPOS\\WooCommercePOS\\Abstracts\\Store' => __DIR__ . '/../..' . '/includes/Abstracts/Store.php', |
| 355 | 'WCPOS\\WooCommercePOS\\Activator' => __DIR__ . '/../..' . '/includes/Activator.php', |
| 356 | 'WCPOS\\WooCommercePOS\\Admin' => __DIR__ . '/../..' . '/includes/Admin.php', |
| 357 | 'WCPOS\\WooCommercePOS\\Admin\\Analytics' => __DIR__ . '/../..' . '/includes/Admin/Analytics.php', |
| 358 | 'WCPOS\\WooCommercePOS\\Admin\\Consent' => __DIR__ . '/../..' . '/includes/Admin/Consent.php', |
| 359 | 'WCPOS\\WooCommercePOS\\Admin\\Menu' => __DIR__ . '/../..' . '/includes/Admin/Menu.php', |
| 360 | 'WCPOS\\WooCommercePOS\\Admin\\Notices' => __DIR__ . '/../..' . '/includes/Admin/Notices.php', |
| 361 | 'WCPOS\\WooCommercePOS\\Admin\\Orders\\HPOS_List_Orders' => __DIR__ . '/../..' . '/includes/Admin/Orders/HPOS_List_Orders.php', |
| 362 | 'WCPOS\\WooCommercePOS\\Admin\\Orders\\HPOS_Single_Order' => __DIR__ . '/../..' . '/includes/Admin/Orders/HPOS_Single_Order.php', |
| 363 | 'WCPOS\\WooCommercePOS\\Admin\\Orders\\List_Orders' => __DIR__ . '/../..' . '/includes/Admin/Orders/List_Orders.php', |
| 364 | 'WCPOS\\WooCommercePOS\\Admin\\Orders\\Single_Order' => __DIR__ . '/../..' . '/includes/Admin/Orders/Single_Order.php', |
| 365 | 'WCPOS\\WooCommercePOS\\Admin\\Permalink' => __DIR__ . '/../..' . '/includes/Admin/Permalink.php', |
| 366 | 'WCPOS\\WooCommercePOS\\Admin\\Plugins' => __DIR__ . '/../..' . '/includes/Admin/Plugins.php', |
| 367 | 'WCPOS\\WooCommercePOS\\Admin\\Products\\List_Products' => __DIR__ . '/../..' . '/includes/Admin/Products/List_Products.php', |
| 368 | 'WCPOS\\WooCommercePOS\\Admin\\Products\\Single_Product' => __DIR__ . '/../..' . '/includes/Admin/Products/Single_Product.php', |
| 369 | 'WCPOS\\WooCommercePOS\\Admin\\Settings' => __DIR__ . '/../..' . '/includes/Admin/Settings.php', |
| 370 | 'WCPOS\\WooCommercePOS\\Admin\\Templates\\Single_Template' => __DIR__ . '/../..' . '/includes/Admin/Templates/Single_Template.php', |
| 371 | 'WCPOS\\WooCommercePOS\\CLI\\Anon_ID_Command' => __DIR__ . '/../..' . '/includes/CLI/Anon_ID_Command.php', |
| 372 | 'WCPOS\\WooCommercePOS\\Deactivator' => __DIR__ . '/../..' . '/includes/Deactivator.php', |
| 373 | 'WCPOS\\WooCommercePOS\\Emails' => __DIR__ . '/../..' . '/includes/Emails.php', |
| 374 | 'WCPOS\\WooCommercePOS\\Form_Handler' => __DIR__ . '/../..' . '/includes/Form_Handler.php', |
| 375 | 'WCPOS\\WooCommercePOS\\Gateways' => __DIR__ . '/../..' . '/includes/Gateways.php', |
| 376 | 'WCPOS\\WooCommercePOS\\Gateways\\Card' => __DIR__ . '/../..' . '/includes/Gateways/Card.php', |
| 377 | 'WCPOS\\WooCommercePOS\\Gateways\\Cash' => __DIR__ . '/../..' . '/includes/Gateways/Cash.php', |
| 378 | 'WCPOS\\WooCommercePOS\\Init' => __DIR__ . '/../..' . '/includes/Init.php', |
| 379 | 'WCPOS\\WooCommercePOS\\Integrations\\WPSEO' => __DIR__ . '/../..' . '/includes/Integrations/WPSEO.php', |
| 380 | 'WCPOS\\WooCommercePOS\\Integrations\\WePOS' => __DIR__ . '/../..' . '/includes/Integrations/WePOS.php', |
| 381 | 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Output_Adapter_Interface' => __DIR__ . '/../..' . '/includes/Interfaces/Receipt_Output_Adapter_Interface.php', |
| 382 | 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Renderer_Interface' => __DIR__ . '/../..' . '/includes/Interfaces/Receipt_Renderer_Interface.php', |
| 383 | 'WCPOS\\WooCommercePOS\\Interfaces\\StoreInterface' => __DIR__ . '/../..' . '/includes/Interfaces/StoreInterface.php', |
| 384 | 'WCPOS\\WooCommercePOS\\Logger' => __DIR__ . '/../..' . '/includes/Logger.php', |
| 385 | 'WCPOS\\WooCommercePOS\\Orders' => __DIR__ . '/../..' . '/includes/Orders.php', |
| 386 | 'WCPOS\\WooCommercePOS\\Payments\\Checkout_State_Repository' => __DIR__ . '/../..' . '/includes/Payments/Checkout_State_Repository.php', |
| 387 | 'WCPOS\\WooCommercePOS\\Payments\\Gateway_Contract' => __DIR__ . '/../..' . '/includes/Payments/Gateway_Contract.php', |
| 388 | 'WCPOS\\WooCommercePOS\\Payments\\Idempotency_Repository' => __DIR__ . '/../..' . '/includes/Payments/Idempotency_Repository.php', |
| 389 | 'WCPOS\\WooCommercePOS\\Pro' => __DIR__ . '/../..' . '/includes/Pro.php', |
| 390 | 'WCPOS\\WooCommercePOS\\Products' => __DIR__ . '/../..' . '/includes/Products.php', |
| 391 | 'WCPOS\\WooCommercePOS\\Registry' => __DIR__ . '/../..' . '/includes/Registry.php', |
| 392 | 'WCPOS\\WooCommercePOS\\Services\\Analytics' => __DIR__ . '/../..' . '/includes/Services/Analytics.php', |
| 393 | 'WCPOS\\WooCommercePOS\\Services\\Anon_ID' => __DIR__ . '/../..' . '/includes/Services/Anon_ID.php', |
| 394 | 'WCPOS\\WooCommercePOS\\Services\\Auth' => __DIR__ . '/../..' . '/includes/Services/Auth.php', |
| 395 | 'WCPOS\\WooCommercePOS\\Services\\Cashier' => __DIR__ . '/../..' . '/includes/Services/Cashier.php', |
| 396 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Diagnostic' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Diagnostic.php', |
| 397 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Registry' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Registry.php', |
| 398 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Relay_Service' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Relay_Service.php', |
| 399 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Submit_Service' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Submit_Service.php', |
| 400 | 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Trigger_Service' => __DIR__ . '/../..' . '/includes/Services/Cloud_Print_Trigger_Service.php', |
| 401 | 'WCPOS\\WooCommercePOS\\Services\\Extensions' => __DIR__ . '/../..' . '/includes/Services/Extensions.php', |
| 402 | 'WCPOS\\WooCommercePOS\\Services\\Feature_Flags' => __DIR__ . '/../..' . '/includes/Services/Feature_Flags.php', |
| 403 | 'WCPOS\\WooCommercePOS\\Services\\Fiscal_Receipt_Service' => __DIR__ . '/../..' . '/includes/Services/Fiscal_Receipt_Service.php', |
| 404 | 'WCPOS\\WooCommercePOS\\Services\\Landing_Profile' => __DIR__ . '/../..' . '/includes/Services/Landing_Profile.php', |
| 405 | 'WCPOS\\WooCommercePOS\\Services\\Meta_Data_Repair' => __DIR__ . '/../..' . '/includes/Services/Meta_Data_Repair.php', |
| 406 | 'WCPOS\\WooCommercePOS\\Services\\Opening_Hours_Formatter' => __DIR__ . '/../..' . '/includes/Services/Opening_Hours_Formatter.php', |
| 407 | 'WCPOS\\WooCommercePOS\\Services\\Pdf_Layout_Preprocessor' => __DIR__ . '/../..' . '/includes/Services/Pdf_Layout_Preprocessor.php', |
| 408 | 'WCPOS\\WooCommercePOS\\Services\\Pdf_Renderer' => __DIR__ . '/../..' . '/includes/Services/Pdf_Renderer.php', |
| 409 | 'WCPOS\\WooCommercePOS\\Services\\Pos_Order_Audit' => __DIR__ . '/../..' . '/includes/Services/Pos_Order_Audit.php', |
| 410 | 'WCPOS\\WooCommercePOS\\Services\\Preview_Receipt_Builder' => __DIR__ . '/../..' . '/includes/Services/Preview_Receipt_Builder.php', |
| 411 | 'WCPOS\\WooCommercePOS\\Services\\PrintNode_Client' => __DIR__ . '/../..' . '/includes/Services/PrintNode_Client.php', |
| 412 | 'WCPOS\\WooCommercePOS\\Services\\Print_Format_Resolver' => __DIR__ . '/../..' . '/includes/Services/Print_Format_Resolver.php', |
| 413 | 'WCPOS\\WooCommercePOS\\Services\\Print_Job_Service' => __DIR__ . '/../..' . '/includes/Services/Print_Job_Service.php', |
| 414 | 'WCPOS\\WooCommercePOS\\Services\\Provider' => __DIR__ . '/../..' . '/includes/Services/Provider.php', |
| 415 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Data_Builder' => __DIR__ . '/../..' . '/includes/Services/Receipt_Data_Builder.php', |
| 416 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Data_Schema' => __DIR__ . '/../..' . '/includes/Services/Receipt_Data_Schema.php', |
| 417 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Date_Formatter' => __DIR__ . '/../..' . '/includes/Services/Receipt_Date_Formatter.php', |
| 418 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_I18n_Labels' => __DIR__ . '/../..' . '/includes/Services/Receipt_I18n_Labels.php', |
| 419 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Output_Adapter_Factory' => __DIR__ . '/../..' . '/includes/Services/Receipt_Output_Adapter_Factory.php', |
| 420 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Preview_Fixture_Loader' => __DIR__ . '/../..' . '/includes/Services/Receipt_Preview_Fixture_Loader.php', |
| 421 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Renderer_Factory' => __DIR__ . '/../..' . '/includes/Services/Receipt_Renderer_Factory.php', |
| 422 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Snapshot_Store' => __DIR__ . '/../..' . '/includes/Services/Receipt_Snapshot_Store.php', |
| 423 | 'WCPOS\\WooCommercePOS\\Services\\Receipt_Store_Resolver' => __DIR__ . '/../..' . '/includes/Services/Receipt_Store_Resolver.php', |
| 424 | 'WCPOS\\WooCommercePOS\\Services\\Settings' => __DIR__ . '/../..' . '/includes/Services/Settings.php', |
| 425 | 'WCPOS\\WooCommercePOS\\Services\\Star_Online_Client' => __DIR__ . '/../..' . '/includes/Services/Star_Online_Client.php', |
| 426 | 'WCPOS\\WooCommercePOS\\Services\\Store_Defaults' => __DIR__ . '/../..' . '/includes/Services/Store_Defaults.php', |
| 427 | 'WCPOS\\WooCommercePOS\\Services\\Store_Logo_Resolver' => __DIR__ . '/../..' . '/includes/Services/Store_Logo_Resolver.php', |
| 428 | 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Detector' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Detector.php', |
| 429 | 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Reader' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Reader.php', |
| 430 | 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Settings' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Settings.php', |
| 431 | 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Types' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Types.php', |
| 432 | 'WCPOS\\WooCommercePOS\\Services\\Tax_Id_Writer' => __DIR__ . '/../..' . '/includes/Services/Tax_Id_Writer.php', |
| 433 | 'WCPOS\\WooCommercePOS\\Services\\Template_Pdf_Service' => __DIR__ . '/../..' . '/includes/Services/Template_Pdf_Service.php', |
| 434 | 'WCPOS\\WooCommercePOS\\Storefront_Receipts' => __DIR__ . '/../..' . '/includes/Storefront_Receipts.php', |
| 435 | 'WCPOS\\WooCommercePOS\\Template_Router' => __DIR__ . '/../..' . '/includes/Template_Router.php', |
| 436 | 'WCPOS\\WooCommercePOS\\Templates' => __DIR__ . '/../..' . '/includes/Templates.php', |
| 437 | 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Cpcl_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Cpcl_Output_Adapter.php', |
| 438 | 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Epos_Xml_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Epos_Xml_Output_Adapter.php', |
| 439 | 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Escpos_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Escpos_Output_Adapter.php', |
| 440 | 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Html_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Html_Output_Adapter.php', |
| 441 | 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Starprnt_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Starprnt_Output_Adapter.php', |
| 442 | 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Tspl_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Tspl_Output_Adapter.php', |
| 443 | 'WCPOS\\WooCommercePOS\\Templates\\Adapters\\Zpl_Output_Adapter' => __DIR__ . '/../..' . '/includes/Templates/Adapters/Zpl_Output_Adapter.php', |
| 444 | 'WCPOS\\WooCommercePOS\\Templates\\Auth' => __DIR__ . '/../..' . '/includes/Templates/Auth.php', |
| 445 | 'WCPOS\\WooCommercePOS\\Templates\\Barcode_Image' => __DIR__ . '/../..' . '/includes/Templates/Barcode_Image.php', |
| 446 | 'WCPOS\\WooCommercePOS\\Templates\\Frontend' => __DIR__ . '/../..' . '/includes/Templates/Frontend.php', |
| 447 | 'WCPOS\\WooCommercePOS\\Templates\\Gallery_Registry' => __DIR__ . '/../..' . '/includes/Templates/Gallery_Registry.php', |
| 448 | 'WCPOS\\WooCommercePOS\\Templates\\Login' => __DIR__ . '/../..' . '/includes/Templates/Login.php', |
| 449 | 'WCPOS\\WooCommercePOS\\Templates\\Payment' => __DIR__ . '/../..' . '/includes/Templates/Payment.php', |
| 450 | 'WCPOS\\WooCommercePOS\\Templates\\Receipt' => __DIR__ . '/../..' . '/includes/Templates/Receipt.php', |
| 451 | 'WCPOS\\WooCommercePOS\\Templates\\Received' => __DIR__ . '/../..' . '/includes/Templates/Received.php', |
| 452 | 'WCPOS\\WooCommercePOS\\Templates\\Renderers\\Legacy_Php_Renderer' => __DIR__ . '/../..' . '/includes/Templates/Renderers/Legacy_Php_Renderer.php', |
| 453 | 'WCPOS\\WooCommercePOS\\Templates\\Renderers\\Logicless_Renderer' => __DIR__ . '/../..' . '/includes/Templates/Renderers/Logicless_Renderer.php', |
| 454 | 'WCPOS\\WooCommercePOS\\Templates\\Renderers\\Thermal_Html_Renderer' => __DIR__ . '/../..' . '/includes/Templates/Renderers/Thermal_Html_Renderer.php', |
| 455 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Epos_Xml_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Epos_Xml_Thermal_Emitter.php', |
| 456 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Escpos_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Escpos_Thermal_Emitter.php', |
| 457 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Html_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Html_Thermal_Emitter.php', |
| 458 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Star_Markup_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Star_Markup_Thermal_Emitter.php', |
| 459 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Starprnt_Thermal_Emitter' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Starprnt_Thermal_Emitter.php', |
| 460 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Markup_Parser' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Thermal_Markup_Parser.php', |
| 461 | 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Renderer' => __DIR__ . '/../..' . '/includes/Templates/Thermal/Thermal_Renderer.php', |
| 462 | 'WCPOS\\WooCommercePOS\\Templates\\Validator' => __DIR__ . '/../..' . '/includes/Templates/Validator.php', |
| 463 | 'WCPOS\\WooCommercePOS\\WC_API' => __DIR__ . '/../..' . '/includes/WC_API.php', |
| 464 | 'WCPOS\\WooCommercePOS\\i18n' => __DIR__ . '/../..' . '/includes/i18n.php', |
| 465 | ); |
| 466 | |
| 467 | public static function getInitializer(ClassLoader $loader) |
| 468 | { |
| 469 | return \Closure::bind(function () use ($loader) { |
| 470 | $loader->prefixLengthsPsr4 = ComposerStaticInit4107ecd15c15c168c93b5ecc054e8550::$prefixLengthsPsr4; |
| 471 | $loader->prefixDirsPsr4 = ComposerStaticInit4107ecd15c15c168c93b5ecc054e8550::$prefixDirsPsr4; |
| 472 | $loader->prefixesPsr0 = ComposerStaticInit4107ecd15c15c168c93b5ecc054e8550::$prefixesPsr0; |
| 473 | $loader->classMap = ComposerStaticInit4107ecd15c15c168c93b5ecc054e8550::$classMap; |
| 474 | |
| 475 | }, null, ClassLoader::class); |
| 476 | } |
| 477 | } |
| 478 |