From d1097bedb31ad41bb6979c5eefe092bcff5ba9dd Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Thu, 17 Apr 2025 14:58:51 -0600 Subject: [PATCH] implemented hashbrown assignment. --- .env | 4 - 5min/day18/css/.gitkeep | 0 5min/day18/css/styles.css | 23 + 5min/day18/img/.gitkeep | 0 5min/day18/includes/.gitkeep | 0 5min/day18/index.php | 49 + 5min/day18/js/.gitkeep | 0 5min/day18/js/index.js | 0 5min/day19/css/.gitkeep | 0 5min/day19/css/styles.css | 0 5min/day19/img/.gitkeep | 0 5min/day19/includes/.gitkeep | 0 5min/day19/index.php | 43 + 5min/day19/js/.gitkeep | 0 5min/day19/js/index.js | 0 5min/day20/css/.gitkeep | 0 5min/day20/css/styles.css | 0 5min/day20/img/.gitkeep | 0 5min/day20/includes/.gitkeep | 0 5min/day20/index.php | 35 + 5min/day20/js/.gitkeep | 0 5min/day20/js/index.js | 0 composer.json | 17 - composer.lock | 479 ------ hashbrown/account.php | 139 ++ hashbrown/composer.json | 11 + hashbrown/css/.gitkeep | 0 hashbrown/css/styles.css | 214 +++ hashbrown/img/.gitkeep | 0 hashbrown/img/bob.jpg | Bin 0 -> 92626 bytes hashbrown/img/car.jpeg | Bin 0 -> 11208 bytes hashbrown/img/chuck.jpg | Bin 0 -> 85548 bytes hashbrown/img/dog.jpeg | Bin 0 -> 10360 bytes hashbrown/includes/fbi.txt | 1 + hashbrown/includes/foot.php | 5 + hashbrown/includes/functions.php | 189 +++ hashbrown/includes/head.php | 13 + hashbrown/includes/init.php | 8 + hashbrown/includes/nav.php | 26 + hashbrown/includes/spies.txt | 1 + hashbrown/index.php | 29 + hashbrown/js/.gitkeep | 0 hashbrown/js/index.js | 0 hashbrown/users.php | 32 + hashbrown/video.php | 13 + hurkle/css/.gitkeep | 0 hurkle/css/styles.css | 51 + hurkle/img/.gitkeep | 0 hurkle/includes/.gitkeep | 0 hurkle/index.php | 127 ++ hurkle/js/.gitkeep | 0 hurkle/js/index.js | 0 secureusers/css/.gitkeep | 0 secureusers/css/styles.css | 0 secureusers/img/.gitkeep | 0 secureusers/includes/.gitkeep | 0 secureusers/includes/files/fbi.txt | 1 + secureusers/includes/files/spies.txt | 1 + secureusers/includes/nav.php | 11 + secureusers/index.php | 15 + secureusers/js/.gitkeep | 0 secureusers/js/index.js | 0 session/index.php | 2 +- vendor/autoload.php | 25 - vendor/composer/ClassLoader.php | 579 ------- vendor/composer/InstalledVersions.php | 378 ----- vendor/composer/LICENSE | 21 - vendor/composer/autoload_classmap.php | 15 - vendor/composer/autoload_files.php | 12 - vendor/composer/autoload_namespaces.php | 9 - vendor/composer/autoload_psr4.php | 16 - vendor/composer/autoload_real.php | 50 - vendor/composer/autoload_static.php | 89 - vendor/composer/installed.json | 484 ------ vendor/composer/installed.php | 77 - vendor/composer/platform_check.php | 26 - vendor/graham-campbell/result-type/LICENSE | 21 - .../graham-campbell/result-type/composer.json | 33 - .../graham-campbell/result-type/src/Error.php | 121 -- .../result-type/src/Result.php | 69 - .../result-type/src/Success.php | 120 -- vendor/phpoption/phpoption/LICENSE | 201 --- vendor/phpoption/phpoption/composer.json | 50 - .../phpoption/src/PhpOption/LazyOption.php | 175 -- .../phpoption/src/PhpOption/None.php | 136 -- .../phpoption/src/PhpOption/Option.php | 434 ----- .../phpoption/src/PhpOption/Some.php | 169 -- vendor/symfony/polyfill-ctype/Ctype.php | 232 --- vendor/symfony/polyfill-ctype/LICENSE | 19 - vendor/symfony/polyfill-ctype/README.md | 12 - vendor/symfony/polyfill-ctype/bootstrap.php | 50 - vendor/symfony/polyfill-ctype/bootstrap80.php | 46 - vendor/symfony/polyfill-ctype/composer.json | 38 - vendor/symfony/polyfill-mbstring/LICENSE | 19 - vendor/symfony/polyfill-mbstring/Mbstring.php | 1045 ------------ vendor/symfony/polyfill-mbstring/README.md | 13 - .../Resources/unidata/caseFolding.php | 119 -- .../Resources/unidata/lowerCase.php | 1397 ---------------- .../Resources/unidata/titleCaseRegexp.php | 5 - .../Resources/unidata/upperCase.php | 1489 ----------------- .../symfony/polyfill-mbstring/bootstrap.php | 172 -- .../symfony/polyfill-mbstring/bootstrap80.php | 167 -- .../symfony/polyfill-mbstring/composer.json | 38 - vendor/symfony/polyfill-php80/LICENSE | 19 - vendor/symfony/polyfill-php80/Php80.php | 115 -- vendor/symfony/polyfill-php80/PhpToken.php | 103 -- vendor/symfony/polyfill-php80/README.md | 25 - .../Resources/stubs/Attribute.php | 31 - .../Resources/stubs/PhpToken.php | 16 - .../Resources/stubs/Stringable.php | 20 - .../Resources/stubs/UnhandledMatchError.php | 16 - .../Resources/stubs/ValueError.php | 16 - vendor/symfony/polyfill-php80/bootstrap.php | 42 - vendor/symfony/polyfill-php80/composer.json | 37 - vendor/vlucas/phpdotenv/LICENSE | 30 - vendor/vlucas/phpdotenv/composer.json | 60 - vendor/vlucas/phpdotenv/src/Dotenv.php | 267 --- .../src/Exception/ExceptionInterface.php | 12 - .../Exception/InvalidEncodingException.php | 12 - .../src/Exception/InvalidFileException.php | 12 - .../src/Exception/InvalidPathException.php | 12 - .../src/Exception/ValidationException.php | 12 - vendor/vlucas/phpdotenv/src/Loader/Loader.php | 47 - .../phpdotenv/src/Loader/LoaderInterface.php | 20 - .../vlucas/phpdotenv/src/Loader/Resolver.php | 65 - vendor/vlucas/phpdotenv/src/Parser/Entry.php | 59 - .../phpdotenv/src/Parser/EntryParser.php | 300 ---- vendor/vlucas/phpdotenv/src/Parser/Lexer.php | 58 - vendor/vlucas/phpdotenv/src/Parser/Lines.php | 127 -- vendor/vlucas/phpdotenv/src/Parser/Parser.php | 53 - .../phpdotenv/src/Parser/ParserInterface.php | 19 - vendor/vlucas/phpdotenv/src/Parser/Value.php | 88 - .../Repository/Adapter/AdapterInterface.php | 15 - .../src/Repository/Adapter/ApacheAdapter.php | 89 - .../src/Repository/Adapter/ArrayAdapter.php | 80 - .../Repository/Adapter/EnvConstAdapter.php | 89 - .../src/Repository/Adapter/GuardedWriter.php | 85 - .../Repository/Adapter/ImmutableWriter.php | 110 -- .../src/Repository/Adapter/MultiReader.php | 48 - .../src/Repository/Adapter/MultiWriter.php | 64 - .../src/Repository/Adapter/PutenvAdapter.php | 91 - .../Repository/Adapter/ReaderInterface.php | 17 - .../Repository/Adapter/ReplacingWriter.php | 104 -- .../Repository/Adapter/ServerConstAdapter.php | 89 - .../Repository/Adapter/WriterInterface.php | 27 - .../src/Repository/AdapterRepository.php | 107 -- .../src/Repository/RepositoryBuilder.php | 272 --- .../src/Repository/RepositoryInterface.php | 51 - .../vlucas/phpdotenv/src/Store/File/Paths.php | 44 - .../phpdotenv/src/Store/File/Reader.php | 81 - .../vlucas/phpdotenv/src/Store/FileStore.php | 72 - .../phpdotenv/src/Store/StoreBuilder.php | 141 -- .../phpdotenv/src/Store/StoreInterface.php | 17 - .../phpdotenv/src/Store/StringStore.php | 37 - vendor/vlucas/phpdotenv/src/Util/Regex.php | 112 -- vendor/vlucas/phpdotenv/src/Util/Str.php | 98 -- vendor/vlucas/phpdotenv/src/Validator.php | 209 --- 157 files changed, 1038 insertions(+), 12514 deletions(-) delete mode 100755 .env create mode 100644 5min/day18/css/.gitkeep create mode 100644 5min/day18/css/styles.css create mode 100644 5min/day18/img/.gitkeep create mode 100644 5min/day18/includes/.gitkeep create mode 100644 5min/day18/index.php create mode 100644 5min/day18/js/.gitkeep create mode 100644 5min/day18/js/index.js create mode 100644 5min/day19/css/.gitkeep create mode 100644 5min/day19/css/styles.css create mode 100644 5min/day19/img/.gitkeep create mode 100644 5min/day19/includes/.gitkeep create mode 100644 5min/day19/index.php create mode 100644 5min/day19/js/.gitkeep create mode 100644 5min/day19/js/index.js create mode 100644 5min/day20/css/.gitkeep create mode 100644 5min/day20/css/styles.css create mode 100644 5min/day20/img/.gitkeep create mode 100644 5min/day20/includes/.gitkeep create mode 100644 5min/day20/index.php create mode 100644 5min/day20/js/.gitkeep create mode 100644 5min/day20/js/index.js delete mode 100755 composer.json delete mode 100755 composer.lock create mode 100755 hashbrown/account.php create mode 100644 hashbrown/composer.json create mode 100755 hashbrown/css/.gitkeep create mode 100755 hashbrown/css/styles.css create mode 100755 hashbrown/img/.gitkeep create mode 100755 hashbrown/img/bob.jpg create mode 100755 hashbrown/img/car.jpeg create mode 100755 hashbrown/img/chuck.jpg create mode 100755 hashbrown/img/dog.jpeg create mode 100755 hashbrown/includes/fbi.txt create mode 100644 hashbrown/includes/foot.php create mode 100755 hashbrown/includes/functions.php create mode 100644 hashbrown/includes/head.php create mode 100644 hashbrown/includes/init.php create mode 100755 hashbrown/includes/nav.php create mode 100755 hashbrown/includes/spies.txt create mode 100755 hashbrown/index.php create mode 100755 hashbrown/js/.gitkeep create mode 100755 hashbrown/js/index.js create mode 100644 hashbrown/users.php create mode 100755 hashbrown/video.php create mode 100644 hurkle/css/.gitkeep create mode 100644 hurkle/css/styles.css create mode 100644 hurkle/img/.gitkeep create mode 100644 hurkle/includes/.gitkeep create mode 100644 hurkle/index.php create mode 100644 hurkle/js/.gitkeep create mode 100644 hurkle/js/index.js create mode 100644 secureusers/css/.gitkeep create mode 100644 secureusers/css/styles.css create mode 100644 secureusers/img/.gitkeep create mode 100644 secureusers/includes/.gitkeep create mode 100755 secureusers/includes/files/fbi.txt create mode 100755 secureusers/includes/files/spies.txt create mode 100644 secureusers/includes/nav.php create mode 100644 secureusers/index.php create mode 100644 secureusers/js/.gitkeep create mode 100644 secureusers/js/index.js delete mode 100755 vendor/autoload.php delete mode 100755 vendor/composer/ClassLoader.php delete mode 100755 vendor/composer/InstalledVersions.php delete mode 100755 vendor/composer/LICENSE delete mode 100755 vendor/composer/autoload_classmap.php delete mode 100755 vendor/composer/autoload_files.php delete mode 100755 vendor/composer/autoload_namespaces.php delete mode 100755 vendor/composer/autoload_psr4.php delete mode 100755 vendor/composer/autoload_real.php delete mode 100755 vendor/composer/autoload_static.php delete mode 100755 vendor/composer/installed.json delete mode 100755 vendor/composer/installed.php delete mode 100755 vendor/composer/platform_check.php delete mode 100755 vendor/graham-campbell/result-type/LICENSE delete mode 100755 vendor/graham-campbell/result-type/composer.json delete mode 100755 vendor/graham-campbell/result-type/src/Error.php delete mode 100755 vendor/graham-campbell/result-type/src/Result.php delete mode 100755 vendor/graham-campbell/result-type/src/Success.php delete mode 100755 vendor/phpoption/phpoption/LICENSE delete mode 100755 vendor/phpoption/phpoption/composer.json delete mode 100755 vendor/phpoption/phpoption/src/PhpOption/LazyOption.php delete mode 100755 vendor/phpoption/phpoption/src/PhpOption/None.php delete mode 100755 vendor/phpoption/phpoption/src/PhpOption/Option.php delete mode 100755 vendor/phpoption/phpoption/src/PhpOption/Some.php delete mode 100755 vendor/symfony/polyfill-ctype/Ctype.php delete mode 100755 vendor/symfony/polyfill-ctype/LICENSE delete mode 100755 vendor/symfony/polyfill-ctype/README.md delete mode 100755 vendor/symfony/polyfill-ctype/bootstrap.php delete mode 100755 vendor/symfony/polyfill-ctype/bootstrap80.php delete mode 100755 vendor/symfony/polyfill-ctype/composer.json delete mode 100755 vendor/symfony/polyfill-mbstring/LICENSE delete mode 100755 vendor/symfony/polyfill-mbstring/Mbstring.php delete mode 100755 vendor/symfony/polyfill-mbstring/README.md delete mode 100755 vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php delete mode 100755 vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php delete mode 100755 vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php delete mode 100755 vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php delete mode 100755 vendor/symfony/polyfill-mbstring/bootstrap.php delete mode 100755 vendor/symfony/polyfill-mbstring/bootstrap80.php delete mode 100755 vendor/symfony/polyfill-mbstring/composer.json delete mode 100755 vendor/symfony/polyfill-php80/LICENSE delete mode 100755 vendor/symfony/polyfill-php80/Php80.php delete mode 100755 vendor/symfony/polyfill-php80/PhpToken.php delete mode 100755 vendor/symfony/polyfill-php80/README.md delete mode 100755 vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php delete mode 100755 vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php delete mode 100755 vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php delete mode 100755 vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php delete mode 100755 vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php delete mode 100755 vendor/symfony/polyfill-php80/bootstrap.php delete mode 100755 vendor/symfony/polyfill-php80/composer.json delete mode 100755 vendor/vlucas/phpdotenv/LICENSE delete mode 100755 vendor/vlucas/phpdotenv/composer.json delete mode 100755 vendor/vlucas/phpdotenv/src/Dotenv.php delete mode 100755 vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php delete mode 100755 vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php delete mode 100755 vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php delete mode 100755 vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php delete mode 100755 vendor/vlucas/phpdotenv/src/Exception/ValidationException.php delete mode 100755 vendor/vlucas/phpdotenv/src/Loader/Loader.php delete mode 100755 vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php delete mode 100755 vendor/vlucas/phpdotenv/src/Loader/Resolver.php delete mode 100755 vendor/vlucas/phpdotenv/src/Parser/Entry.php delete mode 100755 vendor/vlucas/phpdotenv/src/Parser/EntryParser.php delete mode 100755 vendor/vlucas/phpdotenv/src/Parser/Lexer.php delete mode 100755 vendor/vlucas/phpdotenv/src/Parser/Lines.php delete mode 100755 vendor/vlucas/phpdotenv/src/Parser/Parser.php delete mode 100755 vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php delete mode 100755 vendor/vlucas/phpdotenv/src/Parser/Value.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php delete mode 100755 vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php delete mode 100755 vendor/vlucas/phpdotenv/src/Store/File/Paths.php delete mode 100755 vendor/vlucas/phpdotenv/src/Store/File/Reader.php delete mode 100755 vendor/vlucas/phpdotenv/src/Store/FileStore.php delete mode 100755 vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php delete mode 100755 vendor/vlucas/phpdotenv/src/Store/StoreInterface.php delete mode 100755 vendor/vlucas/phpdotenv/src/Store/StringStore.php delete mode 100755 vendor/vlucas/phpdotenv/src/Util/Regex.php delete mode 100755 vendor/vlucas/phpdotenv/src/Util/Str.php delete mode 100755 vendor/vlucas/phpdotenv/src/Validator.php diff --git a/.env b/.env deleted file mode 100755 index d77297b..0000000 --- a/.env +++ /dev/null @@ -1,4 +0,0 @@ -DATABASE_PASSWORD="QuaxlyQueen5012!" -IP_ADDRESS="173.255.248.228" -SPOTIFY_CLIENT_ID="ae7a0982e17e46c1a1662b5d69b70310" -SPOTIFY_CLIENT_SECRET="a2c123588a6346d381f6888eadcefafa" diff --git a/5min/day18/css/.gitkeep b/5min/day18/css/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day18/css/styles.css b/5min/day18/css/styles.css new file mode 100644 index 0000000..f1041bd --- /dev/null +++ b/5min/day18/css/styles.css @@ -0,0 +1,23 @@ +* { + margin: 0; + padding: 0; +} + +h3 { + font-size: 24px; +} + +.success, +.error { + padding: 30px; + border: 3px solid black; + color: white; +} + +.success { + background-color: green; +} + +.error { + background-color: red; +} diff --git a/5min/day18/img/.gitkeep b/5min/day18/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day18/includes/.gitkeep b/5min/day18/includes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day18/index.php b/5min/day18/index.php new file mode 100644 index 0000000..c8ed631 --- /dev/null +++ b/5min/day18/index.php @@ -0,0 +1,49 @@ + + + + + Dummy Title + + + + + +

Hello cruel world!

+ +

Access Granted

+ + '; + } else { + echo ' +
+

Access Denied

+
+ '; + echo form(); + } + } else { + echo form(); + } + + function form() + { + return ' +
+ + + + + + + +
+'; + } + ?> + + + diff --git a/5min/day18/js/.gitkeep b/5min/day18/js/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day18/js/index.js b/5min/day18/js/index.js new file mode 100644 index 0000000..e69de29 diff --git a/5min/day19/css/.gitkeep b/5min/day19/css/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day19/css/styles.css b/5min/day19/css/styles.css new file mode 100644 index 0000000..e69de29 diff --git a/5min/day19/img/.gitkeep b/5min/day19/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day19/includes/.gitkeep b/5min/day19/includes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day19/index.php b/5min/day19/index.php new file mode 100644 index 0000000..82310cf --- /dev/null +++ b/5min/day19/index.php @@ -0,0 +1,43 @@ + + + + + Dummy Title + + + + + +

Hello cruel world!

+ Access Granted'; + else + echo '

Access Denied

' . login_form(); + } else + echo login_form(); + + function login_form() + { + $form = ' +
+ + + + + + + + '; + + return $form; + } + ?> + + + diff --git a/5min/day19/js/.gitkeep b/5min/day19/js/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day19/js/index.js b/5min/day19/js/index.js new file mode 100644 index 0000000..e69de29 diff --git a/5min/day20/css/.gitkeep b/5min/day20/css/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day20/css/styles.css b/5min/day20/css/styles.css new file mode 100644 index 0000000..e69de29 diff --git a/5min/day20/img/.gitkeep b/5min/day20/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day20/includes/.gitkeep b/5min/day20/includes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day20/index.php b/5min/day20/index.php new file mode 100644 index 0000000..e8bc8dd --- /dev/null +++ b/5min/day20/index.php @@ -0,0 +1,35 @@ + + + + + Dummy Title + + + + + +

Hello cruel world!

+ $value) { + echo '

' . $value . '

'; + } + } else { + $form = ' + + + + + + + + +
+ '; + + echo $form; + } + ?> + + + diff --git a/5min/day20/js/.gitkeep b/5min/day20/js/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day20/js/index.js b/5min/day20/js/index.js new file mode 100644 index 0000000..e69de29 diff --git a/composer.json b/composer.json deleted file mode 100755 index 8224d85..0000000 --- a/composer.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "violet/db-start", - "autoload": { - "psr-4": { - "Violet\\DbStart\\": "src/" - } - }, - "authors": [ - { - "name": "Joshua Ashton", - "email": "joshuatashton+dev@gmail.com" - } - ], - "require": { - "vlucas/phpdotenv": "^5.6" - } -} diff --git a/composer.lock b/composer.lock deleted file mode 100755 index 374b7dc..0000000 --- a/composer.lock +++ /dev/null @@ -1,479 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "0b19477b9c5e4e6bce08e35699865465", - "packages": [ - { - "name": "graham-campbell/result-type", - "version": "v1.1.3", - "source": { - "type": "git", - "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "3ba905c11371512af9d9bdd27d99b782216b6945" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", - "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.3" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" - }, - "type": "library", - "autoload": { - "psr-4": { - "GrahamCampbell\\ResultType\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "An Implementation Of The Result Type", - "keywords": [ - "Graham Campbell", - "GrahamCampbell", - "Result Type", - "Result-Type", - "result" - ], - "support": { - "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", - "type": "tidelift" - } - ], - "time": "2024-07-20T21:45:45+00:00" - }, - { - "name": "phpoption/phpoption", - "version": "1.9.3", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54", - "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - }, - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "autoload": { - "psr-4": { - "PhpOption\\": "src/PhpOption/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh" - }, - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "Option Type for PHP", - "keywords": [ - "language", - "option", - "php", - "type" - ], - "support": { - "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.3" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", - "type": "tidelift" - } - ], - "time": "2024-07-20T21:41:07+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-ctype": "*" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/polyfill-php80", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "vlucas/phpdotenv", - "version": "v5.6.1", - "source": { - "type": "git", - "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2", - "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2", - "shasum": "" - }, - "require": { - "ext-pcre": "*", - "graham-campbell/result-type": "^1.1.3", - "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.3", - "symfony/polyfill-ctype": "^1.24", - "symfony/polyfill-mbstring": "^1.24", - "symfony/polyfill-php80": "^1.24" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "ext-filter": "*", - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" - }, - "suggest": { - "ext-filter": "Required to use the boolean validator." - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - }, - "branch-alias": { - "dev-master": "5.6-dev" - } - }, - "autoload": { - "psr-4": { - "Dotenv\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Vance Lucas", - "email": "vance@vancelucas.com", - "homepage": "https://github.com/vlucas" - } - ], - "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", - "keywords": [ - "dotenv", - "env", - "environment" - ], - "support": { - "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", - "type": "tidelift" - } - ], - "time": "2024-07-20T21:52:34+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": {}, - "prefer-stable": false, - "prefer-lowest": false, - "platform": {}, - "platform-dev": {}, - "plugin-api-version": "2.6.0" -} diff --git a/hashbrown/account.php b/hashbrown/account.php new file mode 100755 index 0000000..2215501 --- /dev/null +++ b/hashbrown/account.php @@ -0,0 +1,139 @@ +'; + +switch ($view) { + case 'login': + echo login((isset($err) ? $err : '')); + break; + case 'signup': + echo signup((isset($err) ? $err : '')); + break; + case 'display': + echo display(); + break; + case 'signup_success': + echo signup_success(); + break; +} + +echo ''; + +include_once 'includes/foot.php'; + +function login($err = null) +{ + $form = ' +
+ + + + + + + + + Or signup instead + +
+ + +
+ + ' . $err . ' +
+ '; + + return $form; +} + +function signup($err = null) +{ + $form = ' +
+ + + + + + + + + + + + Or login instead + +
+ + +
+ + ' . $err . ' +
+ '; + + return $form; +} + +function signup_success() +{ + $display = ' +
+

Account creation success!

+

Login to get started.

+
+ '; + + return $display; +} + +function display() +{ + $display = ' +

Account

+ +
+
+
+

' . $_SESSION['username'] . '

+ +
+
+
+ '; + + return $display; +} diff --git a/hashbrown/composer.json b/hashbrown/composer.json new file mode 100644 index 0000000..eacc2eb --- /dev/null +++ b/hashbrown/composer.json @@ -0,0 +1,11 @@ +{ + "name": "violet/hashbrown", + "autoload": { + "psr-4": { + "Violet\\Hashbrown\\": "src/" + } + }, + "require": { + "vlucas/phpdotenv": "^5.6" + } +} diff --git a/hashbrown/css/.gitkeep b/hashbrown/css/.gitkeep new file mode 100755 index 0000000..e69de29 diff --git a/hashbrown/css/styles.css b/hashbrown/css/styles.css new file mode 100755 index 0000000..cc6c266 --- /dev/null +++ b/hashbrown/css/styles.css @@ -0,0 +1,214 @@ +/********** GENERAL **********/ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + transition-duration: 500ms; +} + +body { + /* Positioning */ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + + /* Styling */ + background-color: #bbedbe; +} + +h1 { + /* Positioning */ + width: 100%; + padding: 2vw; + + /* Font */ + font-size: 6vw; + text-align: center; +} + +h3 { + font-size: 4vw; +} + +h5, +label { + font-size: 2vw; +} + +h1, +h3, +h5, +p, +nav ul li a, +a, +input { + color: #0e3610; +} + +a:hover { + color: #1c6b20; +} + +/********** NAV **********/ +nav { + width: 100%; +} + +nav ul { + display: flex; + flex-direction: row; + justify-content: left; +} + +nav ul li { + display: inline-block; +} + +nav ul li a { + font-size: 2vw; + font-weight: 800; + + text-decoration: none; + display: block; + padding: 15px; + +} + +nav ul li a:hover { + transform: scale(1.2); +} + +nav ul li a.active { + text-decoration: underline; +} + +/********** GENERAL **********/ + +.content { + width: 80%; + margin: 0 auto; +} + +form { + /* Form Shape */ + width: 60%; + padding: 2.5vw 5vw 2.5vw 5vw; + + /* Positioning */ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.row { + /* Row Shape */ + width: 100%; + display: flex; + flex-direction: row; +} + +.space_between { + justify-content: space-between; +} + +input { + /* Input Shape */ + width: 50%; + padding: 1vw; + margin: 1vw; + border-radius: 18px; + border: none; + + /* Styling */ + background-color: #f1fbf2; + + /* Font */ + font-size: 1vw; + font-weight: 400; +} + +input[type="text"], +input[type="password"] { + border: 2px solid #0e3610; +} + +button { + /* Button Shape */ + width: 60%; + padding: 1vw; + margin: 1vw; + border: none; + border-radius: 18px; + + /* Font */ + color: white; + font-size: 1vw; + font-weight: 600; + + background-color: #1c6b20; +} + +button:hover { + background-color: #26942D; +} + +table { + border-spacing: 0; + table-layout: auto; + width: 90%; + border: 1px solid black; +} + +td { + margin: 0; + padding: 1vw; + border: 1px solid black; + text-align: center; +} + +.card { + padding: 50px; + background-color: white; + border-radius: 18px; + width: 80%; + margin: 0 auto; +} + +.center { + margin: 0 auto; + text-align: center; +} + +.card.error { + width: 30%; +} + +.error, +.error *, +.reset, +.reset * { + color: white; + background-color: red; + font-weight: 800; +} + +.success { + color: white; + background-color: #0e3610; +} + +.success * { + color: white; +} + +.success:hover { + background-color: #1c6b20; +} + +img { + width: 250px; + height: auto; + border-radius: 50%; +} diff --git a/hashbrown/img/.gitkeep b/hashbrown/img/.gitkeep new file mode 100755 index 0000000..e69de29 diff --git a/hashbrown/img/bob.jpg b/hashbrown/img/bob.jpg new file mode 100755 index 0000000000000000000000000000000000000000..8720541cfdb76dc91e5258c3b882864d23993dbf GIT binary patch literal 92626 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 z
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

7ae@{5?n@dRowYtPw;rMAP^EY1PZ|lus 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%0D}AIZ4=2jFw?` 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 literal 0 HcmV?d00001 diff --git a/hashbrown/img/car.jpeg b/hashbrown/img/car.jpeg new file mode 100755 index 0000000000000000000000000000000000000000..69adf697d5ac767c1766d9664f547794a1e8b8e4 GIT binary patch literal 11208 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 literal 0 HcmV?d00001 diff --git a/hashbrown/img/chuck.jpg b/hashbrown/img/chuck.jpg new file mode 100755 index 0000000000000000000000000000000000000000..2ed2df6dc6fa9fcb7e4d2d3e439ca41728c34513 GIT binary patch literal 85548 zcmb4~Ra9I})TSHwkO0Bm-3cy@6N0Vhvnv9&Df{2KQgNB}onU#%|l$w*9lZBg+g_Y%h zDnUR+MMXzL$45uUXCWgZWBLD%w;=#78p1T9B@zN101+1f2^ZmQ1V8}*AR;0B3&8)4 z|Bw-pP!Is9X#Yyd5CH#gApijp3GlBsZyNwiBm@8=4ie74jecS#)QfotD7x4MOu9pDlhW;cQ< z!1p!hUd}d~>_Smg3u?xq->ANaT0^Vylog3~GtCN~{e3W{V`7_sLar~!#P}OAhpPWu zK#dN&_2oZ_1Snm zu^1iRjkW;U+R{0UQzOI;9L9KuQ`a$Bpib;ICMT3}3mbjoKfKnq`Fri9wha1cvR-D( z1I5-89kGqgr1FeN1ga1-1VWl9zx4Pv-Eg6JYnh3+nKCW@7cvW{Empju9faeOY$+Nq zwV#kq#ZsC$%;grI)B!V=njm<^r;ft~_q|8{u>m&zA@fS$8xMHAQ`ckdoMF<87_%~! z{^?jw0gApur&ycZ*YK1=OpY>vrYYQHu5#0CQ?MIZf^vK_1D{+M?{{&+of)8Mo=A2e zBFWFTU1Ko;^fm&{g3Xr0L)EVAEgNA2k~A7oqb;chb^F|}QZTF@7-Xka0VTX>XmP4cPDq|fG##hvl(n zH?TyJTFV9c_U8nnO}%c~Fskw`G5j8k3$dTIxtaZ%1<+FqIwfiLA$)r!!O8ie#pF<= z1%lG6vVe7n3E!Q32(eY2_8cBc2xiFG^a$hozKD2oZllfix;-Nd#!rHD(FOeD`RI$F z0Qo>Fq<8Wo%B|B59=VY1s3#=B*6NxlA;M5|ZK`MiI|pdMFAV8i^1cb#g;rim*=Y>5 zHC>~b^T&+NN!VkTIx(`3JHEN87KakvrW4F@mOSo8&o_6IMOKTg$(TkI2mL|coWmM} zln1$t3x%j!JT!S>b9$e5#C97v=&($|=t0h;qh}F;mWYP(*MGWk_h)pZxMnzB{ZBd# z7+QKSW$*F5%asHq=U(uyFK4GsM73#2QRPZ22u07ZpeO1p30^HbUcniEH{DgFziQFPbL0+getPgo|Q zM{?99G^cyPet3!5qpmh~8YfbO%la^wuz52LRz+EF9+$r1G*7**boy-zO8>%zFhP3c z^#Rb#(49);3$!gAc;5NP-_?H`vY0X$=IoPhuxnyuFdj;nA@W}D-&=57F zKLfP1y005n_XJJ{th`7C(`yUbQ@S)2-OL6uz7qRgT}7WLDyZ|QX8(;!o}GBHste{p)qlI9oVoS^a)TH4P=sav|(%YrYCm!=6a)w!BJM z4DtfKM=~((ku^$&QpuS{Y|C&9i`@OG^IVVfml6ft*hW?M+^y@c-$(;uNNT9a#ik$7 zdc+QhPuCM^MP}|;U5(f>)TpRzTP8LIyiBhDYyXoJnN2BtgFtKmr?;5GnVHtkXSNU? z#awCfRpeg?7(dp@CNPq!l+5*QFL(W^Yt1!F?GN$TPTTzZxjm=Omwmt;CI91P267OP ztY_fQa^k@;=2M8hc8k$2r;Br?!czst^yTV6{fxU1X;4tjpGD}C9oDOB6AmEs7h`HD z*~p97_&4X7mJfCk>w?zY49rI{zqC^piOH zl@izzTiSD~VI2ov=Z4`m|K!lu&)$M6*$YP-WL8a{ms=8s)euM>;->^Pqtl3nTYH;g zs3ZrLWhw8k>`TZ~p`CL0O?+Q&*$D5vngCcK`rOOsE-{ip6-Y%;-gVV7Gn95DDx#cM z65P&Gej+qbU*H;d?C?kH(9b0LRz{kBl$zFAOKWesFnLRcXHR9QSJCqG#AE_dH)||= ziqAV?xn66qKuuqPuEUx&m zoLk@CKl&zdyhscgg4z9L3~3ZFuRDOk8F%T2fQ2Yc9}`L-o|Pd<@J@Uh?QDdezow46giCH)=nFR{$lyer-(h zQT?T~y!-98LwaN4GU}vK)E%Gv7`)Wyzs2Ry_}6dGjb&qOY|ytQzIzFt^9CTz!SG^e z{18#r7gO1uH(RiBbwjNhKDI_BsC(?Yn$@y&Zc)*CW-m&ncTKB#ohV>IZiGwhFsen3 z(IZY)qZYDCvg}EhVxx zdKfSZ1jPk1X?lk&r%9MZ$kO$l=C&SqOCId0ca<+i#z@s{(52^q@iEt>)*l0W)I~V+ z^!#K>Z^LdZa>`zH5ybcCgbZ^O)(uDqq|2c6<+uK^m{7DI)UU`C^`*oww@4?(Zq%8%a4(;Q!E6KNhCOW+BbeLA%;Cp}=R^6c z+g#O=;=?vlw-0}pj6R%FnuSpUWxkZVyt>#-omOQ`c z&L!}K$FsXB%+R|&;@(SM~&WJ&7jX4O6-B8=BBFEgF+f_PMZlMtk?;(9RW z!em`sm}696k58A>-b`l29bd0U(=*?aFuB0D8>_lrgp^F=Fb__U1qm6>ITD$Vj&AN? zoMOs8C3DG|R@><(FGO)Ab@N2;!4qA>7{aF;%$1C*EY4d!%b^WlMAneh1#88}>3)v)r7j9OS`m`1El#%a~is93&=CRQvcG)0Obn~WGSbkK2C zIin22hgi7D&*+|}2=}F(k=V0V(C$VAxdb13Z57DY;@;_9*3y>9OeP<~fq+&tcv0OI zzf0k<8TQ2O2Mb~W55w`QURKibceTug`a$MtQ=}D6O6mDarPee2dehb4jW)+-Dbs)4 z(q8V3*OqN4|5f4xA~)6L{3n&OQR2Go+~aK{O_)D42$4DQ<0l%x3Ys@~S9pGj!epHn za8VXr`vvpTle`OuIOiA>jgfz&hAt6jz*Bq3kL7DqQWX$r0VyT7&(xs8!44`iB{6M*ybM`p3w`i|-8 zR7+{?>bsVWO*C553?|hs~ZM`z`O`H!Ts(U(mG&36?OJQnG)Hu?)O&sYvtg^E+=j+ z?KatPN;mizXUn)6+nm|h=LT!oMz*^4XPQvnP~s`dic`KNm9?6(oykQ2**FXX81m|T;T4PEmdXH#o642tg>K6M4f)E9B<*#RkvnTwGkk`TvsB}^FGdO*|SCO@n5@K?;9W1e7-Ii(a<*)940*0yIYpLS&Ihpek@8yCz zgY~hM$-i};1%d;AF}LjGLo0M1gfYfW;GW60P@0w1#&&A_6@B^So@inzU%b5wvat}i!N99^$w?Y&ZswzkQ$zX^ zb+9_sQrB7gF{0tjB`(QDqD11`OU}nW!fI8GJ72$C49MT34Q7s#GfmJ^TA(Eg%!xU@ zG@|0p^eXM_38;{@0$4W>Y(+Pd0uhQbpigyD$t`x_Dao(QDury-t}}rtZ}KXtz+D}8X#K;n6uK6ULTvIF|kgYN-!j6BPg{A%x21!g?PO<&)%-In)OVl2&=>pWB zx}Z_k`_4W(;tXQX7gAY|pFHBq^1EF6rD|YHp%X*-DZJas3hcbA9J1cx-#YardA=xB zfmQgbxn`|poo#(LN6RlvUQeJ3)ZPvqfBjO&H>7!yASeMXgH+Wes0$muACO*X8#=wP zp{*S|(d7_T-Ck4KE-L}KW0!M5_EQ7dCC-u@iAfxL%A2Y&t94xkXYkIj#!zoW;vfIE zQm|(H`4)t60J=lyO=F)JUQ{psI80m)J;}B)E=6c=@xNRmY*ks5y)7ilKF-CXT{}G8 z=aY3+*`ml-B`>aMo=}4Am?sns)DU#v>4?Twty*phFct@F2`z>=U-NA+ z3ir~fCE3#}d77hQG%U-7NPjnoV?S^h^Q$AO|QJ>A_jVyE@}vVAriTJ0|3{R zfhU)v*s` zr))Ri^sWhE-Vs(44c?}Q1pmWpA8-Ij0K|WR@ZUeI_K(B;AH0T(hfj-4$Ad#a&r2iC zz|F@mgF^W6(?8^f_7Bq`AR~7B3bnKDtw!-KB9vFQ!$67k?+}DfKLpZdi`rydtu@`u zRj@axQ3v1T&%ZWxD^oskzX7N`a-g>)#jz$-*H>E7+!coj!ra>HP~48mRN)E*edO=o z@sAfFvtHQTn-*gGG{TqcaJQV>7coZ+8W7(B?}27IeY0YVHz04`Nc8lPvL94ik$cwu z+)ebPlW-VvWwvuAXo_J2%DS#K3u7=AQ)XP>xPh5tOWu0?*r$L#N1V-hz_Axl+~%<5 zNAGS!LK6}m2cy4O+=uw(s-sCyOpk7f~uJ2D#eGn6@RPu?(2>mvUjB5M?zFA z?8z}PyPkb4>frkQn`bEeb}UE@j~h#h!g9}VaE>={@hoh$ie98&1L+EZ1iOFC$S3oAc*Z_xEHq9@$sqT$jgb`s$gucZBJ@0JGz2D{v zB>7d^7%wYD08M=zPR{jsVTKT|IKinp{=+}EF|XP%vp?a)a|~<> zvF#+w%vfxA;iTH_{k$(pD!s?2|SA#C+1I_p40K=ZJT2 z07OF)jo&x#Zn$^n+6(oT+Yb3*(M~1p%>!>L)CI|NCFe?u!8G6K8p%2UtcHhvA4Gw z)Op?9K;O-|<%fcqUnrOnhJpuz^C~Z=T7!TtUi6Dh(d%ezc6vIw%lWa6S4%`H4JtKo zYtM~wbw!)VABTtxl^WIUccYm$my#wFi4wk<_qBC*T*Xp-a@l?34A8;JSX6!O9S9%L=+fL6WjEU(cg|gK2^~#ZpZOr06G-(nnoh9(= z=o}U83HDL4;7|GJDQmKm{h;Ogvvw*;r34w&lZKagqaMV~9O%0tkNlRM7~^l> zFHMe(?&)W&m+e}1j#|yzS2xr_ItEf6g8`*Of#YI_NL;*vY4Ed5_*R2LI{er#SrFTW7zvk4;f<%eS0v-C(un`Zw$4 zfH%O_5>y6`8FQUfh!StiD8U_@Q>josR<%EB%~A~k-G)zJ?NEb%a*TK}sSdYGkWqAf zUAeeU)f6|?P#=@~y)WH;j;KXWJSA(DEdnavf4!j&5MXVmq4n-2<84)G?Oa(ej}SXg zc7g8i?7RVzfc_Tu(S~kaKl>Woxv?lT@6^K@UM#ujZMhkyCNMd?s{kg`b=`wP$%cogLLe zMlt4MGN$QSj`xHjlNx0sU%Up1!e+5tuQ;D)H*5?~5<`p7 ziWI+pY4_w3sHn--I~Fu>DJ5n61nUjeZq9flaRP^@ib#PtS<9xh1(SQg6!~yTU{$a7 z3hrqPoE_F#5DuDbmQ^ofh89Gb#HFQOJmE;s8mXACAWNPLn<#0 z<%Mo_o7HprNXW-F?^4*HldUk=?AS^_#`~;CVtu0oWzd;ZwaZ**Gh@K9PTDJ_kM1mL z+wbxqfg1soZOQRkYFE?3#H?1PL;dSQ2^7O#x-dbtxC%dg-x#Ly!p5R(!}nAf0(B~_ zK5AR6LF_iJ!GAwTAEkj49UitcV&gA^u-TX7P^(vNpk~EAoNFHckaXmWCln%r{QkTH ziR4PXM>7AHB;zmDD^K7ygkO@9((saP=nZgLjmYvON%cy}{5dr{XxrM$9~b9Y<76tc zwW3y7GU~j)62Gy(x#8xc)&50Y?-SX`l*mNcb9ik~%QOEQKoZY@b{$V)CAS`+hw1-_ z;&HI#g8sx)@d~6OCGV?C{gI2htZq>|%SwPx#%^%#ph|!I`3{0r8YD65fciI^_Ycy$ zwemolY}JyY6uowg_3BF322M!-#Z!yVN6kh~%adrxmxOXjOk0Q#OGSnVNc@Z}8n;Y?7ZLJC% zwXf17ZZH&jqd9ptep1l`$^X6Tih&5~ZkkanQ6@h$eR zuB-Dw^qK-B^}l6O^3HwGXUklO?NDrrF5*uwzf-y_0Yh^7)z&g?*1G!mQnVN1E5$P` zmL)&bmmPK|j)O>+rd4y|yHWn1U0cLPy4ytou1YL=s^`8X<3Z{5HqjNcSoQtA@_kB7 z35SXZdPnfCCvH`Tf^Q1Bfd|)pM{TaUWQ}GA1*3P-Kz-0bs^s=>Iij`sS`iH@yK<`v($T+o%Di2I?%6`zvTE)uQ@_m=LQ9TQ8OL+8~YA90vFdv$~C& z4WpCSsdgdK&tXC}`SA5ebfR@?FBS8#?e19CzL6J~l56-aP6_LnAe4jxyOc{y}b0)7@0}y{G&^Pj( zQy0`;j?hQNzrrGd^9*NQpD>sATM6r~F332#nC>+v16K;q>J{g*X3u29-nUwxtd6F< z0e(j8``dg)x2^iG*KP@tTI59{UrFnYwZ0XFRw2lg$q-DHRUruE*D8mdPY5I|wgqcw z#FpdFN^ITQ-M#@lgNSpWwC2!Ml1ktj&d0J@^ERG=g5MH+y#y^jrx%n>0AGN3rC4al z0NiyXVpS9y-%k8YQbCd>aPeGx!tb)r-$ZWAwGh)oOU&lfele0%b7DW|;X#>QfZPu) z#rT)Y?NZv2noH;>?i>(U`H=^mUzY*vK7o3%k|GRB-fY{}=+Q2VhU&4n5lkY;p0GBC zj}?cLaeO_^s_i{OKX#la`I-s@tzaD^4(^^~2uCP+OYP-5ldaT;_K|%mYQ@k)vTA-#U&jZ>oL0SADBsg z_n%Krl>}PS5|*3g#FN(_hTg{Uwv5Zhfp3l7tc%N6hvoCf{{|1DV$^!*5PXnx$C=-_ zIlfdq$Sy9NyUg$>40C>CwigM5`;g>|MSxF_+Z$kQ(#6eOG$__b4_K{xDyYa)?xp@K z`3fw>(gos3x3ceQ_MT!!qLz?wGF)P#6mj>$Ci}at8x*duS!?PiZ=TQLDO5J}_pfDR zV4UhnbQs}SC@`t7rvHl)40p(1{Uqi^`bi@P^2!+~jN+%8>|m%SyvtEMT02|cAgX-< z+i`qp;}FhZAM%)BgqSo;y#WmDlB?uWYb8YYv>3F32dO5H)>j}(8zTpM#wN1bdi88s zYVw*lz^u)w=ltXMi)8AF%{#Ca!r)wB<9tps|CQZ#;}h*uf=`a!Bu)Hee=;+b4)xc& zI=)J)(z2-91^cg)Micet5{CNs)DwtlX{chfigonatc#9o5O9+DXwrQH9|wj#a$}BTeAOT4fgNECuIu5ww@7 z$p|oI#mMyrnA(r_7)`_u8>#30r?X*>to4H?yQ?qnc4I>@a$P&+SBH`E=k)P_KTAx@ z$FIk*ZT&-CmOjm9M!L_d{r!^(mqXIIeafN4H}F453ra$y1-*BrZ-5EbXXPo%5VVI9 zRA-G39AE-wlAJ3%P;q|tvhFNCL~rAJjDuL@bNx2b&)<3Q^Nj*79QZD5%-WKI`g>g7 z64EpXi-gs6#nhi`jPJvcnVkJHXZ3!zs#b->C>kO4H2q3j<=WRIrmB0ls_o+#{a@)M zscTp3c6L4apIie{@l7R6Zt5pyq5sZv#Qo<6kmz=8!?31@7gmaOGj0l1nw*y9 zv$<(G&C~;0XLHSJP@hV|ziq0bTd&uhV0bwmZT#@JzOAOMpkVDw@t$@W5$6894Jz7i zt{&U_?%@zbC;0|}tYt1FqJ*2GOSK;A1d7cdf-edq6u&7fgZy;%i+#Z2neX2hKRLV3 zA%uCzI2;6fip+47yVM_UvO<@iVL)DoW~~yp5>b$RTH9fO@3a_rsh)+|m5Cg1D}GrD zoqP_+7L@r2X>)2%sQ!wH1IYDt#r-RicP%y;;D}siaFH!ak??c7s>^}KdU40um&dLY z*AS4xo#*Beo1B?#=qQSiXCnR2Sn^+6F*v{N!_rl{$#qp+LQ05cvuSRbq?E8^Y!~{w zdXw_kAGSZf1@R?R03YVuut^s0Kb^&PR`T#&)z6gT4$XQLoZ`nOA~9%vJdI!rGXZAD z)w8Wix(tkpEU*sL^T%eWEGLC~p-p$I%{#8asPuAIS)IImV>7Q>`@k^jH^2|f+NOL* zW?;R#T@uG}cUCLKaKt0m3u}uQo>(Z_qjN_ot9o0*=wRqSZE7efms~bWTkkpBcS3V3 z;L1hB4~A@H)^8XqZ0_ZGd`ATw)dr*nzZhQ@iInf)_6qf&*Q8{cXlLaJ8j1sm5@dl5 zTU%0ep+C-YYQ4S|L)ShMlf)iY=eMtaUOI~e6H1f-D6rHkTm7MN0rt^fmgvTW|J)fP1Q0RB?;4+dgI&2?JlIR4(GQyR+yY8f6j|%r9c^vpjSJjoUCffvG`a38x1N|bDwl|GSvOdI~L|y zKEzhQf#ZE8a-Dw~kAr<$-1HnkZ^~jn6rN8BsI9EcZ%e>uID4L}k849)TTB~P`7l`w z6860+@VkVmF6jue5%Jmph?I3ZRjFohiX0Sz_F_d=3jM=RufiAlnTvnBq4pd}TfA?-Y;4wJljP;Edq`TMy58=$gAZ2uOGRP)mW7k|j_-|(g! z>ey7_$t4ukdT*PnUoUbE`>4D9Rrh{>rbiph&v+mNLM9Mbh2-C!XSLiDnDCYS>6*~6 zCUos%LHiR^r`|8%6Up64f--Ky#-E^HtEuTug9Ij+rTc1wk^X1hmDRx$`DHpNVz<@c z$CGE?wR$_Obp|bn9zk&IJ?Y-{DD=eUE)J{O>7nY|1nF6ByqK|Bd|v-btUs;r+$Zqe zKcm#wv;lUR2MvAud_U{xkwB50_Ipe@l!0}KSZHViiooMs(65Q|G!$8ngtmbLIdg0D z&K*PPHOdZu81iK;`+^Uh>L|||ft<}^sCO2qYf9($`6u=OYm8&rxI;C~jBthaowUOz zzQAwR8of+LGTmN=hAuxICFZsR72F||(~GVSJ0i%scT4rpxcO8&F1|bz(H**!YKE#? z`>V|D>z1!!9ph$p>M|34lVKyMtL{@V%KJ*QS>vMbwzuuo29s>2#F(!-KJK>m{|E|xrpe%B_mL}&F&a>@ErY86Y-do*1 zLBe55gZ^BUaH<(6VD{^_nXUUK)T~xSlEU)^$DKMvuQg^Nb0hh9V4FdQ`0%W--%mQy0}#*SCPz|ikCGSyp6kGy*;6Iqvirf z+3G$)J4k_lu1_kTTT9S?s~z?iWvnfp7jDGovRAec z?~N=k^Z{!b+o2|2jXGZ?E0|Wn$53I0=Py+xz#a5#Fs5LRD98dvIdf9v(WwD74 z&1`K?%Tg2gh8G{DX$I-dR z7JGeU7xS|Y;x!Ep%;Gdqj;5K9P?-o!9u;6A^dgpcZt~{$BnwL` zK&*ZtEn~I^sVUuD_pGhF0ooj&=EqU^ z7@C={8F@HwVH<;U$o~QzwQ~p!0=8#OafF1O&wN8tif0inyzPP2+MHHINv};v+!Jno7*6`)= zIld4I@4HQZ=xWkb^=4zHG}$Pu3)<~iPV{Cz1r#Ufz=)t~ISc-^<=J1x8j;D{%yMv+ zV1)6^i9FpDbqzpT!`(wtMV46M%Uiad!zGK`$l1jSzgcyyQxBWtE~6RJk3Q8e+6O|( zmWg_j)M$iLMa9&IYfe=CnmN~zl>uW=oJi;u&;I&OTayUubwWB!bn;vCNui=l1x zPqfZp7e^PT7W|XDHCz~%CX`!s$gdq_pYH^5uN&>c$2D?gQ80O}$;?-hWJqaEj)xJ< zrj9Z#n7od+gntg8VLw==@){A+>JS&)|ufiZa z2yFE$xsBLHySJ(NKtr$DEpzwL0g|#WC|ndm2O%EqDr+uhU4=6_vJ@owaki*Vs&Zo3 zfv)j(Q^}RhK!@`W<9jhr{-=4V%0Jc~DWf*XxxfS{Z`_$XCtdUjQ1%R=W`eUiuoA^CReonj#H(bKRe)P1{@OlMVVk-{ySug=~; zU627jD}GDoymKI-`I>4s0nYJ0OE!br_BpnD{O}}nsrj?h?GlV(2KB$zOk48ty@(YxY}L6^>El2CLI+Ub!GTs+_-Qq zv6ZLr*EazAs~Fm|h-7ell(pCI^C3G*zr=C$EtNZ4_ryyQ6zAF_;JZ6VNfqhMm401l zu8xG{8vyJAX7eRQrO@>?6gqpDVg~wpO-offErx35KqWd*0cY_&yHi}Cbt^F={H)|x z!TU6ruIZlI&M$II)4JsR*OnD?BJ8$N|3w>tN!t~W#ja`N&nhBXLont@-gdZ0#4VEW z$f^sfPFWu`y6xvGr~TCXwwtx3^T7PXC7jLW>QCT)n4|bVdO=}ww11hm!%VnKD-T{r zj&c5$RNf-=uA#A> zt-iz48^D-#o#yr1i^7nojZHS$R;ahie?i~I2oEk#76lbfO5U>uq3A|Z=X628Ahp~6 zpuAE&2~@WhS?xxiJ0I%f8SoJgr?2?$YQrev^Djiu_DYvUcsi*=pg>T&srFo7PGU^d zd~d;=x~d<}Nh?GCbTzG}oC8?2J@jK9hPR$z)y*;+ygU8!wA)K_x~;FjQ`MGTCF8KI zY~me!y|3$-$Ys~|(AX@D%#3^DA91Pg<4&j>=Wf|a41K1uIP{bkjL=dvNsgDVdH<(H zSJe8tD(J*a7L{-R%%uKqEkQ5WOnt@1+rAPXe5%eY;wdLwF6xoxR}Fgilrcvsqw8;it5-pKyu^Myk?w$o}rnIKN zpk};&wrvGS2_$|wNm_q5MC@IUO0lS0^-mWV(?0PFr0C&Oj9cbf6r#TYde+tXZ)%5; zUKy+a?p?c08|w<0dE57QMD+LUaRJ$$B~d_B_0G#(nnM*Pp5na5iYAgXQIrgoD3cMxYhqN==FHA&@?x3 zZwDX!eptfI89i2mMy zpN{&3d;d9~6~)NW)LCL@PhQy9#DZL~)xqQ?U1xpaJT(_L#_xPu>M2*mN;|n>>}SA3 zm(O{38OW*9Fez4Y0$a-6D+)}#^2ujcW?%h49R5ByUO?nB)@hZ(u7*9f2il+r^ZGo% zVGF)fRi@ZPMd^O&22m=z%tRD$*|`_nrPQ+E`*iT|nt4p=FsFa9T_hYbY<*Dtqf zRk7nK1L?Zm^&gqXpT8y~DfKumbj0-}1c@y85VH9WCnUVI3#?qNdM}qi62WKSQ@8Rt zFPk~MOam*Yqw(?LL;hTzK^5lhk!Pn;2}d7f&`r+h_BU$ux+HK_x-B?tb|mm8o>M;k2B?Y$>siX>L8T=ap$q& z{$Fq2|IU#8pZr(^L|i0VJRY3?@TE0r=(u?aK7Mx7qW|B{ynlJJk_e9%-EV*)Ujkjc z>_qb*`}%!_Jx#8`IK8>4Ldi+$J)4XCNwJL*FD{|yMou~{=I8hCUWM~X%fLaBR<edZ|H^ThK@siCOGT$F4 z?8l?E=}-2$`Sz5EdPaXnF@8#qW*?4P-P?L-dIRv+>}f`PbP!Lz+s^uDdqPD~OG^~E zl3voLJ*D@gU$QwYk%QAGq;y2%M5&%4OogVulRACEGhAaNcD|H#>B}@W$R_7NXY~uw?~#H1@(s{ z@fah*QP@cDxI%#2NS@rt3@1xYkZeCiU%ZKzG;1xvNA~7kVug~)$?;i4)w8_pt@!+LurjzL`%rY=p8#iGe8#8Q0 ztKAu9Mh21>Cj7mOR}x<&lJo%mvyo85Zf6XCM}eMP2Ebxd$qZcdwtn=+zn z4HB<2Uy5hy#(S_ed;?TTe6kS_L$<#=NSAjfe~Ef2^z-SR@UaxWz!QG27tIn;+Um}` z|62y#pLh3B4yYNn!CSJ-$3VcSJWjpzApC;;ar#b?c_B*cCCWMhUYsPn5{4z(XwxnO zp>RkxXAml8WaAEoD@-?;<#xOQercqb@>0v%E2-O6C7etjk4u;_-x)@kfJ22Akd?1>blN| z2(OP@$IoRls(_S7A`k7y(^OxJZ}E;7*TKimiTV)ccL6*`X%mGx3e%BI$pNvxoVba$ z61*nXa$jB>`9|IVuDEcfdKvGcNSVBNF};!bMY15CJJY0(3qses^qB8P@8lqyoJ2Od z>}>swsdYy5jae)|l*ovDKfM81Ur5Rmr}M3QwY#DzuBMyNyCsz2ANH+pI4M>KNz9+H zDI~0cvH^*cH%i@fAI6`2CZ1(UvWfz+KLsC0$>%sEMyCl7CFq_|aczi`>{}O`;q+YW z<%E&b4CSz1Ctlo)d5Ufm){}eQ0orIGflNf(mkrgW{K2cg|ot@Md zxoq#IO0p41+R`KYC?{V<94VI;>1QVa){PggVll%n6rYFui7vH1;Z1cKT3_I-=K3T* zUpTu!p&4DwBy#+NLkmtbb2=fH7(;&egyrnWaHTj{OnqvT`k)p@`@aC0KxV%*Jc%5+ zv3T^jxh_&M{{X~#yqvPK#&#=5TSRxSl2r7@tD=Nm7~d@#v!Tk&E|~|b8nv-HdOO&a zGbd&xeUp-k6rGZKBce*peUVq$HBUm=;LK~}LPTZ43Mig-ki>>TT#IZ^?B`EJ-S~FL z66}sTt|nNeDnyvo5FwGIIdbfxGH8^>+uI{I9isVu#D93~mO06^nNA&$>9$k<0OUw< zv8Ik>Sj5O=vnJsG01RC=O4>i?$s1&r$u@{fmWJBUp=Kqvs+^vQp2D4f($ zDLFf0RyV~`{8!=qw8t7}{3Qt(6N@p%rEHJ)b|>^C=;A$eG%kxA+a*3oNQxjli7lA3 zTUKVD>%s$1*V^NcB(GIJo-Mx_)f6$p<8GWNi;FqCb($eyDEbflCOXBvu+BlEV z4dp61*?XZ&=cfzH5~8+cZ(ki&(!m``C6P%rW1pmcNeR!%WTueySqWTRc$kt9Hkfh4N1~vUm=j>~dsq{o{ZvMHKSM^l5*N&1~JBGVpQ}zv$$)c62E;&*XiuX{8KrFY+Ono(SxR_QMo%N+b8Q zqsVIm7u0&bhpRM4QZxSmvW9=rRoJDHjvpOKco7y(#J!YDvrQ)_zOe+O5?Zk%s{2HK z%O_i5WaOkZ=({eqm8WQ&qbQ1^$0c-e&5)NRWaE2s_Axv7&Q;MK@**pFF{?T`KLVKF zmRPp$@Fm<5?Mx~BL!TT`m`+M)7#19Ud4=jTuuXYepZOhOKQER zehhgWPB)U5gTVzzlg(`BU5;pN_CbHP%!sv|naMUfp-1UPgZ}_lOI^pIe=Lmu03joh z`!Dyi)bvJHPf?>wR`AA6ScQ=fy{w4g=uVAB-}n*JmzGmGUPmkNaihS5NQouHNadf< zr53PD4$WzoeILS;zAT&yBj~5>lg7~|?Uzi0S2G;<|uvIUH8kJ!yMn;Xu~O|k0mH0I}#h)T!Mk`%Kzc*!N?imrtHm%Ole*(xTjQL4DJO}_(Nl`?v6Crr~dWnCIc%Ow#WPE>ur@gL}m zwUeWfA)%GzqmbCB@KDv9Y=XzeQ^T`LPmV>iH8hltJaCJmX-J3h)#Ox_M3hvp$v?;R zBXE@qQYkArUqt*P{{W%0nRan2W`?%CExPmWFL_;9g^2`#0>~ZceJI%{FF`@NH^C1% zEA{Z9r6I+wnHQ3Mh+PR9iqFP{ri!7u+fz|Qhw@r^BdDZGTzffMv{}j3A~15xEZ51S z9NEU$qLv7kxA^6fmm^LdepR%g==^R@h-kD=y`i@sj-+YHea*w{p@+22@fS9 znsOQ>uc2wVc18(wITd}0QQ0|J7+E=SBO34eniCdF@w1qvy^__ei}@U}M59$9v^h}a zv_!25R@7Aq7D>?+a-ve;jWvI5{{a8Q06q`^0Rsa91Oo;I0|EsF0RR9200I#bAu$6% z5F$}w6EbliLQ;W|p#&phvB5Ai(Liz(g5mJ-Btuh@qGSKs00;pA00ut-^s+I!2j6zc zw0WMiv_Q%lP^uj+p6`%ObG*lly2HNl`8>TKq0yNJYDZQ1H%G zI;cUPW0xH`SgY{;m4`CERk>V4d-;c2sd5o@(>EKz^WY3UD| zXxW$fsM&!#SEYhzI0j0Ml{#q834VGgYPz@j%qS&K@~#z@c-t!cY;2q!*e&0M$%(QO zB5yk>ZsMLZFA(7K z{{Vztxj-YR`$~rJx`3_i-`UUfLI&#>;eTor&QQ>{z7scaCm+V6J!DZ(0a%Y@{P}P58RO>#8_eNJN{QZl6SEB5vfd2prWk-lTZoJ^AQ0t>PR)(>@XFCCMbCHL< ze+YPwbG=HijxeOQLgZy9)_C5_s?FCkV1ldnjg~O7i<`0+_9|k>GTYd^tXV<2smlqSj?e_G*3^`>AZ-gLr59&~mYLVaD8fcvSxY?atov z0x4+2Mh6LUKiFu4-7h+%98v%jMYsgP*-PcYhq?8F=xJk+^()#;u;XC^m{=EA(vVwVf#nZJeMBPsy+Bjbvd!c))-CbpJ z=b|kcDm5-Us3OavAlZ6b)eW{rt(0mBX-1EbLUMA0d5!Pe*tSs-b&eD4Wd`qs`=}V< ze4@=Y-`eF@_OJZ_YAcb_uG8#tu&?^Bcj~M@>zSl+<}lQBndEWu1#<_{a}T=m50Wj5 zY@_#0@cJp9WpT=ajnOR1I~B~}O8vNr7wWAP@7W$}?ib~f4@0_Ob^icTb4Q!q?y1xs zYa%q<3mW9u<08&bMZ(7j;n#y_0_v8i3S6Kc>0A1@TOtYsVPwj%l8dP%1xVo9AC^K;bH?OmW;1w*lc2#VvHB;!LVX5};HUFqGGiEMZ-S z$A95AL`bSSCl`Q2O-(9B{X&;E3iRVsauz?KB|!fGM`eB^mLq;3>b%v^E_`~U;E_k_ zDrKsGIbu7h435DTfJt^%olO-B1BFoL^tvIlb0|2^aE6;Hqqt2c9S|A>Kha#&^Y-9S zD2o8mARpm5xsB1&V~J_^O~M+Qp}I~vh2^aNq&6HsE-KhAX7g@@Az>-ddA3fUvMhHq zPuT#{M)^|K2Q#5f8i0#ST+@Wm2{I)bev9)Qbm6{2o2bGFcTLsRxK_`f3HA!V3;zJ3 zm@v8waV|~q81_xTA|(LONh!^Cn;zqT_OHxvl}?TV=&)r6UUMp3xmqgg(KLV|qY17d zt%lSORK_x^{4GJ1vEwb6nyA3^6;2LsLRqes&H06SZ{= z)nj`Ospn4}mSG11i--4`CfyeOC3E8wx~OuIH2$Rkb7tuHt%C|@m#0)50ExI>88!YJ z-JG#l*>_9~57c~J31leNV~Zo3(H$q_Z%!75zp59M2sjs3xZE$%g&>@-lZ?Sq7&)6YVw2+2r858$NC;ip1dm31hOvVVkf9j-eOlVRf|F< zRWTl=JH~vGdjwsBs7Zo@7cOQ3ev^Tz;ykdS_jdABkNmD%uw)g1e(35o)2OA^cupjd z;q>mI;@cjoCJ>>#yIltsIj3bl8>9l_5o2#9Kou8YLaoE^g+U^oy}GJJ)YEz0TV(1< z+9PB?5%`B290f}pBlOt{pFPkO1`rmD^#nYE56g#jV{R2_IvhKx)U+uU2MfwU89fu+ zEw{;9WVRf0dT@u|5V=*NFz>H+2H!@mg76&?Bn9r%}31V{(~ z8zy~FEYv*2orGd{r@WDmT zw`hcQ8)G0Z#T_{$y?_nXI>3C_B{4hfnWlLN^9A9(?0Z~&@np?b2sLw3Q?)c>pJJR| z(=8H_}EessYe?s&znz z1AeK+t*}SKkgQGq$di$;mDx?@E}X(`dEs^XUH*rgJrtj0SIz~lgUdr_rvuCy z*7>CUf@4_E{W<1qV(F#s1L3oQCYJ<&UZ_9!GtX4~hABjnlj>VuGJQWQ!Du2JUxlna$^HV~|!E9F!(wJIDVgdLQo z(>^ztyP_jet}bj-H%)Je;gSof>(W+}b=uR^cSJ-Ae5VQUDtq0`d#1a1PcF3JA^MuX zHt^7^Z}!3SCyhQF&4qQl8!7RXDovn`Sn{g$)FgvgVIO-Bv*d z%p=Ny3XM}e3N;O_*rBOW2dGn|>bH~82WsgWn`sDS)v{}XWiE#c{Z^>6OlPTDkU=Ni z=_!GXy@X0>&18cqpAd{BgiVcY>0mD z>W-^Kb6QvGk3?8`hr26H?Q~LVC)cNBOmDaNMZAPG;t_RFc5hXuhd{XbuNm+L08Wy8 zgbGz7k%cw7E!1m>-*jI?t8w}&_1@MF#TbWr1aRM6s10bOXX0CY)2xG7BlS*7BTDY3 z2`UpIpg`F&p>~|FFrqxG#Ex0YE}N!;YW`HkxJIBRzEKDeQPpQLK47US)04xP^1k6q zISwfsqQ}UmuT;cCm;5%TyLS2`x(7&d{>mJ`EHPdzW&U;-zZb2$4Au)+#12%4LvJ?V1V%(sjIwfs<{M0J}vJ9 zvTHT1P!u~T5Fz5hJ59va!OWxZq0Y4+snvd_w$&U3uIi$~S3rmBT1*ii;HV<~H$z$W z4cSJazd*Sg0T({Us<;SgkUdayd3U-pWym*vi^HAf+l2D%NG&lNl*WD;kVlx3jYX~# zvgTZw7P5YehdAa@HtMKo-chJnqfQWZ>8^e<7wHOh57En;PgJ|;p{y(O-5r88 zG z0f#1$rqCJgw?3$_zK3R9sncVi{Zn+?V`&{iENh3&JhPuogabbJRpOUc2(X1ZunF>x zi^J4$q+qYh{QXYeR9PXB?zJ|0sX6GpD?`2{?-JX#7Lh0UlD|i)G1qm|bY(mV0mmr# zKm*h%e=sS}(y{2STnGD;AjxRIqVO>eFjsZkelHF(ye(fT$7KOZ@cra`V+dpe(#VEe zuw2R-O_W8|Ai}xX0PiX-Cd11oWlS3mW{uE?S)!spg!89kVgcx&vR!j1>a;^n$g*&O zo?qzO**cE4&Gwm1jISN;=4I`lst?k0#429}jl3z-b+%3MKywqC_z&2SouutRAXuBP z7gQHIuCTAE;mIV(O?lO9INBvt*1*~nyDA-%zeUO+`x(ksnb_Td{MjBJg2pmKwC z@1}R?fMwQ{m@5T;!x@p-C zQ4;|`4w$vpB&^+5>s||&;n>sIlx^z^`)0lY(+57Q$}Wk|sx!h$DVmLFrTD$k@rNUM za=B>@=)6dm#6l&xBFdK?&?ureMZ2z6A64fcL;>baneLunFN9M?@iuhw##DQZ319qdW_-6-> zu5AA6pHa5CsSxcV>t#{lfMfpvvaOmrjaBLh9;$}mRMpTVK9Szfti)m8hGOdsW0A?uTSm_rf}?`Jow61qzMTAlVnRSlP>|nG3;w94$Ri2N=Tf z9{@VUCo~>pXg6=~(HlU|vyK!u=2e$vQ$3#z-!2$Xc*)3BZ#_}c)O_i;4kPwmV!*Hc zK_WT}q2+Z)l^463Et1y~mz$-IO{C4OU`;qJC<5cg-|O>b0rh58jJ zMbI~e%5#)Ao|`Y19X9oH4WBB60zD9RpD$z@Y>RtYSxPN9UKmYeS--mGB+klO&=Z4^ zW41uwl%c6toTzkFvX6bYw?s>@2kMJI6g8Mh-pH}P zi6ya_Ob_NUI8^C2QK`^30Zz-6%b)795B$n`lR$03-*h=|epOAx;7TpjpI(Y*(SGXL zQ#+!Y7Et!C$^sB^x^ZcnZj7la%QAsi%8sfL2uM=n%=|)U2Ufc&ofTT!K$V-%TRoY&B|~tYe}~gH?{dtEr_*9^W5&t&l6%7Ck}M7L6&&AMrRtBYH@{6KV;>?i1=auIIwrwG;2 z62{0GR(Q8tDDfE4>byY(q(yT#M2O`UA!;2)nwlfmbadTIo7p*_%p9j3qUadq*-7~- z#g#gO91*{w9O7Njq8syEyQcM5R?o2n@Pe54c~Bu;bwZ(Hsf+bdxI{E>KV$*BO0cuq zK1wp_fP(V7fZ*oE_zz-{l_+mL6~u9~N%<=E6)eKP3Pki&7jo4D(Ks{;DL=B*Z6dje z>14qa7Q+aPB6JzyIDHCrSEkZ1yh~~~pxH8)8Z(=zW6Yei{{RcZaLv6+n!PGPy5_le zl{>;6(%j^dr;JfgFl|%MYICcsS zLXoWbpi�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

4vApl;1uewXCt7P zIm&Uf_2|j*s6;e_#k+5;bgs~w>GX}?ypIMN(1a@S5VS0qCk;b72=9FS7c~TN1yqNTU>CjI2q(=Z zkZ&r!@k3BG8#^E6lT&#TN5=6>CoADO;mpgZcI`gb*p4c+atIh-R=Qw-b=v;`?S&56 zBHxzaMu;L^C;i`fN-3eB_m2fepB&<`(jtL)-V9g-A=}Sg>jLtKB^y6K&JAhOfIbc; zaT>|IwH{BbHtQegeEj6lriQ+g3sFP zMaViit|yCs_aD|)B`)g5=seW&tBv{{t%jlp+jCP12#a99Dq<11QA;3b9%38!hG3W` zas&Zt30iZB_#q&gqp|KQ2YCfxNU!l<2YGfQDDCQ}HQgO$`hZEI7gt<+BAIUr~>H-c*4rMhVTORZ(%>%n%&)@(Xbc?_hx)+jK?1Em zgMUn0b!8(B`Jz95vK;C(jRU8P{&DH?`G4mWkq!d&g$NF8Al{Dh!)8UnlDf`{2z&1c z$*4lkO&Xy-^@!NbVDeY3zObn=4}gv$G)3Bf<^rSP(B|Wt+y`3LoG&}VIP5KvRs0_g zvg8yZb40$UoPs3)afKAoH}2#Zh=+eG@%zP~=vk?+pB(EpAsAqLQy>Ae!HU~M)H8t4 z@a1+50gp2kD%URYsDPn^HnUEO9uckkF{l+{?bkQ~?+tkMnk*?}$##0fq@te7mSm}? z4HqI3b-W&qipckl=ltZTf)v%zKDKGZ+YP|hAT3T~IMxsdy6*wblp>r)F}=>Pay_HY z0wrVQ>mT1#ihZ&0!kXXCK-Jj>3f>J*`ey9StV*d~0E5fLxv>Mb$+=F|?T&f070^-j zuCQS_4OC3ZI38zLIVB2)0WX9o!FaAo@Jo%4Ml|Nq_bX&F0dH%t6N2+HF~qk(c6sGs zY;fv90oQbVFnHoU+(kqjfvO(Q_mI1HKpqpG3`miY4VG=TahKDv5eDrd8D~xF9x`pz z6$MRzfvsLRK;W9tifqK%pfU+G8+AV$))fG2*N;z!(cSSelI6^)VhkQU2DLd zPVtlq4FJ)*q!GYm5(Ihx3JtQ+?_M*6>cBx@jMcFK-!rDds{D)_^#zZfwz# zjSM&GRskGCO2q~r8(fDb0AQyx#y~}=O}GAWwGNGXpz@nDbtuqE zpx#kQ-1C8Evh~KcU~6d`?l=U=Ir96-S+czn{A6@k*Ry7A?vgmHx1xv<->gX@0EeCi zXzb^oShRXhMb8IM=bRK8(C~Wat^WWSIcb~k4NJB=#+DHATL(+nL{{T1>k{tV;VpR4A7|Vm(oGvoY z0QX~Hos|re>{EEwh3#e+un(*y&aL13-Uo|WZ0I}TZ#c{_-C^pF=6Jxi^hc2Kdc$@r zhJI>}yLjql%N~P^jHVmwJi{b!v_6)(KY2|bL!%>8iM$>49((BZgK5L5N-~uP9bPUX zX&NBwT}}Y)d}ITQbzxRIb>sJqPKEalO1{T@7&9M`6idN5RVOzcY$^<<{4ZXW>i`O- zT7Flrj38kY5y(+ref}~jseKPCx8R(EF@PJgyhWiBMR-KbK^gWJMZB%IahwJ{E;f#> zcL!SGH3h~jW239b!tVF1CaMN^ZNdRNLl!mYPkS&2LXZv#Q`O_Fa(UiDXk)0<*Em-U z*z@GSoDd~lHc(z|+dAtYLsw}MK=In|`lh56u?0}Wy>m`kv` zc_i02tlxsHfZv4vcZF8YF^v@Ww_G-O8&u#G=jgn;Fi!{fnp`4|X|gYH0I@?bgF)dYZ=G`i|@iA?eBqu5ionK{Lx0o)PMYWW4LiBW7k3ee!39C!497rUAfuZfZ(RKHQ@OJ2nzK&D=m@8#K=g9RlmFC(-H@};a+@`Dg!nJ%3 zakX#D5k+V+%~kjTSHX;e<%DbO?gPLQGd*EO4hN4VQhrQqne3X_6-|6Lde&V)#eC2U zP8(+w($MP!Uv9D3`Ur{_r_0ks&G=je)ItHkuNPa6YgFh&1cH3o#RalsRij1#wkUaX z?&BpO4%m_5ykAM2fp);Deb<(aJG&LwwB{!F!`p=-gjS^;RqX32%R-C3>$Cj0KnPw9 z{PC7yEk>SaC&`EcxDXVHXNQet2`52e(c7*~<)|$XG~4IVe0y`4SZP~mG@?P#KL*-L zb3>xU@-h2g*F z{9z6ctSA`LVx3czH-h#G4;N23uKI$z_8vEhBO1$Sv9GD=j9ZRQXsmt!PrTGI9fJ42kLL|a^Hd;jSMtCdif~LKVH z#58XOP;Ujl8sj-^14YJ5bxOCno~k;XkK`ox50t&e5K z+z)~Je|Q9*NEjTyMpht(&MHs)tb}HB+H*Ob4!mG%mC*8c?~OwrtkgohPSO6cn#YX@ z_ExTMiQpkp#iO=$$PV@wWs5yQhVl%hyE9~Tvi29* zy|8Qpd{F5yfS}nmoE6Yj{mckwDAo>rlT#m)7fo+eoi7B)X-GhjuB(Zvf>(|lF01Ol&^myJKNYT1-`2jJF+r8h0@Lr)|falxia}{*z z{{TSS>S3)(RbMCPItUrc(4_O4ii`%Ts5h1zd}E|tUuGhoCB~(7DKD1oeYp%St(mse ztLWG79ae>-**J5GYt&3n75q8Lh%u=H;uH6SfUd)DX3c8{jij49z+`DQUL@OxR7f?U z`Q5-nT7k&iU*Es1O$ULc@;>kH5ihW+MJ~aQ<%^VC_l?-)5a849dxu6%mVLC-{8 zK@8PbLnnJbU#~c1x)78E5^GTN=MBy$Kp1e)@N0Zv3;^>M!O*Al;zuj;1583;nn{DQ?)c5o;mhq2JKX>O3sFE-AS64 zvM3GX>zaGRmx1(pg?K9aXIKgegoX6+?qO|^7h{4Sx-XnC00bd!Ao7pi@0<%Q5fFN* z*<9qzgcJ>GgT#GIS$3ih6I$T$+Tj2}Xw;w1E74PuAJ@FM0O=Ftae3N}P5@J%?qFk; zmlQqxvC243gt7iHDF@uDzyYuKj`-lMs3rKgCXqaZs*k(ut|hjo05w~wf9;sU`dCzS zn?rTySx&e)&>?*5mV9%Pp^6k8sPp4~a%d2cqQ%~|_`<9}An-NLoBse@E%h)UMUd$^ z_bQpiiwWWpCV4gUmM6Ij%Svko%#f=9k1B7oAfN@-SUT50wOx)O(SU7Oo_{!G)D*$j z}G%iMMkKp%`r7ex;18t?|+P%3;>EiO(x`TJvuFT)YxmF+c-Tk;=V8-;?GF; zMEb&raBsYH5zyb9w&_DyO&jWKzA}x$gc|@4icf_0V!@zIvj*sspE*Gai4AN20B}m% z5#;%NVI0<`&Vj=@9pnTcc2URR`rav`8b)vD-Wd+0i#aS9{5WMZK@ssliitUS@r#uy zJeCf8dgD0AfK~OorOWi=;=t)*i0iM;v8%nToCLhP7rM@~dipk#MDeeUX~EiuC`NMf zz?ui)oPZ@6hAn~t(BoM_8sp81TA;6%=MEADORtK5IlY@r4cTuWTfs4{ zDGibDmYOE@n-D`tX|5qvo^k+`@mc#byA(QSJxQLs=i(1 zrB&PFWRW#n(dRbOQW|IBVsE_e zL8_*waE&_+`N_l%M!6ZdI(U-d5X4GRdDh-IvEEbAl7QcdJWqTW4zz@oF2lo5BjXN9 z*=0No@Ob6HF1u(HzCN(ao73|2m=vpLY;Zr%%HXAH9({aZ#i~g&e}N!jwfsHirWP0l z9yKLPj~wNbmI|d?46rAK4j~?a0VMj@Smr1q@NvH!c-AXV)wgt&559*HNm@Z&tkoBn zUpPY-uPF-J?kBerwEqBG-@z3DJ9qUi88NCp8dZq{M2w^UR@jrO*m!0n2@MU~ z9T4M;-H4)!MbmhlW3yA(4Fo~1zj$j?M3T3#fIAq4*74@0+S!N0IaQkr2N=+p#x*C+uA2r`wY}m=Xi`gXQ?Usm=OhX1k>y6R8^IvRnHaWQje;8aM$4cz+^*h9lb^-1ldNqMXLYGD5{bbX- zFylA7Cw6-;w+Ex=5)4@-fUb+CaHsIQ4UXiz>Kx?Aq|pVDbuQ)@K_^pKiZNdr#+?Sz z)N1@?`+=jNi8iW{@Z|!%GRo5FO-E)!rPIHUDNwiza2HFl*1E>~5ws)&aUxP=GEb+#Bz(TjbjB8qu0mu2v zlR7T?%kQ6w=NSY>o6$Cj*BAvj{eQfIeK0l{;4U-BsGHxj{Cr>y^FVXcuZQCkZ)lSK za+ta;5GId!Z5VU!#l^7JWCS5j5?SxwTSYV{otIDh%`q#jogvWVFXIIYyE4qj1s+=A z-V7xWgGJ&zdZ&yh#*X@U1l}W!Mr~NCqz$OkiI0+C2-eWN6IGWK0g!+XoQ0MmJ;TrS zjbD2@06jlA6Qb1B`oe7j09n?*?d3u@MnKSAy<834#Z~!3W$W=VYcvQbLGjsN7X*W` zaNw7}7!TlBLRx&slhw#vz-mp8smPoC;h9j7d_hY1WN7sEJO1%pN!l2cc7~p9I>%6i zrskD%LIV=A;Yp&kqWll%4r>~nw4To5bCX&-j@qdFEB-K{5m7*o4`@FF=Zxo)EUo|$ zcQ<*$?h|6VcOUVRN4Xq&1Z{ftm9prI0nXW`o<1?;ZLml$eZ_ob90I{W(!4I{XgI;z zUhwE4u}&SGOlk;U16$YM7#TQ75;Rx7cio%LhhPE7d+!REv=FUVkCO^RksAsh*@&DJ zWPJ~B7_Eag2uFM=mh(LN5cI4BFv1 zS|ch$(Ank7$YzjnqTQU(0UnjR#9=t)@#E*s%BaY+@0IWUWCF!1ZQ$$97s`{Xzt#aN zA!(?eK0ILy&?htD#I3@1mm z$=`~%u=_=Q4te3rufvI{=r9B=OBTF7{BN&#lpwF1)*2s^01Ft^5F0Y)R@kn~xjtMD zh=7rQ-#?5+1q0^r@q~FaPFnUE!4g{5ai75b2;)}bC}Z$oFN?qGasIiXox@{cKynWtYwlbtgyU8}*XtGbD0}^#VMDp(VShO8k6nUk&16k(iSS_=D=8g975(p=DI%)-O(8X8T;>d^StysUa|s0=SA&0q9i$i322 znZ@ItviUjh-*}NR zK*)x_co~$JcIb}xUl|D}W)k(s{rqN~Ktg?w3)TVfRM*bFU2i}-u7vXPHiGm`@$23P z!P}nkx0AEQ?~v6j5kCE2$9ZTWS~lJEgx}5!C3EOY_G{w|(?Nj{jGjMON{&B~_3`nJ zK}*P9I_LSq5nDs}V9(p$rkTlUuafuNhqxyetcyV zq-7d23n{u^0=^~3XmA5ge+!eH&M`JL6oUJIH0k=p=w%zKH|gEijhG{s-~+xq*ES5E z!+FD3BVUF@B-KIMyj&F|LqP?vrTpR*2B$DWAG}B&fGu*zpcdx;006j?k@0n2KUi=T zNLU~*9GZs}c+05C_6|k;ag23)J9F@M`oI=a0r33zJbrVT%Y0ym%=~Wws}m788}J|A z08S7S=zGE`3vJ_lWmwb82g<$(@5XmbP>*8%z6f9(x+ZbsXPspup$sEJ_D;0x1q(#- z%X-j6#c~g!!ZN2BeF&uC_v;qOViE*rRp)*j(7}Lk(*FRA5-rFFIbkW-;{&Dt0JnrC z(}=SjT{jYZj3D4Tik|u8`N;uF@ImJk_*+igkDkR-)>RIUA=>CY`1r-}=#eLdJxmEy zFkgP&HP7*jAeRQ+yL-oIEq32O$MJ^cO+NuXu%faO9{E3vC#iBM9zJnN!6y*Y1bVE{ zHh_68{)vI!YE*Q}+ogfKxvVG)BYU&)6N8>Bm1d-OHLRez)s`_?q_ zsuL{U)uLao0|x5_J5hIT-a7M*N$5essqj1b92^*=Ao4eFqIJ9vlT46EfzJmV% zFvJS;G9}}@DpFot*|h+FI0@oT!=V1~2E`Y3dd3YP4iA9uo@QE z6twYI>+_TncW|r6tBf26ZDn4N+s{5!fLT?Jh`R>#pPfVIz?<3W)%D{hO`kD;+`j>X z5lzG3@8`wM`U1y;$NTef9pipT>-_$(nS|AM^L+0D(3XN;IsKVZ0NG0OZ}?xM&UT1# zuPgrme;B2sYo9Ma4V~d25<~D$7y-ryGy2M!z7u?5bj6z<%!?@Uc=X|$_nhELy#V@s z`@w|rdJC`n&QJ;`9~ofVcyQ6v&(v&V&kOvnWTmq zign&0tuul6?=?iqdg!NT#sePHl2R^)ajj)VYVZ%zyPS1^3gl9NmwM-%I@&>`V@4yo zSa#{)^kPvJHC$G%6wET0My?_}{Fv7TI^}$1=#YY&Ih>>i!Sdu4lpG)$4(=&bn(XOT zykeOvdKeMkO!1Gg)a0CjgD=g>Eew=!-OZIS^{{VeK5i^hpykZt@o*Fn6(YRfI85MK zV>D^`-XZ{1X>JE{Ep+iFD(z=t8(tbi{N!3Hpm7f8&+h`UffY|DVBxa{C|$>_qBbR- z8keef@tQ^=>kWnLM>XdUj96V&U~<)Ow=1N&9`dr12S`O89F5C~+Dl(TK9?4Uq_}nx z;AuPp4~!};1{G_^!s{9CgALht!b0x9CnX_Wwb5{h7;Gv=4Oo310Z8)tZ5O{PuhTF~=QpH^gFQ(x($k4h& z^nUV0YfSbo-G7Xx?8uy*e9!ZTG6R$k4~&-52;liI2lJdOM<~1>JHyrB$=rsg@c#h0 z#`z5ffi)j@;T+s3@lZTIy=65n64�J(<#LulRF-jj7-IE)4|4Y1j5-{Z>(5P;`8m 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 literal 0 HcmV?d00001 diff --git a/hashbrown/img/dog.jpeg b/hashbrown/img/dog.jpeg new file mode 100755 index 0000000000000000000000000000000000000000..683c4cc04c0e76429c5f1236469b8f6ce32a9143 GIT binary patch literal 10360 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,alien||>><<||dana,skeptic||>><<||fox,believer \ No newline at end of file diff --git a/hashbrown/includes/foot.php b/hashbrown/includes/foot.php new file mode 100644 index 0000000..18aa0d5 --- /dev/null +++ b/hashbrown/includes/foot.php @@ -0,0 +1,5 @@ + + +

+ + diff --git a/hashbrown/includes/functions.php b/hashbrown/includes/functions.php new file mode 100755 index 0000000..1238697 --- /dev/null +++ b/hashbrown/includes/functions.php @@ -0,0 +1,189 @@ +><<||', $string); + + $table = ' +
+ + + + + + '; + + foreach ($values as $v) { + list($a, $b) = explode(',', $v); + + $table .= ' + + + + + '; + } + $table .= '
AgentCodename
' . ucfirst($a) . '' . ucwords($b) . '
'; + + return $table; +} + +function salt_and_hash($pw) +{ + $salt = 'fdiojhlkjasdfjh'; + $o_salt = 'qwelnbfnvaslkfj'; + + $pw = $salt . $pw . $o_salt; + return hash('sha512', $pw); +} + +function increment_login_count($id) +{ + p_query('UPDATE users SET login_count = login_count + 1 WHERE id = ?', 'i', $id); +} + +function auth_user($username, $password) +{ + $results = p_query('SELECT id, password FROM users WHERE username = ?', 's', $_POST['username'])->fetch_assoc(); + + if (!$results) { + return ' +
+

Username or Password is incorrect!

+
+ '; + } else { + if ($results['password'] == salt_and_hash($password)) { + $_SESSION['hashbrown_access'] = true; + $_SESSION['username'] = $username; + increment_login_count($results['id']); + return true; + } else { + if (isset($_SESSION['login_attempts'])) + $_SESSION['login_attempts']++; + else + $_SESSION['login_attempts'] = 1; + + if ($_SESSION['login_attempts'] >= 3) { + return ' +
+

Reached 3+ failed login attempts!

+
+ '; + } else { + return ' +
+

Username or Password is incorrect!

+
+ '; + } + } + } +} + +function create_user($username, $password, $v_password) +{ + if ($password != $v_password) { + return ' +
+

Passwords do not match!

+
+ '; + } + + $exists = p_query('SELECT username FROM users WHERE username = ?', 's', $username)->fetch_assoc(); + if ($exists) { + return ' +
+

Username is taken!

+
+ '; + } + + $user = p_query('INSERT INTO users (username, password) VALUES (?, ?)', 'ss', $username, salt_and_hash($password)); + if (!$user) { + return ' +
+

Unable to create user!

+
+ '; + } + + return true; +} + +function logout() +{ + foreach (array_keys($_SESSION) as $key) + unset($_SESSION[$key]); + + header('Location: .'); +} + +function get_user_image() +{ + $result = p_query('SELECT image_path FROM users WHERE username = ?', 's', $_SESSION['username'])->fetch_assoc(); + return 'img/' . $result['image_path']; +} + +function update_user_pw($password, $v_password) +{ + if ($password != $v_password) { + return ' +
+

Passwords do not match!

+
+ '; + } + + $result = p_query('UPDATE users SET password = ? WHERE username = ?', 'ss', salt_and_hash($password), $_SESSION['username']); + if ($result) { + return true; + } else { + return false; + } +} + +function query($stmt) +{ + $conn = new mysqli(HOST, USER, PASS, DB); + $result = $conn->query($stmt); + if ($result) + return $result; + else + return mysqli_insert_id($conn); +} + +function p_query($stmt, $types, ...$args) +{ + $conn = new mysqli(HOST, USER, PASS, DB); + + $stmt = $conn->prepare($stmt); + $stmt->bind_param($types, ...$args); + $stmt->execute(); + + $result = $stmt->get_result(); + if ($result) + return $result; + else + return mysqli_insert_id($conn); +} + +function pretty_dump($arg) +{ + echo '
';
+    print_r($arg);
+    echo '
'; +} diff --git a/hashbrown/includes/head.php b/hashbrown/includes/head.php new file mode 100644 index 0000000..c04c2ba --- /dev/null +++ b/hashbrown/includes/head.php @@ -0,0 +1,13 @@ + + + + + + + Hashbrowns + + + + + + diff --git a/hashbrown/includes/init.php b/hashbrown/includes/init.php new file mode 100644 index 0000000..b995db7 --- /dev/null +++ b/hashbrown/includes/init.php @@ -0,0 +1,8 @@ +safeLoad(); + +require_once 'includes/functions.php'; diff --git a/hashbrown/includes/nav.php b/hashbrown/includes/nav.php new file mode 100755 index 0000000..32248f6 --- /dev/null +++ b/hashbrown/includes/nav.php @@ -0,0 +1,26 @@ + +
    +
  • Home
  • + '; + + if (isset($_SESSION['hashbrown_access']) && $_SESSION['hashbrown_access']) { + $nav .= ' +
  • Account
  • +
  • Users
  • +
  • Video
  • +
  • Logout
  • + '; + } + + $nav .= ' +
+ + '; + + return $nav; +} diff --git a/hashbrown/includes/spies.txt b/hashbrown/includes/spies.txt new file mode 100755 index 0000000..d67c36a --- /dev/null +++ b/hashbrown/includes/spies.txt @@ -0,0 +1 @@ +dale,the government||>><<||bill,the barber||>><<||hank,the texan||>><<||boomhauer,the marshall \ No newline at end of file diff --git a/hashbrown/index.php b/hashbrown/index.php new file mode 100755 index 0000000..cf22708 --- /dev/null +++ b/hashbrown/index.php @@ -0,0 +1,29 @@ +'; +echo getHome((isset($_GET['file']) ? $_GET['file'] : 'fbi.txt')); +echo '
'; + +include_once 'includes/foot.php'; + +function getHome($file) +{ + $view = ' +

View Confidential Information

+
+
+ + +
+
+ ' . table_from_file($file) . ' + '; + + return $view; +} diff --git a/hashbrown/js/.gitkeep b/hashbrown/js/.gitkeep new file mode 100755 index 0000000..e69de29 diff --git a/hashbrown/js/index.js b/hashbrown/js/index.js new file mode 100755 index 0000000..e69de29 diff --git a/hashbrown/users.php b/hashbrown/users.php new file mode 100644 index 0000000..b471004 --- /dev/null +++ b/hashbrown/users.php @@ -0,0 +1,32 @@ + +

Users

+ + + + + + +'; + +foreach ($users as $u) { + echo ' + + + + + + '; +} +echo '
IDUsernamePassword
' . $u['id'] . '' . $u['username'] . '' . $u['password'] . '
'; + +include_once 'includes/foot.php'; diff --git a/hashbrown/video.php b/hashbrown/video.php new file mode 100755 index 0000000..91114d6 --- /dev/null +++ b/hashbrown/video.php @@ -0,0 +1,13 @@ +YouTube Video
'; +echo ''; + +include_once 'includes/foot.php'; diff --git a/hurkle/css/.gitkeep b/hurkle/css/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/hurkle/css/styles.css b/hurkle/css/styles.css new file mode 100644 index 0000000..76dd30d --- /dev/null +++ b/hurkle/css/styles.css @@ -0,0 +1,51 @@ +body { + background-color: black; +} + +h1, +p, +input, +.cell { + color: white; +} + +.cell { + background-color: black; + outline: none; + border: 1px solid white; + transition-duration: 500ms; +} + +.cell:hover { + background-color: orange; +} + +.button { + padding: 15px; + margin: 35px; + border: 3px solid white; + border-radius: 9px; + background-color: transparent; + transition-duration: 500ms; +} + +.button:hover { + background-color: orange; +} + +#content { + margin: 35px; + width: 40%; + margin: 0 auto; + border: 3px solid white; + border-radius: 18px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + +.row { + display: flex; + justify-content: space-evenly; +} diff --git a/hurkle/img/.gitkeep b/hurkle/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/hurkle/includes/.gitkeep b/hurkle/includes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/hurkle/index.php b/hurkle/index.php new file mode 100644 index 0000000..fb78abe --- /dev/null +++ b/hurkle/index.php @@ -0,0 +1,127 @@ + + + + + + + Hurkle + + + + + + Hurkle position: ' . $_SESSION['x'] . ':' . $_SESSION['y'] . '

'; + [$x, $y] = explode(':', $_POST['position']); + + if ($x == $_SESSION['x'] && $y == $_SESSION['y']) + echo '

You found the Hurkle!

'; + else { + $direction = ''; + if ($y < $_SESSION['y']) + $direction .= 'South'; + else if ($y > $_SESSION['y']) + $direction .= 'North'; + + if ($x < $_SESSION['x']) + $direction .= 'East'; + if ($x > $_SESSION['x']) + $direction .= 'West'; + + echo '

Hurkle is ' . $direction . '

'; + } + } + + if (isset($_POST['reset'])) { + reset_session(); + } + + if (isset($_GET['size'])) { + $_SESSION['size'] = $_GET['size']; + reset_session(); + header('Location: .'); + } +} + +evaluate_input(); + +echo ' +
+

Hurkle

+'; +echo generate_grid(); +echo bottom_bar(); +echo '
'; + +function bottom_bar() +{ + $forms = ' +
+
+ + + +
+
+ +
+
+'; + + return $forms; +} + +function reset_session() +{ + unset($_SESSION['x']); + unset($_SESSION['y']); + place_hurkle(); +} + +function generate_grid() +{ + $grid = ' +
+ '; + + for ($i = 0; $i < $_SESSION['size']; $i++) { + for ($j = 0; $j < $_SESSION['size']; $j++) { + $grid .= ' + + '; + } + } + + $grid .= ' +
+ '; + + return $grid; +} + +function place_hurkle() +{ + if (!isset($_SESSION['x']) && !isset($_SESSION['y'])) { + $_SESSION['x'] = rand(0, $_SESSION['size'] - 1); + $_SESSION['y'] = rand(0, $_SESSION['size'] - 1); + } +} +?> + + + diff --git a/hurkle/js/.gitkeep b/hurkle/js/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/hurkle/js/index.js b/hurkle/js/index.js new file mode 100644 index 0000000..e69de29 diff --git a/secureusers/css/.gitkeep b/secureusers/css/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/secureusers/css/styles.css b/secureusers/css/styles.css new file mode 100644 index 0000000..e69de29 diff --git a/secureusers/img/.gitkeep b/secureusers/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/secureusers/includes/.gitkeep b/secureusers/includes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/secureusers/includes/files/fbi.txt b/secureusers/includes/files/fbi.txt new file mode 100755 index 0000000..06a9203 --- /dev/null +++ b/secureusers/includes/files/fbi.txt @@ -0,0 +1 @@ +skinner,gatekeeper||>><<||csm,alien||>><<||dana,skeptic||>><<||fox,believer \ No newline at end of file diff --git a/secureusers/includes/files/spies.txt b/secureusers/includes/files/spies.txt new file mode 100755 index 0000000..d67c36a --- /dev/null +++ b/secureusers/includes/files/spies.txt @@ -0,0 +1 @@ +dale,the government||>><<||bill,the barber||>><<||hank,the texan||>><<||boomhauer,the marshall \ No newline at end of file diff --git a/secureusers/includes/nav.php b/secureusers/includes/nav.php new file mode 100644 index 0000000..1413ba5 --- /dev/null +++ b/secureusers/includes/nav.php @@ -0,0 +1,11 @@ + + + +'; + +echo $nav; diff --git a/secureusers/index.php b/secureusers/index.php new file mode 100644 index 0000000..b86e99c --- /dev/null +++ b/secureusers/index.php @@ -0,0 +1,15 @@ + + + + + Secure Users + + + + + + +

Hello cruel world!

+ + + diff --git a/secureusers/js/.gitkeep b/secureusers/js/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/secureusers/js/index.js b/secureusers/js/index.js new file mode 100644 index 0000000..e69de29 diff --git a/session/index.php b/session/index.php index 48c946c..84f04ac 100755 --- a/session/index.php +++ b/session/index.php @@ -1,6 +1,6 @@ safeLoad(); diff --git a/vendor/autoload.php b/vendor/autoload.php deleted file mode 100755 index 50a4fc2..0000000 --- a/vendor/autoload.php +++ /dev/null @@ -1,25 +0,0 @@ - - * Jordi Boggiano - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Composer\Autoload; - -/** - * ClassLoader implements a PSR-0, PSR-4 and classmap class loader. - * - * $loader = new \Composer\Autoload\ClassLoader(); - * - * // register classes with namespaces - * $loader->add('Symfony\Component', __DIR__.'/component'); - * $loader->add('Symfony', __DIR__.'/framework'); - * - * // activate the autoloader - * $loader->register(); - * - * // to enable searching the include path (eg. for PEAR packages) - * $loader->setUseIncludePath(true); - * - * In this example, if you try to use a class in the Symfony\Component - * namespace or one of its children (Symfony\Component\Console for instance), - * the autoloader will first look for the class under the component/ - * directory, and it will then fallback to the framework/ directory if not - * found before giving up. - * - * This class is loosely based on the Symfony UniversalClassLoader. - * - * @author Fabien Potencier - * @author Jordi Boggiano - * @see https://www.php-fig.org/psr/psr-0/ - * @see https://www.php-fig.org/psr/psr-4/ - */ -class ClassLoader -{ - /** @var \Closure(string):void */ - private static $includeFile; - - /** @var string|null */ - private $vendorDir; - - // PSR-4 - /** - * @var array> - */ - private $prefixLengthsPsr4 = array(); - /** - * @var array> - */ - private $prefixDirsPsr4 = array(); - /** - * @var list - */ - private $fallbackDirsPsr4 = array(); - - // PSR-0 - /** - * List of PSR-0 prefixes - * - * Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2'))) - * - * @var array>> - */ - private $prefixesPsr0 = array(); - /** - * @var list - */ - private $fallbackDirsPsr0 = array(); - - /** @var bool */ - private $useIncludePath = false; - - /** - * @var array - */ - private $classMap = array(); - - /** @var bool */ - private $classMapAuthoritative = false; - - /** - * @var array - */ - private $missingClasses = array(); - - /** @var string|null */ - private $apcuPrefix; - - /** - * @var array - */ - private static $registeredLoaders = array(); - - /** - * @param string|null $vendorDir - */ - public function __construct($vendorDir = null) - { - $this->vendorDir = $vendorDir; - self::initializeIncludeClosure(); - } - - /** - * @return array> - */ - public function getPrefixes() - { - if (!empty($this->prefixesPsr0)) { - return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); - } - - return array(); - } - - /** - * @return array> - */ - public function getPrefixesPsr4() - { - return $this->prefixDirsPsr4; - } - - /** - * @return list - */ - public function getFallbackDirs() - { - return $this->fallbackDirsPsr0; - } - - /** - * @return list - */ - public function getFallbackDirsPsr4() - { - return $this->fallbackDirsPsr4; - } - - /** - * @return array Array of classname => path - */ - public function getClassMap() - { - return $this->classMap; - } - - /** - * @param array $classMap Class to filename map - * - * @return void - */ - public function addClassMap(array $classMap) - { - if ($this->classMap) { - $this->classMap = array_merge($this->classMap, $classMap); - } else { - $this->classMap = $classMap; - } - } - - /** - * Registers a set of PSR-0 directories for a given prefix, either - * appending or prepending to the ones previously set for this prefix. - * - * @param string $prefix The prefix - * @param list|string $paths The PSR-0 root directories - * @param bool $prepend Whether to prepend the directories - * - * @return void - */ - public function add($prefix, $paths, $prepend = false) - { - $paths = (array) $paths; - if (!$prefix) { - if ($prepend) { - $this->fallbackDirsPsr0 = array_merge( - $paths, - $this->fallbackDirsPsr0 - ); - } else { - $this->fallbackDirsPsr0 = array_merge( - $this->fallbackDirsPsr0, - $paths - ); - } - - return; - } - - $first = $prefix[0]; - if (!isset($this->prefixesPsr0[$first][$prefix])) { - $this->prefixesPsr0[$first][$prefix] = $paths; - - return; - } - if ($prepend) { - $this->prefixesPsr0[$first][$prefix] = array_merge( - $paths, - $this->prefixesPsr0[$first][$prefix] - ); - } else { - $this->prefixesPsr0[$first][$prefix] = array_merge( - $this->prefixesPsr0[$first][$prefix], - $paths - ); - } - } - - /** - * Registers a set of PSR-4 directories for a given namespace, either - * appending or prepending to the ones previously set for this namespace. - * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param list|string $paths The PSR-4 base directories - * @param bool $prepend Whether to prepend the directories - * - * @throws \InvalidArgumentException - * - * @return void - */ - public function addPsr4($prefix, $paths, $prepend = false) - { - $paths = (array) $paths; - if (!$prefix) { - // Register directories for the root namespace. - if ($prepend) { - $this->fallbackDirsPsr4 = array_merge( - $paths, - $this->fallbackDirsPsr4 - ); - } else { - $this->fallbackDirsPsr4 = array_merge( - $this->fallbackDirsPsr4, - $paths - ); - } - } elseif (!isset($this->prefixDirsPsr4[$prefix])) { - // Register directories for a new namespace. - $length = strlen($prefix); - if ('\\' !== $prefix[$length - 1]) { - throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); - } - $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; - $this->prefixDirsPsr4[$prefix] = $paths; - } elseif ($prepend) { - // Prepend directories for an already registered namespace. - $this->prefixDirsPsr4[$prefix] = array_merge( - $paths, - $this->prefixDirsPsr4[$prefix] - ); - } else { - // Append directories for an already registered namespace. - $this->prefixDirsPsr4[$prefix] = array_merge( - $this->prefixDirsPsr4[$prefix], - $paths - ); - } - } - - /** - * Registers a set of PSR-0 directories for a given prefix, - * replacing any others previously set for this prefix. - * - * @param string $prefix The prefix - * @param list|string $paths The PSR-0 base directories - * - * @return void - */ - public function set($prefix, $paths) - { - if (!$prefix) { - $this->fallbackDirsPsr0 = (array) $paths; - } else { - $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; - } - } - - /** - * Registers a set of PSR-4 directories for a given namespace, - * replacing any others previously set for this namespace. - * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param list|string $paths The PSR-4 base directories - * - * @throws \InvalidArgumentException - * - * @return void - */ - public function setPsr4($prefix, $paths) - { - if (!$prefix) { - $this->fallbackDirsPsr4 = (array) $paths; - } else { - $length = strlen($prefix); - if ('\\' !== $prefix[$length - 1]) { - throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); - } - $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; - $this->prefixDirsPsr4[$prefix] = (array) $paths; - } - } - - /** - * Turns on searching the include path for class files. - * - * @param bool $useIncludePath - * - * @return void - */ - public function setUseIncludePath($useIncludePath) - { - $this->useIncludePath = $useIncludePath; - } - - /** - * Can be used to check if the autoloader uses the include path to check - * for classes. - * - * @return bool - */ - public function getUseIncludePath() - { - return $this->useIncludePath; - } - - /** - * Turns off searching the prefix and fallback directories for classes - * that have not been registered with the class map. - * - * @param bool $classMapAuthoritative - * - * @return void - */ - public function setClassMapAuthoritative($classMapAuthoritative) - { - $this->classMapAuthoritative = $classMapAuthoritative; - } - - /** - * Should class lookup fail if not found in the current class map? - * - * @return bool - */ - public function isClassMapAuthoritative() - { - return $this->classMapAuthoritative; - } - - /** - * APCu prefix to use to cache found/not-found classes, if the extension is enabled. - * - * @param string|null $apcuPrefix - * - * @return void - */ - public function setApcuPrefix($apcuPrefix) - { - $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null; - } - - /** - * The APCu prefix in use, or null if APCu caching is not enabled. - * - * @return string|null - */ - public function getApcuPrefix() - { - return $this->apcuPrefix; - } - - /** - * Registers this instance as an autoloader. - * - * @param bool $prepend Whether to prepend the autoloader or not - * - * @return void - */ - public function register($prepend = false) - { - spl_autoload_register(array($this, 'loadClass'), true, $prepend); - - if (null === $this->vendorDir) { - return; - } - - if ($prepend) { - self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders; - } else { - unset(self::$registeredLoaders[$this->vendorDir]); - self::$registeredLoaders[$this->vendorDir] = $this; - } - } - - /** - * Unregisters this instance as an autoloader. - * - * @return void - */ - public function unregister() - { - spl_autoload_unregister(array($this, 'loadClass')); - - if (null !== $this->vendorDir) { - unset(self::$registeredLoaders[$this->vendorDir]); - } - } - - /** - * Loads the given class or interface. - * - * @param string $class The name of the class - * @return true|null True if loaded, null otherwise - */ - public function loadClass($class) - { - if ($file = $this->findFile($class)) { - $includeFile = self::$includeFile; - $includeFile($file); - - return true; - } - - return null; - } - - /** - * Finds the path to the file where the class is defined. - * - * @param string $class The name of the class - * - * @return string|false The path if found, false otherwise - */ - public function findFile($class) - { - // class map lookup - if (isset($this->classMap[$class])) { - return $this->classMap[$class]; - } - if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) { - return false; - } - if (null !== $this->apcuPrefix) { - $file = apcu_fetch($this->apcuPrefix.$class, $hit); - if ($hit) { - return $file; - } - } - - $file = $this->findFileWithExtension($class, '.php'); - - // Search for Hack files if we are running on HHVM - if (false === $file && defined('HHVM_VERSION')) { - $file = $this->findFileWithExtension($class, '.hh'); - } - - if (null !== $this->apcuPrefix) { - apcu_add($this->apcuPrefix.$class, $file); - } - - if (false === $file) { - // Remember that this class does not exist. - $this->missingClasses[$class] = true; - } - - return $file; - } - - /** - * Returns the currently registered loaders keyed by their corresponding vendor directories. - * - * @return array - */ - public static function getRegisteredLoaders() - { - return self::$registeredLoaders; - } - - /** - * @param string $class - * @param string $ext - * @return string|false - */ - private function findFileWithExtension($class, $ext) - { - // PSR-4 lookup - $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; - - $first = $class[0]; - if (isset($this->prefixLengthsPsr4[$first])) { - $subPath = $class; - while (false !== $lastPos = strrpos($subPath, '\\')) { - $subPath = substr($subPath, 0, $lastPos); - $search = $subPath . '\\'; - if (isset($this->prefixDirsPsr4[$search])) { - $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); - foreach ($this->prefixDirsPsr4[$search] as $dir) { - if (file_exists($file = $dir . $pathEnd)) { - return $file; - } - } - } - } - } - - // PSR-4 fallback dirs - foreach ($this->fallbackDirsPsr4 as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { - return $file; - } - } - - // PSR-0 lookup - if (false !== $pos = strrpos($class, '\\')) { - // namespaced class name - $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1) - . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); - } else { - // PEAR-like class name - $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; - } - - if (isset($this->prefixesPsr0[$first])) { - foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) { - if (0 === strpos($class, $prefix)) { - foreach ($dirs as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { - return $file; - } - } - } - } - } - - // PSR-0 fallback dirs - foreach ($this->fallbackDirsPsr0 as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { - return $file; - } - } - - // PSR-0 include paths. - if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { - return $file; - } - - return false; - } - - /** - * @return void - */ - private static function initializeIncludeClosure() - { - if (self::$includeFile !== null) { - return; - } - - /** - * Scope isolated include. - * - * Prevents access to $this/self from included files. - * - * @param string $file - * @return void - */ - self::$includeFile = \Closure::bind(static function($file) { - include $file; - }, null, null); - } -} diff --git a/vendor/composer/InstalledVersions.php b/vendor/composer/InstalledVersions.php deleted file mode 100755 index 6d29bff..0000000 --- a/vendor/composer/InstalledVersions.php +++ /dev/null @@ -1,378 +0,0 @@ - - * Jordi Boggiano - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Composer; - -use Composer\Autoload\ClassLoader; -use Composer\Semver\VersionParser; - -/** - * This class is copied in every Composer installed project and available to all - * - * See also https://getcomposer.org/doc/07-runtime.md#installed-versions - * - * To require its presence, you can require `composer-runtime-api ^2.0` - * - * @final - */ -class InstalledVersions -{ - /** - * @var mixed[]|null - * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array}|array{}|null - */ - private static $installed; - - /** - * @var bool - */ - private static $installedIsLocalDir; - - /** - * @var bool|null - */ - private static $canGetVendors; - - /** - * @var array[] - * @psalm-var array}> - */ - private static $installedByVendor = array(); - - /** - * Returns a list of all package names which are present, either by being installed, replaced or provided - * - * @return string[] - * @psalm-return list - */ - public static function getInstalledPackages() - { - $packages = array(); - foreach (self::getInstalled() as $installed) { - $packages[] = array_keys($installed['versions']); - } - - if (1 === \count($packages)) { - return $packages[0]; - } - - return array_keys(array_flip(\call_user_func_array('array_merge', $packages))); - } - - /** - * Returns a list of all package names with a specific type e.g. 'library' - * - * @param string $type - * @return string[] - * @psalm-return list - */ - public static function getInstalledPackagesByType($type) - { - $packagesByType = array(); - - foreach (self::getInstalled() as $installed) { - foreach ($installed['versions'] as $name => $package) { - if (isset($package['type']) && $package['type'] === $type) { - $packagesByType[] = $name; - } - } - } - - return $packagesByType; - } - - /** - * Checks whether the given package is installed - * - * This also returns true if the package name is provided or replaced by another package - * - * @param string $packageName - * @param bool $includeDevRequirements - * @return bool - */ - public static function isInstalled($packageName, $includeDevRequirements = true) - { - foreach (self::getInstalled() as $installed) { - if (isset($installed['versions'][$packageName])) { - return $includeDevRequirements || !isset($installed['versions'][$packageName]['dev_requirement']) || $installed['versions'][$packageName]['dev_requirement'] === false; - } - } - - return false; - } - - /** - * Checks whether the given package satisfies a version constraint - * - * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call: - * - * Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3') - * - * @param VersionParser $parser Install composer/semver to have access to this class and functionality - * @param string $packageName - * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package - * @return bool - */ - public static function satisfies(VersionParser $parser, $packageName, $constraint) - { - $constraint = $parser->parseConstraints((string) $constraint); - $provided = $parser->parseConstraints(self::getVersionRanges($packageName)); - - return $provided->matches($constraint); - } - - /** - * Returns a version constraint representing all the range(s) which are installed for a given package - * - * It is easier to use this via isInstalled() with the $constraint argument if you need to check - * whether a given version of a package is installed, and not just whether it exists - * - * @param string $packageName - * @return string Version constraint usable with composer/semver - */ - public static function getVersionRanges($packageName) - { - foreach (self::getInstalled() as $installed) { - if (!isset($installed['versions'][$packageName])) { - continue; - } - - $ranges = array(); - if (isset($installed['versions'][$packageName]['pretty_version'])) { - $ranges[] = $installed['versions'][$packageName]['pretty_version']; - } - if (array_key_exists('aliases', $installed['versions'][$packageName])) { - $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']); - } - if (array_key_exists('replaced', $installed['versions'][$packageName])) { - $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']); - } - if (array_key_exists('provided', $installed['versions'][$packageName])) { - $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']); - } - - return implode(' || ', $ranges); - } - - throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); - } - - /** - * @param string $packageName - * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present - */ - public static function getVersion($packageName) - { - foreach (self::getInstalled() as $installed) { - if (!isset($installed['versions'][$packageName])) { - continue; - } - - if (!isset($installed['versions'][$packageName]['version'])) { - return null; - } - - return $installed['versions'][$packageName]['version']; - } - - throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); - } - - /** - * @param string $packageName - * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present - */ - public static function getPrettyVersion($packageName) - { - foreach (self::getInstalled() as $installed) { - if (!isset($installed['versions'][$packageName])) { - continue; - } - - if (!isset($installed['versions'][$packageName]['pretty_version'])) { - return null; - } - - return $installed['versions'][$packageName]['pretty_version']; - } - - throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); - } - - /** - * @param string $packageName - * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference - */ - public static function getReference($packageName) - { - foreach (self::getInstalled() as $installed) { - if (!isset($installed['versions'][$packageName])) { - continue; - } - - if (!isset($installed['versions'][$packageName]['reference'])) { - return null; - } - - return $installed['versions'][$packageName]['reference']; - } - - throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); - } - - /** - * @param string $packageName - * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as install path. Packages of type metapackages also have a null install path. - */ - public static function getInstallPath($packageName) - { - foreach (self::getInstalled() as $installed) { - if (!isset($installed['versions'][$packageName])) { - continue; - } - - return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packageName]['install_path'] : null; - } - - throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); - } - - /** - * @return array - * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool} - */ - public static function getRootPackage() - { - $installed = self::getInstalled(); - - return $installed[0]['root']; - } - - /** - * Returns the raw installed.php data for custom implementations - * - * @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. - * @return array[] - * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array} - */ - public static function getRawData() - { - @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED); - - if (null === self::$installed) { - // only require the installed.php file if this file is loaded from its dumped location, - // and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937 - if (substr(__DIR__, -8, 1) !== 'C') { - self::$installed = include __DIR__ . '/installed.php'; - } else { - self::$installed = array(); - } - } - - return self::$installed; - } - - /** - * Returns the raw data of all installed.php which are currently loaded for custom implementations - * - * @return array[] - * @psalm-return list}> - */ - public static function getAllRawData() - { - return self::getInstalled(); - } - - /** - * Lets you reload the static array from another file - * - * This is only useful for complex integrations in which a project needs to use - * this class but then also needs to execute another project's autoloader in process, - * and wants to ensure both projects have access to their version of installed.php. - * - * A typical case would be PHPUnit, where it would need to make sure it reads all - * the data it needs from this class, then call reload() with - * `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure - * the project in which it runs can then also use this class safely, without - * interference between PHPUnit's dependencies and the project's dependencies. - * - * @param array[] $data A vendor/composer/installed.php data set - * @return void - * - * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array} $data - */ - public static function reload($data) - { - self::$installed = $data; - self::$installedByVendor = array(); - - // when using reload, we disable the duplicate protection to ensure that self::$installed data is - // always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not, - // so we have to assume it does not, and that may result in duplicate data being returned when listing - // all installed packages for example - self::$installedIsLocalDir = false; - } - - /** - * @return array[] - * @psalm-return list}> - */ - private static function getInstalled() - { - if (null === self::$canGetVendors) { - self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders'); - } - - $installed = array(); - $copiedLocalDir = false; - - if (self::$canGetVendors) { - $selfDir = strtr(__DIR__, '\\', '/'); - foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { - $vendorDir = strtr($vendorDir, '\\', '/'); - if (isset(self::$installedByVendor[$vendorDir])) { - $installed[] = self::$installedByVendor[$vendorDir]; - } elseif (is_file($vendorDir.'/composer/installed.php')) { - /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array} $required */ - $required = require $vendorDir.'/composer/installed.php'; - self::$installedByVendor[$vendorDir] = $required; - $installed[] = $required; - if (self::$installed === null && $vendorDir.'/composer' === $selfDir) { - self::$installed = $required; - self::$installedIsLocalDir = true; - } - } - if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) { - $copiedLocalDir = true; - } - } - } - - if (null === self::$installed) { - // only require the installed.php file if this file is loaded from its dumped location, - // and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937 - if (substr(__DIR__, -8, 1) !== 'C') { - /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array} $required */ - $required = require __DIR__ . '/installed.php'; - self::$installed = $required; - } else { - self::$installed = array(); - } - } - - if (self::$installed !== array() && !$copiedLocalDir) { - $installed[] = self::$installed; - } - - return $installed; - } -} diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE deleted file mode 100755 index f27399a..0000000 --- a/vendor/composer/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - -Copyright (c) Nils Adermann, Jordi Boggiano - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php deleted file mode 100755 index 5490b88..0000000 --- a/vendor/composer/autoload_classmap.php +++ /dev/null @@ -1,15 +0,0 @@ - $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', - 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', - 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', - 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', - 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', - 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', -); diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php deleted file mode 100755 index 7ff36b4..0000000 --- a/vendor/composer/autoload_files.php +++ /dev/null @@ -1,12 +0,0 @@ - $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', - '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', - 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', -); diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php deleted file mode 100755 index 15a2ff3..0000000 --- a/vendor/composer/autoload_namespaces.php +++ /dev/null @@ -1,9 +0,0 @@ - array($baseDir . '/src'), - 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), - 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), - 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), - 'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'), - 'GrahamCampbell\\ResultType\\' => array($vendorDir . '/graham-campbell/result-type/src'), - 'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'), -); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php deleted file mode 100755 index cd13b96..0000000 --- a/vendor/composer/autoload_real.php +++ /dev/null @@ -1,50 +0,0 @@ -register(true); - - $filesToLoad = \Composer\Autoload\ComposerStaticInit671bd9ce234283933d556ba9cb26b743::$files; - $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; - - require $file; - } - }, null, null); - foreach ($filesToLoad as $fileIdentifier => $file) { - $requireFile($fileIdentifier, $file); - } - - return $loader; - } -} diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php deleted file mode 100755 index f6a21d3..0000000 --- a/vendor/composer/autoload_static.php +++ /dev/null @@ -1,89 +0,0 @@ - __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', - '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', - 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', - ); - - public static $prefixLengthsPsr4 = array ( - 'V' => - array ( - 'Violet\\DbStart\\' => 15, - ), - 'S' => - array ( - 'Symfony\\Polyfill\\Php80\\' => 23, - 'Symfony\\Polyfill\\Mbstring\\' => 26, - 'Symfony\\Polyfill\\Ctype\\' => 23, - ), - 'P' => - array ( - 'PhpOption\\' => 10, - ), - 'G' => - array ( - 'GrahamCampbell\\ResultType\\' => 26, - ), - 'D' => - array ( - 'Dotenv\\' => 7, - ), - ); - - public static $prefixDirsPsr4 = array ( - 'Violet\\DbStart\\' => - array ( - 0 => __DIR__ . '/../..' . '/src', - ), - 'Symfony\\Polyfill\\Php80\\' => - array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-php80', - ), - 'Symfony\\Polyfill\\Mbstring\\' => - array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', - ), - 'Symfony\\Polyfill\\Ctype\\' => - array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', - ), - 'PhpOption\\' => - array ( - 0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption', - ), - 'GrahamCampbell\\ResultType\\' => - array ( - 0 => __DIR__ . '/..' . '/graham-campbell/result-type/src', - ), - 'Dotenv\\' => - array ( - 0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src', - ), - ); - - public static $classMap = array ( - 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', - 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', - 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', - 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', - 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', - 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', - ); - - public static function getInitializer(ClassLoader $loader) - { - return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit671bd9ce234283933d556ba9cb26b743::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit671bd9ce234283933d556ba9cb26b743::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit671bd9ce234283933d556ba9cb26b743::$classMap; - - }, null, ClassLoader::class); - } -} diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json deleted file mode 100755 index 21e880f..0000000 --- a/vendor/composer/installed.json +++ /dev/null @@ -1,484 +0,0 @@ -{ - "packages": [ - { - "name": "graham-campbell/result-type", - "version": "v1.1.3", - "version_normalized": "1.1.3.0", - "source": { - "type": "git", - "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "3ba905c11371512af9d9bdd27d99b782216b6945" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", - "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.3" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" - }, - "time": "2024-07-20T21:45:45+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-4": { - "GrahamCampbell\\ResultType\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "An Implementation Of The Result Type", - "keywords": [ - "Graham Campbell", - "GrahamCampbell", - "Result Type", - "Result-Type", - "result" - ], - "support": { - "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", - "type": "tidelift" - } - ], - "install-path": "../graham-campbell/result-type" - }, - { - "name": "phpoption/phpoption", - "version": "1.9.3", - "version_normalized": "1.9.3.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54", - "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" - }, - "time": "2024-07-20T21:41:07+00:00", - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - }, - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "PhpOption\\": "src/PhpOption/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh" - }, - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "Option Type for PHP", - "keywords": [ - "language", - "option", - "php", - "type" - ], - "support": { - "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.3" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", - "type": "tidelift" - } - ], - "install-path": "../phpoption/phpoption" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.31.0", - "version_normalized": "1.31.0.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-ctype": "*" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "time": "2024-09-09T11:45:10+00:00", - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "installation-source": "dist", - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "install-path": "../symfony/polyfill-ctype" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.31.0", - "version_normalized": "1.31.0.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "time": "2024-09-09T11:45:10+00:00", - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "installation-source": "dist", - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "install-path": "../symfony/polyfill-mbstring" - }, - { - "name": "symfony/polyfill-php80", - "version": "v1.31.0", - "version_normalized": "1.31.0.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "time": "2024-09-09T11:45:10+00:00", - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "installation-source": "dist", - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "install-path": "../symfony/polyfill-php80" - }, - { - "name": "vlucas/phpdotenv", - "version": "v5.6.1", - "version_normalized": "5.6.1.0", - "source": { - "type": "git", - "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2", - "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2", - "shasum": "" - }, - "require": { - "ext-pcre": "*", - "graham-campbell/result-type": "^1.1.3", - "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.3", - "symfony/polyfill-ctype": "^1.24", - "symfony/polyfill-mbstring": "^1.24", - "symfony/polyfill-php80": "^1.24" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "ext-filter": "*", - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" - }, - "suggest": { - "ext-filter": "Required to use the boolean validator." - }, - "time": "2024-07-20T21:52:34+00:00", - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - }, - "branch-alias": { - "dev-master": "5.6-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Dotenv\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Vance Lucas", - "email": "vance@vancelucas.com", - "homepage": "https://github.com/vlucas" - } - ], - "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", - "keywords": [ - "dotenv", - "env", - "environment" - ], - "support": { - "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", - "type": "tidelift" - } - ], - "install-path": "../vlucas/phpdotenv" - } - ], - "dev": true, - "dev-package-names": [] -} diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php deleted file mode 100755 index 602e320..0000000 --- a/vendor/composer/installed.php +++ /dev/null @@ -1,77 +0,0 @@ - array( - 'name' => 'violet/db-start', - 'pretty_version' => 'dev-main', - 'version' => 'dev-main', - 'reference' => '06f7540b264baf6e8fd1802ba2db18f824a95495', - 'type' => 'library', - 'install_path' => __DIR__ . '/../../', - 'aliases' => array(), - 'dev' => true, - ), - 'versions' => array( - 'graham-campbell/result-type' => array( - 'pretty_version' => 'v1.1.3', - 'version' => '1.1.3.0', - 'reference' => '3ba905c11371512af9d9bdd27d99b782216b6945', - 'type' => 'library', - 'install_path' => __DIR__ . '/../graham-campbell/result-type', - 'aliases' => array(), - 'dev_requirement' => false, - ), - 'phpoption/phpoption' => array( - 'pretty_version' => '1.9.3', - 'version' => '1.9.3.0', - 'reference' => 'e3fac8b24f56113f7cb96af14958c0dd16330f54', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpoption/phpoption', - 'aliases' => array(), - 'dev_requirement' => false, - ), - 'symfony/polyfill-ctype' => array( - 'pretty_version' => 'v1.31.0', - 'version' => '1.31.0.0', - 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', - 'type' => 'library', - 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', - 'aliases' => array(), - 'dev_requirement' => false, - ), - 'symfony/polyfill-mbstring' => array( - 'pretty_version' => 'v1.31.0', - 'version' => '1.31.0.0', - 'reference' => '85181ba99b2345b0ef10ce42ecac37612d9fd341', - 'type' => 'library', - 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', - 'aliases' => array(), - 'dev_requirement' => false, - ), - 'symfony/polyfill-php80' => array( - 'pretty_version' => 'v1.31.0', - 'version' => '1.31.0.0', - 'reference' => '60328e362d4c2c802a54fcbf04f9d3fb892b4cf8', - 'type' => 'library', - 'install_path' => __DIR__ . '/../symfony/polyfill-php80', - 'aliases' => array(), - 'dev_requirement' => false, - ), - 'violet/db-start' => array( - 'pretty_version' => 'dev-main', - 'version' => 'dev-main', - 'reference' => '06f7540b264baf6e8fd1802ba2db18f824a95495', - 'type' => 'library', - 'install_path' => __DIR__ . '/../../', - 'aliases' => array(), - 'dev_requirement' => false, - ), - 'vlucas/phpdotenv' => array( - 'pretty_version' => 'v5.6.1', - 'version' => '5.6.1.0', - 'reference' => 'a59a13791077fe3d44f90e7133eb68e7d22eaff2', - 'type' => 'library', - 'install_path' => __DIR__ . '/../vlucas/phpdotenv', - 'aliases' => array(), - 'dev_requirement' => false, - ), - ), -); diff --git a/vendor/composer/platform_check.php b/vendor/composer/platform_check.php deleted file mode 100755 index a8b98d5..0000000 --- a/vendor/composer/platform_check.php +++ /dev/null @@ -1,26 +0,0 @@ -= 70205)) { - $issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.5". You are running ' . PHP_VERSION . '.'; -} - -if ($issues) { - if (!headers_sent()) { - header('HTTP/1.1 500 Internal Server Error'); - } - if (!ini_get('display_errors')) { - if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { - fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); - } elseif (!headers_sent()) { - echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; - } - } - trigger_error( - 'Composer detected issues in your platform: ' . implode(' ', $issues), - E_USER_ERROR - ); -} diff --git a/vendor/graham-campbell/result-type/LICENSE b/vendor/graham-campbell/result-type/LICENSE deleted file mode 100755 index 8e7c898..0000000 --- a/vendor/graham-campbell/result-type/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2020-2024 Graham Campbell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/vendor/graham-campbell/result-type/composer.json b/vendor/graham-campbell/result-type/composer.json deleted file mode 100755 index 32bfc81..0000000 --- a/vendor/graham-campbell/result-type/composer.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "graham-campbell/result-type", - "description": "An Implementation Of The Result Type", - "keywords": ["result", "result-type", "Result", "Result Type", "Result-Type", "Graham Campbell", "GrahamCampbell"], - "license": "MIT", - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "require": { - "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.3" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" - }, - "autoload": { - "psr-4": { - "GrahamCampbell\\ResultType\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "GrahamCampbell\\Tests\\ResultType\\": "tests/" - } - }, - "config": { - "preferred-install": "dist" - } -} diff --git a/vendor/graham-campbell/result-type/src/Error.php b/vendor/graham-campbell/result-type/src/Error.php deleted file mode 100755 index 2c37c3e..0000000 --- a/vendor/graham-campbell/result-type/src/Error.php +++ /dev/null @@ -1,121 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace GrahamCampbell\ResultType; - -use PhpOption\None; -use PhpOption\Some; - -/** - * @template T - * @template E - * - * @extends \GrahamCampbell\ResultType\Result - */ -final class Error extends Result -{ - /** - * @var E - */ - private $value; - - /** - * Internal constructor for an error value. - * - * @param E $value - * - * @return void - */ - private function __construct($value) - { - $this->value = $value; - } - - /** - * Create a new error value. - * - * @template F - * - * @param F $value - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function create($value) - { - return new self($value); - } - - /** - * Get the success option value. - * - * @return \PhpOption\Option - */ - public function success() - { - return None::create(); - } - - /** - * Map over the success value. - * - * @template S - * - * @param callable(T):S $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function map(callable $f) - { - return self::create($this->value); - } - - /** - * Flat map over the success value. - * - * @template S - * @template F - * - * @param callable(T):\GrahamCampbell\ResultType\Result $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function flatMap(callable $f) - { - /** @var \GrahamCampbell\ResultType\Result */ - return self::create($this->value); - } - - /** - * Get the error option value. - * - * @return \PhpOption\Option - */ - public function error() - { - return Some::create($this->value); - } - - /** - * Map over the error value. - * - * @template F - * - * @param callable(E):F $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function mapError(callable $f) - { - return self::create($f($this->value)); - } -} diff --git a/vendor/graham-campbell/result-type/src/Result.php b/vendor/graham-campbell/result-type/src/Result.php deleted file mode 100755 index 8c67bcd..0000000 --- a/vendor/graham-campbell/result-type/src/Result.php +++ /dev/null @@ -1,69 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace GrahamCampbell\ResultType; - -/** - * @template T - * @template E - */ -abstract class Result -{ - /** - * Get the success option value. - * - * @return \PhpOption\Option - */ - abstract public function success(); - - /** - * Map over the success value. - * - * @template S - * - * @param callable(T):S $f - * - * @return \GrahamCampbell\ResultType\Result - */ - abstract public function map(callable $f); - - /** - * Flat map over the success value. - * - * @template S - * @template F - * - * @param callable(T):\GrahamCampbell\ResultType\Result $f - * - * @return \GrahamCampbell\ResultType\Result - */ - abstract public function flatMap(callable $f); - - /** - * Get the error option value. - * - * @return \PhpOption\Option - */ - abstract public function error(); - - /** - * Map over the error value. - * - * @template F - * - * @param callable(E):F $f - * - * @return \GrahamCampbell\ResultType\Result - */ - abstract public function mapError(callable $f); -} diff --git a/vendor/graham-campbell/result-type/src/Success.php b/vendor/graham-campbell/result-type/src/Success.php deleted file mode 100755 index 27cd85e..0000000 --- a/vendor/graham-campbell/result-type/src/Success.php +++ /dev/null @@ -1,120 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace GrahamCampbell\ResultType; - -use PhpOption\None; -use PhpOption\Some; - -/** - * @template T - * @template E - * - * @extends \GrahamCampbell\ResultType\Result - */ -final class Success extends Result -{ - /** - * @var T - */ - private $value; - - /** - * Internal constructor for a success value. - * - * @param T $value - * - * @return void - */ - private function __construct($value) - { - $this->value = $value; - } - - /** - * Create a new error value. - * - * @template S - * - * @param S $value - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function create($value) - { - return new self($value); - } - - /** - * Get the success option value. - * - * @return \PhpOption\Option - */ - public function success() - { - return Some::create($this->value); - } - - /** - * Map over the success value. - * - * @template S - * - * @param callable(T):S $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function map(callable $f) - { - return self::create($f($this->value)); - } - - /** - * Flat map over the success value. - * - * @template S - * @template F - * - * @param callable(T):\GrahamCampbell\ResultType\Result $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function flatMap(callable $f) - { - return $f($this->value); - } - - /** - * Get the error option value. - * - * @return \PhpOption\Option - */ - public function error() - { - return None::create(); - } - - /** - * Map over the error value. - * - * @template F - * - * @param callable(E):F $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function mapError(callable $f) - { - return self::create($this->value); - } -} diff --git a/vendor/phpoption/phpoption/LICENSE b/vendor/phpoption/phpoption/LICENSE deleted file mode 100755 index f49a4e1..0000000 --- a/vendor/phpoption/phpoption/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file diff --git a/vendor/phpoption/phpoption/composer.json b/vendor/phpoption/phpoption/composer.json deleted file mode 100755 index 91dd6fb..0000000 --- a/vendor/phpoption/phpoption/composer.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "phpoption/phpoption", - "description": "Option Type for PHP", - "keywords": ["php", "option", "language", "type"], - "license": "Apache-2.0", - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh" - }, - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" - }, - "autoload": { - "psr-4": { - "PhpOption\\": "src/PhpOption/" - } - }, - "autoload-dev": { - "psr-4": { - "PhpOption\\Tests\\": "tests/PhpOption/Tests/" - } - }, - "config": { - "allow-plugins": { - "bamarni/composer-bin-plugin": true - }, - "preferred-install": "dist" - }, - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - }, - "branch-alias": { - "dev-master": "1.9-dev" - } - } -} diff --git a/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php b/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php deleted file mode 100755 index 9cb77c8..0000000 --- a/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +++ /dev/null @@ -1,175 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -namespace PhpOption; - -use Traversable; - -/** - * @template T - * - * @extends Option - */ -final class LazyOption extends Option -{ - /** @var callable(mixed...):(Option) */ - private $callback; - - /** @var array */ - private $arguments; - - /** @var Option|null */ - private $option; - - /** - * @template S - * @param callable(mixed...):(Option) $callback - * @param array $arguments - * - * @return LazyOption - */ - public static function create($callback, array $arguments = []): self - { - return new self($callback, $arguments); - } - - /** - * @param callable(mixed...):(Option) $callback - * @param array $arguments - */ - public function __construct($callback, array $arguments = []) - { - if (!is_callable($callback)) { - throw new \InvalidArgumentException('Invalid callback given'); - } - - $this->callback = $callback; - $this->arguments = $arguments; - } - - public function isDefined(): bool - { - return $this->option()->isDefined(); - } - - public function isEmpty(): bool - { - return $this->option()->isEmpty(); - } - - public function get() - { - return $this->option()->get(); - } - - public function getOrElse($default) - { - return $this->option()->getOrElse($default); - } - - public function getOrCall($callable) - { - return $this->option()->getOrCall($callable); - } - - public function getOrThrow(\Exception $ex) - { - return $this->option()->getOrThrow($ex); - } - - public function orElse(Option $else) - { - return $this->option()->orElse($else); - } - - public function ifDefined($callable) - { - $this->option()->forAll($callable); - } - - public function forAll($callable) - { - return $this->option()->forAll($callable); - } - - public function map($callable) - { - return $this->option()->map($callable); - } - - public function flatMap($callable) - { - return $this->option()->flatMap($callable); - } - - public function filter($callable) - { - return $this->option()->filter($callable); - } - - public function filterNot($callable) - { - return $this->option()->filterNot($callable); - } - - public function select($value) - { - return $this->option()->select($value); - } - - public function reject($value) - { - return $this->option()->reject($value); - } - - /** - * @return Traversable - */ - public function getIterator(): Traversable - { - return $this->option()->getIterator(); - } - - public function foldLeft($initialValue, $callable) - { - return $this->option()->foldLeft($initialValue, $callable); - } - - public function foldRight($initialValue, $callable) - { - return $this->option()->foldRight($initialValue, $callable); - } - - /** - * @return Option - */ - private function option(): Option - { - if (null === $this->option) { - /** @var mixed */ - $option = call_user_func_array($this->callback, $this->arguments); - if ($option instanceof Option) { - $this->option = $option; - } else { - throw new \RuntimeException(sprintf('Expected instance of %s', Option::class)); - } - } - - return $this->option; - } -} diff --git a/vendor/phpoption/phpoption/src/PhpOption/None.php b/vendor/phpoption/phpoption/src/PhpOption/None.php deleted file mode 100755 index 4b85d22..0000000 --- a/vendor/phpoption/phpoption/src/PhpOption/None.php +++ /dev/null @@ -1,136 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -namespace PhpOption; - -use EmptyIterator; - -/** - * @extends Option - */ -final class None extends Option -{ - /** @var None|null */ - private static $instance; - - /** - * @return None - */ - public static function create(): self - { - if (null === self::$instance) { - self::$instance = new self(); - } - - return self::$instance; - } - - public function get() - { - throw new \RuntimeException('None has no value.'); - } - - public function getOrCall($callable) - { - return $callable(); - } - - public function getOrElse($default) - { - return $default; - } - - public function getOrThrow(\Exception $ex) - { - throw $ex; - } - - public function isEmpty(): bool - { - return true; - } - - public function isDefined(): bool - { - return false; - } - - public function orElse(Option $else) - { - return $else; - } - - public function ifDefined($callable) - { - // Just do nothing in that case. - } - - public function forAll($callable) - { - return $this; - } - - public function map($callable) - { - return $this; - } - - public function flatMap($callable) - { - return $this; - } - - public function filter($callable) - { - return $this; - } - - public function filterNot($callable) - { - return $this; - } - - public function select($value) - { - return $this; - } - - public function reject($value) - { - return $this; - } - - public function getIterator(): EmptyIterator - { - return new EmptyIterator(); - } - - public function foldLeft($initialValue, $callable) - { - return $initialValue; - } - - public function foldRight($initialValue, $callable) - { - return $initialValue; - } - - private function __construct() - { - } -} diff --git a/vendor/phpoption/phpoption/src/PhpOption/Option.php b/vendor/phpoption/phpoption/src/PhpOption/Option.php deleted file mode 100755 index 91fab9c..0000000 --- a/vendor/phpoption/phpoption/src/PhpOption/Option.php +++ /dev/null @@ -1,434 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -namespace PhpOption; - -use ArrayAccess; -use IteratorAggregate; - -/** - * @template T - * - * @implements IteratorAggregate - */ -abstract class Option implements IteratorAggregate -{ - /** - * Creates an option given a return value. - * - * This is intended for consuming existing APIs and allows you to easily - * convert them to an option. By default, we treat ``null`` as the None - * case, and everything else as Some. - * - * @template S - * - * @param S $value The actual return value. - * @param S $noneValue The value which should be considered "None"; null by - * default. - * - * @return Option - */ - public static function fromValue($value, $noneValue = null) - { - if ($value === $noneValue) { - return None::create(); - } - - return new Some($value); - } - - /** - * Creates an option from an array's value. - * - * If the key does not exist in the array, the array is not actually an - * array, or the array's value at the given key is null, None is returned. - * Otherwise, Some is returned wrapping the value at the given key. - * - * @template S - * - * @param array|ArrayAccess|null $array A potential array or \ArrayAccess value. - * @param string|int|null $key The key to check. - * - * @return Option - */ - public static function fromArraysValue($array, $key) - { - if ($key === null || !(is_array($array) || $array instanceof ArrayAccess) || !isset($array[$key])) { - return None::create(); - } - - return new Some($array[$key]); - } - - /** - * Creates a lazy-option with the given callback. - * - * This is also a helper constructor for lazy-consuming existing APIs where - * the return value is not yet an option. By default, we treat ``null`` as - * None case, and everything else as Some. - * - * @template S - * - * @param callable $callback The callback to evaluate. - * @param array $arguments The arguments for the callback. - * @param S $noneValue The value which should be considered "None"; - * null by default. - * - * @return LazyOption - */ - public static function fromReturn($callback, array $arguments = [], $noneValue = null) - { - return new LazyOption(static function () use ($callback, $arguments, $noneValue) { - /** @var mixed */ - $return = call_user_func_array($callback, $arguments); - - if ($return === $noneValue) { - return None::create(); - } - - return new Some($return); - }); - } - - /** - * Option factory, which creates new option based on passed value. - * - * If value is already an option, it simply returns. If value is callable, - * LazyOption with passed callback created and returned. If Option - * returned from callback, it returns directly. On other case value passed - * to Option::fromValue() method. - * - * @template S - * - * @param Option|callable|S $value - * @param S $noneValue Used when $value is mixed or - * callable, for None-check. - * - * @return Option|LazyOption - */ - public static function ensure($value, $noneValue = null) - { - if ($value instanceof self) { - return $value; - } elseif (is_callable($value)) { - return new LazyOption(static function () use ($value, $noneValue) { - /** @var mixed */ - $return = $value(); - - if ($return instanceof self) { - return $return; - } else { - return self::fromValue($return, $noneValue); - } - }); - } else { - return self::fromValue($value, $noneValue); - } - } - - /** - * Lift a function so that it accepts Option as parameters. - * - * We return a new closure that wraps the original callback. If any of the - * parameters passed to the lifted function is empty, the function will - * return a value of None. Otherwise, we will pass all parameters to the - * original callback and return the value inside a new Option, unless an - * Option is returned from the function, in which case, we use that. - * - * @template S - * - * @param callable $callback - * @param mixed $noneValue - * - * @return callable - */ - public static function lift($callback, $noneValue = null) - { - return static function () use ($callback, $noneValue) { - /** @var array */ - $args = func_get_args(); - - $reduced_args = array_reduce( - $args, - /** @param bool $status */ - static function ($status, self $o) { - return $o->isEmpty() ? true : $status; - }, - false - ); - // if at least one parameter is empty, return None - if ($reduced_args) { - return None::create(); - } - - $args = array_map( - /** @return T */ - static function (self $o) { - // it is safe to do so because the fold above checked - // that all arguments are of type Some - /** @var T */ - return $o->get(); - }, - $args - ); - - return self::ensure(call_user_func_array($callback, $args), $noneValue); - }; - } - - /** - * Returns the value if available, or throws an exception otherwise. - * - * @throws \RuntimeException If value is not available. - * - * @return T - */ - abstract public function get(); - - /** - * Returns the value if available, or the default value if not. - * - * @template S - * - * @param S $default - * - * @return T|S - */ - abstract public function getOrElse($default); - - /** - * Returns the value if available, or the results of the callable. - * - * This is preferable over ``getOrElse`` if the computation of the default - * value is expensive. - * - * @template S - * - * @param callable():S $callable - * - * @return T|S - */ - abstract public function getOrCall($callable); - - /** - * Returns the value if available, or throws the passed exception. - * - * @param \Exception $ex - * - * @return T - */ - abstract public function getOrThrow(\Exception $ex); - - /** - * Returns true if no value is available, false otherwise. - * - * @return bool - */ - abstract public function isEmpty(); - - /** - * Returns true if a value is available, false otherwise. - * - * @return bool - */ - abstract public function isDefined(); - - /** - * Returns this option if non-empty, or the passed option otherwise. - * - * This can be used to try multiple alternatives, and is especially useful - * with lazy evaluating options: - * - * ```php - * $repo->findSomething() - * ->orElse(new LazyOption(array($repo, 'findSomethingElse'))) - * ->orElse(new LazyOption(array($repo, 'createSomething'))); - * ``` - * - * @param Option $else - * - * @return Option - */ - abstract public function orElse(self $else); - - /** - * This is similar to map() below except that the return value has no meaning; - * the passed callable is simply executed if the option is non-empty, and - * ignored if the option is empty. - * - * In all cases, the return value of the callable is discarded. - * - * ```php - * $comment->getMaybeFile()->ifDefined(function($file) { - * // Do something with $file here. - * }); - * ``` - * - * If you're looking for something like ``ifEmpty``, you can use ``getOrCall`` - * and ``getOrElse`` in these cases. - * - * @deprecated Use forAll() instead. - * - * @param callable(T):mixed $callable - * - * @return void - */ - abstract public function ifDefined($callable); - - /** - * This is similar to map() except that the return value of the callable has no meaning. - * - * The passed callable is simply executed if the option is non-empty, and ignored if the - * option is empty. This method is preferred for callables with side-effects, while map() - * is intended for callables without side-effects. - * - * @param callable(T):mixed $callable - * - * @return Option - */ - abstract public function forAll($callable); - - /** - * Applies the callable to the value of the option if it is non-empty, - * and returns the return value of the callable wrapped in Some(). - * - * If the option is empty, then the callable is not applied. - * - * ```php - * (new Some("foo"))->map('strtoupper')->get(); // "FOO" - * ``` - * - * @template S - * - * @param callable(T):S $callable - * - * @return Option - */ - abstract public function map($callable); - - /** - * Applies the callable to the value of the option if it is non-empty, and - * returns the return value of the callable directly. - * - * In contrast to ``map``, the return value of the callable is expected to - * be an Option itself; it is not automatically wrapped in Some(). - * - * @template S - * - * @param callable(T):Option $callable must return an Option - * - * @return Option - */ - abstract public function flatMap($callable); - - /** - * If the option is empty, it is returned immediately without applying the callable. - * - * If the option is non-empty, the callable is applied, and if it returns true, - * the option itself is returned; otherwise, None is returned. - * - * @param callable(T):bool $callable - * - * @return Option - */ - abstract public function filter($callable); - - /** - * If the option is empty, it is returned immediately without applying the callable. - * - * If the option is non-empty, the callable is applied, and if it returns false, - * the option itself is returned; otherwise, None is returned. - * - * @param callable(T):bool $callable - * - * @return Option - */ - abstract public function filterNot($callable); - - /** - * If the option is empty, it is returned immediately. - * - * If the option is non-empty, and its value does not equal the passed value - * (via a shallow comparison ===), then None is returned. Otherwise, the - * Option is returned. - * - * In other words, this will filter all but the passed value. - * - * @param T $value - * - * @return Option - */ - abstract public function select($value); - - /** - * If the option is empty, it is returned immediately. - * - * If the option is non-empty, and its value does equal the passed value (via - * a shallow comparison ===), then None is returned; otherwise, the Option is - * returned. - * - * In other words, this will let all values through except the passed value. - * - * @param T $value - * - * @return Option - */ - abstract public function reject($value); - - /** - * Binary operator for the initial value and the option's value. - * - * If empty, the initial value is returned. If non-empty, the callable - * receives the initial value and the option's value as arguments. - * - * ```php - * - * $some = new Some(5); - * $none = None::create(); - * $result = $some->foldLeft(1, function($a, $b) { return $a + $b; }); // int(6) - * $result = $none->foldLeft(1, function($a, $b) { return $a + $b; }); // int(1) - * - * // This can be used instead of something like the following: - * $option = Option::fromValue($integerOrNull); - * $result = 1; - * if ( ! $option->isEmpty()) { - * $result += $option->get(); - * } - * ``` - * - * @template S - * - * @param S $initialValue - * @param callable(S, T):S $callable - * - * @return S - */ - abstract public function foldLeft($initialValue, $callable); - - /** - * foldLeft() but with reversed arguments for the callable. - * - * @template S - * - * @param S $initialValue - * @param callable(T, S):S $callable - * - * @return S - */ - abstract public function foldRight($initialValue, $callable); -} diff --git a/vendor/phpoption/phpoption/src/PhpOption/Some.php b/vendor/phpoption/phpoption/src/PhpOption/Some.php deleted file mode 100755 index 032632e..0000000 --- a/vendor/phpoption/phpoption/src/PhpOption/Some.php +++ /dev/null @@ -1,169 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -namespace PhpOption; - -use ArrayIterator; - -/** - * @template T - * - * @extends Option - */ -final class Some extends Option -{ - /** @var T */ - private $value; - - /** - * @param T $value - */ - public function __construct($value) - { - $this->value = $value; - } - - /** - * @template U - * - * @param U $value - * - * @return Some - */ - public static function create($value): self - { - return new self($value); - } - - public function isDefined(): bool - { - return true; - } - - public function isEmpty(): bool - { - return false; - } - - public function get() - { - return $this->value; - } - - public function getOrElse($default) - { - return $this->value; - } - - public function getOrCall($callable) - { - return $this->value; - } - - public function getOrThrow(\Exception $ex) - { - return $this->value; - } - - public function orElse(Option $else) - { - return $this; - } - - public function ifDefined($callable) - { - $this->forAll($callable); - } - - public function forAll($callable) - { - $callable($this->value); - - return $this; - } - - public function map($callable) - { - return new self($callable($this->value)); - } - - public function flatMap($callable) - { - /** @var mixed */ - $rs = $callable($this->value); - if (!$rs instanceof Option) { - throw new \RuntimeException('Callables passed to flatMap() must return an Option. Maybe you should use map() instead?'); - } - - return $rs; - } - - public function filter($callable) - { - if (true === $callable($this->value)) { - return $this; - } - - return None::create(); - } - - public function filterNot($callable) - { - if (false === $callable($this->value)) { - return $this; - } - - return None::create(); - } - - public function select($value) - { - if ($this->value === $value) { - return $this; - } - - return None::create(); - } - - public function reject($value) - { - if ($this->value === $value) { - return None::create(); - } - - return $this; - } - - /** - * @return ArrayIterator - */ - public function getIterator(): ArrayIterator - { - return new ArrayIterator([$this->value]); - } - - public function foldLeft($initialValue, $callable) - { - return $callable($initialValue, $this->value); - } - - public function foldRight($initialValue, $callable) - { - return $callable($this->value, $initialValue); - } -} diff --git a/vendor/symfony/polyfill-ctype/Ctype.php b/vendor/symfony/polyfill-ctype/Ctype.php deleted file mode 100755 index ba75a2c..0000000 --- a/vendor/symfony/polyfill-ctype/Ctype.php +++ /dev/null @@ -1,232 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Ctype; - -/** - * Ctype implementation through regex. - * - * @internal - * - * @author Gert de Pagter - */ -final class Ctype -{ - /** - * Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise. - * - * @see https://php.net/ctype-alnum - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_alnum($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text); - } - - /** - * Returns TRUE if every character in text is a letter, FALSE otherwise. - * - * @see https://php.net/ctype-alpha - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_alpha($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text); - } - - /** - * Returns TRUE if every character in text is a control character from the current locale, FALSE otherwise. - * - * @see https://php.net/ctype-cntrl - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_cntrl($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text); - } - - /** - * Returns TRUE if every character in the string text is a decimal digit, FALSE otherwise. - * - * @see https://php.net/ctype-digit - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_digit($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text); - } - - /** - * Returns TRUE if every character in text is printable and actually creates visible output (no white space), FALSE otherwise. - * - * @see https://php.net/ctype-graph - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_graph($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text); - } - - /** - * Returns TRUE if every character in text is a lowercase letter. - * - * @see https://php.net/ctype-lower - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_lower($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text); - } - - /** - * Returns TRUE if every character in text will actually create output (including blanks). Returns FALSE if text contains control characters or characters that do not have any output or control function at all. - * - * @see https://php.net/ctype-print - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_print($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text); - } - - /** - * Returns TRUE if every character in text is printable, but neither letter, digit or blank, FALSE otherwise. - * - * @see https://php.net/ctype-punct - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_punct($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text); - } - - /** - * Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besides the blank character this also includes tab, vertical tab, line feed, carriage return and form feed characters. - * - * @see https://php.net/ctype-space - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_space($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text); - } - - /** - * Returns TRUE if every character in text is an uppercase letter. - * - * @see https://php.net/ctype-upper - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_upper($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text); - } - - /** - * Returns TRUE if every character in text is a hexadecimal 'digit', that is a decimal digit or a character from [A-Fa-f] , FALSE otherwise. - * - * @see https://php.net/ctype-xdigit - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_xdigit($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Fa-f0-9]/', $text); - } - - /** - * Converts integers to their char versions according to normal ctype behaviour, if needed. - * - * If an integer between -128 and 255 inclusive is provided, - * it is interpreted as the ASCII value of a single character - * (negative values have 256 added in order to allow characters in the Extended ASCII range). - * Any other integer is interpreted as a string containing the decimal digits of the integer. - * - * @param mixed $int - * @param string $function - * - * @return mixed - */ - private static function convert_int_to_char_for_ctype($int, $function) - { - if (!\is_int($int)) { - return $int; - } - - if ($int < -128 || $int > 255) { - return (string) $int; - } - - if (\PHP_VERSION_ID >= 80100) { - @trigger_error($function.'(): Argument of type int will be interpreted as string in the future', \E_USER_DEPRECATED); - } - - if ($int < 0) { - $int += 256; - } - - return \chr($int); - } -} diff --git a/vendor/symfony/polyfill-ctype/LICENSE b/vendor/symfony/polyfill-ctype/LICENSE deleted file mode 100755 index 7536cae..0000000 --- a/vendor/symfony/polyfill-ctype/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2018-present Fabien Potencier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/vendor/symfony/polyfill-ctype/README.md b/vendor/symfony/polyfill-ctype/README.md deleted file mode 100755 index b144d03..0000000 --- a/vendor/symfony/polyfill-ctype/README.md +++ /dev/null @@ -1,12 +0,0 @@ -Symfony Polyfill / Ctype -======================== - -This component provides `ctype_*` functions to users who run php versions without the ctype extension. - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/vendor/symfony/polyfill-ctype/bootstrap.php b/vendor/symfony/polyfill-ctype/bootstrap.php deleted file mode 100755 index d54524b..0000000 --- a/vendor/symfony/polyfill-ctype/bootstrap.php +++ /dev/null @@ -1,50 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Ctype as p; - -if (\PHP_VERSION_ID >= 80000) { - return require __DIR__.'/bootstrap80.php'; -} - -if (!function_exists('ctype_alnum')) { - function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } -} -if (!function_exists('ctype_alpha')) { - function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } -} -if (!function_exists('ctype_cntrl')) { - function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } -} -if (!function_exists('ctype_digit')) { - function ctype_digit($text) { return p\Ctype::ctype_digit($text); } -} -if (!function_exists('ctype_graph')) { - function ctype_graph($text) { return p\Ctype::ctype_graph($text); } -} -if (!function_exists('ctype_lower')) { - function ctype_lower($text) { return p\Ctype::ctype_lower($text); } -} -if (!function_exists('ctype_print')) { - function ctype_print($text) { return p\Ctype::ctype_print($text); } -} -if (!function_exists('ctype_punct')) { - function ctype_punct($text) { return p\Ctype::ctype_punct($text); } -} -if (!function_exists('ctype_space')) { - function ctype_space($text) { return p\Ctype::ctype_space($text); } -} -if (!function_exists('ctype_upper')) { - function ctype_upper($text) { return p\Ctype::ctype_upper($text); } -} -if (!function_exists('ctype_xdigit')) { - function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } -} diff --git a/vendor/symfony/polyfill-ctype/bootstrap80.php b/vendor/symfony/polyfill-ctype/bootstrap80.php deleted file mode 100755 index ab2f861..0000000 --- a/vendor/symfony/polyfill-ctype/bootstrap80.php +++ /dev/null @@ -1,46 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Ctype as p; - -if (!function_exists('ctype_alnum')) { - function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } -} -if (!function_exists('ctype_alpha')) { - function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } -} -if (!function_exists('ctype_cntrl')) { - function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } -} -if (!function_exists('ctype_digit')) { - function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } -} -if (!function_exists('ctype_graph')) { - function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } -} -if (!function_exists('ctype_lower')) { - function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } -} -if (!function_exists('ctype_print')) { - function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } -} -if (!function_exists('ctype_punct')) { - function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } -} -if (!function_exists('ctype_space')) { - function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } -} -if (!function_exists('ctype_upper')) { - function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } -} -if (!function_exists('ctype_xdigit')) { - function ctype_xdigit(mixed $text): bool { return p\Ctype::ctype_xdigit($text); } -} diff --git a/vendor/symfony/polyfill-ctype/composer.json b/vendor/symfony/polyfill-ctype/composer.json deleted file mode 100755 index 131ca7a..0000000 --- a/vendor/symfony/polyfill-ctype/composer.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "symfony/polyfill-ctype", - "type": "library", - "description": "Symfony polyfill for ctype functions", - "keywords": ["polyfill", "compatibility", "portable", "ctype"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-ctype": "*" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, - "files": [ "bootstrap.php" ] - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "minimum-stability": "dev", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - } -} diff --git a/vendor/symfony/polyfill-mbstring/LICENSE b/vendor/symfony/polyfill-mbstring/LICENSE deleted file mode 100755 index 6e3afce..0000000 --- a/vendor/symfony/polyfill-mbstring/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2015-present Fabien Potencier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/vendor/symfony/polyfill-mbstring/Mbstring.php b/vendor/symfony/polyfill-mbstring/Mbstring.php deleted file mode 100755 index 3d45c9d..0000000 --- a/vendor/symfony/polyfill-mbstring/Mbstring.php +++ /dev/null @@ -1,1045 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Mbstring; - -/** - * Partial mbstring implementation in PHP, iconv based, UTF-8 centric. - * - * Implemented: - * - mb_chr - Returns a specific character from its Unicode code point - * - mb_convert_encoding - Convert character encoding - * - mb_convert_variables - Convert character code in variable(s) - * - mb_decode_mimeheader - Decode string in MIME header field - * - mb_encode_mimeheader - Encode string for MIME header XXX NATIVE IMPLEMENTATION IS REALLY BUGGED - * - mb_decode_numericentity - Decode HTML numeric string reference to character - * - mb_encode_numericentity - Encode character to HTML numeric string reference - * - mb_convert_case - Perform case folding on a string - * - mb_detect_encoding - Detect character encoding - * - mb_get_info - Get internal settings of mbstring - * - mb_http_input - Detect HTTP input character encoding - * - mb_http_output - Set/Get HTTP output character encoding - * - mb_internal_encoding - Set/Get internal character encoding - * - mb_list_encodings - Returns an array of all supported encodings - * - mb_ord - Returns the Unicode code point of a character - * - mb_output_handler - Callback function converts character encoding in output buffer - * - mb_scrub - Replaces ill-formed byte sequences with substitute characters - * - mb_strlen - Get string length - * - mb_strpos - Find position of first occurrence of string in a string - * - mb_strrpos - Find position of last occurrence of a string in a string - * - mb_str_split - Convert a string to an array - * - mb_strtolower - Make a string lowercase - * - mb_strtoupper - Make a string uppercase - * - mb_substitute_character - Set/Get substitution character - * - mb_substr - Get part of string - * - mb_stripos - Finds position of first occurrence of a string within another, case insensitive - * - mb_stristr - Finds first occurrence of a string within another, case insensitive - * - mb_strrchr - Finds the last occurrence of a character in a string within another - * - mb_strrichr - Finds the last occurrence of a character in a string within another, case insensitive - * - mb_strripos - Finds position of last occurrence of a string within another, case insensitive - * - mb_strstr - Finds first occurrence of a string within another - * - mb_strwidth - Return width of string - * - mb_substr_count - Count the number of substring occurrences - * - mb_ucfirst - Make a string's first character uppercase - * - mb_lcfirst - Make a string's first character lowercase - * - mb_trim - Strip whitespace (or other characters) from the beginning and end of a string - * - mb_ltrim - Strip whitespace (or other characters) from the beginning of a string - * - mb_rtrim - Strip whitespace (or other characters) from the end of a string - * - * Not implemented: - * - mb_convert_kana - Convert "kana" one from another ("zen-kaku", "han-kaku" and more) - * - mb_ereg_* - Regular expression with multibyte support - * - mb_parse_str - Parse GET/POST/COOKIE data and set global variable - * - mb_preferred_mime_name - Get MIME charset string - * - mb_regex_encoding - Returns current encoding for multibyte regex as string - * - mb_regex_set_options - Set/Get the default options for mbregex functions - * - mb_send_mail - Send encoded mail - * - mb_split - Split multibyte string using regular expression - * - mb_strcut - Get part of string - * - mb_strimwidth - Get truncated string with specified width - * - * @author Nicolas Grekas - * - * @internal - */ -final class Mbstring -{ - public const MB_CASE_FOLD = \PHP_INT_MAX; - - private const SIMPLE_CASE_FOLD = [ - ['µ', 'ſ', "\xCD\x85", 'ς', "\xCF\x90", "\xCF\x91", "\xCF\x95", "\xCF\x96", "\xCF\xB0", "\xCF\xB1", "\xCF\xB5", "\xE1\xBA\x9B", "\xE1\xBE\xBE"], - ['μ', 's', 'ι', 'σ', 'β', 'θ', 'φ', 'π', 'κ', 'ρ', 'ε', "\xE1\xB9\xA1", 'ι'], - ]; - - private static $encodingList = ['ASCII', 'UTF-8']; - private static $language = 'neutral'; - private static $internalEncoding = 'UTF-8'; - - public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null) - { - if (\is_array($s)) { - $r = []; - foreach ($s as $str) { - $r[] = self::mb_convert_encoding($str, $toEncoding, $fromEncoding); - } - - return $r; - } - - if (\is_array($fromEncoding) || (null !== $fromEncoding && false !== strpos($fromEncoding, ','))) { - $fromEncoding = self::mb_detect_encoding($s, $fromEncoding); - } else { - $fromEncoding = self::getEncoding($fromEncoding); - } - - $toEncoding = self::getEncoding($toEncoding); - - if ('BASE64' === $fromEncoding) { - $s = base64_decode($s); - $fromEncoding = $toEncoding; - } - - if ('BASE64' === $toEncoding) { - return base64_encode($s); - } - - if ('HTML-ENTITIES' === $toEncoding || 'HTML' === $toEncoding) { - if ('HTML-ENTITIES' === $fromEncoding || 'HTML' === $fromEncoding) { - $fromEncoding = 'Windows-1252'; - } - if ('UTF-8' !== $fromEncoding) { - $s = iconv($fromEncoding, 'UTF-8//IGNORE', $s); - } - - return preg_replace_callback('/[\x80-\xFF]+/', [__CLASS__, 'html_encoding_callback'], $s); - } - - if ('HTML-ENTITIES' === $fromEncoding) { - $s = html_entity_decode($s, \ENT_COMPAT, 'UTF-8'); - $fromEncoding = 'UTF-8'; - } - - return iconv($fromEncoding, $toEncoding.'//IGNORE', $s); - } - - public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars) - { - $ok = true; - array_walk_recursive($vars, function (&$v) use (&$ok, $toEncoding, $fromEncoding) { - if (false === $v = self::mb_convert_encoding($v, $toEncoding, $fromEncoding)) { - $ok = false; - } - }); - - return $ok ? $fromEncoding : false; - } - - public static function mb_decode_mimeheader($s) - { - return iconv_mime_decode($s, 2, self::$internalEncoding); - } - - public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefeed = null, $indent = null) - { - trigger_error('mb_encode_mimeheader() is bugged. Please use iconv_mime_encode() instead', \E_USER_WARNING); - } - - public static function mb_decode_numericentity($s, $convmap, $encoding = null) - { - if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { - trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return null; - } - - if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) { - return false; - } - - if (null !== $encoding && !\is_scalar($encoding)) { - trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return ''; // Instead of null (cf. mb_encode_numericentity). - } - - $s = (string) $s; - if ('' === $s) { - return ''; - } - - $encoding = self::getEncoding($encoding); - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $s)) { - $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); - } - } else { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - $cnt = floor(\count($convmap) / 4) * 4; - - for ($i = 0; $i < $cnt; $i += 4) { - // collector_decode_htmlnumericentity ignores $convmap[$i + 3] - $convmap[$i] += $convmap[$i + 2]; - $convmap[$i + 1] += $convmap[$i + 2]; - } - - $s = preg_replace_callback('/&#(?:0*([0-9]+)|x0*([0-9a-fA-F]+))(?!&);?/', function (array $m) use ($cnt, $convmap) { - $c = isset($m[2]) ? (int) hexdec($m[2]) : $m[1]; - for ($i = 0; $i < $cnt; $i += 4) { - if ($c >= $convmap[$i] && $c <= $convmap[$i + 1]) { - return self::mb_chr($c - $convmap[$i + 2]); - } - } - - return $m[0]; - }, $s); - - if (null === $encoding) { - return $s; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $s); - } - - public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) - { - if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { - trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return null; - } - - if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) { - return false; - } - - if (null !== $encoding && !\is_scalar($encoding)) { - trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return null; // Instead of '' (cf. mb_decode_numericentity). - } - - if (null !== $is_hex && !\is_scalar($is_hex)) { - trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING); - - return null; - } - - $s = (string) $s; - if ('' === $s) { - return ''; - } - - $encoding = self::getEncoding($encoding); - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $s)) { - $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); - } - } else { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; - - $cnt = floor(\count($convmap) / 4) * 4; - $i = 0; - $len = \strlen($s); - $result = ''; - - while ($i < $len) { - $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"]; - $uchr = substr($s, $i, $ulen); - $i += $ulen; - $c = self::mb_ord($uchr); - - for ($j = 0; $j < $cnt; $j += 4) { - if ($c >= $convmap[$j] && $c <= $convmap[$j + 1]) { - $cOffset = ($c + $convmap[$j + 2]) & $convmap[$j + 3]; - $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';'; - continue 2; - } - } - $result .= $uchr; - } - - if (null === $encoding) { - return $result; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $result); - } - - public static function mb_convert_case($s, $mode, $encoding = null) - { - $s = (string) $s; - if ('' === $s) { - return ''; - } - - $encoding = self::getEncoding($encoding); - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $s)) { - $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); - } - } else { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - if (\MB_CASE_TITLE == $mode) { - static $titleRegexp = null; - if (null === $titleRegexp) { - $titleRegexp = self::getData('titleCaseRegexp'); - } - $s = preg_replace_callback($titleRegexp, [__CLASS__, 'title_case'], $s); - } else { - if (\MB_CASE_UPPER == $mode) { - static $upper = null; - if (null === $upper) { - $upper = self::getData('upperCase'); - } - $map = $upper; - } else { - if (self::MB_CASE_FOLD === $mode) { - static $caseFolding = null; - if (null === $caseFolding) { - $caseFolding = self::getData('caseFolding'); - } - $s = strtr($s, $caseFolding); - } - - static $lower = null; - if (null === $lower) { - $lower = self::getData('lowerCase'); - } - $map = $lower; - } - - static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; - - $i = 0; - $len = \strlen($s); - - while ($i < $len) { - $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"]; - $uchr = substr($s, $i, $ulen); - $i += $ulen; - - if (isset($map[$uchr])) { - $uchr = $map[$uchr]; - $nlen = \strlen($uchr); - - if ($nlen == $ulen) { - $nlen = $i; - do { - $s[--$nlen] = $uchr[--$ulen]; - } while ($ulen); - } else { - $s = substr_replace($s, $uchr, $i - $ulen, $ulen); - $len += $nlen - $ulen; - $i += $nlen - $ulen; - } - } - } - } - - if (null === $encoding) { - return $s; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $s); - } - - public static function mb_internal_encoding($encoding = null) - { - if (null === $encoding) { - return self::$internalEncoding; - } - - $normalizedEncoding = self::getEncoding($encoding); - - if ('UTF-8' === $normalizedEncoding || false !== @iconv($normalizedEncoding, $normalizedEncoding, ' ')) { - self::$internalEncoding = $normalizedEncoding; - - return true; - } - - if (80000 > \PHP_VERSION_ID) { - return false; - } - - throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $encoding)); - } - - public static function mb_language($lang = null) - { - if (null === $lang) { - return self::$language; - } - - switch ($normalizedLang = strtolower($lang)) { - case 'uni': - case 'neutral': - self::$language = $normalizedLang; - - return true; - } - - if (80000 > \PHP_VERSION_ID) { - return false; - } - - throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lang)); - } - - public static function mb_list_encodings() - { - return ['UTF-8']; - } - - public static function mb_encoding_aliases($encoding) - { - switch (strtoupper($encoding)) { - case 'UTF8': - case 'UTF-8': - return ['utf8']; - } - - return false; - } - - public static function mb_check_encoding($var = null, $encoding = null) - { - if (null === $encoding) { - if (null === $var) { - return false; - } - $encoding = self::$internalEncoding; - } - - if (!\is_array($var)) { - return self::mb_detect_encoding($var, [$encoding]) || false !== @iconv($encoding, $encoding, $var); - } - - foreach ($var as $key => $value) { - if (!self::mb_check_encoding($key, $encoding)) { - return false; - } - if (!self::mb_check_encoding($value, $encoding)) { - return false; - } - } - - return true; - } - - public static function mb_detect_encoding($str, $encodingList = null, $strict = false) - { - if (null === $encodingList) { - $encodingList = self::$encodingList; - } else { - if (!\is_array($encodingList)) { - $encodingList = array_map('trim', explode(',', $encodingList)); - } - $encodingList = array_map('strtoupper', $encodingList); - } - - foreach ($encodingList as $enc) { - switch ($enc) { - case 'ASCII': - if (!preg_match('/[\x80-\xFF]/', $str)) { - return $enc; - } - break; - - case 'UTF8': - case 'UTF-8': - if (preg_match('//u', $str)) { - return 'UTF-8'; - } - break; - - default: - if (0 === strncmp($enc, 'ISO-8859-', 9)) { - return $enc; - } - } - } - - return false; - } - - public static function mb_detect_order($encodingList = null) - { - if (null === $encodingList) { - return self::$encodingList; - } - - if (!\is_array($encodingList)) { - $encodingList = array_map('trim', explode(',', $encodingList)); - } - $encodingList = array_map('strtoupper', $encodingList); - - foreach ($encodingList as $enc) { - switch ($enc) { - default: - if (strncmp($enc, 'ISO-8859-', 9)) { - return false; - } - // no break - case 'ASCII': - case 'UTF8': - case 'UTF-8': - } - } - - self::$encodingList = $encodingList; - - return true; - } - - public static function mb_strlen($s, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return \strlen($s); - } - - return @iconv_strlen($s, $encoding); - } - - public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return strpos($haystack, $needle, $offset); - } - - $needle = (string) $needle; - if ('' === $needle) { - if (80000 > \PHP_VERSION_ID) { - trigger_error(__METHOD__.': Empty delimiter', \E_USER_WARNING); - - return false; - } - - return 0; - } - - return iconv_strpos($haystack, $needle, $offset, $encoding); - } - - public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return strrpos($haystack, $needle, $offset); - } - - if ($offset != (int) $offset) { - $offset = 0; - } elseif ($offset = (int) $offset) { - if ($offset < 0) { - if (0 > $offset += self::mb_strlen($needle)) { - $haystack = self::mb_substr($haystack, 0, $offset, $encoding); - } - $offset = 0; - } else { - $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); - } - } - - $pos = '' !== $needle || 80000 > \PHP_VERSION_ID - ? iconv_strrpos($haystack, $needle, $encoding) - : self::mb_strlen($haystack, $encoding); - - return false !== $pos ? $offset + $pos : false; - } - - public static function mb_str_split($string, $split_length = 1, $encoding = null) - { - if (null !== $string && !\is_scalar($string) && !(\is_object($string) && method_exists($string, '__toString'))) { - trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING); - - return null; - } - - if (1 > $split_length = (int) $split_length) { - if (80000 > \PHP_VERSION_ID) { - trigger_error('The length of each segment must be greater than zero', \E_USER_WARNING); - - return false; - } - - throw new \ValueError('Argument #2 ($length) must be greater than 0'); - } - - if (null === $encoding) { - $encoding = mb_internal_encoding(); - } - - if ('UTF-8' === $encoding = self::getEncoding($encoding)) { - $rx = '/('; - while (65535 < $split_length) { - $rx .= '.{65535}'; - $split_length -= 65535; - } - $rx .= '.{'.$split_length.'})/us'; - - return preg_split($rx, $string, -1, \PREG_SPLIT_DELIM_CAPTURE | \PREG_SPLIT_NO_EMPTY); - } - - $result = []; - $length = mb_strlen($string, $encoding); - - for ($i = 0; $i < $length; $i += $split_length) { - $result[] = mb_substr($string, $i, $split_length, $encoding); - } - - return $result; - } - - public static function mb_strtolower($s, $encoding = null) - { - return self::mb_convert_case($s, \MB_CASE_LOWER, $encoding); - } - - public static function mb_strtoupper($s, $encoding = null) - { - return self::mb_convert_case($s, \MB_CASE_UPPER, $encoding); - } - - public static function mb_substitute_character($c = null) - { - if (null === $c) { - return 'none'; - } - if (0 === strcasecmp($c, 'none')) { - return true; - } - if (80000 > \PHP_VERSION_ID) { - return false; - } - if (\is_int($c) || 'long' === $c || 'entity' === $c) { - return false; - } - - throw new \ValueError('Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint'); - } - - public static function mb_substr($s, $start, $length = null, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return (string) substr($s, $start, null === $length ? 2147483647 : $length); - } - - if ($start < 0) { - $start = iconv_strlen($s, $encoding) + $start; - if ($start < 0) { - $start = 0; - } - } - - if (null === $length) { - $length = 2147483647; - } elseif ($length < 0) { - $length = iconv_strlen($s, $encoding) + $length - $start; - if ($length < 0) { - return ''; - } - } - - return (string) iconv_substr($s, $start, $length, $encoding); - } - - public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) - { - [$haystack, $needle] = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], [ - self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding), - self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding), - ]); - - return self::mb_strpos($haystack, $needle, $offset, $encoding); - } - - public static function mb_stristr($haystack, $needle, $part = false, $encoding = null) - { - $pos = self::mb_stripos($haystack, $needle, 0, $encoding); - - return self::getSubpart($pos, $part, $haystack, $encoding); - } - - public static function mb_strrchr($haystack, $needle, $part = false, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - $pos = strrpos($haystack, $needle); - } else { - $needle = self::mb_substr($needle, 0, 1, $encoding); - $pos = iconv_strrpos($haystack, $needle, $encoding); - } - - return self::getSubpart($pos, $part, $haystack, $encoding); - } - - public static function mb_strrichr($haystack, $needle, $part = false, $encoding = null) - { - $needle = self::mb_substr($needle, 0, 1, $encoding); - $pos = self::mb_strripos($haystack, $needle, $encoding); - - return self::getSubpart($pos, $part, $haystack, $encoding); - } - - public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) - { - $haystack = self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding); - $needle = self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding); - - $haystack = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $haystack); - $needle = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $needle); - - return self::mb_strrpos($haystack, $needle, $offset, $encoding); - } - - public static function mb_strstr($haystack, $needle, $part = false, $encoding = null) - { - $pos = strpos($haystack, $needle); - if (false === $pos) { - return false; - } - if ($part) { - return substr($haystack, 0, $pos); - } - - return substr($haystack, $pos); - } - - public static function mb_get_info($type = 'all') - { - $info = [ - 'internal_encoding' => self::$internalEncoding, - 'http_output' => 'pass', - 'http_output_conv_mimetypes' => '^(text/|application/xhtml\+xml)', - 'func_overload' => 0, - 'func_overload_list' => 'no overload', - 'mail_charset' => 'UTF-8', - 'mail_header_encoding' => 'BASE64', - 'mail_body_encoding' => 'BASE64', - 'illegal_chars' => 0, - 'encoding_translation' => 'Off', - 'language' => self::$language, - 'detect_order' => self::$encodingList, - 'substitute_character' => 'none', - 'strict_detection' => 'Off', - ]; - - if ('all' === $type) { - return $info; - } - if (isset($info[$type])) { - return $info[$type]; - } - - return false; - } - - public static function mb_http_input($type = '') - { - return false; - } - - public static function mb_http_output($encoding = null) - { - return null !== $encoding ? 'pass' === $encoding : 'pass'; - } - - public static function mb_strwidth($s, $encoding = null) - { - $encoding = self::getEncoding($encoding); - - if ('UTF-8' !== $encoding) { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - $s = preg_replace('/[\x{1100}-\x{115F}\x{2329}\x{232A}\x{2E80}-\x{303E}\x{3040}-\x{A4CF}\x{AC00}-\x{D7A3}\x{F900}-\x{FAFF}\x{FE10}-\x{FE19}\x{FE30}-\x{FE6F}\x{FF00}-\x{FF60}\x{FFE0}-\x{FFE6}\x{20000}-\x{2FFFD}\x{30000}-\x{3FFFD}]/u', '', $s, -1, $wide); - - return ($wide << 1) + iconv_strlen($s, 'UTF-8'); - } - - public static function mb_substr_count($haystack, $needle, $encoding = null) - { - return substr_count($haystack, $needle); - } - - public static function mb_output_handler($contents, $status) - { - return $contents; - } - - public static function mb_chr($code, $encoding = null) - { - if (0x80 > $code %= 0x200000) { - $s = \chr($code); - } elseif (0x800 > $code) { - $s = \chr(0xC0 | $code >> 6).\chr(0x80 | $code & 0x3F); - } elseif (0x10000 > $code) { - $s = \chr(0xE0 | $code >> 12).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F); - } else { - $s = \chr(0xF0 | $code >> 18).\chr(0x80 | $code >> 12 & 0x3F).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F); - } - - if ('UTF-8' !== $encoding = self::getEncoding($encoding)) { - $s = mb_convert_encoding($s, $encoding, 'UTF-8'); - } - - return $s; - } - - public static function mb_ord($s, $encoding = null) - { - if ('UTF-8' !== $encoding = self::getEncoding($encoding)) { - $s = mb_convert_encoding($s, 'UTF-8', $encoding); - } - - if (1 === \strlen($s)) { - return \ord($s); - } - - $code = ($s = unpack('C*', substr($s, 0, 4))) ? $s[1] : 0; - if (0xF0 <= $code) { - return (($code - 0xF0) << 18) + (($s[2] - 0x80) << 12) + (($s[3] - 0x80) << 6) + $s[4] - 0x80; - } - if (0xE0 <= $code) { - return (($code - 0xE0) << 12) + (($s[2] - 0x80) << 6) + $s[3] - 0x80; - } - if (0xC0 <= $code) { - return (($code - 0xC0) << 6) + $s[2] - 0x80; - } - - return $code; - } - - public static function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = \STR_PAD_RIGHT, ?string $encoding = null): string - { - if (!\in_array($pad_type, [\STR_PAD_RIGHT, \STR_PAD_LEFT, \STR_PAD_BOTH], true)) { - throw new \ValueError('mb_str_pad(): Argument #4 ($pad_type) must be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH'); - } - - if (null === $encoding) { - $encoding = self::mb_internal_encoding(); - } else { - self::assertEncoding($encoding, 'mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s" given'); - } - - if (self::mb_strlen($pad_string, $encoding) <= 0) { - throw new \ValueError('mb_str_pad(): Argument #3 ($pad_string) must be a non-empty string'); - } - - $paddingRequired = $length - self::mb_strlen($string, $encoding); - - if ($paddingRequired < 1) { - return $string; - } - - switch ($pad_type) { - case \STR_PAD_LEFT: - return self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding).$string; - case \STR_PAD_RIGHT: - return $string.self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding); - default: - $leftPaddingLength = floor($paddingRequired / 2); - $rightPaddingLength = $paddingRequired - $leftPaddingLength; - - return self::mb_substr(str_repeat($pad_string, $leftPaddingLength), 0, $leftPaddingLength, $encoding).$string.self::mb_substr(str_repeat($pad_string, $rightPaddingLength), 0, $rightPaddingLength, $encoding); - } - } - - public static function mb_ucfirst(string $string, ?string $encoding = null): string - { - if (null === $encoding) { - $encoding = self::mb_internal_encoding(); - } else { - self::assertEncoding($encoding, 'mb_ucfirst(): Argument #2 ($encoding) must be a valid encoding, "%s" given'); - } - - $firstChar = mb_substr($string, 0, 1, $encoding); - $firstChar = mb_convert_case($firstChar, \MB_CASE_TITLE, $encoding); - - return $firstChar.mb_substr($string, 1, null, $encoding); - } - - public static function mb_lcfirst(string $string, ?string $encoding = null): string - { - if (null === $encoding) { - $encoding = self::mb_internal_encoding(); - } else { - self::assertEncoding($encoding, 'mb_lcfirst(): Argument #2 ($encoding) must be a valid encoding, "%s" given'); - } - - $firstChar = mb_substr($string, 0, 1, $encoding); - $firstChar = mb_convert_case($firstChar, \MB_CASE_LOWER, $encoding); - - return $firstChar.mb_substr($string, 1, null, $encoding); - } - - private static function getSubpart($pos, $part, $haystack, $encoding) - { - if (false === $pos) { - return false; - } - if ($part) { - return self::mb_substr($haystack, 0, $pos, $encoding); - } - - return self::mb_substr($haystack, $pos, null, $encoding); - } - - private static function html_encoding_callback(array $m) - { - $i = 1; - $entities = ''; - $m = unpack('C*', htmlentities($m[0], \ENT_COMPAT, 'UTF-8')); - - while (isset($m[$i])) { - if (0x80 > $m[$i]) { - $entities .= \chr($m[$i++]); - continue; - } - if (0xF0 <= $m[$i]) { - $c = (($m[$i++] - 0xF0) << 18) + (($m[$i++] - 0x80) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80; - } elseif (0xE0 <= $m[$i]) { - $c = (($m[$i++] - 0xE0) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80; - } else { - $c = (($m[$i++] - 0xC0) << 6) + $m[$i++] - 0x80; - } - - $entities .= '&#'.$c.';'; - } - - return $entities; - } - - private static function title_case(array $s) - { - return self::mb_convert_case($s[1], \MB_CASE_UPPER, 'UTF-8').self::mb_convert_case($s[2], \MB_CASE_LOWER, 'UTF-8'); - } - - private static function getData($file) - { - if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) { - return require $file; - } - - return false; - } - - private static function getEncoding($encoding) - { - if (null === $encoding) { - return self::$internalEncoding; - } - - if ('UTF-8' === $encoding) { - return 'UTF-8'; - } - - $encoding = strtoupper($encoding); - - if ('8BIT' === $encoding || 'BINARY' === $encoding) { - return 'CP850'; - } - - if ('UTF8' === $encoding) { - return 'UTF-8'; - } - - return $encoding; - } - - public static function mb_trim(string $string, ?string $characters = null, ?string $encoding = null): string - { - return self::mb_internal_trim('{^[%s]+|[%1$s]+$}Du', $string, $characters, $encoding, __FUNCTION__); - } - - public static function mb_ltrim(string $string, ?string $characters = null, ?string $encoding = null): string - { - return self::mb_internal_trim('{^[%s]+}Du', $string, $characters, $encoding, __FUNCTION__); - } - - public static function mb_rtrim(string $string, ?string $characters = null, ?string $encoding = null): string - { - return self::mb_internal_trim('{[%s]+$}D', $string, $characters, $encoding, __FUNCTION__); - } - - private static function mb_internal_trim(string $regex, string $string, ?string $characters, ?string $encoding, string $function): string - { - if (null === $encoding) { - $encoding = self::mb_internal_encoding(); - } else { - self::assertEncoding($encoding, $function.'(): Argument #3 ($encoding) must be a valid encoding, "%s" given'); - } - - if ('' === $characters) { - return null === $encoding ? $string : self::mb_convert_encoding($string, $encoding); - } - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $string)) { - $string = @iconv('UTF-8', 'UTF-8//IGNORE', $string); - } - if (null !== $characters && !preg_match('//u', $characters)) { - $characters = @iconv('UTF-8', 'UTF-8//IGNORE', $characters); - } - } else { - $string = iconv($encoding, 'UTF-8//IGNORE', $string); - - if (null !== $characters) { - $characters = iconv($encoding, 'UTF-8//IGNORE', $characters); - } - } - - if (null === $characters) { - $characters = "\\0 \f\n\r\t\v\u{00A0}\u{1680}\u{2000}\u{2001}\u{2002}\u{2003}\u{2004}\u{2005}\u{2006}\u{2007}\u{2008}\u{2009}\u{200A}\u{2028}\u{2029}\u{202F}\u{205F}\u{3000}\u{0085}\u{180E}"; - } else { - $characters = preg_quote($characters); - } - - $string = preg_replace(sprintf($regex, $characters), '', $string); - - if (null === $encoding) { - return $string; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $string); - } - - private static function assertEncoding(string $encoding, string $errorFormat): void - { - try { - $validEncoding = @self::mb_check_encoding('', $encoding); - } catch (\ValueError $e) { - throw new \ValueError(sprintf($errorFormat, $encoding)); - } - - // BC for PHP 7.3 and lower - if (!$validEncoding) { - throw new \ValueError(sprintf($errorFormat, $encoding)); - } - } -} diff --git a/vendor/symfony/polyfill-mbstring/README.md b/vendor/symfony/polyfill-mbstring/README.md deleted file mode 100755 index 478b40d..0000000 --- a/vendor/symfony/polyfill-mbstring/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Symfony Polyfill / Mbstring -=========================== - -This component provides a partial, native PHP implementation for the -[Mbstring](https://php.net/mbstring) extension. - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php deleted file mode 100755 index 512bba0..0000000 --- a/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +++ /dev/null @@ -1,119 +0,0 @@ - 'i̇', - 'µ' => 'μ', - 'ſ' => 's', - 'ͅ' => 'ι', - 'ς' => 'σ', - 'ϐ' => 'β', - 'ϑ' => 'θ', - 'ϕ' => 'φ', - 'ϖ' => 'π', - 'ϰ' => 'κ', - 'ϱ' => 'ρ', - 'ϵ' => 'ε', - 'ẛ' => 'ṡ', - 'ι' => 'ι', - 'ß' => 'ss', - 'ʼn' => 'ʼn', - 'ǰ' => 'ǰ', - 'ΐ' => 'ΐ', - 'ΰ' => 'ΰ', - 'և' => 'եւ', - 'ẖ' => 'ẖ', - 'ẗ' => 'ẗ', - 'ẘ' => 'ẘ', - 'ẙ' => 'ẙ', - 'ẚ' => 'aʾ', - 'ẞ' => 'ss', - 'ὐ' => 'ὐ', - 'ὒ' => 'ὒ', - 'ὔ' => 'ὔ', - 'ὖ' => 'ὖ', - 'ᾀ' => 'ἀι', - 'ᾁ' => 'ἁι', - 'ᾂ' => 'ἂι', - 'ᾃ' => 'ἃι', - 'ᾄ' => 'ἄι', - 'ᾅ' => 'ἅι', - 'ᾆ' => 'ἆι', - 'ᾇ' => 'ἇι', - 'ᾈ' => 'ἀι', - 'ᾉ' => 'ἁι', - 'ᾊ' => 'ἂι', - 'ᾋ' => 'ἃι', - 'ᾌ' => 'ἄι', - 'ᾍ' => 'ἅι', - 'ᾎ' => 'ἆι', - 'ᾏ' => 'ἇι', - 'ᾐ' => 'ἠι', - 'ᾑ' => 'ἡι', - 'ᾒ' => 'ἢι', - 'ᾓ' => 'ἣι', - 'ᾔ' => 'ἤι', - 'ᾕ' => 'ἥι', - 'ᾖ' => 'ἦι', - 'ᾗ' => 'ἧι', - 'ᾘ' => 'ἠι', - 'ᾙ' => 'ἡι', - 'ᾚ' => 'ἢι', - 'ᾛ' => 'ἣι', - 'ᾜ' => 'ἤι', - 'ᾝ' => 'ἥι', - 'ᾞ' => 'ἦι', - 'ᾟ' => 'ἧι', - 'ᾠ' => 'ὠι', - 'ᾡ' => 'ὡι', - 'ᾢ' => 'ὢι', - 'ᾣ' => 'ὣι', - 'ᾤ' => 'ὤι', - 'ᾥ' => 'ὥι', - 'ᾦ' => 'ὦι', - 'ᾧ' => 'ὧι', - 'ᾨ' => 'ὠι', - 'ᾩ' => 'ὡι', - 'ᾪ' => 'ὢι', - 'ᾫ' => 'ὣι', - 'ᾬ' => 'ὤι', - 'ᾭ' => 'ὥι', - 'ᾮ' => 'ὦι', - 'ᾯ' => 'ὧι', - 'ᾲ' => 'ὰι', - 'ᾳ' => 'αι', - 'ᾴ' => 'άι', - 'ᾶ' => 'ᾶ', - 'ᾷ' => 'ᾶι', - 'ᾼ' => 'αι', - 'ῂ' => 'ὴι', - 'ῃ' => 'ηι', - 'ῄ' => 'ήι', - 'ῆ' => 'ῆ', - 'ῇ' => 'ῆι', - 'ῌ' => 'ηι', - 'ῒ' => 'ῒ', - 'ῖ' => 'ῖ', - 'ῗ' => 'ῗ', - 'ῢ' => 'ῢ', - 'ῤ' => 'ῤ', - 'ῦ' => 'ῦ', - 'ῧ' => 'ῧ', - 'ῲ' => 'ὼι', - 'ῳ' => 'ωι', - 'ῴ' => 'ώι', - 'ῶ' => 'ῶ', - 'ῷ' => 'ῶι', - 'ῼ' => 'ωι', - 'ff' => 'ff', - 'fi' => 'fi', - 'fl' => 'fl', - 'ffi' => 'ffi', - 'ffl' => 'ffl', - 'ſt' => 'st', - 'st' => 'st', - 'ﬓ' => 'մն', - 'ﬔ' => 'մե', - 'ﬕ' => 'մի', - 'ﬖ' => 'վն', - 'ﬗ' => 'մխ', -]; diff --git a/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php deleted file mode 100755 index fac60b0..0000000 --- a/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +++ /dev/null @@ -1,1397 +0,0 @@ - 'a', - 'B' => 'b', - 'C' => 'c', - 'D' => 'd', - 'E' => 'e', - 'F' => 'f', - 'G' => 'g', - 'H' => 'h', - 'I' => 'i', - 'J' => 'j', - 'K' => 'k', - 'L' => 'l', - 'M' => 'm', - 'N' => 'n', - 'O' => 'o', - 'P' => 'p', - 'Q' => 'q', - 'R' => 'r', - 'S' => 's', - 'T' => 't', - 'U' => 'u', - 'V' => 'v', - 'W' => 'w', - 'X' => 'x', - 'Y' => 'y', - 'Z' => 'z', - 'À' => 'à', - 'Á' => 'á', - 'Â' => 'â', - 'Ã' => 'ã', - 'Ä' => 'ä', - 'Å' => 'å', - 'Æ' => 'æ', - 'Ç' => 'ç', - 'È' => 'è', - 'É' => 'é', - 'Ê' => 'ê', - 'Ë' => 'ë', - 'Ì' => 'ì', - 'Í' => 'í', - 'Î' => 'î', - 'Ï' => 'ï', - 'Ð' => 'ð', - 'Ñ' => 'ñ', - 'Ò' => 'ò', - 'Ó' => 'ó', - 'Ô' => 'ô', - 'Õ' => 'õ', - 'Ö' => 'ö', - 'Ø' => 'ø', - 'Ù' => 'ù', - 'Ú' => 'ú', - 'Û' => 'û', - 'Ü' => 'ü', - 'Ý' => 'ý', - 'Þ' => 'þ', - 'Ā' => 'ā', - 'Ă' => 'ă', - 'Ą' => 'ą', - 'Ć' => 'ć', - 'Ĉ' => 'ĉ', - 'Ċ' => 'ċ', - 'Č' => 'č', - 'Ď' => 'ď', - 'Đ' => 'đ', - 'Ē' => 'ē', - 'Ĕ' => 'ĕ', - 'Ė' => 'ė', - 'Ę' => 'ę', - 'Ě' => 'ě', - 'Ĝ' => 'ĝ', - 'Ğ' => 'ğ', - 'Ġ' => 'ġ', - 'Ģ' => 'ģ', - 'Ĥ' => 'ĥ', - 'Ħ' => 'ħ', - 'Ĩ' => 'ĩ', - 'Ī' => 'ī', - 'Ĭ' => 'ĭ', - 'Į' => 'į', - 'İ' => 'i̇', - 'IJ' => 'ij', - 'Ĵ' => 'ĵ', - 'Ķ' => 'ķ', - 'Ĺ' => 'ĺ', - 'Ļ' => 'ļ', - 'Ľ' => 'ľ', - 'Ŀ' => 'ŀ', - 'Ł' => 'ł', - 'Ń' => 'ń', - 'Ņ' => 'ņ', - 'Ň' => 'ň', - 'Ŋ' => 'ŋ', - 'Ō' => 'ō', - 'Ŏ' => 'ŏ', - 'Ő' => 'ő', - 'Œ' => 'œ', - 'Ŕ' => 'ŕ', - 'Ŗ' => 'ŗ', - 'Ř' => 'ř', - 'Ś' => 'ś', - 'Ŝ' => 'ŝ', - 'Ş' => 'ş', - 'Š' => 'š', - 'Ţ' => 'ţ', - 'Ť' => 'ť', - 'Ŧ' => 'ŧ', - 'Ũ' => 'ũ', - 'Ū' => 'ū', - 'Ŭ' => 'ŭ', - 'Ů' => 'ů', - 'Ű' => 'ű', - 'Ų' => 'ų', - 'Ŵ' => 'ŵ', - 'Ŷ' => 'ŷ', - 'Ÿ' => 'ÿ', - 'Ź' => 'ź', - 'Ż' => 'ż', - 'Ž' => 'ž', - 'Ɓ' => 'ɓ', - 'Ƃ' => 'ƃ', - 'Ƅ' => 'ƅ', - 'Ɔ' => 'ɔ', - 'Ƈ' => 'ƈ', - 'Ɖ' => 'ɖ', - 'Ɗ' => 'ɗ', - 'Ƌ' => 'ƌ', - 'Ǝ' => 'ǝ', - 'Ə' => 'ə', - 'Ɛ' => 'ɛ', - 'Ƒ' => 'ƒ', - 'Ɠ' => 'ɠ', - 'Ɣ' => 'ɣ', - 'Ɩ' => 'ɩ', - 'Ɨ' => 'ɨ', - 'Ƙ' => 'ƙ', - 'Ɯ' => 'ɯ', - 'Ɲ' => 'ɲ', - 'Ɵ' => 'ɵ', - 'Ơ' => 'ơ', - 'Ƣ' => 'ƣ', - 'Ƥ' => 'ƥ', - 'Ʀ' => 'ʀ', - 'Ƨ' => 'ƨ', - 'Ʃ' => 'ʃ', - 'Ƭ' => 'ƭ', - 'Ʈ' => 'ʈ', - 'Ư' => 'ư', - 'Ʊ' => 'ʊ', - 'Ʋ' => 'ʋ', - 'Ƴ' => 'ƴ', - 'Ƶ' => 'ƶ', - 'Ʒ' => 'ʒ', - 'Ƹ' => 'ƹ', - 'Ƽ' => 'ƽ', - 'DŽ' => 'dž', - 'Dž' => 'dž', - 'LJ' => 'lj', - 'Lj' => 'lj', - 'NJ' => 'nj', - 'Nj' => 'nj', - 'Ǎ' => 'ǎ', - 'Ǐ' => 'ǐ', - 'Ǒ' => 'ǒ', - 'Ǔ' => 'ǔ', - 'Ǖ' => 'ǖ', - 'Ǘ' => 'ǘ', - 'Ǚ' => 'ǚ', - 'Ǜ' => 'ǜ', - 'Ǟ' => 'ǟ', - 'Ǡ' => 'ǡ', - 'Ǣ' => 'ǣ', - 'Ǥ' => 'ǥ', - 'Ǧ' => 'ǧ', - 'Ǩ' => 'ǩ', - 'Ǫ' => 'ǫ', - 'Ǭ' => 'ǭ', - 'Ǯ' => 'ǯ', - 'DZ' => 'dz', - 'Dz' => 'dz', - 'Ǵ' => 'ǵ', - 'Ƕ' => 'ƕ', - 'Ƿ' => 'ƿ', - 'Ǹ' => 'ǹ', - 'Ǻ' => 'ǻ', - 'Ǽ' => 'ǽ', - 'Ǿ' => 'ǿ', - 'Ȁ' => 'ȁ', - 'Ȃ' => 'ȃ', - 'Ȅ' => 'ȅ', - 'Ȇ' => 'ȇ', - 'Ȉ' => 'ȉ', - 'Ȋ' => 'ȋ', - 'Ȍ' => 'ȍ', - 'Ȏ' => 'ȏ', - 'Ȑ' => 'ȑ', - 'Ȓ' => 'ȓ', - 'Ȕ' => 'ȕ', - 'Ȗ' => 'ȗ', - 'Ș' => 'ș', - 'Ț' => 'ț', - 'Ȝ' => 'ȝ', - 'Ȟ' => 'ȟ', - 'Ƞ' => 'ƞ', - 'Ȣ' => 'ȣ', - 'Ȥ' => 'ȥ', - 'Ȧ' => 'ȧ', - 'Ȩ' => 'ȩ', - 'Ȫ' => 'ȫ', - 'Ȭ' => 'ȭ', - 'Ȯ' => 'ȯ', - 'Ȱ' => 'ȱ', - 'Ȳ' => 'ȳ', - 'Ⱥ' => 'ⱥ', - 'Ȼ' => 'ȼ', - 'Ƚ' => 'ƚ', - 'Ⱦ' => 'ⱦ', - 'Ɂ' => 'ɂ', - 'Ƀ' => 'ƀ', - 'Ʉ' => 'ʉ', - 'Ʌ' => 'ʌ', - 'Ɇ' => 'ɇ', - 'Ɉ' => 'ɉ', - 'Ɋ' => 'ɋ', - 'Ɍ' => 'ɍ', - 'Ɏ' => 'ɏ', - 'Ͱ' => 'ͱ', - 'Ͳ' => 'ͳ', - 'Ͷ' => 'ͷ', - 'Ϳ' => 'ϳ', - 'Ά' => 'ά', - 'Έ' => 'έ', - 'Ή' => 'ή', - 'Ί' => 'ί', - 'Ό' => 'ό', - 'Ύ' => 'ύ', - 'Ώ' => 'ώ', - 'Α' => 'α', - 'Β' => 'β', - 'Γ' => 'γ', - 'Δ' => 'δ', - 'Ε' => 'ε', - 'Ζ' => 'ζ', - 'Η' => 'η', - 'Θ' => 'θ', - 'Ι' => 'ι', - 'Κ' => 'κ', - 'Λ' => 'λ', - 'Μ' => 'μ', - 'Ν' => 'ν', - 'Ξ' => 'ξ', - 'Ο' => 'ο', - 'Π' => 'π', - 'Ρ' => 'ρ', - 'Σ' => 'σ', - 'Τ' => 'τ', - 'Υ' => 'υ', - 'Φ' => 'φ', - 'Χ' => 'χ', - 'Ψ' => 'ψ', - 'Ω' => 'ω', - 'Ϊ' => 'ϊ', - 'Ϋ' => 'ϋ', - 'Ϗ' => 'ϗ', - 'Ϙ' => 'ϙ', - 'Ϛ' => 'ϛ', - 'Ϝ' => 'ϝ', - 'Ϟ' => 'ϟ', - 'Ϡ' => 'ϡ', - 'Ϣ' => 'ϣ', - 'Ϥ' => 'ϥ', - 'Ϧ' => 'ϧ', - 'Ϩ' => 'ϩ', - 'Ϫ' => 'ϫ', - 'Ϭ' => 'ϭ', - 'Ϯ' => 'ϯ', - 'ϴ' => 'θ', - 'Ϸ' => 'ϸ', - 'Ϲ' => 'ϲ', - 'Ϻ' => 'ϻ', - 'Ͻ' => 'ͻ', - 'Ͼ' => 'ͼ', - 'Ͽ' => 'ͽ', - 'Ѐ' => 'ѐ', - 'Ё' => 'ё', - 'Ђ' => 'ђ', - 'Ѓ' => 'ѓ', - 'Є' => 'є', - 'Ѕ' => 'ѕ', - 'І' => 'і', - 'Ї' => 'ї', - 'Ј' => 'ј', - 'Љ' => 'љ', - 'Њ' => 'њ', - 'Ћ' => 'ћ', - 'Ќ' => 'ќ', - 'Ѝ' => 'ѝ', - 'Ў' => 'ў', - 'Џ' => 'џ', - 'А' => 'а', - 'Б' => 'б', - 'В' => 'в', - 'Г' => 'г', - 'Д' => 'д', - 'Е' => 'е', - 'Ж' => 'ж', - 'З' => 'з', - 'И' => 'и', - 'Й' => 'й', - 'К' => 'к', - 'Л' => 'л', - 'М' => 'м', - 'Н' => 'н', - 'О' => 'о', - 'П' => 'п', - 'Р' => 'р', - 'С' => 'с', - 'Т' => 'т', - 'У' => 'у', - 'Ф' => 'ф', - 'Х' => 'х', - 'Ц' => 'ц', - 'Ч' => 'ч', - 'Ш' => 'ш', - 'Щ' => 'щ', - 'Ъ' => 'ъ', - 'Ы' => 'ы', - 'Ь' => 'ь', - 'Э' => 'э', - 'Ю' => 'ю', - 'Я' => 'я', - 'Ѡ' => 'ѡ', - 'Ѣ' => 'ѣ', - 'Ѥ' => 'ѥ', - 'Ѧ' => 'ѧ', - 'Ѩ' => 'ѩ', - 'Ѫ' => 'ѫ', - 'Ѭ' => 'ѭ', - 'Ѯ' => 'ѯ', - 'Ѱ' => 'ѱ', - 'Ѳ' => 'ѳ', - 'Ѵ' => 'ѵ', - 'Ѷ' => 'ѷ', - 'Ѹ' => 'ѹ', - 'Ѻ' => 'ѻ', - 'Ѽ' => 'ѽ', - 'Ѿ' => 'ѿ', - 'Ҁ' => 'ҁ', - 'Ҋ' => 'ҋ', - 'Ҍ' => 'ҍ', - 'Ҏ' => 'ҏ', - 'Ґ' => 'ґ', - 'Ғ' => 'ғ', - 'Ҕ' => 'ҕ', - 'Җ' => 'җ', - 'Ҙ' => 'ҙ', - 'Қ' => 'қ', - 'Ҝ' => 'ҝ', - 'Ҟ' => 'ҟ', - 'Ҡ' => 'ҡ', - 'Ң' => 'ң', - 'Ҥ' => 'ҥ', - 'Ҧ' => 'ҧ', - 'Ҩ' => 'ҩ', - 'Ҫ' => 'ҫ', - 'Ҭ' => 'ҭ', - 'Ү' => 'ү', - 'Ұ' => 'ұ', - 'Ҳ' => 'ҳ', - 'Ҵ' => 'ҵ', - 'Ҷ' => 'ҷ', - 'Ҹ' => 'ҹ', - 'Һ' => 'һ', - 'Ҽ' => 'ҽ', - 'Ҿ' => 'ҿ', - 'Ӏ' => 'ӏ', - 'Ӂ' => 'ӂ', - 'Ӄ' => 'ӄ', - 'Ӆ' => 'ӆ', - 'Ӈ' => 'ӈ', - 'Ӊ' => 'ӊ', - 'Ӌ' => 'ӌ', - 'Ӎ' => 'ӎ', - 'Ӑ' => 'ӑ', - 'Ӓ' => 'ӓ', - 'Ӕ' => 'ӕ', - 'Ӗ' => 'ӗ', - 'Ә' => 'ә', - 'Ӛ' => 'ӛ', - 'Ӝ' => 'ӝ', - 'Ӟ' => 'ӟ', - 'Ӡ' => 'ӡ', - 'Ӣ' => 'ӣ', - 'Ӥ' => 'ӥ', - 'Ӧ' => 'ӧ', - 'Ө' => 'ө', - 'Ӫ' => 'ӫ', - 'Ӭ' => 'ӭ', - 'Ӯ' => 'ӯ', - 'Ӱ' => 'ӱ', - 'Ӳ' => 'ӳ', - 'Ӵ' => 'ӵ', - 'Ӷ' => 'ӷ', - 'Ӹ' => 'ӹ', - 'Ӻ' => 'ӻ', - 'Ӽ' => 'ӽ', - 'Ӿ' => 'ӿ', - 'Ԁ' => 'ԁ', - 'Ԃ' => 'ԃ', - 'Ԅ' => 'ԅ', - 'Ԇ' => 'ԇ', - 'Ԉ' => 'ԉ', - 'Ԋ' => 'ԋ', - 'Ԍ' => 'ԍ', - 'Ԏ' => 'ԏ', - 'Ԑ' => 'ԑ', - 'Ԓ' => 'ԓ', - 'Ԕ' => 'ԕ', - 'Ԗ' => 'ԗ', - 'Ԙ' => 'ԙ', - 'Ԛ' => 'ԛ', - 'Ԝ' => 'ԝ', - 'Ԟ' => 'ԟ', - 'Ԡ' => 'ԡ', - 'Ԣ' => 'ԣ', - 'Ԥ' => 'ԥ', - 'Ԧ' => 'ԧ', - 'Ԩ' => 'ԩ', - 'Ԫ' => 'ԫ', - 'Ԭ' => 'ԭ', - 'Ԯ' => 'ԯ', - 'Ա' => 'ա', - 'Բ' => 'բ', - 'Գ' => 'գ', - 'Դ' => 'դ', - 'Ե' => 'ե', - 'Զ' => 'զ', - 'Է' => 'է', - 'Ը' => 'ը', - 'Թ' => 'թ', - 'Ժ' => 'ժ', - 'Ի' => 'ի', - 'Լ' => 'լ', - 'Խ' => 'խ', - 'Ծ' => 'ծ', - 'Կ' => 'կ', - 'Հ' => 'հ', - 'Ձ' => 'ձ', - 'Ղ' => 'ղ', - 'Ճ' => 'ճ', - 'Մ' => 'մ', - 'Յ' => 'յ', - 'Ն' => 'ն', - 'Շ' => 'շ', - 'Ո' => 'ո', - 'Չ' => 'չ', - 'Պ' => 'պ', - 'Ջ' => 'ջ', - 'Ռ' => 'ռ', - 'Ս' => 'ս', - 'Վ' => 'վ', - 'Տ' => 'տ', - 'Ր' => 'ր', - 'Ց' => 'ց', - 'Ւ' => 'ւ', - 'Փ' => 'փ', - 'Ք' => 'ք', - 'Օ' => 'օ', - 'Ֆ' => 'ֆ', - 'Ⴀ' => 'ⴀ', - 'Ⴁ' => 'ⴁ', - 'Ⴂ' => 'ⴂ', - 'Ⴃ' => 'ⴃ', - 'Ⴄ' => 'ⴄ', - 'Ⴅ' => 'ⴅ', - 'Ⴆ' => 'ⴆ', - 'Ⴇ' => 'ⴇ', - 'Ⴈ' => 'ⴈ', - 'Ⴉ' => 'ⴉ', - 'Ⴊ' => 'ⴊ', - 'Ⴋ' => 'ⴋ', - 'Ⴌ' => 'ⴌ', - 'Ⴍ' => 'ⴍ', - 'Ⴎ' => 'ⴎ', - 'Ⴏ' => 'ⴏ', - 'Ⴐ' => 'ⴐ', - 'Ⴑ' => 'ⴑ', - 'Ⴒ' => 'ⴒ', - 'Ⴓ' => 'ⴓ', - 'Ⴔ' => 'ⴔ', - 'Ⴕ' => 'ⴕ', - 'Ⴖ' => 'ⴖ', - 'Ⴗ' => 'ⴗ', - 'Ⴘ' => 'ⴘ', - 'Ⴙ' => 'ⴙ', - 'Ⴚ' => 'ⴚ', - 'Ⴛ' => 'ⴛ', - 'Ⴜ' => 'ⴜ', - 'Ⴝ' => 'ⴝ', - 'Ⴞ' => 'ⴞ', - 'Ⴟ' => 'ⴟ', - 'Ⴠ' => 'ⴠ', - 'Ⴡ' => 'ⴡ', - 'Ⴢ' => 'ⴢ', - 'Ⴣ' => 'ⴣ', - 'Ⴤ' => 'ⴤ', - 'Ⴥ' => 'ⴥ', - 'Ⴧ' => 'ⴧ', - 'Ⴭ' => 'ⴭ', - 'Ꭰ' => 'ꭰ', - 'Ꭱ' => 'ꭱ', - 'Ꭲ' => 'ꭲ', - 'Ꭳ' => 'ꭳ', - 'Ꭴ' => 'ꭴ', - 'Ꭵ' => 'ꭵ', - 'Ꭶ' => 'ꭶ', - 'Ꭷ' => 'ꭷ', - 'Ꭸ' => 'ꭸ', - 'Ꭹ' => 'ꭹ', - 'Ꭺ' => 'ꭺ', - 'Ꭻ' => 'ꭻ', - 'Ꭼ' => 'ꭼ', - 'Ꭽ' => 'ꭽ', - 'Ꭾ' => 'ꭾ', - 'Ꭿ' => 'ꭿ', - 'Ꮀ' => 'ꮀ', - 'Ꮁ' => 'ꮁ', - 'Ꮂ' => 'ꮂ', - 'Ꮃ' => 'ꮃ', - 'Ꮄ' => 'ꮄ', - 'Ꮅ' => 'ꮅ', - 'Ꮆ' => 'ꮆ', - 'Ꮇ' => 'ꮇ', - 'Ꮈ' => 'ꮈ', - 'Ꮉ' => 'ꮉ', - 'Ꮊ' => 'ꮊ', - 'Ꮋ' => 'ꮋ', - 'Ꮌ' => 'ꮌ', - 'Ꮍ' => 'ꮍ', - 'Ꮎ' => 'ꮎ', - 'Ꮏ' => 'ꮏ', - 'Ꮐ' => 'ꮐ', - 'Ꮑ' => 'ꮑ', - 'Ꮒ' => 'ꮒ', - 'Ꮓ' => 'ꮓ', - 'Ꮔ' => 'ꮔ', - 'Ꮕ' => 'ꮕ', - 'Ꮖ' => 'ꮖ', - 'Ꮗ' => 'ꮗ', - 'Ꮘ' => 'ꮘ', - 'Ꮙ' => 'ꮙ', - 'Ꮚ' => 'ꮚ', - 'Ꮛ' => 'ꮛ', - 'Ꮜ' => 'ꮜ', - 'Ꮝ' => 'ꮝ', - 'Ꮞ' => 'ꮞ', - 'Ꮟ' => 'ꮟ', - 'Ꮠ' => 'ꮠ', - 'Ꮡ' => 'ꮡ', - 'Ꮢ' => 'ꮢ', - 'Ꮣ' => 'ꮣ', - 'Ꮤ' => 'ꮤ', - 'Ꮥ' => 'ꮥ', - 'Ꮦ' => 'ꮦ', - 'Ꮧ' => 'ꮧ', - 'Ꮨ' => 'ꮨ', - 'Ꮩ' => 'ꮩ', - 'Ꮪ' => 'ꮪ', - 'Ꮫ' => 'ꮫ', - 'Ꮬ' => 'ꮬ', - 'Ꮭ' => 'ꮭ', - 'Ꮮ' => 'ꮮ', - 'Ꮯ' => 'ꮯ', - 'Ꮰ' => 'ꮰ', - 'Ꮱ' => 'ꮱ', - 'Ꮲ' => 'ꮲ', - 'Ꮳ' => 'ꮳ', - 'Ꮴ' => 'ꮴ', - 'Ꮵ' => 'ꮵ', - 'Ꮶ' => 'ꮶ', - 'Ꮷ' => 'ꮷ', - 'Ꮸ' => 'ꮸ', - 'Ꮹ' => 'ꮹ', - 'Ꮺ' => 'ꮺ', - 'Ꮻ' => 'ꮻ', - 'Ꮼ' => 'ꮼ', - 'Ꮽ' => 'ꮽ', - 'Ꮾ' => 'ꮾ', - 'Ꮿ' => 'ꮿ', - 'Ᏸ' => 'ᏸ', - 'Ᏹ' => 'ᏹ', - 'Ᏺ' => 'ᏺ', - 'Ᏻ' => 'ᏻ', - 'Ᏼ' => 'ᏼ', - 'Ᏽ' => 'ᏽ', - 'Ა' => 'ა', - 'Ბ' => 'ბ', - 'Გ' => 'გ', - 'Დ' => 'დ', - 'Ე' => 'ე', - 'Ვ' => 'ვ', - 'Ზ' => 'ზ', - 'Თ' => 'თ', - 'Ი' => 'ი', - 'Კ' => 'კ', - 'Ლ' => 'ლ', - 'Მ' => 'მ', - 'Ნ' => 'ნ', - 'Ო' => 'ო', - 'Პ' => 'პ', - 'Ჟ' => 'ჟ', - 'Რ' => 'რ', - 'Ს' => 'ს', - 'Ტ' => 'ტ', - 'Უ' => 'უ', - 'Ფ' => 'ფ', - 'Ქ' => 'ქ', - 'Ღ' => 'ღ', - 'Ყ' => 'ყ', - 'Შ' => 'შ', - 'Ჩ' => 'ჩ', - 'Ც' => 'ც', - 'Ძ' => 'ძ', - 'Წ' => 'წ', - 'Ჭ' => 'ჭ', - 'Ხ' => 'ხ', - 'Ჯ' => 'ჯ', - 'Ჰ' => 'ჰ', - 'Ჱ' => 'ჱ', - 'Ჲ' => 'ჲ', - 'Ჳ' => 'ჳ', - 'Ჴ' => 'ჴ', - 'Ჵ' => 'ჵ', - 'Ჶ' => 'ჶ', - 'Ჷ' => 'ჷ', - 'Ჸ' => 'ჸ', - 'Ჹ' => 'ჹ', - 'Ჺ' => 'ჺ', - 'Ჽ' => 'ჽ', - 'Ჾ' => 'ჾ', - 'Ჿ' => 'ჿ', - 'Ḁ' => 'ḁ', - 'Ḃ' => 'ḃ', - 'Ḅ' => 'ḅ', - 'Ḇ' => 'ḇ', - 'Ḉ' => 'ḉ', - 'Ḋ' => 'ḋ', - 'Ḍ' => 'ḍ', - 'Ḏ' => 'ḏ', - 'Ḑ' => 'ḑ', - 'Ḓ' => 'ḓ', - 'Ḕ' => 'ḕ', - 'Ḗ' => 'ḗ', - 'Ḙ' => 'ḙ', - 'Ḛ' => 'ḛ', - 'Ḝ' => 'ḝ', - 'Ḟ' => 'ḟ', - 'Ḡ' => 'ḡ', - 'Ḣ' => 'ḣ', - 'Ḥ' => 'ḥ', - 'Ḧ' => 'ḧ', - 'Ḩ' => 'ḩ', - 'Ḫ' => 'ḫ', - 'Ḭ' => 'ḭ', - 'Ḯ' => 'ḯ', - 'Ḱ' => 'ḱ', - 'Ḳ' => 'ḳ', - 'Ḵ' => 'ḵ', - 'Ḷ' => 'ḷ', - 'Ḹ' => 'ḹ', - 'Ḻ' => 'ḻ', - 'Ḽ' => 'ḽ', - 'Ḿ' => 'ḿ', - 'Ṁ' => 'ṁ', - 'Ṃ' => 'ṃ', - 'Ṅ' => 'ṅ', - 'Ṇ' => 'ṇ', - 'Ṉ' => 'ṉ', - 'Ṋ' => 'ṋ', - 'Ṍ' => 'ṍ', - 'Ṏ' => 'ṏ', - 'Ṑ' => 'ṑ', - 'Ṓ' => 'ṓ', - 'Ṕ' => 'ṕ', - 'Ṗ' => 'ṗ', - 'Ṙ' => 'ṙ', - 'Ṛ' => 'ṛ', - 'Ṝ' => 'ṝ', - 'Ṟ' => 'ṟ', - 'Ṡ' => 'ṡ', - 'Ṣ' => 'ṣ', - 'Ṥ' => 'ṥ', - 'Ṧ' => 'ṧ', - 'Ṩ' => 'ṩ', - 'Ṫ' => 'ṫ', - 'Ṭ' => 'ṭ', - 'Ṯ' => 'ṯ', - 'Ṱ' => 'ṱ', - 'Ṳ' => 'ṳ', - 'Ṵ' => 'ṵ', - 'Ṷ' => 'ṷ', - 'Ṹ' => 'ṹ', - 'Ṻ' => 'ṻ', - 'Ṽ' => 'ṽ', - 'Ṿ' => 'ṿ', - 'Ẁ' => 'ẁ', - 'Ẃ' => 'ẃ', - 'Ẅ' => 'ẅ', - 'Ẇ' => 'ẇ', - 'Ẉ' => 'ẉ', - 'Ẋ' => 'ẋ', - 'Ẍ' => 'ẍ', - 'Ẏ' => 'ẏ', - 'Ẑ' => 'ẑ', - 'Ẓ' => 'ẓ', - 'Ẕ' => 'ẕ', - 'ẞ' => 'ß', - 'Ạ' => 'ạ', - 'Ả' => 'ả', - 'Ấ' => 'ấ', - 'Ầ' => 'ầ', - 'Ẩ' => 'ẩ', - 'Ẫ' => 'ẫ', - 'Ậ' => 'ậ', - 'Ắ' => 'ắ', - 'Ằ' => 'ằ', - 'Ẳ' => 'ẳ', - 'Ẵ' => 'ẵ', - 'Ặ' => 'ặ', - 'Ẹ' => 'ẹ', - 'Ẻ' => 'ẻ', - 'Ẽ' => 'ẽ', - 'Ế' => 'ế', - 'Ề' => 'ề', - 'Ể' => 'ể', - 'Ễ' => 'ễ', - 'Ệ' => 'ệ', - 'Ỉ' => 'ỉ', - 'Ị' => 'ị', - 'Ọ' => 'ọ', - 'Ỏ' => 'ỏ', - 'Ố' => 'ố', - 'Ồ' => 'ồ', - 'Ổ' => 'ổ', - 'Ỗ' => 'ỗ', - 'Ộ' => 'ộ', - 'Ớ' => 'ớ', - 'Ờ' => 'ờ', - 'Ở' => 'ở', - 'Ỡ' => 'ỡ', - 'Ợ' => 'ợ', - 'Ụ' => 'ụ', - 'Ủ' => 'ủ', - 'Ứ' => 'ứ', - 'Ừ' => 'ừ', - 'Ử' => 'ử', - 'Ữ' => 'ữ', - 'Ự' => 'ự', - 'Ỳ' => 'ỳ', - 'Ỵ' => 'ỵ', - 'Ỷ' => 'ỷ', - 'Ỹ' => 'ỹ', - 'Ỻ' => 'ỻ', - 'Ỽ' => 'ỽ', - 'Ỿ' => 'ỿ', - 'Ἀ' => 'ἀ', - 'Ἁ' => 'ἁ', - 'Ἂ' => 'ἂ', - 'Ἃ' => 'ἃ', - 'Ἄ' => 'ἄ', - 'Ἅ' => 'ἅ', - 'Ἆ' => 'ἆ', - 'Ἇ' => 'ἇ', - 'Ἐ' => 'ἐ', - 'Ἑ' => 'ἑ', - 'Ἒ' => 'ἒ', - 'Ἓ' => 'ἓ', - 'Ἔ' => 'ἔ', - 'Ἕ' => 'ἕ', - 'Ἠ' => 'ἠ', - 'Ἡ' => 'ἡ', - 'Ἢ' => 'ἢ', - 'Ἣ' => 'ἣ', - 'Ἤ' => 'ἤ', - 'Ἥ' => 'ἥ', - 'Ἦ' => 'ἦ', - 'Ἧ' => 'ἧ', - 'Ἰ' => 'ἰ', - 'Ἱ' => 'ἱ', - 'Ἲ' => 'ἲ', - 'Ἳ' => 'ἳ', - 'Ἴ' => 'ἴ', - 'Ἵ' => 'ἵ', - 'Ἶ' => 'ἶ', - 'Ἷ' => 'ἷ', - 'Ὀ' => 'ὀ', - 'Ὁ' => 'ὁ', - 'Ὂ' => 'ὂ', - 'Ὃ' => 'ὃ', - 'Ὄ' => 'ὄ', - 'Ὅ' => 'ὅ', - 'Ὑ' => 'ὑ', - 'Ὓ' => 'ὓ', - 'Ὕ' => 'ὕ', - 'Ὗ' => 'ὗ', - 'Ὠ' => 'ὠ', - 'Ὡ' => 'ὡ', - 'Ὢ' => 'ὢ', - 'Ὣ' => 'ὣ', - 'Ὤ' => 'ὤ', - 'Ὥ' => 'ὥ', - 'Ὦ' => 'ὦ', - 'Ὧ' => 'ὧ', - 'ᾈ' => 'ᾀ', - 'ᾉ' => 'ᾁ', - 'ᾊ' => 'ᾂ', - 'ᾋ' => 'ᾃ', - 'ᾌ' => 'ᾄ', - 'ᾍ' => 'ᾅ', - 'ᾎ' => 'ᾆ', - 'ᾏ' => 'ᾇ', - 'ᾘ' => 'ᾐ', - 'ᾙ' => 'ᾑ', - 'ᾚ' => 'ᾒ', - 'ᾛ' => 'ᾓ', - 'ᾜ' => 'ᾔ', - 'ᾝ' => 'ᾕ', - 'ᾞ' => 'ᾖ', - 'ᾟ' => 'ᾗ', - 'ᾨ' => 'ᾠ', - 'ᾩ' => 'ᾡ', - 'ᾪ' => 'ᾢ', - 'ᾫ' => 'ᾣ', - 'ᾬ' => 'ᾤ', - 'ᾭ' => 'ᾥ', - 'ᾮ' => 'ᾦ', - 'ᾯ' => 'ᾧ', - 'Ᾰ' => 'ᾰ', - 'Ᾱ' => 'ᾱ', - 'Ὰ' => 'ὰ', - 'Ά' => 'ά', - 'ᾼ' => 'ᾳ', - 'Ὲ' => 'ὲ', - 'Έ' => 'έ', - 'Ὴ' => 'ὴ', - 'Ή' => 'ή', - 'ῌ' => 'ῃ', - 'Ῐ' => 'ῐ', - 'Ῑ' => 'ῑ', - 'Ὶ' => 'ὶ', - 'Ί' => 'ί', - 'Ῠ' => 'ῠ', - 'Ῡ' => 'ῡ', - 'Ὺ' => 'ὺ', - 'Ύ' => 'ύ', - 'Ῥ' => 'ῥ', - 'Ὸ' => 'ὸ', - 'Ό' => 'ό', - 'Ὼ' => 'ὼ', - 'Ώ' => 'ώ', - 'ῼ' => 'ῳ', - 'Ω' => 'ω', - 'K' => 'k', - 'Å' => 'å', - 'Ⅎ' => 'ⅎ', - 'Ⅰ' => 'ⅰ', - 'Ⅱ' => 'ⅱ', - 'Ⅲ' => 'ⅲ', - 'Ⅳ' => 'ⅳ', - 'Ⅴ' => 'ⅴ', - 'Ⅵ' => 'ⅵ', - 'Ⅶ' => 'ⅶ', - 'Ⅷ' => 'ⅷ', - 'Ⅸ' => 'ⅸ', - 'Ⅹ' => 'ⅹ', - 'Ⅺ' => 'ⅺ', - 'Ⅻ' => 'ⅻ', - 'Ⅼ' => 'ⅼ', - 'Ⅽ' => 'ⅽ', - 'Ⅾ' => 'ⅾ', - 'Ⅿ' => 'ⅿ', - 'Ↄ' => 'ↄ', - 'Ⓐ' => 'ⓐ', - 'Ⓑ' => 'ⓑ', - 'Ⓒ' => 'ⓒ', - 'Ⓓ' => 'ⓓ', - 'Ⓔ' => 'ⓔ', - 'Ⓕ' => 'ⓕ', - 'Ⓖ' => 'ⓖ', - 'Ⓗ' => 'ⓗ', - 'Ⓘ' => 'ⓘ', - 'Ⓙ' => 'ⓙ', - 'Ⓚ' => 'ⓚ', - 'Ⓛ' => 'ⓛ', - 'Ⓜ' => 'ⓜ', - 'Ⓝ' => 'ⓝ', - 'Ⓞ' => 'ⓞ', - 'Ⓟ' => 'ⓟ', - 'Ⓠ' => 'ⓠ', - 'Ⓡ' => 'ⓡ', - 'Ⓢ' => 'ⓢ', - 'Ⓣ' => 'ⓣ', - 'Ⓤ' => 'ⓤ', - 'Ⓥ' => 'ⓥ', - 'Ⓦ' => 'ⓦ', - 'Ⓧ' => 'ⓧ', - 'Ⓨ' => 'ⓨ', - 'Ⓩ' => 'ⓩ', - 'Ⰰ' => 'ⰰ', - 'Ⰱ' => 'ⰱ', - 'Ⰲ' => 'ⰲ', - 'Ⰳ' => 'ⰳ', - 'Ⰴ' => 'ⰴ', - 'Ⰵ' => 'ⰵ', - 'Ⰶ' => 'ⰶ', - 'Ⰷ' => 'ⰷ', - 'Ⰸ' => 'ⰸ', - 'Ⰹ' => 'ⰹ', - 'Ⰺ' => 'ⰺ', - 'Ⰻ' => 'ⰻ', - 'Ⰼ' => 'ⰼ', - 'Ⰽ' => 'ⰽ', - 'Ⰾ' => 'ⰾ', - 'Ⰿ' => 'ⰿ', - 'Ⱀ' => 'ⱀ', - 'Ⱁ' => 'ⱁ', - 'Ⱂ' => 'ⱂ', - 'Ⱃ' => 'ⱃ', - 'Ⱄ' => 'ⱄ', - 'Ⱅ' => 'ⱅ', - 'Ⱆ' => 'ⱆ', - 'Ⱇ' => 'ⱇ', - 'Ⱈ' => 'ⱈ', - 'Ⱉ' => 'ⱉ', - 'Ⱊ' => 'ⱊ', - 'Ⱋ' => 'ⱋ', - 'Ⱌ' => 'ⱌ', - 'Ⱍ' => 'ⱍ', - 'Ⱎ' => 'ⱎ', - 'Ⱏ' => 'ⱏ', - 'Ⱐ' => 'ⱐ', - 'Ⱑ' => 'ⱑ', - 'Ⱒ' => 'ⱒ', - 'Ⱓ' => 'ⱓ', - 'Ⱔ' => 'ⱔ', - 'Ⱕ' => 'ⱕ', - 'Ⱖ' => 'ⱖ', - 'Ⱗ' => 'ⱗ', - 'Ⱘ' => 'ⱘ', - 'Ⱙ' => 'ⱙ', - 'Ⱚ' => 'ⱚ', - 'Ⱛ' => 'ⱛ', - 'Ⱜ' => 'ⱜ', - 'Ⱝ' => 'ⱝ', - 'Ⱞ' => 'ⱞ', - 'Ⱡ' => 'ⱡ', - 'Ɫ' => 'ɫ', - 'Ᵽ' => 'ᵽ', - 'Ɽ' => 'ɽ', - 'Ⱨ' => 'ⱨ', - 'Ⱪ' => 'ⱪ', - 'Ⱬ' => 'ⱬ', - 'Ɑ' => 'ɑ', - 'Ɱ' => 'ɱ', - 'Ɐ' => 'ɐ', - 'Ɒ' => 'ɒ', - 'Ⱳ' => 'ⱳ', - 'Ⱶ' => 'ⱶ', - 'Ȿ' => 'ȿ', - 'Ɀ' => 'ɀ', - 'Ⲁ' => 'ⲁ', - 'Ⲃ' => 'ⲃ', - 'Ⲅ' => 'ⲅ', - 'Ⲇ' => 'ⲇ', - 'Ⲉ' => 'ⲉ', - 'Ⲋ' => 'ⲋ', - 'Ⲍ' => 'ⲍ', - 'Ⲏ' => 'ⲏ', - 'Ⲑ' => 'ⲑ', - 'Ⲓ' => 'ⲓ', - 'Ⲕ' => 'ⲕ', - 'Ⲗ' => 'ⲗ', - 'Ⲙ' => 'ⲙ', - 'Ⲛ' => 'ⲛ', - 'Ⲝ' => 'ⲝ', - 'Ⲟ' => 'ⲟ', - 'Ⲡ' => 'ⲡ', - 'Ⲣ' => 'ⲣ', - 'Ⲥ' => 'ⲥ', - 'Ⲧ' => 'ⲧ', - 'Ⲩ' => 'ⲩ', - 'Ⲫ' => 'ⲫ', - 'Ⲭ' => 'ⲭ', - 'Ⲯ' => 'ⲯ', - 'Ⲱ' => 'ⲱ', - 'Ⲳ' => 'ⲳ', - 'Ⲵ' => 'ⲵ', - 'Ⲷ' => 'ⲷ', - 'Ⲹ' => 'ⲹ', - 'Ⲻ' => 'ⲻ', - 'Ⲽ' => 'ⲽ', - 'Ⲿ' => 'ⲿ', - 'Ⳁ' => 'ⳁ', - 'Ⳃ' => 'ⳃ', - 'Ⳅ' => 'ⳅ', - 'Ⳇ' => 'ⳇ', - 'Ⳉ' => 'ⳉ', - 'Ⳋ' => 'ⳋ', - 'Ⳍ' => 'ⳍ', - 'Ⳏ' => 'ⳏ', - 'Ⳑ' => 'ⳑ', - 'Ⳓ' => 'ⳓ', - 'Ⳕ' => 'ⳕ', - 'Ⳗ' => 'ⳗ', - 'Ⳙ' => 'ⳙ', - 'Ⳛ' => 'ⳛ', - 'Ⳝ' => 'ⳝ', - 'Ⳟ' => 'ⳟ', - 'Ⳡ' => 'ⳡ', - 'Ⳣ' => 'ⳣ', - 'Ⳬ' => 'ⳬ', - 'Ⳮ' => 'ⳮ', - 'Ⳳ' => 'ⳳ', - 'Ꙁ' => 'ꙁ', - 'Ꙃ' => 'ꙃ', - 'Ꙅ' => 'ꙅ', - 'Ꙇ' => 'ꙇ', - 'Ꙉ' => 'ꙉ', - 'Ꙋ' => 'ꙋ', - 'Ꙍ' => 'ꙍ', - 'Ꙏ' => 'ꙏ', - 'Ꙑ' => 'ꙑ', - 'Ꙓ' => 'ꙓ', - 'Ꙕ' => 'ꙕ', - 'Ꙗ' => 'ꙗ', - 'Ꙙ' => 'ꙙ', - 'Ꙛ' => 'ꙛ', - 'Ꙝ' => 'ꙝ', - 'Ꙟ' => 'ꙟ', - 'Ꙡ' => 'ꙡ', - 'Ꙣ' => 'ꙣ', - 'Ꙥ' => 'ꙥ', - 'Ꙧ' => 'ꙧ', - 'Ꙩ' => 'ꙩ', - 'Ꙫ' => 'ꙫ', - 'Ꙭ' => 'ꙭ', - 'Ꚁ' => 'ꚁ', - 'Ꚃ' => 'ꚃ', - 'Ꚅ' => 'ꚅ', - 'Ꚇ' => 'ꚇ', - 'Ꚉ' => 'ꚉ', - 'Ꚋ' => 'ꚋ', - 'Ꚍ' => 'ꚍ', - 'Ꚏ' => 'ꚏ', - 'Ꚑ' => 'ꚑ', - 'Ꚓ' => 'ꚓ', - 'Ꚕ' => 'ꚕ', - 'Ꚗ' => 'ꚗ', - 'Ꚙ' => 'ꚙ', - 'Ꚛ' => 'ꚛ', - 'Ꜣ' => 'ꜣ', - 'Ꜥ' => 'ꜥ', - 'Ꜧ' => 'ꜧ', - 'Ꜩ' => 'ꜩ', - 'Ꜫ' => 'ꜫ', - 'Ꜭ' => 'ꜭ', - 'Ꜯ' => 'ꜯ', - 'Ꜳ' => 'ꜳ', - 'Ꜵ' => 'ꜵ', - 'Ꜷ' => 'ꜷ', - 'Ꜹ' => 'ꜹ', - 'Ꜻ' => 'ꜻ', - 'Ꜽ' => 'ꜽ', - 'Ꜿ' => 'ꜿ', - 'Ꝁ' => 'ꝁ', - 'Ꝃ' => 'ꝃ', - 'Ꝅ' => 'ꝅ', - 'Ꝇ' => 'ꝇ', - 'Ꝉ' => 'ꝉ', - 'Ꝋ' => 'ꝋ', - 'Ꝍ' => 'ꝍ', - 'Ꝏ' => 'ꝏ', - 'Ꝑ' => 'ꝑ', - 'Ꝓ' => 'ꝓ', - 'Ꝕ' => 'ꝕ', - 'Ꝗ' => 'ꝗ', - 'Ꝙ' => 'ꝙ', - 'Ꝛ' => 'ꝛ', - 'Ꝝ' => 'ꝝ', - 'Ꝟ' => 'ꝟ', - 'Ꝡ' => 'ꝡ', - 'Ꝣ' => 'ꝣ', - 'Ꝥ' => 'ꝥ', - 'Ꝧ' => 'ꝧ', - 'Ꝩ' => 'ꝩ', - 'Ꝫ' => 'ꝫ', - 'Ꝭ' => 'ꝭ', - 'Ꝯ' => 'ꝯ', - 'Ꝺ' => 'ꝺ', - 'Ꝼ' => 'ꝼ', - 'Ᵹ' => 'ᵹ', - 'Ꝿ' => 'ꝿ', - 'Ꞁ' => 'ꞁ', - 'Ꞃ' => 'ꞃ', - 'Ꞅ' => 'ꞅ', - 'Ꞇ' => 'ꞇ', - 'Ꞌ' => 'ꞌ', - 'Ɥ' => 'ɥ', - 'Ꞑ' => 'ꞑ', - 'Ꞓ' => 'ꞓ', - 'Ꞗ' => 'ꞗ', - 'Ꞙ' => 'ꞙ', - 'Ꞛ' => 'ꞛ', - 'Ꞝ' => 'ꞝ', - 'Ꞟ' => 'ꞟ', - 'Ꞡ' => 'ꞡ', - 'Ꞣ' => 'ꞣ', - 'Ꞥ' => 'ꞥ', - 'Ꞧ' => 'ꞧ', - 'Ꞩ' => 'ꞩ', - 'Ɦ' => 'ɦ', - 'Ɜ' => 'ɜ', - 'Ɡ' => 'ɡ', - 'Ɬ' => 'ɬ', - 'Ɪ' => 'ɪ', - 'Ʞ' => 'ʞ', - 'Ʇ' => 'ʇ', - 'Ʝ' => 'ʝ', - 'Ꭓ' => 'ꭓ', - 'Ꞵ' => 'ꞵ', - 'Ꞷ' => 'ꞷ', - 'Ꞹ' => 'ꞹ', - 'Ꞻ' => 'ꞻ', - 'Ꞽ' => 'ꞽ', - 'Ꞿ' => 'ꞿ', - 'Ꟃ' => 'ꟃ', - 'Ꞔ' => 'ꞔ', - 'Ʂ' => 'ʂ', - 'Ᶎ' => 'ᶎ', - 'Ꟈ' => 'ꟈ', - 'Ꟊ' => 'ꟊ', - 'Ꟶ' => 'ꟶ', - 'A' => 'a', - 'B' => 'b', - 'C' => 'c', - 'D' => 'd', - 'E' => 'e', - 'F' => 'f', - 'G' => 'g', - 'H' => 'h', - 'I' => 'i', - 'J' => 'j', - 'K' => 'k', - 'L' => 'l', - 'M' => 'm', - 'N' => 'n', - 'O' => 'o', - 'P' => 'p', - 'Q' => 'q', - 'R' => 'r', - 'S' => 's', - 'T' => 't', - 'U' => 'u', - 'V' => 'v', - 'W' => 'w', - 'X' => 'x', - 'Y' => 'y', - 'Z' => 'z', - '𐐀' => '𐐨', - '𐐁' => '𐐩', - '𐐂' => '𐐪', - '𐐃' => '𐐫', - '𐐄' => '𐐬', - '𐐅' => '𐐭', - '𐐆' => '𐐮', - '𐐇' => '𐐯', - '𐐈' => '𐐰', - '𐐉' => '𐐱', - '𐐊' => '𐐲', - '𐐋' => '𐐳', - '𐐌' => '𐐴', - '𐐍' => '𐐵', - '𐐎' => '𐐶', - '𐐏' => '𐐷', - '𐐐' => '𐐸', - '𐐑' => '𐐹', - '𐐒' => '𐐺', - '𐐓' => '𐐻', - '𐐔' => '𐐼', - '𐐕' => '𐐽', - '𐐖' => '𐐾', - '𐐗' => '𐐿', - '𐐘' => '𐑀', - '𐐙' => '𐑁', - '𐐚' => '𐑂', - '𐐛' => '𐑃', - '𐐜' => '𐑄', - '𐐝' => '𐑅', - '𐐞' => '𐑆', - '𐐟' => '𐑇', - '𐐠' => '𐑈', - '𐐡' => '𐑉', - '𐐢' => '𐑊', - '𐐣' => '𐑋', - '𐐤' => '𐑌', - '𐐥' => '𐑍', - '𐐦' => '𐑎', - '𐐧' => '𐑏', - '𐒰' => '𐓘', - '𐒱' => '𐓙', - '𐒲' => '𐓚', - '𐒳' => '𐓛', - '𐒴' => '𐓜', - '𐒵' => '𐓝', - '𐒶' => '𐓞', - '𐒷' => '𐓟', - '𐒸' => '𐓠', - '𐒹' => '𐓡', - '𐒺' => '𐓢', - '𐒻' => '𐓣', - '𐒼' => '𐓤', - '𐒽' => '𐓥', - '𐒾' => '𐓦', - '𐒿' => '𐓧', - '𐓀' => '𐓨', - '𐓁' => '𐓩', - '𐓂' => '𐓪', - '𐓃' => '𐓫', - '𐓄' => '𐓬', - '𐓅' => '𐓭', - '𐓆' => '𐓮', - '𐓇' => '𐓯', - '𐓈' => '𐓰', - '𐓉' => '𐓱', - '𐓊' => '𐓲', - '𐓋' => '𐓳', - '𐓌' => '𐓴', - '𐓍' => '𐓵', - '𐓎' => '𐓶', - '𐓏' => '𐓷', - '𐓐' => '𐓸', - '𐓑' => '𐓹', - '𐓒' => '𐓺', - '𐓓' => '𐓻', - '𐲀' => '𐳀', - '𐲁' => '𐳁', - '𐲂' => '𐳂', - '𐲃' => '𐳃', - '𐲄' => '𐳄', - '𐲅' => '𐳅', - '𐲆' => '𐳆', - '𐲇' => '𐳇', - '𐲈' => '𐳈', - '𐲉' => '𐳉', - '𐲊' => '𐳊', - '𐲋' => '𐳋', - '𐲌' => '𐳌', - '𐲍' => '𐳍', - '𐲎' => '𐳎', - '𐲏' => '𐳏', - '𐲐' => '𐳐', - '𐲑' => '𐳑', - '𐲒' => '𐳒', - '𐲓' => '𐳓', - '𐲔' => '𐳔', - '𐲕' => '𐳕', - '𐲖' => '𐳖', - '𐲗' => '𐳗', - '𐲘' => '𐳘', - '𐲙' => '𐳙', - '𐲚' => '𐳚', - '𐲛' => '𐳛', - '𐲜' => '𐳜', - '𐲝' => '𐳝', - '𐲞' => '𐳞', - '𐲟' => '𐳟', - '𐲠' => '𐳠', - '𐲡' => '𐳡', - '𐲢' => '𐳢', - '𐲣' => '𐳣', - '𐲤' => '𐳤', - '𐲥' => '𐳥', - '𐲦' => '𐳦', - '𐲧' => '𐳧', - '𐲨' => '𐳨', - '𐲩' => '𐳩', - '𐲪' => '𐳪', - '𐲫' => '𐳫', - '𐲬' => '𐳬', - '𐲭' => '𐳭', - '𐲮' => '𐳮', - '𐲯' => '𐳯', - '𐲰' => '𐳰', - '𐲱' => '𐳱', - '𐲲' => '𐳲', - '𑢠' => '𑣀', - '𑢡' => '𑣁', - '𑢢' => '𑣂', - '𑢣' => '𑣃', - '𑢤' => '𑣄', - '𑢥' => '𑣅', - '𑢦' => '𑣆', - '𑢧' => '𑣇', - '𑢨' => '𑣈', - '𑢩' => '𑣉', - '𑢪' => '𑣊', - '𑢫' => '𑣋', - '𑢬' => '𑣌', - '𑢭' => '𑣍', - '𑢮' => '𑣎', - '𑢯' => '𑣏', - '𑢰' => '𑣐', - '𑢱' => '𑣑', - '𑢲' => '𑣒', - '𑢳' => '𑣓', - '𑢴' => '𑣔', - '𑢵' => '𑣕', - '𑢶' => '𑣖', - '𑢷' => '𑣗', - '𑢸' => '𑣘', - '𑢹' => '𑣙', - '𑢺' => '𑣚', - '𑢻' => '𑣛', - '𑢼' => '𑣜', - '𑢽' => '𑣝', - '𑢾' => '𑣞', - '𑢿' => '𑣟', - '𖹀' => '𖹠', - '𖹁' => '𖹡', - '𖹂' => '𖹢', - '𖹃' => '𖹣', - '𖹄' => '𖹤', - '𖹅' => '𖹥', - '𖹆' => '𖹦', - '𖹇' => '𖹧', - '𖹈' => '𖹨', - '𖹉' => '𖹩', - '𖹊' => '𖹪', - '𖹋' => '𖹫', - '𖹌' => '𖹬', - '𖹍' => '𖹭', - '𖹎' => '𖹮', - '𖹏' => '𖹯', - '𖹐' => '𖹰', - '𖹑' => '𖹱', - '𖹒' => '𖹲', - '𖹓' => '𖹳', - '𖹔' => '𖹴', - '𖹕' => '𖹵', - '𖹖' => '𖹶', - '𖹗' => '𖹷', - '𖹘' => '𖹸', - '𖹙' => '𖹹', - '𖹚' => '𖹺', - '𖹛' => '𖹻', - '𖹜' => '𖹼', - '𖹝' => '𖹽', - '𖹞' => '𖹾', - '𖹟' => '𖹿', - '𞤀' => '𞤢', - '𞤁' => '𞤣', - '𞤂' => '𞤤', - '𞤃' => '𞤥', - '𞤄' => '𞤦', - '𞤅' => '𞤧', - '𞤆' => '𞤨', - '𞤇' => '𞤩', - '𞤈' => '𞤪', - '𞤉' => '𞤫', - '𞤊' => '𞤬', - '𞤋' => '𞤭', - '𞤌' => '𞤮', - '𞤍' => '𞤯', - '𞤎' => '𞤰', - '𞤏' => '𞤱', - '𞤐' => '𞤲', - '𞤑' => '𞤳', - '𞤒' => '𞤴', - '𞤓' => '𞤵', - '𞤔' => '𞤶', - '𞤕' => '𞤷', - '𞤖' => '𞤸', - '𞤗' => '𞤹', - '𞤘' => '𞤺', - '𞤙' => '𞤻', - '𞤚' => '𞤼', - '𞤛' => '𞤽', - '𞤜' => '𞤾', - '𞤝' => '𞤿', - '𞤞' => '𞥀', - '𞤟' => '𞥁', - '𞤠' => '𞥂', - '𞤡' => '𞥃', -); diff --git a/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php b/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php deleted file mode 100755 index 2a8f6e7..0000000 --- a/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +++ /dev/null @@ -1,5 +0,0 @@ - 'A', - 'b' => 'B', - 'c' => 'C', - 'd' => 'D', - 'e' => 'E', - 'f' => 'F', - 'g' => 'G', - 'h' => 'H', - 'i' => 'I', - 'j' => 'J', - 'k' => 'K', - 'l' => 'L', - 'm' => 'M', - 'n' => 'N', - 'o' => 'O', - 'p' => 'P', - 'q' => 'Q', - 'r' => 'R', - 's' => 'S', - 't' => 'T', - 'u' => 'U', - 'v' => 'V', - 'w' => 'W', - 'x' => 'X', - 'y' => 'Y', - 'z' => 'Z', - 'µ' => 'Μ', - 'à' => 'À', - 'á' => 'Á', - 'â' => 'Â', - 'ã' => 'Ã', - 'ä' => 'Ä', - 'å' => 'Å', - 'æ' => 'Æ', - 'ç' => 'Ç', - 'è' => 'È', - 'é' => 'É', - 'ê' => 'Ê', - 'ë' => 'Ë', - 'ì' => 'Ì', - 'í' => 'Í', - 'î' => 'Î', - 'ï' => 'Ï', - 'ð' => 'Ð', - 'ñ' => 'Ñ', - 'ò' => 'Ò', - 'ó' => 'Ó', - 'ô' => 'Ô', - 'õ' => 'Õ', - 'ö' => 'Ö', - 'ø' => 'Ø', - 'ù' => 'Ù', - 'ú' => 'Ú', - 'û' => 'Û', - 'ü' => 'Ü', - 'ý' => 'Ý', - 'þ' => 'Þ', - 'ÿ' => 'Ÿ', - 'ā' => 'Ā', - 'ă' => 'Ă', - 'ą' => 'Ą', - 'ć' => 'Ć', - 'ĉ' => 'Ĉ', - 'ċ' => 'Ċ', - 'č' => 'Č', - 'ď' => 'Ď', - 'đ' => 'Đ', - 'ē' => 'Ē', - 'ĕ' => 'Ĕ', - 'ė' => 'Ė', - 'ę' => 'Ę', - 'ě' => 'Ě', - 'ĝ' => 'Ĝ', - 'ğ' => 'Ğ', - 'ġ' => 'Ġ', - 'ģ' => 'Ģ', - 'ĥ' => 'Ĥ', - 'ħ' => 'Ħ', - 'ĩ' => 'Ĩ', - 'ī' => 'Ī', - 'ĭ' => 'Ĭ', - 'į' => 'Į', - 'ı' => 'I', - 'ij' => 'IJ', - 'ĵ' => 'Ĵ', - 'ķ' => 'Ķ', - 'ĺ' => 'Ĺ', - 'ļ' => 'Ļ', - 'ľ' => 'Ľ', - 'ŀ' => 'Ŀ', - 'ł' => 'Ł', - 'ń' => 'Ń', - 'ņ' => 'Ņ', - 'ň' => 'Ň', - 'ŋ' => 'Ŋ', - 'ō' => 'Ō', - 'ŏ' => 'Ŏ', - 'ő' => 'Ő', - 'œ' => 'Œ', - 'ŕ' => 'Ŕ', - 'ŗ' => 'Ŗ', - 'ř' => 'Ř', - 'ś' => 'Ś', - 'ŝ' => 'Ŝ', - 'ş' => 'Ş', - 'š' => 'Š', - 'ţ' => 'Ţ', - 'ť' => 'Ť', - 'ŧ' => 'Ŧ', - 'ũ' => 'Ũ', - 'ū' => 'Ū', - 'ŭ' => 'Ŭ', - 'ů' => 'Ů', - 'ű' => 'Ű', - 'ų' => 'Ų', - 'ŵ' => 'Ŵ', - 'ŷ' => 'Ŷ', - 'ź' => 'Ź', - 'ż' => 'Ż', - 'ž' => 'Ž', - 'ſ' => 'S', - 'ƀ' => 'Ƀ', - 'ƃ' => 'Ƃ', - 'ƅ' => 'Ƅ', - 'ƈ' => 'Ƈ', - 'ƌ' => 'Ƌ', - 'ƒ' => 'Ƒ', - 'ƕ' => 'Ƕ', - 'ƙ' => 'Ƙ', - 'ƚ' => 'Ƚ', - 'ƞ' => 'Ƞ', - 'ơ' => 'Ơ', - 'ƣ' => 'Ƣ', - 'ƥ' => 'Ƥ', - 'ƨ' => 'Ƨ', - 'ƭ' => 'Ƭ', - 'ư' => 'Ư', - 'ƴ' => 'Ƴ', - 'ƶ' => 'Ƶ', - 'ƹ' => 'Ƹ', - 'ƽ' => 'Ƽ', - 'ƿ' => 'Ƿ', - 'Dž' => 'DŽ', - 'dž' => 'DŽ', - 'Lj' => 'LJ', - 'lj' => 'LJ', - 'Nj' => 'NJ', - 'nj' => 'NJ', - 'ǎ' => 'Ǎ', - 'ǐ' => 'Ǐ', - 'ǒ' => 'Ǒ', - 'ǔ' => 'Ǔ', - 'ǖ' => 'Ǖ', - 'ǘ' => 'Ǘ', - 'ǚ' => 'Ǚ', - 'ǜ' => 'Ǜ', - 'ǝ' => 'Ǝ', - 'ǟ' => 'Ǟ', - 'ǡ' => 'Ǡ', - 'ǣ' => 'Ǣ', - 'ǥ' => 'Ǥ', - 'ǧ' => 'Ǧ', - 'ǩ' => 'Ǩ', - 'ǫ' => 'Ǫ', - 'ǭ' => 'Ǭ', - 'ǯ' => 'Ǯ', - 'Dz' => 'DZ', - 'dz' => 'DZ', - 'ǵ' => 'Ǵ', - 'ǹ' => 'Ǹ', - 'ǻ' => 'Ǻ', - 'ǽ' => 'Ǽ', - 'ǿ' => 'Ǿ', - 'ȁ' => 'Ȁ', - 'ȃ' => 'Ȃ', - 'ȅ' => 'Ȅ', - 'ȇ' => 'Ȇ', - 'ȉ' => 'Ȉ', - 'ȋ' => 'Ȋ', - 'ȍ' => 'Ȍ', - 'ȏ' => 'Ȏ', - 'ȑ' => 'Ȑ', - 'ȓ' => 'Ȓ', - 'ȕ' => 'Ȕ', - 'ȗ' => 'Ȗ', - 'ș' => 'Ș', - 'ț' => 'Ț', - 'ȝ' => 'Ȝ', - 'ȟ' => 'Ȟ', - 'ȣ' => 'Ȣ', - 'ȥ' => 'Ȥ', - 'ȧ' => 'Ȧ', - 'ȩ' => 'Ȩ', - 'ȫ' => 'Ȫ', - 'ȭ' => 'Ȭ', - 'ȯ' => 'Ȯ', - 'ȱ' => 'Ȱ', - 'ȳ' => 'Ȳ', - 'ȼ' => 'Ȼ', - 'ȿ' => 'Ȿ', - 'ɀ' => 'Ɀ', - 'ɂ' => 'Ɂ', - 'ɇ' => 'Ɇ', - 'ɉ' => 'Ɉ', - 'ɋ' => 'Ɋ', - 'ɍ' => 'Ɍ', - 'ɏ' => 'Ɏ', - 'ɐ' => 'Ɐ', - 'ɑ' => 'Ɑ', - 'ɒ' => 'Ɒ', - 'ɓ' => 'Ɓ', - 'ɔ' => 'Ɔ', - 'ɖ' => 'Ɖ', - 'ɗ' => 'Ɗ', - 'ə' => 'Ə', - 'ɛ' => 'Ɛ', - 'ɜ' => 'Ɜ', - 'ɠ' => 'Ɠ', - 'ɡ' => 'Ɡ', - 'ɣ' => 'Ɣ', - 'ɥ' => 'Ɥ', - 'ɦ' => 'Ɦ', - 'ɨ' => 'Ɨ', - 'ɩ' => 'Ɩ', - 'ɪ' => 'Ɪ', - 'ɫ' => 'Ɫ', - 'ɬ' => 'Ɬ', - 'ɯ' => 'Ɯ', - 'ɱ' => 'Ɱ', - 'ɲ' => 'Ɲ', - 'ɵ' => 'Ɵ', - 'ɽ' => 'Ɽ', - 'ʀ' => 'Ʀ', - 'ʂ' => 'Ʂ', - 'ʃ' => 'Ʃ', - 'ʇ' => 'Ʇ', - 'ʈ' => 'Ʈ', - 'ʉ' => 'Ʉ', - 'ʊ' => 'Ʊ', - 'ʋ' => 'Ʋ', - 'ʌ' => 'Ʌ', - 'ʒ' => 'Ʒ', - 'ʝ' => 'Ʝ', - 'ʞ' => 'Ʞ', - 'ͅ' => 'Ι', - 'ͱ' => 'Ͱ', - 'ͳ' => 'Ͳ', - 'ͷ' => 'Ͷ', - 'ͻ' => 'Ͻ', - 'ͼ' => 'Ͼ', - 'ͽ' => 'Ͽ', - 'ά' => 'Ά', - 'έ' => 'Έ', - 'ή' => 'Ή', - 'ί' => 'Ί', - 'α' => 'Α', - 'β' => 'Β', - 'γ' => 'Γ', - 'δ' => 'Δ', - 'ε' => 'Ε', - 'ζ' => 'Ζ', - 'η' => 'Η', - 'θ' => 'Θ', - 'ι' => 'Ι', - 'κ' => 'Κ', - 'λ' => 'Λ', - 'μ' => 'Μ', - 'ν' => 'Ν', - 'ξ' => 'Ξ', - 'ο' => 'Ο', - 'π' => 'Π', - 'ρ' => 'Ρ', - 'ς' => 'Σ', - 'σ' => 'Σ', - 'τ' => 'Τ', - 'υ' => 'Υ', - 'φ' => 'Φ', - 'χ' => 'Χ', - 'ψ' => 'Ψ', - 'ω' => 'Ω', - 'ϊ' => 'Ϊ', - 'ϋ' => 'Ϋ', - 'ό' => 'Ό', - 'ύ' => 'Ύ', - 'ώ' => 'Ώ', - 'ϐ' => 'Β', - 'ϑ' => 'Θ', - 'ϕ' => 'Φ', - 'ϖ' => 'Π', - 'ϗ' => 'Ϗ', - 'ϙ' => 'Ϙ', - 'ϛ' => 'Ϛ', - 'ϝ' => 'Ϝ', - 'ϟ' => 'Ϟ', - 'ϡ' => 'Ϡ', - 'ϣ' => 'Ϣ', - 'ϥ' => 'Ϥ', - 'ϧ' => 'Ϧ', - 'ϩ' => 'Ϩ', - 'ϫ' => 'Ϫ', - 'ϭ' => 'Ϭ', - 'ϯ' => 'Ϯ', - 'ϰ' => 'Κ', - 'ϱ' => 'Ρ', - 'ϲ' => 'Ϲ', - 'ϳ' => 'Ϳ', - 'ϵ' => 'Ε', - 'ϸ' => 'Ϸ', - 'ϻ' => 'Ϻ', - 'а' => 'А', - 'б' => 'Б', - 'в' => 'В', - 'г' => 'Г', - 'д' => 'Д', - 'е' => 'Е', - 'ж' => 'Ж', - 'з' => 'З', - 'и' => 'И', - 'й' => 'Й', - 'к' => 'К', - 'л' => 'Л', - 'м' => 'М', - 'н' => 'Н', - 'о' => 'О', - 'п' => 'П', - 'р' => 'Р', - 'с' => 'С', - 'т' => 'Т', - 'у' => 'У', - 'ф' => 'Ф', - 'х' => 'Х', - 'ц' => 'Ц', - 'ч' => 'Ч', - 'ш' => 'Ш', - 'щ' => 'Щ', - 'ъ' => 'Ъ', - 'ы' => 'Ы', - 'ь' => 'Ь', - 'э' => 'Э', - 'ю' => 'Ю', - 'я' => 'Я', - 'ѐ' => 'Ѐ', - 'ё' => 'Ё', - 'ђ' => 'Ђ', - 'ѓ' => 'Ѓ', - 'є' => 'Є', - 'ѕ' => 'Ѕ', - 'і' => 'І', - 'ї' => 'Ї', - 'ј' => 'Ј', - 'љ' => 'Љ', - 'њ' => 'Њ', - 'ћ' => 'Ћ', - 'ќ' => 'Ќ', - 'ѝ' => 'Ѝ', - 'ў' => 'Ў', - 'џ' => 'Џ', - 'ѡ' => 'Ѡ', - 'ѣ' => 'Ѣ', - 'ѥ' => 'Ѥ', - 'ѧ' => 'Ѧ', - 'ѩ' => 'Ѩ', - 'ѫ' => 'Ѫ', - 'ѭ' => 'Ѭ', - 'ѯ' => 'Ѯ', - 'ѱ' => 'Ѱ', - 'ѳ' => 'Ѳ', - 'ѵ' => 'Ѵ', - 'ѷ' => 'Ѷ', - 'ѹ' => 'Ѹ', - 'ѻ' => 'Ѻ', - 'ѽ' => 'Ѽ', - 'ѿ' => 'Ѿ', - 'ҁ' => 'Ҁ', - 'ҋ' => 'Ҋ', - 'ҍ' => 'Ҍ', - 'ҏ' => 'Ҏ', - 'ґ' => 'Ґ', - 'ғ' => 'Ғ', - 'ҕ' => 'Ҕ', - 'җ' => 'Җ', - 'ҙ' => 'Ҙ', - 'қ' => 'Қ', - 'ҝ' => 'Ҝ', - 'ҟ' => 'Ҟ', - 'ҡ' => 'Ҡ', - 'ң' => 'Ң', - 'ҥ' => 'Ҥ', - 'ҧ' => 'Ҧ', - 'ҩ' => 'Ҩ', - 'ҫ' => 'Ҫ', - 'ҭ' => 'Ҭ', - 'ү' => 'Ү', - 'ұ' => 'Ұ', - 'ҳ' => 'Ҳ', - 'ҵ' => 'Ҵ', - 'ҷ' => 'Ҷ', - 'ҹ' => 'Ҹ', - 'һ' => 'Һ', - 'ҽ' => 'Ҽ', - 'ҿ' => 'Ҿ', - 'ӂ' => 'Ӂ', - 'ӄ' => 'Ӄ', - 'ӆ' => 'Ӆ', - 'ӈ' => 'Ӈ', - 'ӊ' => 'Ӊ', - 'ӌ' => 'Ӌ', - 'ӎ' => 'Ӎ', - 'ӏ' => 'Ӏ', - 'ӑ' => 'Ӑ', - 'ӓ' => 'Ӓ', - 'ӕ' => 'Ӕ', - 'ӗ' => 'Ӗ', - 'ә' => 'Ә', - 'ӛ' => 'Ӛ', - 'ӝ' => 'Ӝ', - 'ӟ' => 'Ӟ', - 'ӡ' => 'Ӡ', - 'ӣ' => 'Ӣ', - 'ӥ' => 'Ӥ', - 'ӧ' => 'Ӧ', - 'ө' => 'Ө', - 'ӫ' => 'Ӫ', - 'ӭ' => 'Ӭ', - 'ӯ' => 'Ӯ', - 'ӱ' => 'Ӱ', - 'ӳ' => 'Ӳ', - 'ӵ' => 'Ӵ', - 'ӷ' => 'Ӷ', - 'ӹ' => 'Ӹ', - 'ӻ' => 'Ӻ', - 'ӽ' => 'Ӽ', - 'ӿ' => 'Ӿ', - 'ԁ' => 'Ԁ', - 'ԃ' => 'Ԃ', - 'ԅ' => 'Ԅ', - 'ԇ' => 'Ԇ', - 'ԉ' => 'Ԉ', - 'ԋ' => 'Ԋ', - 'ԍ' => 'Ԍ', - 'ԏ' => 'Ԏ', - 'ԑ' => 'Ԑ', - 'ԓ' => 'Ԓ', - 'ԕ' => 'Ԕ', - 'ԗ' => 'Ԗ', - 'ԙ' => 'Ԙ', - 'ԛ' => 'Ԛ', - 'ԝ' => 'Ԝ', - 'ԟ' => 'Ԟ', - 'ԡ' => 'Ԡ', - 'ԣ' => 'Ԣ', - 'ԥ' => 'Ԥ', - 'ԧ' => 'Ԧ', - 'ԩ' => 'Ԩ', - 'ԫ' => 'Ԫ', - 'ԭ' => 'Ԭ', - 'ԯ' => 'Ԯ', - 'ա' => 'Ա', - 'բ' => 'Բ', - 'գ' => 'Գ', - 'դ' => 'Դ', - 'ե' => 'Ե', - 'զ' => 'Զ', - 'է' => 'Է', - 'ը' => 'Ը', - 'թ' => 'Թ', - 'ժ' => 'Ժ', - 'ի' => 'Ի', - 'լ' => 'Լ', - 'խ' => 'Խ', - 'ծ' => 'Ծ', - 'կ' => 'Կ', - 'հ' => 'Հ', - 'ձ' => 'Ձ', - 'ղ' => 'Ղ', - 'ճ' => 'Ճ', - 'մ' => 'Մ', - 'յ' => 'Յ', - 'ն' => 'Ն', - 'շ' => 'Շ', - 'ո' => 'Ո', - 'չ' => 'Չ', - 'պ' => 'Պ', - 'ջ' => 'Ջ', - 'ռ' => 'Ռ', - 'ս' => 'Ս', - 'վ' => 'Վ', - 'տ' => 'Տ', - 'ր' => 'Ր', - 'ց' => 'Ց', - 'ւ' => 'Ւ', - 'փ' => 'Փ', - 'ք' => 'Ք', - 'օ' => 'Օ', - 'ֆ' => 'Ֆ', - 'ა' => 'Ა', - 'ბ' => 'Ბ', - 'გ' => 'Გ', - 'დ' => 'Დ', - 'ე' => 'Ე', - 'ვ' => 'Ვ', - 'ზ' => 'Ზ', - 'თ' => 'Თ', - 'ი' => 'Ი', - 'კ' => 'Კ', - 'ლ' => 'Ლ', - 'მ' => 'Მ', - 'ნ' => 'Ნ', - 'ო' => 'Ო', - 'პ' => 'Პ', - 'ჟ' => 'Ჟ', - 'რ' => 'Რ', - 'ს' => 'Ს', - 'ტ' => 'Ტ', - 'უ' => 'Უ', - 'ფ' => 'Ფ', - 'ქ' => 'Ქ', - 'ღ' => 'Ღ', - 'ყ' => 'Ყ', - 'შ' => 'Შ', - 'ჩ' => 'Ჩ', - 'ც' => 'Ც', - 'ძ' => 'Ძ', - 'წ' => 'Წ', - 'ჭ' => 'Ჭ', - 'ხ' => 'Ხ', - 'ჯ' => 'Ჯ', - 'ჰ' => 'Ჰ', - 'ჱ' => 'Ჱ', - 'ჲ' => 'Ჲ', - 'ჳ' => 'Ჳ', - 'ჴ' => 'Ჴ', - 'ჵ' => 'Ჵ', - 'ჶ' => 'Ჶ', - 'ჷ' => 'Ჷ', - 'ჸ' => 'Ჸ', - 'ჹ' => 'Ჹ', - 'ჺ' => 'Ჺ', - 'ჽ' => 'Ჽ', - 'ჾ' => 'Ჾ', - 'ჿ' => 'Ჿ', - 'ᏸ' => 'Ᏸ', - 'ᏹ' => 'Ᏹ', - 'ᏺ' => 'Ᏺ', - 'ᏻ' => 'Ᏻ', - 'ᏼ' => 'Ᏼ', - 'ᏽ' => 'Ᏽ', - 'ᲀ' => 'В', - 'ᲁ' => 'Д', - 'ᲂ' => 'О', - 'ᲃ' => 'С', - 'ᲄ' => 'Т', - 'ᲅ' => 'Т', - 'ᲆ' => 'Ъ', - 'ᲇ' => 'Ѣ', - 'ᲈ' => 'Ꙋ', - 'ᵹ' => 'Ᵹ', - 'ᵽ' => 'Ᵽ', - 'ᶎ' => 'Ᶎ', - 'ḁ' => 'Ḁ', - 'ḃ' => 'Ḃ', - 'ḅ' => 'Ḅ', - 'ḇ' => 'Ḇ', - 'ḉ' => 'Ḉ', - 'ḋ' => 'Ḋ', - 'ḍ' => 'Ḍ', - 'ḏ' => 'Ḏ', - 'ḑ' => 'Ḑ', - 'ḓ' => 'Ḓ', - 'ḕ' => 'Ḕ', - 'ḗ' => 'Ḗ', - 'ḙ' => 'Ḙ', - 'ḛ' => 'Ḛ', - 'ḝ' => 'Ḝ', - 'ḟ' => 'Ḟ', - 'ḡ' => 'Ḡ', - 'ḣ' => 'Ḣ', - 'ḥ' => 'Ḥ', - 'ḧ' => 'Ḧ', - 'ḩ' => 'Ḩ', - 'ḫ' => 'Ḫ', - 'ḭ' => 'Ḭ', - 'ḯ' => 'Ḯ', - 'ḱ' => 'Ḱ', - 'ḳ' => 'Ḳ', - 'ḵ' => 'Ḵ', - 'ḷ' => 'Ḷ', - 'ḹ' => 'Ḹ', - 'ḻ' => 'Ḻ', - 'ḽ' => 'Ḽ', - 'ḿ' => 'Ḿ', - 'ṁ' => 'Ṁ', - 'ṃ' => 'Ṃ', - 'ṅ' => 'Ṅ', - 'ṇ' => 'Ṇ', - 'ṉ' => 'Ṉ', - 'ṋ' => 'Ṋ', - 'ṍ' => 'Ṍ', - 'ṏ' => 'Ṏ', - 'ṑ' => 'Ṑ', - 'ṓ' => 'Ṓ', - 'ṕ' => 'Ṕ', - 'ṗ' => 'Ṗ', - 'ṙ' => 'Ṙ', - 'ṛ' => 'Ṛ', - 'ṝ' => 'Ṝ', - 'ṟ' => 'Ṟ', - 'ṡ' => 'Ṡ', - 'ṣ' => 'Ṣ', - 'ṥ' => 'Ṥ', - 'ṧ' => 'Ṧ', - 'ṩ' => 'Ṩ', - 'ṫ' => 'Ṫ', - 'ṭ' => 'Ṭ', - 'ṯ' => 'Ṯ', - 'ṱ' => 'Ṱ', - 'ṳ' => 'Ṳ', - 'ṵ' => 'Ṵ', - 'ṷ' => 'Ṷ', - 'ṹ' => 'Ṹ', - 'ṻ' => 'Ṻ', - 'ṽ' => 'Ṽ', - 'ṿ' => 'Ṿ', - 'ẁ' => 'Ẁ', - 'ẃ' => 'Ẃ', - 'ẅ' => 'Ẅ', - 'ẇ' => 'Ẇ', - 'ẉ' => 'Ẉ', - 'ẋ' => 'Ẋ', - 'ẍ' => 'Ẍ', - 'ẏ' => 'Ẏ', - 'ẑ' => 'Ẑ', - 'ẓ' => 'Ẓ', - 'ẕ' => 'Ẕ', - 'ẛ' => 'Ṡ', - 'ạ' => 'Ạ', - 'ả' => 'Ả', - 'ấ' => 'Ấ', - 'ầ' => 'Ầ', - 'ẩ' => 'Ẩ', - 'ẫ' => 'Ẫ', - 'ậ' => 'Ậ', - 'ắ' => 'Ắ', - 'ằ' => 'Ằ', - 'ẳ' => 'Ẳ', - 'ẵ' => 'Ẵ', - 'ặ' => 'Ặ', - 'ẹ' => 'Ẹ', - 'ẻ' => 'Ẻ', - 'ẽ' => 'Ẽ', - 'ế' => 'Ế', - 'ề' => 'Ề', - 'ể' => 'Ể', - 'ễ' => 'Ễ', - 'ệ' => 'Ệ', - 'ỉ' => 'Ỉ', - 'ị' => 'Ị', - 'ọ' => 'Ọ', - 'ỏ' => 'Ỏ', - 'ố' => 'Ố', - 'ồ' => 'Ồ', - 'ổ' => 'Ổ', - 'ỗ' => 'Ỗ', - 'ộ' => 'Ộ', - 'ớ' => 'Ớ', - 'ờ' => 'Ờ', - 'ở' => 'Ở', - 'ỡ' => 'Ỡ', - 'ợ' => 'Ợ', - 'ụ' => 'Ụ', - 'ủ' => 'Ủ', - 'ứ' => 'Ứ', - 'ừ' => 'Ừ', - 'ử' => 'Ử', - 'ữ' => 'Ữ', - 'ự' => 'Ự', - 'ỳ' => 'Ỳ', - 'ỵ' => 'Ỵ', - 'ỷ' => 'Ỷ', - 'ỹ' => 'Ỹ', - 'ỻ' => 'Ỻ', - 'ỽ' => 'Ỽ', - 'ỿ' => 'Ỿ', - 'ἀ' => 'Ἀ', - 'ἁ' => 'Ἁ', - 'ἂ' => 'Ἂ', - 'ἃ' => 'Ἃ', - 'ἄ' => 'Ἄ', - 'ἅ' => 'Ἅ', - 'ἆ' => 'Ἆ', - 'ἇ' => 'Ἇ', - 'ἐ' => 'Ἐ', - 'ἑ' => 'Ἑ', - 'ἒ' => 'Ἒ', - 'ἓ' => 'Ἓ', - 'ἔ' => 'Ἔ', - 'ἕ' => 'Ἕ', - 'ἠ' => 'Ἠ', - 'ἡ' => 'Ἡ', - 'ἢ' => 'Ἢ', - 'ἣ' => 'Ἣ', - 'ἤ' => 'Ἤ', - 'ἥ' => 'Ἥ', - 'ἦ' => 'Ἦ', - 'ἧ' => 'Ἧ', - 'ἰ' => 'Ἰ', - 'ἱ' => 'Ἱ', - 'ἲ' => 'Ἲ', - 'ἳ' => 'Ἳ', - 'ἴ' => 'Ἴ', - 'ἵ' => 'Ἵ', - 'ἶ' => 'Ἶ', - 'ἷ' => 'Ἷ', - 'ὀ' => 'Ὀ', - 'ὁ' => 'Ὁ', - 'ὂ' => 'Ὂ', - 'ὃ' => 'Ὃ', - 'ὄ' => 'Ὄ', - 'ὅ' => 'Ὅ', - 'ὑ' => 'Ὑ', - 'ὓ' => 'Ὓ', - 'ὕ' => 'Ὕ', - 'ὗ' => 'Ὗ', - 'ὠ' => 'Ὠ', - 'ὡ' => 'Ὡ', - 'ὢ' => 'Ὢ', - 'ὣ' => 'Ὣ', - 'ὤ' => 'Ὤ', - 'ὥ' => 'Ὥ', - 'ὦ' => 'Ὦ', - 'ὧ' => 'Ὧ', - 'ὰ' => 'Ὰ', - 'ά' => 'Ά', - 'ὲ' => 'Ὲ', - 'έ' => 'Έ', - 'ὴ' => 'Ὴ', - 'ή' => 'Ή', - 'ὶ' => 'Ὶ', - 'ί' => 'Ί', - 'ὸ' => 'Ὸ', - 'ό' => 'Ό', - 'ὺ' => 'Ὺ', - 'ύ' => 'Ύ', - 'ὼ' => 'Ὼ', - 'ώ' => 'Ώ', - 'ᾀ' => 'ἈΙ', - 'ᾁ' => 'ἉΙ', - 'ᾂ' => 'ἊΙ', - 'ᾃ' => 'ἋΙ', - 'ᾄ' => 'ἌΙ', - 'ᾅ' => 'ἍΙ', - 'ᾆ' => 'ἎΙ', - 'ᾇ' => 'ἏΙ', - 'ᾐ' => 'ἨΙ', - 'ᾑ' => 'ἩΙ', - 'ᾒ' => 'ἪΙ', - 'ᾓ' => 'ἫΙ', - 'ᾔ' => 'ἬΙ', - 'ᾕ' => 'ἭΙ', - 'ᾖ' => 'ἮΙ', - 'ᾗ' => 'ἯΙ', - 'ᾠ' => 'ὨΙ', - 'ᾡ' => 'ὩΙ', - 'ᾢ' => 'ὪΙ', - 'ᾣ' => 'ὫΙ', - 'ᾤ' => 'ὬΙ', - 'ᾥ' => 'ὭΙ', - 'ᾦ' => 'ὮΙ', - 'ᾧ' => 'ὯΙ', - 'ᾰ' => 'Ᾰ', - 'ᾱ' => 'Ᾱ', - 'ᾳ' => 'ΑΙ', - 'ι' => 'Ι', - 'ῃ' => 'ΗΙ', - 'ῐ' => 'Ῐ', - 'ῑ' => 'Ῑ', - 'ῠ' => 'Ῠ', - 'ῡ' => 'Ῡ', - 'ῥ' => 'Ῥ', - 'ῳ' => 'ΩΙ', - 'ⅎ' => 'Ⅎ', - 'ⅰ' => 'Ⅰ', - 'ⅱ' => 'Ⅱ', - 'ⅲ' => 'Ⅲ', - 'ⅳ' => 'Ⅳ', - 'ⅴ' => 'Ⅴ', - 'ⅵ' => 'Ⅵ', - 'ⅶ' => 'Ⅶ', - 'ⅷ' => 'Ⅷ', - 'ⅸ' => 'Ⅸ', - 'ⅹ' => 'Ⅹ', - 'ⅺ' => 'Ⅺ', - 'ⅻ' => 'Ⅻ', - 'ⅼ' => 'Ⅼ', - 'ⅽ' => 'Ⅽ', - 'ⅾ' => 'Ⅾ', - 'ⅿ' => 'Ⅿ', - 'ↄ' => 'Ↄ', - 'ⓐ' => 'Ⓐ', - 'ⓑ' => 'Ⓑ', - 'ⓒ' => 'Ⓒ', - 'ⓓ' => 'Ⓓ', - 'ⓔ' => 'Ⓔ', - 'ⓕ' => 'Ⓕ', - 'ⓖ' => 'Ⓖ', - 'ⓗ' => 'Ⓗ', - 'ⓘ' => 'Ⓘ', - 'ⓙ' => 'Ⓙ', - 'ⓚ' => 'Ⓚ', - 'ⓛ' => 'Ⓛ', - 'ⓜ' => 'Ⓜ', - 'ⓝ' => 'Ⓝ', - 'ⓞ' => 'Ⓞ', - 'ⓟ' => 'Ⓟ', - 'ⓠ' => 'Ⓠ', - 'ⓡ' => 'Ⓡ', - 'ⓢ' => 'Ⓢ', - 'ⓣ' => 'Ⓣ', - 'ⓤ' => 'Ⓤ', - 'ⓥ' => 'Ⓥ', - 'ⓦ' => 'Ⓦ', - 'ⓧ' => 'Ⓧ', - 'ⓨ' => 'Ⓨ', - 'ⓩ' => 'Ⓩ', - 'ⰰ' => 'Ⰰ', - 'ⰱ' => 'Ⰱ', - 'ⰲ' => 'Ⰲ', - 'ⰳ' => 'Ⰳ', - 'ⰴ' => 'Ⰴ', - 'ⰵ' => 'Ⰵ', - 'ⰶ' => 'Ⰶ', - 'ⰷ' => 'Ⰷ', - 'ⰸ' => 'Ⰸ', - 'ⰹ' => 'Ⰹ', - 'ⰺ' => 'Ⰺ', - 'ⰻ' => 'Ⰻ', - 'ⰼ' => 'Ⰼ', - 'ⰽ' => 'Ⰽ', - 'ⰾ' => 'Ⰾ', - 'ⰿ' => 'Ⰿ', - 'ⱀ' => 'Ⱀ', - 'ⱁ' => 'Ⱁ', - 'ⱂ' => 'Ⱂ', - 'ⱃ' => 'Ⱃ', - 'ⱄ' => 'Ⱄ', - 'ⱅ' => 'Ⱅ', - 'ⱆ' => 'Ⱆ', - 'ⱇ' => 'Ⱇ', - 'ⱈ' => 'Ⱈ', - 'ⱉ' => 'Ⱉ', - 'ⱊ' => 'Ⱊ', - 'ⱋ' => 'Ⱋ', - 'ⱌ' => 'Ⱌ', - 'ⱍ' => 'Ⱍ', - 'ⱎ' => 'Ⱎ', - 'ⱏ' => 'Ⱏ', - 'ⱐ' => 'Ⱐ', - 'ⱑ' => 'Ⱑ', - 'ⱒ' => 'Ⱒ', - 'ⱓ' => 'Ⱓ', - 'ⱔ' => 'Ⱔ', - 'ⱕ' => 'Ⱕ', - 'ⱖ' => 'Ⱖ', - 'ⱗ' => 'Ⱗ', - 'ⱘ' => 'Ⱘ', - 'ⱙ' => 'Ⱙ', - 'ⱚ' => 'Ⱚ', - 'ⱛ' => 'Ⱛ', - 'ⱜ' => 'Ⱜ', - 'ⱝ' => 'Ⱝ', - 'ⱞ' => 'Ⱞ', - 'ⱡ' => 'Ⱡ', - 'ⱥ' => 'Ⱥ', - 'ⱦ' => 'Ⱦ', - 'ⱨ' => 'Ⱨ', - 'ⱪ' => 'Ⱪ', - 'ⱬ' => 'Ⱬ', - 'ⱳ' => 'Ⱳ', - 'ⱶ' => 'Ⱶ', - 'ⲁ' => 'Ⲁ', - 'ⲃ' => 'Ⲃ', - 'ⲅ' => 'Ⲅ', - 'ⲇ' => 'Ⲇ', - 'ⲉ' => 'Ⲉ', - 'ⲋ' => 'Ⲋ', - 'ⲍ' => 'Ⲍ', - 'ⲏ' => 'Ⲏ', - 'ⲑ' => 'Ⲑ', - 'ⲓ' => 'Ⲓ', - 'ⲕ' => 'Ⲕ', - 'ⲗ' => 'Ⲗ', - 'ⲙ' => 'Ⲙ', - 'ⲛ' => 'Ⲛ', - 'ⲝ' => 'Ⲝ', - 'ⲟ' => 'Ⲟ', - 'ⲡ' => 'Ⲡ', - 'ⲣ' => 'Ⲣ', - 'ⲥ' => 'Ⲥ', - 'ⲧ' => 'Ⲧ', - 'ⲩ' => 'Ⲩ', - 'ⲫ' => 'Ⲫ', - 'ⲭ' => 'Ⲭ', - 'ⲯ' => 'Ⲯ', - 'ⲱ' => 'Ⲱ', - 'ⲳ' => 'Ⲳ', - 'ⲵ' => 'Ⲵ', - 'ⲷ' => 'Ⲷ', - 'ⲹ' => 'Ⲹ', - 'ⲻ' => 'Ⲻ', - 'ⲽ' => 'Ⲽ', - 'ⲿ' => 'Ⲿ', - 'ⳁ' => 'Ⳁ', - 'ⳃ' => 'Ⳃ', - 'ⳅ' => 'Ⳅ', - 'ⳇ' => 'Ⳇ', - 'ⳉ' => 'Ⳉ', - 'ⳋ' => 'Ⳋ', - 'ⳍ' => 'Ⳍ', - 'ⳏ' => 'Ⳏ', - 'ⳑ' => 'Ⳑ', - 'ⳓ' => 'Ⳓ', - 'ⳕ' => 'Ⳕ', - 'ⳗ' => 'Ⳗ', - 'ⳙ' => 'Ⳙ', - 'ⳛ' => 'Ⳛ', - 'ⳝ' => 'Ⳝ', - 'ⳟ' => 'Ⳟ', - 'ⳡ' => 'Ⳡ', - 'ⳣ' => 'Ⳣ', - 'ⳬ' => 'Ⳬ', - 'ⳮ' => 'Ⳮ', - 'ⳳ' => 'Ⳳ', - 'ⴀ' => 'Ⴀ', - 'ⴁ' => 'Ⴁ', - 'ⴂ' => 'Ⴂ', - 'ⴃ' => 'Ⴃ', - 'ⴄ' => 'Ⴄ', - 'ⴅ' => 'Ⴅ', - 'ⴆ' => 'Ⴆ', - 'ⴇ' => 'Ⴇ', - 'ⴈ' => 'Ⴈ', - 'ⴉ' => 'Ⴉ', - 'ⴊ' => 'Ⴊ', - 'ⴋ' => 'Ⴋ', - 'ⴌ' => 'Ⴌ', - 'ⴍ' => 'Ⴍ', - 'ⴎ' => 'Ⴎ', - 'ⴏ' => 'Ⴏ', - 'ⴐ' => 'Ⴐ', - 'ⴑ' => 'Ⴑ', - 'ⴒ' => 'Ⴒ', - 'ⴓ' => 'Ⴓ', - 'ⴔ' => 'Ⴔ', - 'ⴕ' => 'Ⴕ', - 'ⴖ' => 'Ⴖ', - 'ⴗ' => 'Ⴗ', - 'ⴘ' => 'Ⴘ', - 'ⴙ' => 'Ⴙ', - 'ⴚ' => 'Ⴚ', - 'ⴛ' => 'Ⴛ', - 'ⴜ' => 'Ⴜ', - 'ⴝ' => 'Ⴝ', - 'ⴞ' => 'Ⴞ', - 'ⴟ' => 'Ⴟ', - 'ⴠ' => 'Ⴠ', - 'ⴡ' => 'Ⴡ', - 'ⴢ' => 'Ⴢ', - 'ⴣ' => 'Ⴣ', - 'ⴤ' => 'Ⴤ', - 'ⴥ' => 'Ⴥ', - 'ⴧ' => 'Ⴧ', - 'ⴭ' => 'Ⴭ', - 'ꙁ' => 'Ꙁ', - 'ꙃ' => 'Ꙃ', - 'ꙅ' => 'Ꙅ', - 'ꙇ' => 'Ꙇ', - 'ꙉ' => 'Ꙉ', - 'ꙋ' => 'Ꙋ', - 'ꙍ' => 'Ꙍ', - 'ꙏ' => 'Ꙏ', - 'ꙑ' => 'Ꙑ', - 'ꙓ' => 'Ꙓ', - 'ꙕ' => 'Ꙕ', - 'ꙗ' => 'Ꙗ', - 'ꙙ' => 'Ꙙ', - 'ꙛ' => 'Ꙛ', - 'ꙝ' => 'Ꙝ', - 'ꙟ' => 'Ꙟ', - 'ꙡ' => 'Ꙡ', - 'ꙣ' => 'Ꙣ', - 'ꙥ' => 'Ꙥ', - 'ꙧ' => 'Ꙧ', - 'ꙩ' => 'Ꙩ', - 'ꙫ' => 'Ꙫ', - 'ꙭ' => 'Ꙭ', - 'ꚁ' => 'Ꚁ', - 'ꚃ' => 'Ꚃ', - 'ꚅ' => 'Ꚅ', - 'ꚇ' => 'Ꚇ', - 'ꚉ' => 'Ꚉ', - 'ꚋ' => 'Ꚋ', - 'ꚍ' => 'Ꚍ', - 'ꚏ' => 'Ꚏ', - 'ꚑ' => 'Ꚑ', - 'ꚓ' => 'Ꚓ', - 'ꚕ' => 'Ꚕ', - 'ꚗ' => 'Ꚗ', - 'ꚙ' => 'Ꚙ', - 'ꚛ' => 'Ꚛ', - 'ꜣ' => 'Ꜣ', - 'ꜥ' => 'Ꜥ', - 'ꜧ' => 'Ꜧ', - 'ꜩ' => 'Ꜩ', - 'ꜫ' => 'Ꜫ', - 'ꜭ' => 'Ꜭ', - 'ꜯ' => 'Ꜯ', - 'ꜳ' => 'Ꜳ', - 'ꜵ' => 'Ꜵ', - 'ꜷ' => 'Ꜷ', - 'ꜹ' => 'Ꜹ', - 'ꜻ' => 'Ꜻ', - 'ꜽ' => 'Ꜽ', - 'ꜿ' => 'Ꜿ', - 'ꝁ' => 'Ꝁ', - 'ꝃ' => 'Ꝃ', - 'ꝅ' => 'Ꝅ', - 'ꝇ' => 'Ꝇ', - 'ꝉ' => 'Ꝉ', - 'ꝋ' => 'Ꝋ', - 'ꝍ' => 'Ꝍ', - 'ꝏ' => 'Ꝏ', - 'ꝑ' => 'Ꝑ', - 'ꝓ' => 'Ꝓ', - 'ꝕ' => 'Ꝕ', - 'ꝗ' => 'Ꝗ', - 'ꝙ' => 'Ꝙ', - 'ꝛ' => 'Ꝛ', - 'ꝝ' => 'Ꝝ', - 'ꝟ' => 'Ꝟ', - 'ꝡ' => 'Ꝡ', - 'ꝣ' => 'Ꝣ', - 'ꝥ' => 'Ꝥ', - 'ꝧ' => 'Ꝧ', - 'ꝩ' => 'Ꝩ', - 'ꝫ' => 'Ꝫ', - 'ꝭ' => 'Ꝭ', - 'ꝯ' => 'Ꝯ', - 'ꝺ' => 'Ꝺ', - 'ꝼ' => 'Ꝼ', - 'ꝿ' => 'Ꝿ', - 'ꞁ' => 'Ꞁ', - 'ꞃ' => 'Ꞃ', - 'ꞅ' => 'Ꞅ', - 'ꞇ' => 'Ꞇ', - 'ꞌ' => 'Ꞌ', - 'ꞑ' => 'Ꞑ', - 'ꞓ' => 'Ꞓ', - 'ꞔ' => 'Ꞔ', - 'ꞗ' => 'Ꞗ', - 'ꞙ' => 'Ꞙ', - 'ꞛ' => 'Ꞛ', - 'ꞝ' => 'Ꞝ', - 'ꞟ' => 'Ꞟ', - 'ꞡ' => 'Ꞡ', - 'ꞣ' => 'Ꞣ', - 'ꞥ' => 'Ꞥ', - 'ꞧ' => 'Ꞧ', - 'ꞩ' => 'Ꞩ', - 'ꞵ' => 'Ꞵ', - 'ꞷ' => 'Ꞷ', - 'ꞹ' => 'Ꞹ', - 'ꞻ' => 'Ꞻ', - 'ꞽ' => 'Ꞽ', - 'ꞿ' => 'Ꞿ', - 'ꟃ' => 'Ꟃ', - 'ꟈ' => 'Ꟈ', - 'ꟊ' => 'Ꟊ', - 'ꟶ' => 'Ꟶ', - 'ꭓ' => 'Ꭓ', - 'ꭰ' => 'Ꭰ', - 'ꭱ' => 'Ꭱ', - 'ꭲ' => 'Ꭲ', - 'ꭳ' => 'Ꭳ', - 'ꭴ' => 'Ꭴ', - 'ꭵ' => 'Ꭵ', - 'ꭶ' => 'Ꭶ', - 'ꭷ' => 'Ꭷ', - 'ꭸ' => 'Ꭸ', - 'ꭹ' => 'Ꭹ', - 'ꭺ' => 'Ꭺ', - 'ꭻ' => 'Ꭻ', - 'ꭼ' => 'Ꭼ', - 'ꭽ' => 'Ꭽ', - 'ꭾ' => 'Ꭾ', - 'ꭿ' => 'Ꭿ', - 'ꮀ' => 'Ꮀ', - 'ꮁ' => 'Ꮁ', - 'ꮂ' => 'Ꮂ', - 'ꮃ' => 'Ꮃ', - 'ꮄ' => 'Ꮄ', - 'ꮅ' => 'Ꮅ', - 'ꮆ' => 'Ꮆ', - 'ꮇ' => 'Ꮇ', - 'ꮈ' => 'Ꮈ', - 'ꮉ' => 'Ꮉ', - 'ꮊ' => 'Ꮊ', - 'ꮋ' => 'Ꮋ', - 'ꮌ' => 'Ꮌ', - 'ꮍ' => 'Ꮍ', - 'ꮎ' => 'Ꮎ', - 'ꮏ' => 'Ꮏ', - 'ꮐ' => 'Ꮐ', - 'ꮑ' => 'Ꮑ', - 'ꮒ' => 'Ꮒ', - 'ꮓ' => 'Ꮓ', - 'ꮔ' => 'Ꮔ', - 'ꮕ' => 'Ꮕ', - 'ꮖ' => 'Ꮖ', - 'ꮗ' => 'Ꮗ', - 'ꮘ' => 'Ꮘ', - 'ꮙ' => 'Ꮙ', - 'ꮚ' => 'Ꮚ', - 'ꮛ' => 'Ꮛ', - 'ꮜ' => 'Ꮜ', - 'ꮝ' => 'Ꮝ', - 'ꮞ' => 'Ꮞ', - 'ꮟ' => 'Ꮟ', - 'ꮠ' => 'Ꮠ', - 'ꮡ' => 'Ꮡ', - 'ꮢ' => 'Ꮢ', - 'ꮣ' => 'Ꮣ', - 'ꮤ' => 'Ꮤ', - 'ꮥ' => 'Ꮥ', - 'ꮦ' => 'Ꮦ', - 'ꮧ' => 'Ꮧ', - 'ꮨ' => 'Ꮨ', - 'ꮩ' => 'Ꮩ', - 'ꮪ' => 'Ꮪ', - 'ꮫ' => 'Ꮫ', - 'ꮬ' => 'Ꮬ', - 'ꮭ' => 'Ꮭ', - 'ꮮ' => 'Ꮮ', - 'ꮯ' => 'Ꮯ', - 'ꮰ' => 'Ꮰ', - 'ꮱ' => 'Ꮱ', - 'ꮲ' => 'Ꮲ', - 'ꮳ' => 'Ꮳ', - 'ꮴ' => 'Ꮴ', - 'ꮵ' => 'Ꮵ', - 'ꮶ' => 'Ꮶ', - 'ꮷ' => 'Ꮷ', - 'ꮸ' => 'Ꮸ', - 'ꮹ' => 'Ꮹ', - 'ꮺ' => 'Ꮺ', - 'ꮻ' => 'Ꮻ', - 'ꮼ' => 'Ꮼ', - 'ꮽ' => 'Ꮽ', - 'ꮾ' => 'Ꮾ', - 'ꮿ' => 'Ꮿ', - 'a' => 'A', - 'b' => 'B', - 'c' => 'C', - 'd' => 'D', - 'e' => 'E', - 'f' => 'F', - 'g' => 'G', - 'h' => 'H', - 'i' => 'I', - 'j' => 'J', - 'k' => 'K', - 'l' => 'L', - 'm' => 'M', - 'n' => 'N', - 'o' => 'O', - 'p' => 'P', - 'q' => 'Q', - 'r' => 'R', - 's' => 'S', - 't' => 'T', - 'u' => 'U', - 'v' => 'V', - 'w' => 'W', - 'x' => 'X', - 'y' => 'Y', - 'z' => 'Z', - '𐐨' => '𐐀', - '𐐩' => '𐐁', - '𐐪' => '𐐂', - '𐐫' => '𐐃', - '𐐬' => '𐐄', - '𐐭' => '𐐅', - '𐐮' => '𐐆', - '𐐯' => '𐐇', - '𐐰' => '𐐈', - '𐐱' => '𐐉', - '𐐲' => '𐐊', - '𐐳' => '𐐋', - '𐐴' => '𐐌', - '𐐵' => '𐐍', - '𐐶' => '𐐎', - '𐐷' => '𐐏', - '𐐸' => '𐐐', - '𐐹' => '𐐑', - '𐐺' => '𐐒', - '𐐻' => '𐐓', - '𐐼' => '𐐔', - '𐐽' => '𐐕', - '𐐾' => '𐐖', - '𐐿' => '𐐗', - '𐑀' => '𐐘', - '𐑁' => '𐐙', - '𐑂' => '𐐚', - '𐑃' => '𐐛', - '𐑄' => '𐐜', - '𐑅' => '𐐝', - '𐑆' => '𐐞', - '𐑇' => '𐐟', - '𐑈' => '𐐠', - '𐑉' => '𐐡', - '𐑊' => '𐐢', - '𐑋' => '𐐣', - '𐑌' => '𐐤', - '𐑍' => '𐐥', - '𐑎' => '𐐦', - '𐑏' => '𐐧', - '𐓘' => '𐒰', - '𐓙' => '𐒱', - '𐓚' => '𐒲', - '𐓛' => '𐒳', - '𐓜' => '𐒴', - '𐓝' => '𐒵', - '𐓞' => '𐒶', - '𐓟' => '𐒷', - '𐓠' => '𐒸', - '𐓡' => '𐒹', - '𐓢' => '𐒺', - '𐓣' => '𐒻', - '𐓤' => '𐒼', - '𐓥' => '𐒽', - '𐓦' => '𐒾', - '𐓧' => '𐒿', - '𐓨' => '𐓀', - '𐓩' => '𐓁', - '𐓪' => '𐓂', - '𐓫' => '𐓃', - '𐓬' => '𐓄', - '𐓭' => '𐓅', - '𐓮' => '𐓆', - '𐓯' => '𐓇', - '𐓰' => '𐓈', - '𐓱' => '𐓉', - '𐓲' => '𐓊', - '𐓳' => '𐓋', - '𐓴' => '𐓌', - '𐓵' => '𐓍', - '𐓶' => '𐓎', - '𐓷' => '𐓏', - '𐓸' => '𐓐', - '𐓹' => '𐓑', - '𐓺' => '𐓒', - '𐓻' => '𐓓', - '𐳀' => '𐲀', - '𐳁' => '𐲁', - '𐳂' => '𐲂', - '𐳃' => '𐲃', - '𐳄' => '𐲄', - '𐳅' => '𐲅', - '𐳆' => '𐲆', - '𐳇' => '𐲇', - '𐳈' => '𐲈', - '𐳉' => '𐲉', - '𐳊' => '𐲊', - '𐳋' => '𐲋', - '𐳌' => '𐲌', - '𐳍' => '𐲍', - '𐳎' => '𐲎', - '𐳏' => '𐲏', - '𐳐' => '𐲐', - '𐳑' => '𐲑', - '𐳒' => '𐲒', - '𐳓' => '𐲓', - '𐳔' => '𐲔', - '𐳕' => '𐲕', - '𐳖' => '𐲖', - '𐳗' => '𐲗', - '𐳘' => '𐲘', - '𐳙' => '𐲙', - '𐳚' => '𐲚', - '𐳛' => '𐲛', - '𐳜' => '𐲜', - '𐳝' => '𐲝', - '𐳞' => '𐲞', - '𐳟' => '𐲟', - '𐳠' => '𐲠', - '𐳡' => '𐲡', - '𐳢' => '𐲢', - '𐳣' => '𐲣', - '𐳤' => '𐲤', - '𐳥' => '𐲥', - '𐳦' => '𐲦', - '𐳧' => '𐲧', - '𐳨' => '𐲨', - '𐳩' => '𐲩', - '𐳪' => '𐲪', - '𐳫' => '𐲫', - '𐳬' => '𐲬', - '𐳭' => '𐲭', - '𐳮' => '𐲮', - '𐳯' => '𐲯', - '𐳰' => '𐲰', - '𐳱' => '𐲱', - '𐳲' => '𐲲', - '𑣀' => '𑢠', - '𑣁' => '𑢡', - '𑣂' => '𑢢', - '𑣃' => '𑢣', - '𑣄' => '𑢤', - '𑣅' => '𑢥', - '𑣆' => '𑢦', - '𑣇' => '𑢧', - '𑣈' => '𑢨', - '𑣉' => '𑢩', - '𑣊' => '𑢪', - '𑣋' => '𑢫', - '𑣌' => '𑢬', - '𑣍' => '𑢭', - '𑣎' => '𑢮', - '𑣏' => '𑢯', - '𑣐' => '𑢰', - '𑣑' => '𑢱', - '𑣒' => '𑢲', - '𑣓' => '𑢳', - '𑣔' => '𑢴', - '𑣕' => '𑢵', - '𑣖' => '𑢶', - '𑣗' => '𑢷', - '𑣘' => '𑢸', - '𑣙' => '𑢹', - '𑣚' => '𑢺', - '𑣛' => '𑢻', - '𑣜' => '𑢼', - '𑣝' => '𑢽', - '𑣞' => '𑢾', - '𑣟' => '𑢿', - '𖹠' => '𖹀', - '𖹡' => '𖹁', - '𖹢' => '𖹂', - '𖹣' => '𖹃', - '𖹤' => '𖹄', - '𖹥' => '𖹅', - '𖹦' => '𖹆', - '𖹧' => '𖹇', - '𖹨' => '𖹈', - '𖹩' => '𖹉', - '𖹪' => '𖹊', - '𖹫' => '𖹋', - '𖹬' => '𖹌', - '𖹭' => '𖹍', - '𖹮' => '𖹎', - '𖹯' => '𖹏', - '𖹰' => '𖹐', - '𖹱' => '𖹑', - '𖹲' => '𖹒', - '𖹳' => '𖹓', - '𖹴' => '𖹔', - '𖹵' => '𖹕', - '𖹶' => '𖹖', - '𖹷' => '𖹗', - '𖹸' => '𖹘', - '𖹹' => '𖹙', - '𖹺' => '𖹚', - '𖹻' => '𖹛', - '𖹼' => '𖹜', - '𖹽' => '𖹝', - '𖹾' => '𖹞', - '𖹿' => '𖹟', - '𞤢' => '𞤀', - '𞤣' => '𞤁', - '𞤤' => '𞤂', - '𞤥' => '𞤃', - '𞤦' => '𞤄', - '𞤧' => '𞤅', - '𞤨' => '𞤆', - '𞤩' => '𞤇', - '𞤪' => '𞤈', - '𞤫' => '𞤉', - '𞤬' => '𞤊', - '𞤭' => '𞤋', - '𞤮' => '𞤌', - '𞤯' => '𞤍', - '𞤰' => '𞤎', - '𞤱' => '𞤏', - '𞤲' => '𞤐', - '𞤳' => '𞤑', - '𞤴' => '𞤒', - '𞤵' => '𞤓', - '𞤶' => '𞤔', - '𞤷' => '𞤕', - '𞤸' => '𞤖', - '𞤹' => '𞤗', - '𞤺' => '𞤘', - '𞤻' => '𞤙', - '𞤼' => '𞤚', - '𞤽' => '𞤛', - '𞤾' => '𞤜', - '𞤿' => '𞤝', - '𞥀' => '𞤞', - '𞥁' => '𞤟', - '𞥂' => '𞤠', - '𞥃' => '𞤡', - 'ß' => 'SS', - 'ff' => 'FF', - 'fi' => 'FI', - 'fl' => 'FL', - 'ffi' => 'FFI', - 'ffl' => 'FFL', - 'ſt' => 'ST', - 'st' => 'ST', - 'և' => 'ԵՒ', - 'ﬓ' => 'ՄՆ', - 'ﬔ' => 'ՄԵ', - 'ﬕ' => 'ՄԻ', - 'ﬖ' => 'ՎՆ', - 'ﬗ' => 'ՄԽ', - 'ʼn' => 'ʼN', - 'ΐ' => 'Ϊ́', - 'ΰ' => 'Ϋ́', - 'ǰ' => 'J̌', - 'ẖ' => 'H̱', - 'ẗ' => 'T̈', - 'ẘ' => 'W̊', - 'ẙ' => 'Y̊', - 'ẚ' => 'Aʾ', - 'ὐ' => 'Υ̓', - 'ὒ' => 'Υ̓̀', - 'ὔ' => 'Υ̓́', - 'ὖ' => 'Υ̓͂', - 'ᾶ' => 'Α͂', - 'ῆ' => 'Η͂', - 'ῒ' => 'Ϊ̀', - 'ΐ' => 'Ϊ́', - 'ῖ' => 'Ι͂', - 'ῗ' => 'Ϊ͂', - 'ῢ' => 'Ϋ̀', - 'ΰ' => 'Ϋ́', - 'ῤ' => 'Ρ̓', - 'ῦ' => 'Υ͂', - 'ῧ' => 'Ϋ͂', - 'ῶ' => 'Ω͂', - 'ᾈ' => 'ἈΙ', - 'ᾉ' => 'ἉΙ', - 'ᾊ' => 'ἊΙ', - 'ᾋ' => 'ἋΙ', - 'ᾌ' => 'ἌΙ', - 'ᾍ' => 'ἍΙ', - 'ᾎ' => 'ἎΙ', - 'ᾏ' => 'ἏΙ', - 'ᾘ' => 'ἨΙ', - 'ᾙ' => 'ἩΙ', - 'ᾚ' => 'ἪΙ', - 'ᾛ' => 'ἫΙ', - 'ᾜ' => 'ἬΙ', - 'ᾝ' => 'ἭΙ', - 'ᾞ' => 'ἮΙ', - 'ᾟ' => 'ἯΙ', - 'ᾨ' => 'ὨΙ', - 'ᾩ' => 'ὩΙ', - 'ᾪ' => 'ὪΙ', - 'ᾫ' => 'ὫΙ', - 'ᾬ' => 'ὬΙ', - 'ᾭ' => 'ὭΙ', - 'ᾮ' => 'ὮΙ', - 'ᾯ' => 'ὯΙ', - 'ᾼ' => 'ΑΙ', - 'ῌ' => 'ΗΙ', - 'ῼ' => 'ΩΙ', - 'ᾲ' => 'ᾺΙ', - 'ᾴ' => 'ΆΙ', - 'ῂ' => 'ῊΙ', - 'ῄ' => 'ΉΙ', - 'ῲ' => 'ῺΙ', - 'ῴ' => 'ΏΙ', - 'ᾷ' => 'Α͂Ι', - 'ῇ' => 'Η͂Ι', - 'ῷ' => 'Ω͂Ι', -); diff --git a/vendor/symfony/polyfill-mbstring/bootstrap.php b/vendor/symfony/polyfill-mbstring/bootstrap.php deleted file mode 100755 index ff51ae0..0000000 --- a/vendor/symfony/polyfill-mbstring/bootstrap.php +++ /dev/null @@ -1,172 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Mbstring as p; - -if (\PHP_VERSION_ID >= 80000) { - return require __DIR__.'/bootstrap80.php'; -} - -if (!function_exists('mb_convert_encoding')) { - function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb_convert_encoding($string, $to_encoding, $from_encoding); } -} -if (!function_exists('mb_decode_mimeheader')) { - function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); } -} -if (!function_exists('mb_encode_mimeheader')) { - function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); } -} -if (!function_exists('mb_decode_numericentity')) { - function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); } -} -if (!function_exists('mb_encode_numericentity')) { - function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); } -} -if (!function_exists('mb_convert_case')) { - function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($string, $mode, $encoding); } -} -if (!function_exists('mb_internal_encoding')) { - function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encoding); } -} -if (!function_exists('mb_language')) { - function mb_language($language = null) { return p\Mbstring::mb_language($language); } -} -if (!function_exists('mb_list_encodings')) { - function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); } -} -if (!function_exists('mb_encoding_aliases')) { - function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); } -} -if (!function_exists('mb_check_encoding')) { - function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding($value, $encoding); } -} -if (!function_exists('mb_detect_encoding')) { - function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_detect_encoding($string, $encodings, $strict); } -} -if (!function_exists('mb_detect_order')) { - function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); } -} -if (!function_exists('mb_parse_str')) { - function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result; } -} -if (!function_exists('mb_strlen')) { - function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); } -} -if (!function_exists('mb_strpos')) { - function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strpos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_strtolower')) { - function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $encoding); } -} -if (!function_exists('mb_strtoupper')) { - function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $encoding); } -} -if (!function_exists('mb_substitute_character')) { - function mb_substitute_character($substitute_character = null) { return p\Mbstring::mb_substitute_character($substitute_character); } -} -if (!function_exists('mb_substr')) { - function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::mb_substr($string, $start, $length, $encoding); } -} -if (!function_exists('mb_stripos')) { - function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_stripos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_stristr')) { - function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_stristr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_strrchr')) { - function mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrchr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_strrichr')) { - function mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrichr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_strripos')) { - function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strripos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_strrpos')) { - function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strrpos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_strstr')) { - function mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strstr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_get_info')) { - function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); } -} -if (!function_exists('mb_http_output')) { - function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding); } -} -if (!function_exists('mb_strwidth')) { - function mb_strwidth($string, $encoding = null) { return p\Mbstring::mb_strwidth($string, $encoding); } -} -if (!function_exists('mb_substr_count')) { - function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $encoding); } -} -if (!function_exists('mb_output_handler')) { - function mb_output_handler($string, $status) { return p\Mbstring::mb_output_handler($string, $status); } -} -if (!function_exists('mb_http_input')) { - function mb_http_input($type = null) { return p\Mbstring::mb_http_input($type); } -} - -if (!function_exists('mb_convert_variables')) { - function mb_convert_variables($to_encoding, $from_encoding, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, ...$vars); } -} - -if (!function_exists('mb_ord')) { - function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } -} -if (!function_exists('mb_chr')) { - function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } -} -if (!function_exists('mb_scrub')) { - function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encoding() : $encoding; return mb_convert_encoding($string, $encoding, $encoding); } -} -if (!function_exists('mb_str_split')) { - function mb_str_split($string, $length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $length, $encoding); } -} - -if (!function_exists('mb_str_pad')) { - function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = STR_PAD_RIGHT, ?string $encoding = null): string { return p\Mbstring::mb_str_pad($string, $length, $pad_string, $pad_type, $encoding); } -} - -if (!function_exists('mb_ucfirst')) { - function mb_ucfirst(string $string, ?string $encoding = null): string { return p\Mbstring::mb_ucfirst($string, $encoding); } -} - -if (!function_exists('mb_lcfirst')) { - function mb_lcfirst(string $string, ?string $encoding = null): string { return p\Mbstring::mb_lcfirst($string, $encoding); } -} - -if (!function_exists('mb_trim')) { - function mb_trim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_trim($string, $characters, $encoding); } -} - -if (!function_exists('mb_ltrim')) { - function mb_ltrim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_ltrim($string, $characters, $encoding); } -} - -if (!function_exists('mb_rtrim')) { - function mb_rtrim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_rtrim($string, $characters, $encoding); } -} - - -if (extension_loaded('mbstring')) { - return; -} - -if (!defined('MB_CASE_UPPER')) { - define('MB_CASE_UPPER', 0); -} -if (!defined('MB_CASE_LOWER')) { - define('MB_CASE_LOWER', 1); -} -if (!defined('MB_CASE_TITLE')) { - define('MB_CASE_TITLE', 2); -} diff --git a/vendor/symfony/polyfill-mbstring/bootstrap80.php b/vendor/symfony/polyfill-mbstring/bootstrap80.php deleted file mode 100755 index 5be7d20..0000000 --- a/vendor/symfony/polyfill-mbstring/bootstrap80.php +++ /dev/null @@ -1,167 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Mbstring as p; - -if (!function_exists('mb_convert_encoding')) { - function mb_convert_encoding(array|string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (string) $to_encoding, $from_encoding); } -} -if (!function_exists('mb_decode_mimeheader')) { - function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((string) $string); } -} -if (!function_exists('mb_encode_mimeheader')) { - function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_mimeheader((string) $string, $charset, $transfer_encoding, (string) $newline, (int) $indent); } -} -if (!function_exists('mb_decode_numericentity')) { - function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numericentity((string) $string, $map, $encoding); } -} -if (!function_exists('mb_encode_numericentity')) { - function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); } -} -if (!function_exists('mb_convert_case')) { - function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert_case((string) $string, (int) $mode, $encoding); } -} -if (!function_exists('mb_internal_encoding')) { - function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_internal_encoding($encoding); } -} -if (!function_exists('mb_language')) { - function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($language); } -} -if (!function_exists('mb_list_encodings')) { - function mb_list_encodings(): array { return p\Mbstring::mb_list_encodings(); } -} -if (!function_exists('mb_encoding_aliases')) { - function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((string) $encoding); } -} -if (!function_exists('mb_check_encoding')) { - function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { return p\Mbstring::mb_check_encoding($value, $encoding); } -} -if (!function_exists('mb_detect_encoding')) { - function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = false): string|false { return p\Mbstring::mb_detect_encoding((string) $string, $encodings, (bool) $strict); } -} -if (!function_exists('mb_detect_order')) { - function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_detect_order($encoding); } -} -if (!function_exists('mb_parse_str')) { - function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result); return (bool) $result; } -} -if (!function_exists('mb_strlen')) { - function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen((string) $string, $encoding); } -} -if (!function_exists('mb_strpos')) { - function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_strtolower')) { - function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_strtolower((string) $string, $encoding); } -} -if (!function_exists('mb_strtoupper')) { - function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_strtoupper((string) $string, $encoding); } -} -if (!function_exists('mb_substitute_character')) { - function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool { return p\Mbstring::mb_substitute_character($substitute_character); } -} -if (!function_exists('mb_substr')) { - function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): string { return p\Mbstring::mb_substr((string) $string, (int) $start, $length, $encoding); } -} -if (!function_exists('mb_stripos')) { - function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_stripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_stristr')) { - function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_stristr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_strrchr')) { - function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrchr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_strrichr')) { - function mb_strrichr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrichr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_strripos')) { - function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_strrpos')) { - function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strrpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_strstr')) { - function mb_strstr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strstr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_get_info')) { - function mb_get_info(?string $type = 'all'): array|string|int|false|null { return p\Mbstring::mb_get_info((string) $type); } -} -if (!function_exists('mb_http_output')) { - function mb_http_output(?string $encoding = null): string|bool { return p\Mbstring::mb_http_output($encoding); } -} -if (!function_exists('mb_strwidth')) { - function mb_strwidth(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strwidth((string) $string, $encoding); } -} -if (!function_exists('mb_substr_count')) { - function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { return p\Mbstring::mb_substr_count((string) $haystack, (string) $needle, $encoding); } -} -if (!function_exists('mb_output_handler')) { - function mb_output_handler(?string $string, ?int $status): string { return p\Mbstring::mb_output_handler((string) $string, (int) $status); } -} -if (!function_exists('mb_http_input')) { - function mb_http_input(?string $type = null): array|string|false { return p\Mbstring::mb_http_input($type); } -} - -if (!function_exists('mb_convert_variables')) { - function mb_convert_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): string|false { return p\Mbstring::mb_convert_variables((string) $to_encoding, $from_encoding ?? '', $var, ...$vars); } -} - -if (!function_exists('mb_ord')) { - function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord((string) $string, $encoding); } -} -if (!function_exists('mb_chr')) { - function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_chr((int) $codepoint, $encoding); } -} -if (!function_exists('mb_scrub')) { - function mb_scrub(?string $string, ?string $encoding = null): string { $encoding ??= mb_internal_encoding(); return mb_convert_encoding((string) $string, $encoding, $encoding); } -} -if (!function_exists('mb_str_split')) { - function mb_str_split(?string $string, ?int $length = 1, ?string $encoding = null): array { return p\Mbstring::mb_str_split((string) $string, (int) $length, $encoding); } -} - -if (!function_exists('mb_str_pad')) { - function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = STR_PAD_RIGHT, ?string $encoding = null): string { return p\Mbstring::mb_str_pad($string, $length, $pad_string, $pad_type, $encoding); } -} - -if (!function_exists('mb_ucfirst')) { - function mb_ucfirst($string, ?string $encoding = null): string { return p\Mbstring::mb_ucfirst($string, $encoding); } -} - -if (!function_exists('mb_lcfirst')) { - function mb_lcfirst($string, ?string $encoding = null): string { return p\Mbstring::mb_lcfirst($string, $encoding); } -} - -if (!function_exists('mb_trim')) { - function mb_trim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_trim($string, $characters, $encoding); } -} - -if (!function_exists('mb_ltrim')) { - function mb_ltrim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_ltrim($string, $characters, $encoding); } -} - -if (!function_exists('mb_rtrim')) { - function mb_rtrim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_rtrim($string, $characters, $encoding); } -} - -if (extension_loaded('mbstring')) { - return; -} - -if (!defined('MB_CASE_UPPER')) { - define('MB_CASE_UPPER', 0); -} -if (!defined('MB_CASE_LOWER')) { - define('MB_CASE_LOWER', 1); -} -if (!defined('MB_CASE_TITLE')) { - define('MB_CASE_TITLE', 2); -} diff --git a/vendor/symfony/polyfill-mbstring/composer.json b/vendor/symfony/polyfill-mbstring/composer.json deleted file mode 100755 index 4ed241a..0000000 --- a/vendor/symfony/polyfill-mbstring/composer.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "symfony/polyfill-mbstring", - "type": "library", - "description": "Symfony polyfill for the Mbstring extension", - "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-mbstring": "*" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, - "files": [ "bootstrap.php" ] - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "minimum-stability": "dev", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - } -} diff --git a/vendor/symfony/polyfill-php80/LICENSE b/vendor/symfony/polyfill-php80/LICENSE deleted file mode 100755 index 0ed3a24..0000000 --- a/vendor/symfony/polyfill-php80/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020-present Fabien Potencier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/vendor/symfony/polyfill-php80/Php80.php b/vendor/symfony/polyfill-php80/Php80.php deleted file mode 100755 index 362dd1a..0000000 --- a/vendor/symfony/polyfill-php80/Php80.php +++ /dev/null @@ -1,115 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Php80; - -/** - * @author Ion Bazan - * @author Nico Oelgart - * @author Nicolas Grekas - * - * @internal - */ -final class Php80 -{ - public static function fdiv(float $dividend, float $divisor): float - { - return @($dividend / $divisor); - } - - public static function get_debug_type($value): string - { - switch (true) { - case null === $value: return 'null'; - case \is_bool($value): return 'bool'; - case \is_string($value): return 'string'; - case \is_array($value): return 'array'; - case \is_int($value): return 'int'; - case \is_float($value): return 'float'; - case \is_object($value): break; - case $value instanceof \__PHP_Incomplete_Class: return '__PHP_Incomplete_Class'; - default: - if (null === $type = @get_resource_type($value)) { - return 'unknown'; - } - - if ('Unknown' === $type) { - $type = 'closed'; - } - - return "resource ($type)"; - } - - $class = \get_class($value); - - if (false === strpos($class, '@')) { - return $class; - } - - return (get_parent_class($class) ?: key(class_implements($class)) ?: 'class').'@anonymous'; - } - - public static function get_resource_id($res): int - { - if (!\is_resource($res) && null === @get_resource_type($res)) { - throw new \TypeError(sprintf('Argument 1 passed to get_resource_id() must be of the type resource, %s given', get_debug_type($res))); - } - - return (int) $res; - } - - public static function preg_last_error_msg(): string - { - switch (preg_last_error()) { - case \PREG_INTERNAL_ERROR: - return 'Internal error'; - case \PREG_BAD_UTF8_ERROR: - return 'Malformed UTF-8 characters, possibly incorrectly encoded'; - case \PREG_BAD_UTF8_OFFSET_ERROR: - return 'The offset did not correspond to the beginning of a valid UTF-8 code point'; - case \PREG_BACKTRACK_LIMIT_ERROR: - return 'Backtrack limit exhausted'; - case \PREG_RECURSION_LIMIT_ERROR: - return 'Recursion limit exhausted'; - case \PREG_JIT_STACKLIMIT_ERROR: - return 'JIT stack limit exhausted'; - case \PREG_NO_ERROR: - return 'No error'; - default: - return 'Unknown error'; - } - } - - public static function str_contains(string $haystack, string $needle): bool - { - return '' === $needle || false !== strpos($haystack, $needle); - } - - public static function str_starts_with(string $haystack, string $needle): bool - { - return 0 === strncmp($haystack, $needle, \strlen($needle)); - } - - public static function str_ends_with(string $haystack, string $needle): bool - { - if ('' === $needle || $needle === $haystack) { - return true; - } - - if ('' === $haystack) { - return false; - } - - $needleLength = \strlen($needle); - - return $needleLength <= \strlen($haystack) && 0 === substr_compare($haystack, $needle, -$needleLength); - } -} diff --git a/vendor/symfony/polyfill-php80/PhpToken.php b/vendor/symfony/polyfill-php80/PhpToken.php deleted file mode 100755 index fe6e691..0000000 --- a/vendor/symfony/polyfill-php80/PhpToken.php +++ /dev/null @@ -1,103 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Php80; - -/** - * @author Fedonyuk Anton - * - * @internal - */ -class PhpToken implements \Stringable -{ - /** - * @var int - */ - public $id; - - /** - * @var string - */ - public $text; - - /** - * @var int - */ - public $line; - - /** - * @var int - */ - public $pos; - - public function __construct(int $id, string $text, int $line = -1, int $position = -1) - { - $this->id = $id; - $this->text = $text; - $this->line = $line; - $this->pos = $position; - } - - public function getTokenName(): ?string - { - if ('UNKNOWN' === $name = token_name($this->id)) { - $name = \strlen($this->text) > 1 || \ord($this->text) < 32 ? null : $this->text; - } - - return $name; - } - - /** - * @param int|string|array $kind - */ - public function is($kind): bool - { - foreach ((array) $kind as $value) { - if (\in_array($value, [$this->id, $this->text], true)) { - return true; - } - } - - return false; - } - - public function isIgnorable(): bool - { - return \in_array($this->id, [\T_WHITESPACE, \T_COMMENT, \T_DOC_COMMENT, \T_OPEN_TAG], true); - } - - public function __toString(): string - { - return (string) $this->text; - } - - /** - * @return static[] - */ - public static function tokenize(string $code, int $flags = 0): array - { - $line = 1; - $position = 0; - $tokens = token_get_all($code, $flags); - foreach ($tokens as $index => $token) { - if (\is_string($token)) { - $id = \ord($token); - $text = $token; - } else { - [$id, $text, $line] = $token; - } - $tokens[$index] = new static($id, $text, $line, $position); - $position += \strlen($text); - } - - return $tokens; - } -} diff --git a/vendor/symfony/polyfill-php80/README.md b/vendor/symfony/polyfill-php80/README.md deleted file mode 100755 index 3816c55..0000000 --- a/vendor/symfony/polyfill-php80/README.md +++ /dev/null @@ -1,25 +0,0 @@ -Symfony Polyfill / Php80 -======================== - -This component provides features added to PHP 8.0 core: - -- [`Stringable`](https://php.net/stringable) interface -- [`fdiv`](https://php.net/fdiv) -- [`ValueError`](https://php.net/valueerror) class -- [`UnhandledMatchError`](https://php.net/unhandledmatcherror) class -- `FILTER_VALIDATE_BOOL` constant -- [`get_debug_type`](https://php.net/get_debug_type) -- [`PhpToken`](https://php.net/phptoken) class -- [`preg_last_error_msg`](https://php.net/preg_last_error_msg) -- [`str_contains`](https://php.net/str_contains) -- [`str_starts_with`](https://php.net/str_starts_with) -- [`str_ends_with`](https://php.net/str_ends_with) -- [`get_resource_id`](https://php.net/get_resource_id) - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php b/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php deleted file mode 100755 index 2b95542..0000000 --- a/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#[Attribute(Attribute::TARGET_CLASS)] -final class Attribute -{ - public const TARGET_CLASS = 1; - public const TARGET_FUNCTION = 2; - public const TARGET_METHOD = 4; - public const TARGET_PROPERTY = 8; - public const TARGET_CLASS_CONSTANT = 16; - public const TARGET_PARAMETER = 32; - public const TARGET_ALL = 63; - public const IS_REPEATABLE = 64; - - /** @var int */ - public $flags; - - public function __construct(int $flags = self::TARGET_ALL) - { - $this->flags = $flags; - } -} diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php b/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php deleted file mode 100755 index bd1212f..0000000 --- a/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -if (\PHP_VERSION_ID < 80000 && extension_loaded('tokenizer')) { - class PhpToken extends Symfony\Polyfill\Php80\PhpToken - { - } -} diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php b/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php deleted file mode 100755 index 7c62d75..0000000 --- a/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +++ /dev/null @@ -1,20 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -if (\PHP_VERSION_ID < 80000) { - interface Stringable - { - /** - * @return string - */ - public function __toString(); - } -} diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php b/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php deleted file mode 100755 index 01c6c6c..0000000 --- a/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -if (\PHP_VERSION_ID < 80000) { - class UnhandledMatchError extends Error - { - } -} diff --git a/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php b/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php deleted file mode 100755 index 783dbc2..0000000 --- a/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -if (\PHP_VERSION_ID < 80000) { - class ValueError extends Error - { - } -} diff --git a/vendor/symfony/polyfill-php80/bootstrap.php b/vendor/symfony/polyfill-php80/bootstrap.php deleted file mode 100755 index e5f7dbc..0000000 --- a/vendor/symfony/polyfill-php80/bootstrap.php +++ /dev/null @@ -1,42 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Php80 as p; - -if (\PHP_VERSION_ID >= 80000) { - return; -} - -if (!defined('FILTER_VALIDATE_BOOL') && defined('FILTER_VALIDATE_BOOLEAN')) { - define('FILTER_VALIDATE_BOOL', \FILTER_VALIDATE_BOOLEAN); -} - -if (!function_exists('fdiv')) { - function fdiv(float $num1, float $num2): float { return p\Php80::fdiv($num1, $num2); } -} -if (!function_exists('preg_last_error_msg')) { - function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); } -} -if (!function_exists('str_contains')) { - function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($haystack ?? '', $needle ?? ''); } -} -if (!function_exists('str_starts_with')) { - function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_with($haystack ?? '', $needle ?? ''); } -} -if (!function_exists('str_ends_with')) { - function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($haystack ?? '', $needle ?? ''); } -} -if (!function_exists('get_debug_type')) { - function get_debug_type($value): string { return p\Php80::get_debug_type($value); } -} -if (!function_exists('get_resource_id')) { - function get_resource_id($resource): int { return p\Php80::get_resource_id($resource); } -} diff --git a/vendor/symfony/polyfill-php80/composer.json b/vendor/symfony/polyfill-php80/composer.json deleted file mode 100755 index a503b03..0000000 --- a/vendor/symfony/polyfill-php80/composer.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "symfony/polyfill-php80", - "type": "library", - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "keywords": ["polyfill", "shim", "compatibility", "portable"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=7.2" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, - "files": [ "bootstrap.php" ], - "classmap": [ "Resources/stubs" ] - }, - "minimum-stability": "dev", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - } -} diff --git a/vendor/vlucas/phpdotenv/LICENSE b/vendor/vlucas/phpdotenv/LICENSE deleted file mode 100755 index 922c552..0000000 --- a/vendor/vlucas/phpdotenv/LICENSE +++ /dev/null @@ -1,30 +0,0 @@ -BSD 3-Clause License - -Copyright (c) 2014, Graham Campbell. -Copyright (c) 2013, Vance Lucas. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/vlucas/phpdotenv/composer.json b/vendor/vlucas/phpdotenv/composer.json deleted file mode 100755 index 3636317..0000000 --- a/vendor/vlucas/phpdotenv/composer.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "vlucas/phpdotenv", - "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", - "keywords": ["env", "dotenv", "environment"], - "license": "BSD-3-Clause", - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Vance Lucas", - "email": "vance@vancelucas.com", - "homepage": "https://github.com/vlucas" - } - ], - "require": { - "php": "^7.2.5 || ^8.0", - "ext-pcre": "*", - "graham-campbell/result-type": "^1.1.3", - "phpoption/phpoption": "^1.9.3", - "symfony/polyfill-ctype": "^1.24", - "symfony/polyfill-mbstring": "^1.24", - "symfony/polyfill-php80": "^1.24" - }, - "require-dev": { - "ext-filter": "*", - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit":"^8.5.34 || ^9.6.13 || ^10.4.2" - }, - "autoload": { - "psr-4": { - "Dotenv\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "Dotenv\\Tests\\": "tests/Dotenv/" - } - }, - "suggest": { - "ext-filter": "Required to use the boolean validator." - }, - "config": { - "allow-plugins": { - "bamarni/composer-bin-plugin": true - }, - "preferred-install": "dist" - }, - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - }, - "branch-alias": { - "dev-master": "5.6-dev" - } - } -} diff --git a/vendor/vlucas/phpdotenv/src/Dotenv.php b/vendor/vlucas/phpdotenv/src/Dotenv.php deleted file mode 100755 index 6821c7d..0000000 --- a/vendor/vlucas/phpdotenv/src/Dotenv.php +++ /dev/null @@ -1,267 +0,0 @@ -store = $store; - $this->parser = $parser; - $this->loader = $loader; - $this->repository = $repository; - } - - /** - * Create a new dotenv instance. - * - * @param \Dotenv\Repository\RepositoryInterface $repository - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function create(RepositoryInterface $repository, $paths, $names = null, bool $shortCircuit = true, ?string $fileEncoding = null) - { - $builder = $names === null ? StoreBuilder::createWithDefaultName() : StoreBuilder::createWithNoNames(); - - foreach ((array) $paths as $path) { - $builder = $builder->addPath($path); - } - - foreach ((array) $names as $name) { - $builder = $builder->addName($name); - } - - if ($shortCircuit) { - $builder = $builder->shortCircuit(); - } - - return new self($builder->fileEncoding($fileEncoding)->make(), new Parser(), new Loader(), $repository); - } - - /** - * Create a new mutable dotenv instance with default repository. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createMutable($paths, $names = null, bool $shortCircuit = true, ?string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithDefaultAdapters()->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Create a new mutable dotenv instance with default repository with the putenv adapter. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createUnsafeMutable($paths, $names = null, bool $shortCircuit = true, ?string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithDefaultAdapters() - ->addAdapter(PutenvAdapter::class) - ->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Create a new immutable dotenv instance with default repository. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createImmutable($paths, $names = null, bool $shortCircuit = true, ?string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithDefaultAdapters()->immutable()->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Create a new immutable dotenv instance with default repository with the putenv adapter. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createUnsafeImmutable($paths, $names = null, bool $shortCircuit = true, ?string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithDefaultAdapters() - ->addAdapter(PutenvAdapter::class) - ->immutable() - ->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Create a new dotenv instance with an array backed repository. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createArrayBacked($paths, $names = null, bool $shortCircuit = true, ?string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithNoAdapters()->addAdapter(ArrayAdapter::class)->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Parse the given content and resolve nested variables. - * - * This method behaves just like load(), only without mutating your actual - * environment. We do this by using an array backed repository. - * - * @param string $content - * - * @throws \Dotenv\Exception\InvalidFileException - * - * @return array - */ - public static function parse(string $content) - { - $repository = RepositoryBuilder::createWithNoAdapters()->addAdapter(ArrayAdapter::class)->make(); - - $phpdotenv = new self(new StringStore($content), new Parser(), new Loader(), $repository); - - return $phpdotenv->load(); - } - - /** - * Read and load environment file(s). - * - * @throws \Dotenv\Exception\InvalidPathException|\Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidFileException - * - * @return array - */ - public function load() - { - $entries = $this->parser->parse($this->store->read()); - - return $this->loader->load($this->repository, $entries); - } - - /** - * Read and load environment file(s), silently failing if no files can be read. - * - * @throws \Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidFileException - * - * @return array - */ - public function safeLoad() - { - try { - return $this->load(); - } catch (InvalidPathException $e) { - // suppressing exception - return []; - } - } - - /** - * Required ensures that the specified variables exist, and returns a new validator object. - * - * @param string|string[] $variables - * - * @return \Dotenv\Validator - */ - public function required($variables) - { - return (new Validator($this->repository, (array) $variables))->required(); - } - - /** - * Returns a new validator object that won't check if the specified variables exist. - * - * @param string|string[] $variables - * - * @return \Dotenv\Validator - */ - public function ifPresent($variables) - { - return new Validator($this->repository, (array) $variables); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php b/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php deleted file mode 100755 index 1e80f53..0000000 --- a/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +++ /dev/null @@ -1,12 +0,0 @@ - - */ - public function load(RepositoryInterface $repository, array $entries) - { - return \array_reduce($entries, static function (array $vars, Entry $entry) use ($repository) { - $name = $entry->getName(); - - $value = $entry->getValue()->map(static function (Value $value) use ($repository) { - return Resolver::resolve($repository, $value); - }); - - if ($value->isDefined()) { - $inner = $value->get(); - if ($repository->set($name, $inner)) { - return \array_merge($vars, [$name => $inner]); - } - } else { - if ($repository->clear($name)) { - return \array_merge($vars, [$name => null]); - } - } - - return $vars; - }, []); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php b/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php deleted file mode 100755 index 275d98e..0000000 --- a/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +++ /dev/null @@ -1,20 +0,0 @@ - - */ - public function load(RepositoryInterface $repository, array $entries); -} diff --git a/vendor/vlucas/phpdotenv/src/Loader/Resolver.php b/vendor/vlucas/phpdotenv/src/Loader/Resolver.php deleted file mode 100755 index 36d7a4b..0000000 --- a/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +++ /dev/null @@ -1,65 +0,0 @@ -getVars(), static function (string $s, int $i) use ($repository) { - return Str::substr($s, 0, $i).self::resolveVariable($repository, Str::substr($s, $i)); - }, $value->getChars()); - } - - /** - * Resolve a single nested variable. - * - * @param \Dotenv\Repository\RepositoryInterface $repository - * @param string $str - * - * @return string - */ - private static function resolveVariable(RepositoryInterface $repository, string $str) - { - return Regex::replaceCallback( - '/\A\${([a-zA-Z0-9_.]+)}/', - static function (array $matches) use ($repository) { - return Option::fromValue($repository->get($matches[1])) - ->getOrElse($matches[0]); - }, - $str, - 1 - )->success()->getOrElse($str); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Parser/Entry.php b/vendor/vlucas/phpdotenv/src/Parser/Entry.php deleted file mode 100755 index 716f422..0000000 --- a/vendor/vlucas/phpdotenv/src/Parser/Entry.php +++ /dev/null @@ -1,59 +0,0 @@ -name = $name; - $this->value = $value; - } - - /** - * Get the entry name. - * - * @return string - */ - public function getName() - { - return $this->name; - } - - /** - * Get the entry value. - * - * @return \PhpOption\Option<\Dotenv\Parser\Value> - */ - public function getValue() - { - /** @var \PhpOption\Option<\Dotenv\Parser\Value> */ - return Option::fromValue($this->value); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php b/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php deleted file mode 100755 index e286840..0000000 --- a/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +++ /dev/null @@ -1,300 +0,0 @@ - - */ - public static function parse(string $entry) - { - return self::splitStringIntoParts($entry)->flatMap(static function (array $parts) { - [$name, $value] = $parts; - - return self::parseName($name)->flatMap(static function (string $name) use ($value) { - /** @var Result */ - $parsedValue = $value === null ? Success::create(null) : self::parseValue($value); - - return $parsedValue->map(static function (?Value $value) use ($name) { - return new Entry($name, $value); - }); - }); - }); - } - - /** - * Split the compound string into parts. - * - * @param string $line - * - * @return \GrahamCampbell\ResultType\Result - */ - private static function splitStringIntoParts(string $line) - { - /** @var array{string,string|null} */ - $result = Str::pos($line, '=')->map(static function () use ($line) { - return \array_map('trim', \explode('=', $line, 2)); - })->getOrElse([$line, null]); - - if ($result[0] === '') { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create(self::getErrorMessage('an unexpected equals', $line)); - } - - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create($result); - } - - /** - * Parse the given variable name. - * - * That is, strip the optional quotes and leading "export" from the - * variable name. We wrap the answer in a result type. - * - * @param string $name - * - * @return \GrahamCampbell\ResultType\Result - */ - private static function parseName(string $name) - { - if (Str::len($name) > 8 && Str::substr($name, 0, 6) === 'export' && \ctype_space(Str::substr($name, 6, 1))) { - $name = \ltrim(Str::substr($name, 6)); - } - - if (self::isQuotedName($name)) { - $name = Str::substr($name, 1, -1); - } - - if (!self::isValidName($name)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create(self::getErrorMessage('an invalid name', $name)); - } - - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create($name); - } - - /** - * Is the given variable name quoted? - * - * @param string $name - * - * @return bool - */ - private static function isQuotedName(string $name) - { - if (Str::len($name) < 3) { - return false; - } - - $first = Str::substr($name, 0, 1); - $last = Str::substr($name, -1, 1); - - return ($first === '"' && $last === '"') || ($first === '\'' && $last === '\''); - } - - /** - * Is the given variable name valid? - * - * @param string $name - * - * @return bool - */ - private static function isValidName(string $name) - { - return Regex::matches('~(*UTF8)\A[\p{Ll}\p{Lu}\p{M}\p{N}_.]+\z~', $name)->success()->getOrElse(false); - } - - /** - * Parse the given variable value. - * - * This has the effect of stripping quotes and comments, dealing with - * special characters, and locating nested variables, but not resolving - * them. Formally, we run a finite state automaton with an output tape: a - * transducer. We wrap the answer in a result type. - * - * @param string $value - * - * @return \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Value,string> - */ - private static function parseValue(string $value) - { - if (\trim($value) === '') { - /** @var \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Value,string> */ - return Success::create(Value::blank()); - } - - return \array_reduce(\iterator_to_array(Lexer::lex($value)), static function (Result $data, string $token) { - return $data->flatMap(static function (array $data) use ($token) { - return self::processToken($data[1], $token)->map(static function (array $val) use ($data) { - return [$data[0]->append($val[0], $val[1]), $val[2]]; - }); - }); - }, Success::create([Value::blank(), self::INITIAL_STATE]))->flatMap(static function (array $result) { - /** @psalm-suppress DocblockTypeContradiction */ - if (in_array($result[1], self::REJECT_STATES, true)) { - /** @var \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Value,string> */ - return Error::create('a missing closing quote'); - } - - /** @var \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Value,string> */ - return Success::create($result[0]); - })->mapError(static function (string $err) use ($value) { - return self::getErrorMessage($err, $value); - }); - } - - /** - * Process the given token. - * - * @param int $state - * @param string $token - * - * @return \GrahamCampbell\ResultType\Result - */ - private static function processToken(int $state, string $token) - { - switch ($state) { - case self::INITIAL_STATE: - if ($token === '\'') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::SINGLE_QUOTED_STATE]); - } elseif ($token === '"') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::DOUBLE_QUOTED_STATE]); - } elseif ($token === '#') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::COMMENT_STATE]); - } elseif ($token === '$') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, true, self::UNQUOTED_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::UNQUOTED_STATE]); - } - case self::UNQUOTED_STATE: - if ($token === '#') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::COMMENT_STATE]); - } elseif (\ctype_space($token)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::WHITESPACE_STATE]); - } elseif ($token === '$') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, true, self::UNQUOTED_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::UNQUOTED_STATE]); - } - case self::SINGLE_QUOTED_STATE: - if ($token === '\'') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::WHITESPACE_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::SINGLE_QUOTED_STATE]); - } - case self::DOUBLE_QUOTED_STATE: - if ($token === '"') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::WHITESPACE_STATE]); - } elseif ($token === '\\') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::ESCAPE_SEQUENCE_STATE]); - } elseif ($token === '$') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, true, self::DOUBLE_QUOTED_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::DOUBLE_QUOTED_STATE]); - } - case self::ESCAPE_SEQUENCE_STATE: - if ($token === '"' || $token === '\\') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::DOUBLE_QUOTED_STATE]); - } elseif ($token === '$') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::DOUBLE_QUOTED_STATE]); - } else { - $first = Str::substr($token, 0, 1); - if (\in_array($first, ['f', 'n', 'r', 't', 'v'], true)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([\stripcslashes('\\'.$first).Str::substr($token, 1), false, self::DOUBLE_QUOTED_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create('an unexpected escape sequence'); - } - } - case self::WHITESPACE_STATE: - if ($token === '#') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::COMMENT_STATE]); - } elseif (!\ctype_space($token)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create('unexpected whitespace'); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::WHITESPACE_STATE]); - } - case self::COMMENT_STATE: - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::COMMENT_STATE]); - default: - throw new \Error('Parser entered invalid state.'); - } - } - - /** - * Generate a friendly error message. - * - * @param string $cause - * @param string $subject - * - * @return string - */ - private static function getErrorMessage(string $cause, string $subject) - { - return \sprintf( - 'Encountered %s at [%s].', - $cause, - \strtok($subject, "\n") - ); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Parser/Lexer.php b/vendor/vlucas/phpdotenv/src/Parser/Lexer.php deleted file mode 100755 index 981af24..0000000 --- a/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +++ /dev/null @@ -1,58 +0,0 @@ - - */ - public static function lex(string $content) - { - static $regex; - - if ($regex === null) { - $regex = '(('.\implode(')|(', self::PATTERNS).'))A'; - } - - $offset = 0; - - while (isset($content[$offset])) { - if (!\preg_match($regex, $content, $matches, 0, $offset)) { - throw new \Error(\sprintf('Lexer encountered unexpected character [%s].', $content[$offset])); - } - - $offset += \strlen($matches[0]); - - yield $matches[0]; - } - } -} diff --git a/vendor/vlucas/phpdotenv/src/Parser/Lines.php b/vendor/vlucas/phpdotenv/src/Parser/Lines.php deleted file mode 100755 index 6497993..0000000 --- a/vendor/vlucas/phpdotenv/src/Parser/Lines.php +++ /dev/null @@ -1,127 +0,0 @@ -map(static function () use ($line) { - return self::looksLikeMultilineStop($line, true) === false; - })->getOrElse(false); - } - - /** - * Determine if the given line can be the start of a multiline variable. - * - * @param string $line - * @param bool $started - * - * @return bool - */ - private static function looksLikeMultilineStop(string $line, bool $started) - { - if ($line === '"') { - return true; - } - - return Regex::occurrences('/(?=([^\\\\]"))/', \str_replace('\\\\', '', $line))->map(static function (int $count) use ($started) { - return $started ? $count > 1 : $count >= 1; - })->success()->getOrElse(false); - } - - /** - * Determine if the line in the file is a comment or whitespace. - * - * @param string $line - * - * @return bool - */ - private static function isCommentOrWhitespace(string $line) - { - $line = \trim($line); - - return $line === '' || (isset($line[0]) && $line[0] === '#'); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Parser/Parser.php b/vendor/vlucas/phpdotenv/src/Parser/Parser.php deleted file mode 100755 index 2d30dfd..0000000 --- a/vendor/vlucas/phpdotenv/src/Parser/Parser.php +++ /dev/null @@ -1,53 +0,0 @@ -mapError(static function () { - return 'Could not split into separate lines.'; - })->flatMap(static function (array $lines) { - return self::process(Lines::process($lines)); - })->mapError(static function (string $error) { - throw new InvalidFileException(\sprintf('Failed to parse dotenv file. %s', $error)); - })->success()->get(); - } - - /** - * Convert the raw entries into proper entries. - * - * @param string[] $entries - * - * @return \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Entry[],string> - */ - private static function process(array $entries) - { - /** @var \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Entry[],string> */ - return \array_reduce($entries, static function (Result $result, string $raw) { - return $result->flatMap(static function (array $entries) use ($raw) { - return EntryParser::parse($raw)->map(static function (Entry $entry) use ($entries) { - /** @var \Dotenv\Parser\Entry[] */ - return \array_merge($entries, [$entry]); - }); - }); - }, Success::create([])); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php b/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php deleted file mode 100755 index 17cc42a..0000000 --- a/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +++ /dev/null @@ -1,19 +0,0 @@ -chars = $chars; - $this->vars = $vars; - } - - /** - * Create an empty value instance. - * - * @return \Dotenv\Parser\Value - */ - public static function blank() - { - return new self('', []); - } - - /** - * Create a new value instance, appending the characters. - * - * @param string $chars - * @param bool $var - * - * @return \Dotenv\Parser\Value - */ - public function append(string $chars, bool $var) - { - return new self( - $this->chars.$chars, - $var ? \array_merge($this->vars, [Str::len($this->chars)]) : $this->vars - ); - } - - /** - * Get the string representation of the parsed value. - * - * @return string - */ - public function getChars() - { - return $this->chars; - } - - /** - * Get the locations of the variables in the value. - * - * @return int[] - */ - public function getVars() - { - $vars = $this->vars; - - \rsort($vars); - - return $vars; - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php deleted file mode 100755 index 5604398..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +++ /dev/null @@ -1,15 +0,0 @@ - - */ - public static function create(); -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php deleted file mode 100755 index af0aae1..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +++ /dev/null @@ -1,89 +0,0 @@ - - */ - public static function create() - { - if (self::isSupported()) { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - return None::create(); - } - - /** - * Determines if the adapter is supported. - * - * This happens if PHP is running as an Apache module. - * - * @return bool - */ - private static function isSupported() - { - return \function_exists('apache_getenv') && \function_exists('apache_setenv'); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - /** @var \PhpOption\Option */ - return Option::fromValue(apache_getenv($name))->filter(static function ($value) { - return \is_string($value) && $value !== ''; - }); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - return apache_setenv($name, $value); - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - return apache_setenv($name, ''); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php deleted file mode 100755 index df64cf6..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +++ /dev/null @@ -1,80 +0,0 @@ - - */ - private $variables; - - /** - * Create a new array adapter instance. - * - * @return void - */ - private function __construct() - { - $this->variables = []; - } - - /** - * Create a new instance of the adapter, if it is available. - * - * @return \PhpOption\Option<\Dotenv\Repository\Adapter\AdapterInterface> - */ - public static function create() - { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - return Option::fromArraysValue($this->variables, $name); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - $this->variables[$name] = $value; - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - unset($this->variables[$name]); - - return true; - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php deleted file mode 100755 index 9eb1947..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +++ /dev/null @@ -1,89 +0,0 @@ - - */ - public static function create() - { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - /** @var \PhpOption\Option */ - return Option::fromArraysValue($_ENV, $name) - ->filter(static function ($value) { - return \is_scalar($value); - }) - ->map(static function ($value) { - if ($value === false) { - return 'false'; - } - - if ($value === true) { - return 'true'; - } - - /** @psalm-suppress PossiblyInvalidCast */ - return (string) $value; - }); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - $_ENV[$name] = $value; - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - unset($_ENV[$name]); - - return true; - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php deleted file mode 100755 index fed8b9b..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +++ /dev/null @@ -1,85 +0,0 @@ -writer = $writer; - $this->allowList = $allowList; - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - // Don't set non-allowed variables - if (!$this->isAllowed($name)) { - return false; - } - - // Set the value on the inner writer - return $this->writer->write($name, $value); - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - // Don't clear non-allowed variables - if (!$this->isAllowed($name)) { - return false; - } - - // Set the value on the inner writer - return $this->writer->delete($name); - } - - /** - * Determine if the given variable is allowed. - * - * @param non-empty-string $name - * - * @return bool - */ - private function isAllowed(string $name) - { - return \in_array($name, $this->allowList, true); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php deleted file mode 100755 index 399e6f9..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +++ /dev/null @@ -1,110 +0,0 @@ - - */ - private $loaded; - - /** - * Create a new immutable writer instance. - * - * @param \Dotenv\Repository\Adapter\WriterInterface $writer - * @param \Dotenv\Repository\Adapter\ReaderInterface $reader - * - * @return void - */ - public function __construct(WriterInterface $writer, ReaderInterface $reader) - { - $this->writer = $writer; - $this->reader = $reader; - $this->loaded = []; - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - // Don't overwrite existing environment variables - // Ruby's dotenv does this with `ENV[key] ||= value` - if ($this->isExternallyDefined($name)) { - return false; - } - - // Set the value on the inner writer - if (!$this->writer->write($name, $value)) { - return false; - } - - // Record that we have loaded the variable - $this->loaded[$name] = ''; - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - // Don't clear existing environment variables - if ($this->isExternallyDefined($name)) { - return false; - } - - // Clear the value on the inner writer - if (!$this->writer->delete($name)) { - return false; - } - - // Leave the variable as fair game - unset($this->loaded[$name]); - - return true; - } - - /** - * Determine if the given variable is externally defined. - * - * That is, is it an "existing" variable. - * - * @param non-empty-string $name - * - * @return bool - */ - private function isExternallyDefined(string $name) - { - return $this->reader->read($name)->isDefined() && !isset($this->loaded[$name]); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php deleted file mode 100755 index 0cfda6f..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +++ /dev/null @@ -1,48 +0,0 @@ -readers = $readers; - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - foreach ($this->readers as $reader) { - $result = $reader->read($name); - if ($result->isDefined()) { - return $result; - } - } - - return None::create(); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php deleted file mode 100755 index 15a9d8f..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +++ /dev/null @@ -1,64 +0,0 @@ -writers = $writers; - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - foreach ($this->writers as $writers) { - if (!$writers->write($name, $value)) { - return false; - } - } - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - foreach ($this->writers as $writers) { - if (!$writers->delete($name)) { - return false; - } - } - - return true; - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php deleted file mode 100755 index 6d017cd..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +++ /dev/null @@ -1,91 +0,0 @@ - - */ - public static function create() - { - if (self::isSupported()) { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - return None::create(); - } - - /** - * Determines if the adapter is supported. - * - * @return bool - */ - private static function isSupported() - { - return \function_exists('getenv') && \function_exists('putenv'); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - /** @var \PhpOption\Option */ - return Option::fromValue(\getenv($name), false)->filter(static function ($value) { - return \is_string($value); - }); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - \putenv("$name=$value"); - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - \putenv($name); - - return true; - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php deleted file mode 100755 index 306a63f..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +++ /dev/null @@ -1,17 +0,0 @@ - - */ - public function read(string $name); -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php deleted file mode 100755 index 98c0f04..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +++ /dev/null @@ -1,104 +0,0 @@ - - */ - private $seen; - - /** - * Create a new replacement writer instance. - * - * @param \Dotenv\Repository\Adapter\WriterInterface $writer - * @param \Dotenv\Repository\Adapter\ReaderInterface $reader - * - * @return void - */ - public function __construct(WriterInterface $writer, ReaderInterface $reader) - { - $this->writer = $writer; - $this->reader = $reader; - $this->seen = []; - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - if ($this->exists($name)) { - return $this->writer->write($name, $value); - } - - // succeed if nothing to do - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - if ($this->exists($name)) { - return $this->writer->delete($name); - } - - // succeed if nothing to do - return true; - } - - /** - * Does the given environment variable exist. - * - * Returns true if it currently exists, or existed at any point in the past - * that we are aware of. - * - * @param non-empty-string $name - * - * @return bool - */ - private function exists(string $name) - { - if (isset($this->seen[$name])) { - return true; - } - - if ($this->reader->read($name)->isDefined()) { - $this->seen[$name] = ''; - - return true; - } - - return false; - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php deleted file mode 100755 index f93b6e5..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +++ /dev/null @@ -1,89 +0,0 @@ - - */ - public static function create() - { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - /** @var \PhpOption\Option */ - return Option::fromArraysValue($_SERVER, $name) - ->filter(static function ($value) { - return \is_scalar($value); - }) - ->map(static function ($value) { - if ($value === false) { - return 'false'; - } - - if ($value === true) { - return 'true'; - } - - /** @psalm-suppress PossiblyInvalidCast */ - return (string) $value; - }); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - $_SERVER[$name] = $value; - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - unset($_SERVER[$name]); - - return true; - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php b/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php deleted file mode 100755 index 4cb3d61..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +++ /dev/null @@ -1,27 +0,0 @@ -reader = $reader; - $this->writer = $writer; - } - - /** - * Determine if the given environment variable is defined. - * - * @param string $name - * - * @return bool - */ - public function has(string $name) - { - return '' !== $name && $this->reader->read($name)->isDefined(); - } - - /** - * Get an environment variable. - * - * @param string $name - * - * @throws \InvalidArgumentException - * - * @return string|null - */ - public function get(string $name) - { - if ('' === $name) { - throw new InvalidArgumentException('Expected name to be a non-empty string.'); - } - - return $this->reader->read($name)->getOrElse(null); - } - - /** - * Set an environment variable. - * - * @param string $name - * @param string $value - * - * @throws \InvalidArgumentException - * - * @return bool - */ - public function set(string $name, string $value) - { - if ('' === $name) { - throw new InvalidArgumentException('Expected name to be a non-empty string.'); - } - - return $this->writer->write($name, $value); - } - - /** - * Clear an environment variable. - * - * @param string $name - * - * @throws \InvalidArgumentException - * - * @return bool - */ - public function clear(string $name) - { - if ('' === $name) { - throw new InvalidArgumentException('Expected name to be a non-empty string.'); - } - - return $this->writer->delete($name); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php b/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php deleted file mode 100755 index 7607924..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +++ /dev/null @@ -1,272 +0,0 @@ -readers = $readers; - $this->writers = $writers; - $this->immutable = $immutable; - $this->allowList = $allowList; - } - - /** - * Create a new repository builder instance with no adapters added. - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public static function createWithNoAdapters() - { - return new self(); - } - - /** - * Create a new repository builder instance with the default adapters added. - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public static function createWithDefaultAdapters() - { - $adapters = \iterator_to_array(self::defaultAdapters()); - - return new self($adapters, $adapters); - } - - /** - * Return the array of default adapters. - * - * @return \Generator<\Dotenv\Repository\Adapter\AdapterInterface> - */ - private static function defaultAdapters() - { - foreach (self::DEFAULT_ADAPTERS as $adapter) { - $instance = $adapter::create(); - if ($instance->isDefined()) { - yield $instance->get(); - } - } - } - - /** - * Determine if the given name if of an adapterclass. - * - * @param string $name - * - * @return bool - */ - private static function isAnAdapterClass(string $name) - { - if (!\class_exists($name)) { - return false; - } - - return (new ReflectionClass($name))->implementsInterface(AdapterInterface::class); - } - - /** - * Creates a repository builder with the given reader added. - * - * Accepts either a reader instance, or a class-string for an adapter. If - * the adapter is not supported, then we silently skip adding it. - * - * @param \Dotenv\Repository\Adapter\ReaderInterface|string $reader - * - * @throws \InvalidArgumentException - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function addReader($reader) - { - if (!(\is_string($reader) && self::isAnAdapterClass($reader)) && !($reader instanceof ReaderInterface)) { - throw new InvalidArgumentException( - \sprintf( - 'Expected either an instance of %s or a class-string implementing %s', - ReaderInterface::class, - AdapterInterface::class - ) - ); - } - - $optional = Some::create($reader)->flatMap(static function ($reader) { - return \is_string($reader) ? $reader::create() : Some::create($reader); - }); - - $readers = \array_merge($this->readers, \iterator_to_array($optional)); - - return new self($readers, $this->writers, $this->immutable, $this->allowList); - } - - /** - * Creates a repository builder with the given writer added. - * - * Accepts either a writer instance, or a class-string for an adapter. If - * the adapter is not supported, then we silently skip adding it. - * - * @param \Dotenv\Repository\Adapter\WriterInterface|string $writer - * - * @throws \InvalidArgumentException - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function addWriter($writer) - { - if (!(\is_string($writer) && self::isAnAdapterClass($writer)) && !($writer instanceof WriterInterface)) { - throw new InvalidArgumentException( - \sprintf( - 'Expected either an instance of %s or a class-string implementing %s', - WriterInterface::class, - AdapterInterface::class - ) - ); - } - - $optional = Some::create($writer)->flatMap(static function ($writer) { - return \is_string($writer) ? $writer::create() : Some::create($writer); - }); - - $writers = \array_merge($this->writers, \iterator_to_array($optional)); - - return new self($this->readers, $writers, $this->immutable, $this->allowList); - } - - /** - * Creates a repository builder with the given adapter added. - * - * Accepts either an adapter instance, or a class-string for an adapter. If - * the adapter is not supported, then we silently skip adding it. We will - * add the adapter as both a reader and a writer. - * - * @param \Dotenv\Repository\Adapter\WriterInterface|string $adapter - * - * @throws \InvalidArgumentException - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function addAdapter($adapter) - { - if (!(\is_string($adapter) && self::isAnAdapterClass($adapter)) && !($adapter instanceof AdapterInterface)) { - throw new InvalidArgumentException( - \sprintf( - 'Expected either an instance of %s or a class-string implementing %s', - WriterInterface::class, - AdapterInterface::class - ) - ); - } - - $optional = Some::create($adapter)->flatMap(static function ($adapter) { - return \is_string($adapter) ? $adapter::create() : Some::create($adapter); - }); - - $readers = \array_merge($this->readers, \iterator_to_array($optional)); - $writers = \array_merge($this->writers, \iterator_to_array($optional)); - - return new self($readers, $writers, $this->immutable, $this->allowList); - } - - /** - * Creates a repository builder with mutability enabled. - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function immutable() - { - return new self($this->readers, $this->writers, true, $this->allowList); - } - - /** - * Creates a repository builder with the given allow list. - * - * @param string[]|null $allowList - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function allowList(?array $allowList = null) - { - return new self($this->readers, $this->writers, $this->immutable, $allowList); - } - - /** - * Creates a new repository instance. - * - * @return \Dotenv\Repository\RepositoryInterface - */ - public function make() - { - $reader = new MultiReader($this->readers); - $writer = new MultiWriter($this->writers); - - if ($this->immutable) { - $writer = new ImmutableWriter($writer, $reader); - } - - if ($this->allowList !== null) { - $writer = new GuardedWriter($writer, $this->allowList); - } - - return new AdapterRepository($reader, $writer); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php b/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php deleted file mode 100755 index d9b18a4..0000000 --- a/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +++ /dev/null @@ -1,51 +0,0 @@ - - */ - public static function read(array $filePaths, bool $shortCircuit = true, ?string $fileEncoding = null) - { - $output = []; - - foreach ($filePaths as $filePath) { - $content = self::readFromFile($filePath, $fileEncoding); - if ($content->isDefined()) { - $output[$filePath] = $content->get(); - if ($shortCircuit) { - break; - } - } - } - - return $output; - } - - /** - * Read the given file. - * - * @param string $path - * @param string|null $encoding - * - * @throws \Dotenv\Exception\InvalidEncodingException - * - * @return \PhpOption\Option - */ - private static function readFromFile(string $path, ?string $encoding = null) - { - /** @var Option */ - $content = Option::fromValue(@\file_get_contents($path), false); - - return $content->flatMap(static function (string $content) use ($encoding) { - return Str::utf8($content, $encoding)->mapError(static function (string $error) { - throw new InvalidEncodingException($error); - })->success(); - }); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Store/FileStore.php b/vendor/vlucas/phpdotenv/src/Store/FileStore.php deleted file mode 100755 index e7a4d3f..0000000 --- a/vendor/vlucas/phpdotenv/src/Store/FileStore.php +++ /dev/null @@ -1,72 +0,0 @@ -filePaths = $filePaths; - $this->shortCircuit = $shortCircuit; - $this->fileEncoding = $fileEncoding; - } - - /** - * Read the content of the environment file(s). - * - * @throws \Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidPathException - * - * @return string - */ - public function read() - { - if ($this->filePaths === []) { - throw new InvalidPathException('At least one environment file path must be provided.'); - } - - $contents = Reader::read($this->filePaths, $this->shortCircuit, $this->fileEncoding); - - if (\count($contents) > 0) { - return \implode("\n", $contents); - } - - throw new InvalidPathException( - \sprintf('Unable to read any of the environment file(s) at [%s].', \implode(', ', $this->filePaths)) - ); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php b/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php deleted file mode 100755 index 2ce0851..0000000 --- a/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +++ /dev/null @@ -1,141 +0,0 @@ -paths = $paths; - $this->names = $names; - $this->shortCircuit = $shortCircuit; - $this->fileEncoding = $fileEncoding; - } - - /** - * Create a new store builder instance with no names. - * - * @return \Dotenv\Store\StoreBuilder - */ - public static function createWithNoNames() - { - return new self(); - } - - /** - * Create a new store builder instance with the default name. - * - * @return \Dotenv\Store\StoreBuilder - */ - public static function createWithDefaultName() - { - return new self([], [self::DEFAULT_NAME]); - } - - /** - * Creates a store builder with the given path added. - * - * @param string $path - * - * @return \Dotenv\Store\StoreBuilder - */ - public function addPath(string $path) - { - return new self(\array_merge($this->paths, [$path]), $this->names, $this->shortCircuit, $this->fileEncoding); - } - - /** - * Creates a store builder with the given name added. - * - * @param string $name - * - * @return \Dotenv\Store\StoreBuilder - */ - public function addName(string $name) - { - return new self($this->paths, \array_merge($this->names, [$name]), $this->shortCircuit, $this->fileEncoding); - } - - /** - * Creates a store builder with short circuit mode enabled. - * - * @return \Dotenv\Store\StoreBuilder - */ - public function shortCircuit() - { - return new self($this->paths, $this->names, true, $this->fileEncoding); - } - - /** - * Creates a store builder with the specified file encoding. - * - * @param string|null $fileEncoding - * - * @return \Dotenv\Store\StoreBuilder - */ - public function fileEncoding(?string $fileEncoding = null) - { - return new self($this->paths, $this->names, $this->shortCircuit, $fileEncoding); - } - - /** - * Creates a new store instance. - * - * @return \Dotenv\Store\StoreInterface - */ - public function make() - { - return new FileStore( - Paths::filePaths($this->paths, $this->names), - $this->shortCircuit, - $this->fileEncoding - ); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php b/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php deleted file mode 100755 index 6f5b986..0000000 --- a/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +++ /dev/null @@ -1,17 +0,0 @@ -content = $content; - } - - /** - * Read the content of the environment file(s). - * - * @return string - */ - public function read() - { - return $this->content; - } -} diff --git a/vendor/vlucas/phpdotenv/src/Util/Regex.php b/vendor/vlucas/phpdotenv/src/Util/Regex.php deleted file mode 100755 index b17355c..0000000 --- a/vendor/vlucas/phpdotenv/src/Util/Regex.php +++ /dev/null @@ -1,112 +0,0 @@ - - */ - public static function matches(string $pattern, string $subject) - { - return self::pregAndWrap(static function (string $subject) use ($pattern) { - return @\preg_match($pattern, $subject) === 1; - }, $subject); - } - - /** - * Perform a preg match all, wrapping up the result. - * - * @param string $pattern - * @param string $subject - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function occurrences(string $pattern, string $subject) - { - return self::pregAndWrap(static function (string $subject) use ($pattern) { - return (int) @\preg_match_all($pattern, $subject); - }, $subject); - } - - /** - * Perform a preg replace callback, wrapping up the result. - * - * @param string $pattern - * @param callable $callback - * @param string $subject - * @param int|null $limit - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function replaceCallback(string $pattern, callable $callback, string $subject, ?int $limit = null) - { - return self::pregAndWrap(static function (string $subject) use ($pattern, $callback, $limit) { - return (string) @\preg_replace_callback($pattern, $callback, $subject, $limit ?? -1); - }, $subject); - } - - /** - * Perform a preg split, wrapping up the result. - * - * @param string $pattern - * @param string $subject - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function split(string $pattern, string $subject) - { - return self::pregAndWrap(static function (string $subject) use ($pattern) { - /** @var string[] */ - return (array) @\preg_split($pattern, $subject); - }, $subject); - } - - /** - * Perform a preg operation, wrapping up the result. - * - * @template V - * - * @param callable(string):V $operation - * @param string $subject - * - * @return \GrahamCampbell\ResultType\Result - */ - private static function pregAndWrap(callable $operation, string $subject) - { - $result = $operation($subject); - - if (\preg_last_error() !== \PREG_NO_ERROR) { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create(\preg_last_error_msg()); - } - - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create($result); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Util/Str.php b/vendor/vlucas/phpdotenv/src/Util/Str.php deleted file mode 100755 index 15257bd..0000000 --- a/vendor/vlucas/phpdotenv/src/Util/Str.php +++ /dev/null @@ -1,98 +0,0 @@ - - */ - public static function utf8(string $input, ?string $encoding = null) - { - if ($encoding !== null && !\in_array($encoding, \mb_list_encodings(), true)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create( - \sprintf('Illegal character encoding [%s] specified.', $encoding) - ); - } - $converted = $encoding === null ? - @\mb_convert_encoding($input, 'UTF-8') : - @\mb_convert_encoding($input, 'UTF-8', $encoding); - /** - * this is for support UTF-8 with BOM encoding - * @see https://en.wikipedia.org/wiki/Byte_order_mark - * @see https://github.com/vlucas/phpdotenv/issues/500 - */ - if (\substr($converted, 0, 3) == "\xEF\xBB\xBF") { - $converted = \substr($converted, 3); - } - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create($converted); - } - - /** - * Search for a given substring of the input. - * - * @param string $haystack - * @param string $needle - * - * @return \PhpOption\Option - */ - public static function pos(string $haystack, string $needle) - { - /** @var \PhpOption\Option */ - return Option::fromValue(\mb_strpos($haystack, $needle, 0, 'UTF-8'), false); - } - - /** - * Grab the specified substring of the input. - * - * @param string $input - * @param int $start - * @param int|null $length - * - * @return string - */ - public static function substr(string $input, int $start, ?int $length = null) - { - return \mb_substr($input, $start, $length, 'UTF-8'); - } - - /** - * Compute the length of the given string. - * - * @param string $input - * - * @return int - */ - public static function len(string $input) - { - return \mb_strlen($input, 'UTF-8'); - } -} diff --git a/vendor/vlucas/phpdotenv/src/Validator.php b/vendor/vlucas/phpdotenv/src/Validator.php deleted file mode 100755 index 0c04ab6..0000000 --- a/vendor/vlucas/phpdotenv/src/Validator.php +++ /dev/null @@ -1,209 +0,0 @@ -repository = $repository; - $this->variables = $variables; - } - - /** - * Assert that each variable is present. - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function required() - { - return $this->assert( - static function (?string $value) { - return $value !== null; - }, - 'is missing' - ); - } - - /** - * Assert that each variable is not empty. - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function notEmpty() - { - return $this->assertNullable( - static function (string $value) { - return Str::len(\trim($value)) > 0; - }, - 'is empty' - ); - } - - /** - * Assert that each specified variable is an integer. - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function isInteger() - { - return $this->assertNullable( - static function (string $value) { - return \ctype_digit($value); - }, - 'is not an integer' - ); - } - - /** - * Assert that each specified variable is a boolean. - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function isBoolean() - { - return $this->assertNullable( - static function (string $value) { - if ($value === '') { - return false; - } - - return \filter_var($value, \FILTER_VALIDATE_BOOLEAN, \FILTER_NULL_ON_FAILURE) !== null; - }, - 'is not a boolean' - ); - } - - /** - * Assert that each variable is amongst the given choices. - * - * @param string[] $choices - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function allowedValues(array $choices) - { - return $this->assertNullable( - static function (string $value) use ($choices) { - return \in_array($value, $choices, true); - }, - \sprintf('is not one of [%s]', \implode(', ', $choices)) - ); - } - - /** - * Assert that each variable matches the given regular expression. - * - * @param string $regex - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function allowedRegexValues(string $regex) - { - return $this->assertNullable( - static function (string $value) use ($regex) { - return Regex::matches($regex, $value)->success()->getOrElse(false); - }, - \sprintf('does not match "%s"', $regex) - ); - } - - /** - * Assert that the callback returns true for each variable. - * - * @param callable(?string):bool $callback - * @param string $message - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function assert(callable $callback, string $message) - { - $failing = []; - - foreach ($this->variables as $variable) { - if ($callback($this->repository->get($variable)) === false) { - $failing[] = \sprintf('%s %s', $variable, $message); - } - } - - if (\count($failing) > 0) { - throw new ValidationException(\sprintf( - 'One or more environment variables failed assertions: %s.', - \implode(', ', $failing) - )); - } - - return $this; - } - - /** - * Assert that the callback returns true for each variable. - * - * Skip checking null variable values. - * - * @param callable(string):bool $callback - * @param string $message - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function assertNullable(callable $callback, string $message) - { - return $this->assert( - static function (?string $value) use ($callback) { - if ($value === null) { - return true; - } - - return $callback($value); - }, - $message - ); - } -}