Changeset 2065535
- Timestamp:
- 04/09/2019 06:13:35 AM (7 years ago)
- Location:
- fazacrm-client/trunk
- Files:
-
- 43 edited
-
Plugin.php (modified) (2 diffs)
-
composer.lock (modified) (9 diffs)
-
readme.txt (modified) (6 diffs)
-
src/Contact.php (modified) (3 diffs)
-
vendor/composer/ClassLoader.php (modified) (1 diff)
-
vendor/composer/autoload_classmap.php (modified) (1 diff)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
-
vendor/composer/installed.json (modified) (7 diffs)
-
vendor/zendframework/zend-http/CHANGELOG.md (modified) (1 diff)
-
vendor/zendframework/zend-http/composer.json (modified) (1 diff)
-
vendor/zendframework/zend-http/src/AbstractMessage.php (modified) (3 diffs)
-
vendor/zendframework/zend-http/src/Response.php (modified) (1 diff)
-
vendor/zendframework/zend-uri/CHANGELOG.md (modified) (1 diff)
-
vendor/zendframework/zend-uri/composer.json (modified) (1 diff)
-
vendor/zendframework/zend-uri/src/File.php (modified) (1 diff)
-
vendor/zendframework/zend-uri/src/Uri.php (modified) (21 diffs)
-
vendor/zendframework/zend-validator/CHANGELOG.md (modified) (1 diff)
-
vendor/zendframework/zend-validator/composer.json (modified) (2 diffs)
-
vendor/zendframework/zend-validator/composer.lock (modified) (1 diff)
-
vendor/zendframework/zend-validator/doc/book/messages.md (modified) (1 diff)
-
vendor/zendframework/zend-validator/doc/book/set.md (modified) (3 diffs)
-
vendor/zendframework/zend-validator/doc/book/validators/barcode.md (modified) (1 diff)
-
vendor/zendframework/zend-validator/doc/book/validators/email-address.md (modified) (1 diff)
-
vendor/zendframework/zend-validator/doc/book/validators/file/upload.md (modified) (1 diff)
-
vendor/zendframework/zend-validator/doc/book/validators/isbn.md (modified) (1 diff)
-
vendor/zendframework/zend-validator/doc/book/validators/sitemap.md (modified) (1 diff)
-
vendor/zendframework/zend-validator/doc/book/validators/string-length.md (modified) (3 diffs)
-
vendor/zendframework/zend-validator/doc/book/writing-validators.md (modified) (1 diff)
-
vendor/zendframework/zend-validator/src/DateStep.php (modified) (1 diff)
-
vendor/zendframework/zend-validator/src/File/Crc32.php (modified) (4 diffs)
-
vendor/zendframework/zend-validator/src/File/ExcludeExtension.php (modified) (3 diffs)
-
vendor/zendframework/zend-validator/src/File/ExcludeMimeType.php (modified) (4 diffs)
-
vendor/zendframework/zend-validator/src/File/Exists.php (modified) (5 diffs)
-
vendor/zendframework/zend-validator/src/File/Extension.php (modified) (3 diffs)
-
vendor/zendframework/zend-validator/src/File/Hash.php (modified) (4 diffs)
-
vendor/zendframework/zend-validator/src/File/ImageSize.php (modified) (4 diffs)
-
vendor/zendframework/zend-validator/src/File/Md5.php (modified) (4 diffs)
-
vendor/zendframework/zend-validator/src/File/MimeType.php (modified) (5 diffs)
-
vendor/zendframework/zend-validator/src/File/NotExists.php (modified) (5 diffs)
-
vendor/zendframework/zend-validator/src/File/Sha1.php (modified) (4 diffs)
-
vendor/zendframework/zend-validator/src/File/Size.php (modified) (4 diffs)
-
vendor/zendframework/zend-validator/src/File/WordCount.php (modified) (3 diffs)
-
vendor/zendframework/zend-validator/src/Hostname.php (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fazacrm-client/trunk/Plugin.php
r2035100 r2065535 16 16 * Plugin URI: https://www.fazae.com/fazacrmclient 17 17 * Description: Transmet les contacts WordPress dans le FazaCRM. 18 * Version: 1.0. 218 * Version: 1.0.3 19 19 * Author: Fabrice Piccinali & Léo Coulomb 20 20 * Author URI: https://www.fazae.com … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define('FAZACRM _PLUGIN_NAME_VERSION', '1.0.2');36 define('FAZACRMCLIENT_PLUGIN_NAME_VERSION', '1.0.3'); 37 37 38 38 require __DIR__ . "/vendor/autoload.php"; -
fazacrm-client/trunk/composer.lock
r2033088 r2065535 134 134 { 135 135 "name": "zendframework/zend-http", 136 "version": "2. 9.1",136 "version": "2.10.0", 137 137 "source": { 138 138 "type": "git", 139 139 "url": "https://github.com/zendframework/zend-http.git", 140 "reference": " fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0"141 }, 142 "dist": { 143 "type": "zip", 144 "url": "https://api.github.com/repos/zendframework/zend-http/zipball/ fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",145 "reference": " fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",140 "reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0" 141 }, 142 "dist": { 143 "type": "zip", 144 "url": "https://api.github.com/repos/zendframework/zend-http/zipball/4b4983178693a8fdda53b0bbee58552e2d2b1ac0", 145 "reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0", 146 146 "shasum": "" 147 147 }, … … 164 164 "extra": { 165 165 "branch-alias": { 166 "dev-master": "2. 9.x-dev",167 "dev-develop": "2.1 0.x-dev"166 "dev-master": "2.10.x-dev", 167 "dev-develop": "2.11.x-dev" 168 168 } 169 169 }, … … 185 185 "zf" 186 186 ], 187 "time": "2019-0 1-22T19:48:43+00:00"187 "time": "2019-02-19T18:58:14+00:00" 188 188 }, 189 189 { … … 280 280 { 281 281 "name": "zendframework/zend-uri", 282 "version": "2. 6.1",282 "version": "2.7.0", 283 283 "source": { 284 284 "type": "git", 285 285 "url": "https://github.com/zendframework/zend-uri.git", 286 "reference": " 3b6463645c6766f78ce537c70cb4fdabee1e725f"287 }, 288 "dist": { 289 "type": "zip", 290 "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/ 3b6463645c6766f78ce537c70cb4fdabee1e725f",291 "reference": " 3b6463645c6766f78ce537c70cb4fdabee1e725f",286 "reference": "b2785cd38fe379a784645449db86f21b7739b1ee" 287 }, 288 "dist": { 289 "type": "zip", 290 "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/b2785cd38fe379a784645449db86f21b7739b1ee", 291 "reference": "b2785cd38fe379a784645449db86f21b7739b1ee", 292 292 "shasum": "" 293 293 }, … … 304 304 "extra": { 305 305 "branch-alias": { 306 "dev-master": "2. 6.x-dev",307 "dev-develop": "2. 7.x-dev"306 "dev-master": "2.7.x-dev", 307 "dev-develop": "2.8.x-dev" 308 308 } 309 309 }, … … 323 323 "zf" 324 324 ], 325 "time": "201 8-04-30T13:40:08+00:00"325 "time": "2019-02-27T21:39:04+00:00" 326 326 }, 327 327 { 328 328 "name": "zendframework/zend-validator", 329 "version": "2.1 1.0",329 "version": "2.12.0", 330 330 "source": { 331 331 "type": "git", 332 332 "url": "https://github.com/zendframework/zend-validator.git", 333 "reference": " f0789b4c4c099afdd2ecc58cc209a26c64bd4f17"334 }, 335 "dist": { 336 "type": "zip", 337 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/ f0789b4c4c099afdd2ecc58cc209a26c64bd4f17",338 "reference": " f0789b4c4c099afdd2ecc58cc209a26c64bd4f17",333 "reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30" 334 }, 335 "dist": { 336 "type": "zip", 337 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/64c33668e5fa2d39c6289a878f927ea2b0850c30", 338 "reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30", 339 339 "shasum": "" 340 340 }, … … 342 342 "container-interop/container-interop": "^1.1", 343 343 "php": "^5.6 || ^7.0", 344 "zendframework/zend-stdlib": "^ 2.7.6 || ^3.1"344 "zendframework/zend-stdlib": "^3.2.1" 345 345 }, 346 346 "require-dev": { … … 373 373 "extra": { 374 374 "branch-alias": { 375 "dev-master": "2.1 1.x-dev",376 "dev-develop": "2.1 2.x-dev"375 "dev-master": "2.12.x-dev", 376 "dev-develop": "2.13.x-dev" 377 377 }, 378 378 "zf": { … … 396 396 "zf2" 397 397 ], 398 "time": "201 8-12-13T21:23:15+00:00"398 "time": "2019-01-30T14:26:10+00:00" 399 399 } 400 400 ], -
fazacrm-client/trunk/readme.txt
r2034321 r2065535 1 === FazaCrm Client ===1 === FazaCrm Client === 2 2 Contributors: fazae, lcoulomb 3 3 Donate link: … … 5 5 Requires at least: 4.9.1 6 6 Tested up to: 5.1 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 Requires PHP: 5.3.3 9 9 License: GPLv2 or later … … 24 24 #### Qu'est ce que le FazaCrm? 25 25 26 Le [FazaCrm](https://www.fazae.com/nos-solutions/fazacrm/) est une solution [Fazaé](https://www.fazae.com) vous permettant de gagnez du temps et développez votre business. 26 Le [FazaCrm](https://www.fazae.com/nos-solutions/fazacrm/) est une solution [Fazaé](https://www.fazae.com) vous permettant de gagnez du temps et développez votre business. 27 27 28 Cet outil vous permettra notamment d'envoyer des campagnes d'email à une liste d'abonnés en les triant sur différents critèrespour cibler au mieux vos clients.28 Cet outil vous permettra notamment d'envoyer des campagnes d'email à une liste d'abonnés, en les triant sur différents critères, pour cibler au mieux vos clients. 29 29 30 30 Pour obtenir votre propre interface FazaCrm [contactez-nous](https://www.fazae.com/contact/) . … … 41 41 = Où trouver ma clé API ? = 42 42 43 Rendez-vous sur votre interface FazaCrm, sur votre profil, vous trouverez un champs clé APIque vous n'aurez plus qu'à copier-coller dans la case du même nom sur la page principal de configuration du plugin.43 Rendez-vous sur votre interface FazaCrm, sur votre profil, vous trouverez un **champ clé API** que vous n'aurez plus qu'à copier-coller dans la case du même nom sur la page principal de configuration du plugin. 44 44 45 45 = Où trouver mon URL FazaCrm ? = … … 53 53 = Où puis-je obtenir de l'aide ? = 54 54 55 Vous pouvez nous contacter soit par téléphone au **+33 4 27 46 38 40** ou par email à l'adresse **support@fazae.com**55 Vous pouvez nous contacter soit par téléphone au [+33 4 27 46 38 40] (+33 4 27 46 38 40) ou par email à l'adresse [support@fazae.com] (support@fazae.com) 56 56 57 57 == Screenshots == … … 59 59 1. Configuration simple et rapide. 60 60 2. Tester votre configuration. 61 3. Documentation associée pour vous permettre d'intégrer le plugin aisément. 61 62 62 63 == Changelog == 63 64 = 1.0.2 =65 * Ajout d'une rubrique FAQ.66 64 67 65 = 1.0.1 = -
fazacrm-client/trunk/src/Contact.php
r2034321 r2065535 15 15 public function __construct() { 16 16 $crm_uri = get_option('fazacrm_urlFazacrm', ''); 17 18 if (substr($crm_uri, -1) != "/") 19 $crm_uri .= "/"; 20 $crm_uri .= "api/"; 21 17 22 $apiVersion = 1.1; 18 23 $apiKey = get_option('fazacrm_keyPrivate', ''); … … 36 41 * @return int|bool L'ID du contact s'il est crée/mis à jour et FALSE si une erreur se produit 37 42 */ 38 39 43 public function fazaCRMContactSubscribe($email) { 40 44 $contact_data = array( … … 43 47 'nom' => null, 44 48 'prenom' => null, 45 //'fonction' => null,46 //'civilite' => null,47 //'origine' => null,48 //'adresse' => null49 //'fonction' => null, 50 //'civilite' => null, 51 //'origine' => null, 52 //'adresse' => null 49 53 ); 50 54 51 55 $id = parent::contactCreate($contact_data); 52 56 return $id; -
fazacrm-client/trunk/vendor/composer/ClassLoader.php
r2033088 r2065535 280 280 public function setApcuPrefix($apcuPrefix) 281 281 { 282 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;282 $this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null; 283 283 } 284 284 -
fazacrm-client/trunk/vendor/composer/autoload_classmap.php
r2033088 r2065535 7 7 8 8 return array( 9 'Interop\\Container\\ContainerInterface' => $vendorDir . '/container-interop/container-interop/src/Interop/Container/ContainerInterface.php',10 'Interop\\Container\\Exception\\ContainerException' => $vendorDir . '/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php',11 'Interop\\Container\\Exception\\NotFoundException' => $vendorDir . '/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php',12 'Psr\\Container\\ContainerExceptionInterface' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php',13 'Psr\\Container\\ContainerInterface' => $vendorDir . '/psr/container/src/ContainerInterface.php',14 'Psr\\Container\\NotFoundExceptionInterface' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php',15 'Zend\\Escaper\\Escaper' => $vendorDir . '/zendframework/zend-escaper/src/Escaper.php',16 'Zend\\Escaper\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-escaper/src/Exception/ExceptionInterface.php',17 'Zend\\Escaper\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php',18 'Zend\\Escaper\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-escaper/src/Exception/RuntimeException.php',19 'Zend\\Http\\AbstractMessage' => $vendorDir . '/zendframework/zend-http/src/AbstractMessage.php',20 'Zend\\Http\\Client' => $vendorDir . '/zendframework/zend-http/src/Client.php',21 'Zend\\Http\\ClientStatic' => $vendorDir . '/zendframework/zend-http/src/ClientStatic.php',22 'Zend\\Http\\Client\\Adapter\\AdapterInterface' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/AdapterInterface.php',23 'Zend\\Http\\Client\\Adapter\\Curl' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Curl.php',24 'Zend\\Http\\Client\\Adapter\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/ExceptionInterface.php',25 'Zend\\Http\\Client\\Adapter\\Exception\\InitializationException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/InitializationException.php',26 'Zend\\Http\\Client\\Adapter\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/InvalidArgumentException.php',27 'Zend\\Http\\Client\\Adapter\\Exception\\OutOfRangeException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/OutOfRangeException.php',28 'Zend\\Http\\Client\\Adapter\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/RuntimeException.php',29 'Zend\\Http\\Client\\Adapter\\Exception\\TimeoutException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/TimeoutException.php',30 'Zend\\Http\\Client\\Adapter\\Proxy' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Proxy.php',31 'Zend\\Http\\Client\\Adapter\\Socket' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Socket.php',32 'Zend\\Http\\Client\\Adapter\\StreamInterface' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/StreamInterface.php',33 'Zend\\Http\\Client\\Adapter\\Test' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Test.php',34 'Zend\\Http\\Client\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-http/src/Client/Exception/ExceptionInterface.php',35 'Zend\\Http\\Client\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-http/src/Client/Exception/InvalidArgumentException.php',36 'Zend\\Http\\Client\\Exception\\OutOfRangeException' => $vendorDir . '/zendframework/zend-http/src/Client/Exception/OutOfRangeException.php',37 'Zend\\Http\\Client\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-http/src/Client/Exception/RuntimeException.php',38 'Zend\\Http\\Cookies' => $vendorDir . '/zendframework/zend-http/src/Cookies.php',39 'Zend\\Http\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-http/src/Exception/ExceptionInterface.php',40 'Zend\\Http\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-http/src/Exception/InvalidArgumentException.php',41 'Zend\\Http\\Exception\\OutOfRangeException' => $vendorDir . '/zendframework/zend-http/src/Exception/OutOfRangeException.php',42 'Zend\\Http\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-http/src/Exception/RuntimeException.php',43 'Zend\\Http\\HeaderLoader' => $vendorDir . '/zendframework/zend-http/src/HeaderLoader.php',44 'Zend\\Http\\Header\\AbstractAccept' => $vendorDir . '/zendframework/zend-http/src/Header/AbstractAccept.php',45 'Zend\\Http\\Header\\AbstractDate' => $vendorDir . '/zendframework/zend-http/src/Header/AbstractDate.php',46 'Zend\\Http\\Header\\AbstractLocation' => $vendorDir . '/zendframework/zend-http/src/Header/AbstractLocation.php',47 'Zend\\Http\\Header\\Accept' => $vendorDir . '/zendframework/zend-http/src/Header/Accept.php',48 'Zend\\Http\\Header\\AcceptCharset' => $vendorDir . '/zendframework/zend-http/src/Header/AcceptCharset.php',49 'Zend\\Http\\Header\\AcceptEncoding' => $vendorDir . '/zendframework/zend-http/src/Header/AcceptEncoding.php',50 'Zend\\Http\\Header\\AcceptLanguage' => $vendorDir . '/zendframework/zend-http/src/Header/AcceptLanguage.php',51 'Zend\\Http\\Header\\AcceptRanges' => $vendorDir . '/zendframework/zend-http/src/Header/AcceptRanges.php',52 'Zend\\Http\\Header\\Accept\\FieldValuePart\\AbstractFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/AbstractFieldValuePart.php',53 'Zend\\Http\\Header\\Accept\\FieldValuePart\\AcceptFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/AcceptFieldValuePart.php',54 'Zend\\Http\\Header\\Accept\\FieldValuePart\\CharsetFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/CharsetFieldValuePart.php',55 'Zend\\Http\\Header\\Accept\\FieldValuePart\\EncodingFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/EncodingFieldValuePart.php',56 'Zend\\Http\\Header\\Accept\\FieldValuePart\\LanguageFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/LanguageFieldValuePart.php',57 'Zend\\Http\\Header\\Age' => $vendorDir . '/zendframework/zend-http/src/Header/Age.php',58 'Zend\\Http\\Header\\Allow' => $vendorDir . '/zendframework/zend-http/src/Header/Allow.php',59 'Zend\\Http\\Header\\AuthenticationInfo' => $vendorDir . '/zendframework/zend-http/src/Header/AuthenticationInfo.php',60 'Zend\\Http\\Header\\Authorization' => $vendorDir . '/zendframework/zend-http/src/Header/Authorization.php',61 'Zend\\Http\\Header\\CacheControl' => $vendorDir . '/zendframework/zend-http/src/Header/CacheControl.php',62 'Zend\\Http\\Header\\Connection' => $vendorDir . '/zendframework/zend-http/src/Header/Connection.php',63 'Zend\\Http\\Header\\ContentDisposition' => $vendorDir . '/zendframework/zend-http/src/Header/ContentDisposition.php',64 'Zend\\Http\\Header\\ContentEncoding' => $vendorDir . '/zendframework/zend-http/src/Header/ContentEncoding.php',65 'Zend\\Http\\Header\\ContentLanguage' => $vendorDir . '/zendframework/zend-http/src/Header/ContentLanguage.php',66 'Zend\\Http\\Header\\ContentLength' => $vendorDir . '/zendframework/zend-http/src/Header/ContentLength.php',67 'Zend\\Http\\Header\\ContentLocation' => $vendorDir . '/zendframework/zend-http/src/Header/ContentLocation.php',68 'Zend\\Http\\Header\\ContentMD5' => $vendorDir . '/zendframework/zend-http/src/Header/ContentMD5.php',69 'Zend\\Http\\Header\\ContentRange' => $vendorDir . '/zendframework/zend-http/src/Header/ContentRange.php',70 'Zend\\Http\\Header\\ContentSecurityPolicy' => $vendorDir . '/zendframework/zend-http/src/Header/ContentSecurityPolicy.php',71 'Zend\\Http\\Header\\ContentTransferEncoding' => $vendorDir . '/zendframework/zend-http/src/Header/ContentTransferEncoding.php',72 'Zend\\Http\\Header\\ContentType' => $vendorDir . '/zendframework/zend-http/src/Header/ContentType.php',73 'Zend\\Http\\Header\\Cookie' => $vendorDir . '/zendframework/zend-http/src/Header/Cookie.php',74 'Zend\\Http\\Header\\Date' => $vendorDir . '/zendframework/zend-http/src/Header/Date.php',75 'Zend\\Http\\Header\\Etag' => $vendorDir . '/zendframework/zend-http/src/Header/Etag.php',76 'Zend\\Http\\Header\\Exception\\DomainException' => $vendorDir . '/zendframework/zend-http/src/Header/Exception/DomainException.php',77 'Zend\\Http\\Header\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-http/src/Header/Exception/ExceptionInterface.php',78 'Zend\\Http\\Header\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-http/src/Header/Exception/InvalidArgumentException.php',79 'Zend\\Http\\Header\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-http/src/Header/Exception/RuntimeException.php',80 'Zend\\Http\\Header\\Expect' => $vendorDir . '/zendframework/zend-http/src/Header/Expect.php',81 'Zend\\Http\\Header\\Expires' => $vendorDir . '/zendframework/zend-http/src/Header/Expires.php',82 'Zend\\Http\\Header\\From' => $vendorDir . '/zendframework/zend-http/src/Header/From.php',83 'Zend\\Http\\Header\\GenericHeader' => $vendorDir . '/zendframework/zend-http/src/Header/GenericHeader.php',84 'Zend\\Http\\Header\\GenericMultiHeader' => $vendorDir . '/zendframework/zend-http/src/Header/GenericMultiHeader.php',85 'Zend\\Http\\Header\\HeaderInterface' => $vendorDir . '/zendframework/zend-http/src/Header/HeaderInterface.php',86 'Zend\\Http\\Header\\HeaderValue' => $vendorDir . '/zendframework/zend-http/src/Header/HeaderValue.php',87 'Zend\\Http\\Header\\Host' => $vendorDir . '/zendframework/zend-http/src/Header/Host.php',88 'Zend\\Http\\Header\\IfMatch' => $vendorDir . '/zendframework/zend-http/src/Header/IfMatch.php',89 'Zend\\Http\\Header\\IfModifiedSince' => $vendorDir . '/zendframework/zend-http/src/Header/IfModifiedSince.php',90 'Zend\\Http\\Header\\IfNoneMatch' => $vendorDir . '/zendframework/zend-http/src/Header/IfNoneMatch.php',91 'Zend\\Http\\Header\\IfRange' => $vendorDir . '/zendframework/zend-http/src/Header/IfRange.php',92 'Zend\\Http\\Header\\IfUnmodifiedSince' => $vendorDir . '/zendframework/zend-http/src/Header/IfUnmodifiedSince.php',93 'Zend\\Http\\Header\\KeepAlive' => $vendorDir . '/zendframework/zend-http/src/Header/KeepAlive.php',94 'Zend\\Http\\Header\\LastModified' => $vendorDir . '/zendframework/zend-http/src/Header/LastModified.php',95 'Zend\\Http\\Header\\Location' => $vendorDir . '/zendframework/zend-http/src/Header/Location.php',96 'Zend\\Http\\Header\\MaxForwards' => $vendorDir . '/zendframework/zend-http/src/Header/MaxForwards.php',97 'Zend\\Http\\Header\\MultipleHeaderInterface' => $vendorDir . '/zendframework/zend-http/src/Header/MultipleHeaderInterface.php',98 'Zend\\Http\\Header\\Origin' => $vendorDir . '/zendframework/zend-http/src/Header/Origin.php',99 'Zend\\Http\\Header\\Pragma' => $vendorDir . '/zendframework/zend-http/src/Header/Pragma.php',100 'Zend\\Http\\Header\\ProxyAuthenticate' => $vendorDir . '/zendframework/zend-http/src/Header/ProxyAuthenticate.php',101 'Zend\\Http\\Header\\ProxyAuthorization' => $vendorDir . '/zendframework/zend-http/src/Header/ProxyAuthorization.php',102 'Zend\\Http\\Header\\Range' => $vendorDir . '/zendframework/zend-http/src/Header/Range.php',103 'Zend\\Http\\Header\\Referer' => $vendorDir . '/zendframework/zend-http/src/Header/Referer.php',104 'Zend\\Http\\Header\\Refresh' => $vendorDir . '/zendframework/zend-http/src/Header/Refresh.php',105 'Zend\\Http\\Header\\RetryAfter' => $vendorDir . '/zendframework/zend-http/src/Header/RetryAfter.php',106 'Zend\\Http\\Header\\Server' => $vendorDir . '/zendframework/zend-http/src/Header/Server.php',107 'Zend\\Http\\Header\\SetCookie' => $vendorDir . '/zendframework/zend-http/src/Header/SetCookie.php',108 'Zend\\Http\\Header\\TE' => $vendorDir . '/zendframework/zend-http/src/Header/TE.php',109 'Zend\\Http\\Header\\Trailer' => $vendorDir . '/zendframework/zend-http/src/Header/Trailer.php',110 'Zend\\Http\\Header\\TransferEncoding' => $vendorDir . '/zendframework/zend-http/src/Header/TransferEncoding.php',111 'Zend\\Http\\Header\\Upgrade' => $vendorDir . '/zendframework/zend-http/src/Header/Upgrade.php',112 'Zend\\Http\\Header\\UserAgent' => $vendorDir . '/zendframework/zend-http/src/Header/UserAgent.php',113 'Zend\\Http\\Header\\Vary' => $vendorDir . '/zendframework/zend-http/src/Header/Vary.php',114 'Zend\\Http\\Header\\Via' => $vendorDir . '/zendframework/zend-http/src/Header/Via.php',115 'Zend\\Http\\Header\\WWWAuthenticate' => $vendorDir . '/zendframework/zend-http/src/Header/WWWAuthenticate.php',116 'Zend\\Http\\Header\\Warning' => $vendorDir . '/zendframework/zend-http/src/Header/Warning.php',117 'Zend\\Http\\Headers' => $vendorDir . '/zendframework/zend-http/src/Headers.php',118 'Zend\\Http\\PhpEnvironment\\RemoteAddress' => $vendorDir . '/zendframework/zend-http/src/PhpEnvironment/RemoteAddress.php',119 'Zend\\Http\\PhpEnvironment\\Request' => $vendorDir . '/zendframework/zend-http/src/PhpEnvironment/Request.php',120 'Zend\\Http\\PhpEnvironment\\Response' => $vendorDir . '/zendframework/zend-http/src/PhpEnvironment/Response.php',121 'Zend\\Http\\Request' => $vendorDir . '/zendframework/zend-http/src/Request.php',122 'Zend\\Http\\Response' => $vendorDir . '/zendframework/zend-http/src/Response.php',123 'Zend\\Http\\Response\\Stream' => $vendorDir . '/zendframework/zend-http/src/Response/Stream.php',124 'Zend\\Loader\\AutoloaderFactory' => $vendorDir . '/zendframework/zend-loader/src/AutoloaderFactory.php',125 'Zend\\Loader\\ClassMapAutoloader' => $vendorDir . '/zendframework/zend-loader/src/ClassMapAutoloader.php',126 'Zend\\Loader\\Exception\\BadMethodCallException' => $vendorDir . '/zendframework/zend-loader/src/Exception/BadMethodCallException.php',127 'Zend\\Loader\\Exception\\DomainException' => $vendorDir . '/zendframework/zend-loader/src/Exception/DomainException.php',128 'Zend\\Loader\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-loader/src/Exception/ExceptionInterface.php',129 'Zend\\Loader\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-loader/src/Exception/InvalidArgumentException.php',130 'Zend\\Loader\\Exception\\InvalidPathException' => $vendorDir . '/zendframework/zend-loader/src/Exception/InvalidPathException.php',131 'Zend\\Loader\\Exception\\MissingResourceNamespaceException' => $vendorDir . '/zendframework/zend-loader/src/Exception/MissingResourceNamespaceException.php',132 'Zend\\Loader\\Exception\\PluginLoaderException' => $vendorDir . '/zendframework/zend-loader/src/Exception/PluginLoaderException.php',133 'Zend\\Loader\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-loader/src/Exception/RuntimeException.php',134 'Zend\\Loader\\Exception\\SecurityException' => $vendorDir . '/zendframework/zend-loader/src/Exception/SecurityException.php',135 'Zend\\Loader\\ModuleAutoloader' => $vendorDir . '/zendframework/zend-loader/src/ModuleAutoloader.php',136 'Zend\\Loader\\PluginClassLoader' => $vendorDir . '/zendframework/zend-loader/src/PluginClassLoader.php',137 'Zend\\Loader\\PluginClassLocator' => $vendorDir . '/zendframework/zend-loader/src/PluginClassLocator.php',138 'Zend\\Loader\\ShortNameLocator' => $vendorDir . '/zendframework/zend-loader/src/ShortNameLocator.php',139 'Zend\\Loader\\SplAutoloader' => $vendorDir . '/zendframework/zend-loader/src/SplAutoloader.php',140 'Zend\\Loader\\StandardAutoloader' => $vendorDir . '/zendframework/zend-loader/src/StandardAutoloader.php',141 'Zend\\Stdlib\\AbstractOptions' => $vendorDir . '/zendframework/zend-stdlib/src/AbstractOptions.php',142 'Zend\\Stdlib\\ArrayObject' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayObject.php',143 'Zend\\Stdlib\\ArraySerializableInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ArraySerializableInterface.php',144 'Zend\\Stdlib\\ArrayStack' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayStack.php',145 'Zend\\Stdlib\\ArrayUtils' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayUtils.php',146 'Zend\\Stdlib\\ArrayUtils\\MergeRemoveKey' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php',147 'Zend\\Stdlib\\ArrayUtils\\MergeReplaceKey' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php',148 'Zend\\Stdlib\\ArrayUtils\\MergeReplaceKeyInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php',149 'Zend\\Stdlib\\ConsoleHelper' => $vendorDir . '/zendframework/zend-stdlib/src/ConsoleHelper.php',150 'Zend\\Stdlib\\DispatchableInterface' => $vendorDir . '/zendframework/zend-stdlib/src/DispatchableInterface.php',151 'Zend\\Stdlib\\ErrorHandler' => $vendorDir . '/zendframework/zend-stdlib/src/ErrorHandler.php',152 'Zend\\Stdlib\\Exception\\BadMethodCallException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php',153 'Zend\\Stdlib\\Exception\\DomainException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/DomainException.php',154 'Zend\\Stdlib\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php',155 'Zend\\Stdlib\\Exception\\ExtensionNotLoadedException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php',156 'Zend\\Stdlib\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php',157 'Zend\\Stdlib\\Exception\\LogicException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/LogicException.php',158 'Zend\\Stdlib\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/RuntimeException.php',159 'Zend\\Stdlib\\FastPriorityQueue' => $vendorDir . '/zendframework/zend-stdlib/src/FastPriorityQueue.php',160 'Zend\\Stdlib\\Glob' => $vendorDir . '/zendframework/zend-stdlib/src/Glob.php',161 'Zend\\Stdlib\\Guard\\AllGuardsTrait' => $vendorDir . '/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php',162 'Zend\\Stdlib\\Guard\\ArrayOrTraversableGuardTrait' => $vendorDir . '/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php',163 'Zend\\Stdlib\\Guard\\EmptyGuardTrait' => $vendorDir . '/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php',164 'Zend\\Stdlib\\Guard\\NullGuardTrait' => $vendorDir . '/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php',165 'Zend\\Stdlib\\InitializableInterface' => $vendorDir . '/zendframework/zend-stdlib/src/InitializableInterface.php',166 'Zend\\Stdlib\\JsonSerializable' => $vendorDir . '/zendframework/zend-stdlib/src/JsonSerializable.php',167 'Zend\\Stdlib\\Message' => $vendorDir . '/zendframework/zend-stdlib/src/Message.php',168 'Zend\\Stdlib\\MessageInterface' => $vendorDir . '/zendframework/zend-stdlib/src/MessageInterface.php',169 'Zend\\Stdlib\\ParameterObjectInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ParameterObjectInterface.php',170 'Zend\\Stdlib\\Parameters' => $vendorDir . '/zendframework/zend-stdlib/src/Parameters.php',171 'Zend\\Stdlib\\ParametersInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ParametersInterface.php',172 'Zend\\Stdlib\\PriorityList' => $vendorDir . '/zendframework/zend-stdlib/src/PriorityList.php',173 'Zend\\Stdlib\\PriorityQueue' => $vendorDir . '/zendframework/zend-stdlib/src/PriorityQueue.php',174 'Zend\\Stdlib\\Request' => $vendorDir . '/zendframework/zend-stdlib/src/Request.php',175 'Zend\\Stdlib\\RequestInterface' => $vendorDir . '/zendframework/zend-stdlib/src/RequestInterface.php',176 'Zend\\Stdlib\\Response' => $vendorDir . '/zendframework/zend-stdlib/src/Response.php',177 'Zend\\Stdlib\\ResponseInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ResponseInterface.php',178 'Zend\\Stdlib\\SplPriorityQueue' => $vendorDir . '/zendframework/zend-stdlib/src/SplPriorityQueue.php',179 'Zend\\Stdlib\\SplQueue' => $vendorDir . '/zendframework/zend-stdlib/src/SplQueue.php',180 'Zend\\Stdlib\\SplStack' => $vendorDir . '/zendframework/zend-stdlib/src/SplStack.php',181 'Zend\\Stdlib\\StringUtils' => $vendorDir . '/zendframework/zend-stdlib/src/StringUtils.php',182 'Zend\\Stdlib\\StringWrapper\\AbstractStringWrapper' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php',183 'Zend\\Stdlib\\StringWrapper\\Iconv' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/Iconv.php',184 'Zend\\Stdlib\\StringWrapper\\Intl' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/Intl.php',185 'Zend\\Stdlib\\StringWrapper\\MbString' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/MbString.php',186 'Zend\\Stdlib\\StringWrapper\\Native' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/Native.php',187 'Zend\\Stdlib\\StringWrapper\\StringWrapperInterface' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php',188 'Zend\\Uri\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-uri/src/Exception/ExceptionInterface.php',189 'Zend\\Uri\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-uri/src/Exception/InvalidArgumentException.php',190 'Zend\\Uri\\Exception\\InvalidUriException' => $vendorDir . '/zendframework/zend-uri/src/Exception/InvalidUriException.php',191 'Zend\\Uri\\Exception\\InvalidUriPartException' => $vendorDir . '/zendframework/zend-uri/src/Exception/InvalidUriPartException.php',192 'Zend\\Uri\\File' => $vendorDir . '/zendframework/zend-uri/src/File.php',193 'Zend\\Uri\\Http' => $vendorDir . '/zendframework/zend-uri/src/Http.php',194 'Zend\\Uri\\Mailto' => $vendorDir . '/zendframework/zend-uri/src/Mailto.php',195 'Zend\\Uri\\Uri' => $vendorDir . '/zendframework/zend-uri/src/Uri.php',196 'Zend\\Uri\\UriFactory' => $vendorDir . '/zendframework/zend-uri/src/UriFactory.php',197 'Zend\\Uri\\UriInterface' => $vendorDir . '/zendframework/zend-uri/src/UriInterface.php',198 'Zend\\Validator\\AbstractValidator' => $vendorDir . '/zendframework/zend-validator/src/AbstractValidator.php',199 'Zend\\Validator\\Barcode' => $vendorDir . '/zendframework/zend-validator/src/Barcode.php',200 'Zend\\Validator\\Barcode\\AbstractAdapter' => $vendorDir . '/zendframework/zend-validator/src/Barcode/AbstractAdapter.php',201 'Zend\\Validator\\Barcode\\AdapterInterface' => $vendorDir . '/zendframework/zend-validator/src/Barcode/AdapterInterface.php',202 'Zend\\Validator\\Barcode\\Codabar' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Codabar.php',203 'Zend\\Validator\\Barcode\\Code128' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code128.php',204 'Zend\\Validator\\Barcode\\Code25' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code25.php',205 'Zend\\Validator\\Barcode\\Code25interleaved' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code25interleaved.php',206 'Zend\\Validator\\Barcode\\Code39' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code39.php',207 'Zend\\Validator\\Barcode\\Code39ext' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code39ext.php',208 'Zend\\Validator\\Barcode\\Code93' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code93.php',209 'Zend\\Validator\\Barcode\\Code93ext' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code93ext.php',210 'Zend\\Validator\\Barcode\\Ean12' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean12.php',211 'Zend\\Validator\\Barcode\\Ean13' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean13.php',212 'Zend\\Validator\\Barcode\\Ean14' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean14.php',213 'Zend\\Validator\\Barcode\\Ean18' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean18.php',214 'Zend\\Validator\\Barcode\\Ean2' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean2.php',215 'Zend\\Validator\\Barcode\\Ean5' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean5.php',216 'Zend\\Validator\\Barcode\\Ean8' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean8.php',217 'Zend\\Validator\\Barcode\\Gtin12' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Gtin12.php',218 'Zend\\Validator\\Barcode\\Gtin13' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Gtin13.php',219 'Zend\\Validator\\Barcode\\Gtin14' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Gtin14.php',220 'Zend\\Validator\\Barcode\\Identcode' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Identcode.php',221 'Zend\\Validator\\Barcode\\Intelligentmail' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Intelligentmail.php',222 'Zend\\Validator\\Barcode\\Issn' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Issn.php',223 'Zend\\Validator\\Barcode\\Itf14' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Itf14.php',224 'Zend\\Validator\\Barcode\\Leitcode' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Leitcode.php',225 'Zend\\Validator\\Barcode\\Planet' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Planet.php',226 'Zend\\Validator\\Barcode\\Postnet' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Postnet.php',227 'Zend\\Validator\\Barcode\\Royalmail' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Royalmail.php',228 'Zend\\Validator\\Barcode\\Sscc' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Sscc.php',229 'Zend\\Validator\\Barcode\\Upca' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Upca.php',230 'Zend\\Validator\\Barcode\\Upce' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Upce.php',231 'Zend\\Validator\\Between' => $vendorDir . '/zendframework/zend-validator/src/Between.php',232 'Zend\\Validator\\Bitwise' => $vendorDir . '/zendframework/zend-validator/src/Bitwise.php',233 'Zend\\Validator\\Callback' => $vendorDir . '/zendframework/zend-validator/src/Callback.php',234 'Zend\\Validator\\ConfigProvider' => $vendorDir . '/zendframework/zend-validator/src/ConfigProvider.php',235 'Zend\\Validator\\CreditCard' => $vendorDir . '/zendframework/zend-validator/src/CreditCard.php',236 'Zend\\Validator\\Csrf' => $vendorDir . '/zendframework/zend-validator/src/Csrf.php',237 'Zend\\Validator\\Date' => $vendorDir . '/zendframework/zend-validator/src/Date.php',238 'Zend\\Validator\\DateStep' => $vendorDir . '/zendframework/zend-validator/src/DateStep.php',239 'Zend\\Validator\\Db\\AbstractDb' => $vendorDir . '/zendframework/zend-validator/src/Db/AbstractDb.php',240 'Zend\\Validator\\Db\\NoRecordExists' => $vendorDir . '/zendframework/zend-validator/src/Db/NoRecordExists.php',241 'Zend\\Validator\\Db\\RecordExists' => $vendorDir . '/zendframework/zend-validator/src/Db/RecordExists.php',242 'Zend\\Validator\\Digits' => $vendorDir . '/zendframework/zend-validator/src/Digits.php',243 'Zend\\Validator\\EmailAddress' => $vendorDir . '/zendframework/zend-validator/src/EmailAddress.php',244 'Zend\\Validator\\Exception\\BadMethodCallException' => $vendorDir . '/zendframework/zend-validator/src/Exception/BadMethodCallException.php',245 'Zend\\Validator\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-validator/src/Exception/ExceptionInterface.php',246 'Zend\\Validator\\Exception\\ExtensionNotLoadedException' => $vendorDir . '/zendframework/zend-validator/src/Exception/ExtensionNotLoadedException.php',247 'Zend\\Validator\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-validator/src/Exception/InvalidArgumentException.php',248 'Zend\\Validator\\Exception\\InvalidMagicMimeFileException' => $vendorDir . '/zendframework/zend-validator/src/Exception/InvalidMagicMimeFileException.php',249 'Zend\\Validator\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-validator/src/Exception/RuntimeException.php',250 'Zend\\Validator\\Explode' => $vendorDir . '/zendframework/zend-validator/src/Explode.php',251 'Zend\\Validator\\File\\Count' => $vendorDir . '/zendframework/zend-validator/src/File/Count.php',252 'Zend\\Validator\\File\\Crc32' => $vendorDir . '/zendframework/zend-validator/src/File/Crc32.php',253 'Zend\\Validator\\File\\ExcludeExtension' => $vendorDir . '/zendframework/zend-validator/src/File/ExcludeExtension.php',254 'Zend\\Validator\\File\\ExcludeMimeType' => $vendorDir . '/zendframework/zend-validator/src/File/ExcludeMimeType.php',255 'Zend\\Validator\\File\\Exists' => $vendorDir . '/zendframework/zend-validator/src/File/Exists.php',256 'Zend\\Validator\\File\\Extension' => $vendorDir . '/zendframework/zend-validator/src/File/Extension.php',257 'Zend\\Validator\\File\\FilesSize' => $vendorDir . '/zendframework/zend-validator/src/File/FilesSize.php',258 'Zend\\Validator\\File\\Hash' => $vendorDir . '/zendframework/zend-validator/src/File/Hash.php',259 'Zend\\Validator\\File\\ImageSize' => $vendorDir . '/zendframework/zend-validator/src/File/ImageSize.php',260 'Zend\\Validator\\File\\IsCompressed' => $vendorDir . '/zendframework/zend-validator/src/File/IsCompressed.php',261 'Zend\\Validator\\File\\IsImage' => $vendorDir . '/zendframework/zend-validator/src/File/IsImage.php',262 'Zend\\Validator\\File\\Md5' => $vendorDir . '/zendframework/zend-validator/src/File/Md5.php',263 'Zend\\Validator\\File\\MimeType' => $vendorDir . '/zendframework/zend-validator/src/File/MimeType.php',264 'Zend\\Validator\\File\\NotExists' => $vendorDir . '/zendframework/zend-validator/src/File/NotExists.php',265 'Zend\\Validator\\File\\Sha1' => $vendorDir . '/zendframework/zend-validator/src/File/Sha1.php',266 'Zend\\Validator\\File\\Size' => $vendorDir . '/zendframework/zend-validator/src/File/Size.php',267 'Zend\\Validator\\File\\Upload' => $vendorDir . '/zendframework/zend-validator/src/File/Upload.php',268 'Zend\\Validator\\File\\UploadFile' => $vendorDir . '/zendframework/zend-validator/src/File/UploadFile.php',269 'Zend\\Validator\\File\\WordCount' => $vendorDir . '/zendframework/zend-validator/src/File/WordCount.php',270 'Zend\\Validator\\GpsPoint' => $vendorDir . '/zendframework/zend-validator/src/GpsPoint.php',271 'Zend\\Validator\\GreaterThan' => $vendorDir . '/zendframework/zend-validator/src/GreaterThan.php',272 'Zend\\Validator\\Hex' => $vendorDir . '/zendframework/zend-validator/src/Hex.php',273 'Zend\\Validator\\Hostname' => $vendorDir . '/zendframework/zend-validator/src/Hostname.php',274 'Zend\\Validator\\Iban' => $vendorDir . '/zendframework/zend-validator/src/Iban.php',275 'Zend\\Validator\\Identical' => $vendorDir . '/zendframework/zend-validator/src/Identical.php',276 'Zend\\Validator\\InArray' => $vendorDir . '/zendframework/zend-validator/src/InArray.php',277 'Zend\\Validator\\Ip' => $vendorDir . '/zendframework/zend-validator/src/Ip.php',278 'Zend\\Validator\\IsCountable' => $vendorDir . '/zendframework/zend-validator/src/IsCountable.php',279 'Zend\\Validator\\IsInstanceOf' => $vendorDir . '/zendframework/zend-validator/src/IsInstanceOf.php',280 'Zend\\Validator\\Isbn' => $vendorDir . '/zendframework/zend-validator/src/Isbn.php',281 'Zend\\Validator\\Isbn\\Isbn10' => $vendorDir . '/zendframework/zend-validator/src/Isbn/Isbn10.php',282 'Zend\\Validator\\Isbn\\Isbn13' => $vendorDir . '/zendframework/zend-validator/src/Isbn/Isbn13.php',283 'Zend\\Validator\\LessThan' => $vendorDir . '/zendframework/zend-validator/src/LessThan.php',284 'Zend\\Validator\\Module' => $vendorDir . '/zendframework/zend-validator/src/Module.php',285 'Zend\\Validator\\NotEmpty' => $vendorDir . '/zendframework/zend-validator/src/NotEmpty.php',286 'Zend\\Validator\\Regex' => $vendorDir . '/zendframework/zend-validator/src/Regex.php',287 'Zend\\Validator\\Sitemap\\Changefreq' => $vendorDir . '/zendframework/zend-validator/src/Sitemap/Changefreq.php',288 'Zend\\Validator\\Sitemap\\Lastmod' => $vendorDir . '/zendframework/zend-validator/src/Sitemap/Lastmod.php',289 'Zend\\Validator\\Sitemap\\Loc' => $vendorDir . '/zendframework/zend-validator/src/Sitemap/Loc.php',290 'Zend\\Validator\\Sitemap\\Priority' => $vendorDir . '/zendframework/zend-validator/src/Sitemap/Priority.php',291 'Zend\\Validator\\StaticValidator' => $vendorDir . '/zendframework/zend-validator/src/StaticValidator.php',292 'Zend\\Validator\\Step' => $vendorDir . '/zendframework/zend-validator/src/Step.php',293 'Zend\\Validator\\StringLength' => $vendorDir . '/zendframework/zend-validator/src/StringLength.php',294 'Zend\\Validator\\Timezone' => $vendorDir . '/zendframework/zend-validator/src/Timezone.php',295 'Zend\\Validator\\Translator\\TranslatorAwareInterface' => $vendorDir . '/zendframework/zend-validator/src/Translator/TranslatorAwareInterface.php',296 'Zend\\Validator\\Translator\\TranslatorInterface' => $vendorDir . '/zendframework/zend-validator/src/Translator/TranslatorInterface.php',297 'Zend\\Validator\\Uri' => $vendorDir . '/zendframework/zend-validator/src/Uri.php',298 'Zend\\Validator\\Uuid' => $vendorDir . '/zendframework/zend-validator/src/Uuid.php',299 'Zend\\Validator\\ValidatorChain' => $vendorDir . '/zendframework/zend-validator/src/ValidatorChain.php',300 'Zend\\Validator\\ValidatorInterface' => $vendorDir . '/zendframework/zend-validator/src/ValidatorInterface.php',301 'Zend\\Validator\\ValidatorPluginManager' => $vendorDir . '/zendframework/zend-validator/src/ValidatorPluginManager.php',302 'Zend\\Validator\\ValidatorPluginManagerAwareInterface' => $vendorDir . '/zendframework/zend-validator/src/ValidatorPluginManagerAwareInterface.php',303 'Zend\\Validator\\ValidatorPluginManagerFactory' => $vendorDir . '/zendframework/zend-validator/src/ValidatorPluginManagerFactory.php',304 'Zend\\Validator\\ValidatorProviderInterface' => $vendorDir . '/zendframework/zend-validator/src/ValidatorProviderInterface.php',305 'fazacrmclient\\Backend' => $baseDir . '/src/Backend.php',306 'fazacrmclient\\ConfigurationTest' => $baseDir . '/src/ConfigurationTest.php',307 'fazacrmclient\\Contact' => $baseDir . '/src/Contact.php',308 'fazacrmclient\\Frontend' => $baseDir . '/src/Frontend.php',309 'fazacrmclient\\GeneralSettings' => $baseDir . '/src/GeneralSettings.php',310 'fazacrmclient\\Plugin' => $baseDir . '/src/Plugin.php',311 'fazacrmclient\\fazaCRMRESTClient' => $baseDir . '/src/fazaCRMRESTClient.php',312 'fazacrmclient\\fazacore\\Plugin' => $baseDir . '/src/fazacore/Plugin.php',313 9 ); -
fazacrm-client/trunk/vendor/composer/autoload_static.php
r2033088 r2065535 75 75 ); 76 76 77 public static $classMap = array (78 'Interop\\Container\\ContainerInterface' => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container/ContainerInterface.php',79 'Interop\\Container\\Exception\\ContainerException' => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php',80 'Interop\\Container\\Exception\\NotFoundException' => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php',81 'Psr\\Container\\ContainerExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerExceptionInterface.php',82 'Psr\\Container\\ContainerInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerInterface.php',83 'Psr\\Container\\NotFoundExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/NotFoundExceptionInterface.php',84 'Zend\\Escaper\\Escaper' => __DIR__ . '/..' . '/zendframework/zend-escaper/src/Escaper.php',85 'Zend\\Escaper\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-escaper/src/Exception/ExceptionInterface.php',86 'Zend\\Escaper\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php',87 'Zend\\Escaper\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-escaper/src/Exception/RuntimeException.php',88 'Zend\\Http\\AbstractMessage' => __DIR__ . '/..' . '/zendframework/zend-http/src/AbstractMessage.php',89 'Zend\\Http\\Client' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client.php',90 'Zend\\Http\\ClientStatic' => __DIR__ . '/..' . '/zendframework/zend-http/src/ClientStatic.php',91 'Zend\\Http\\Client\\Adapter\\AdapterInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/AdapterInterface.php',92 'Zend\\Http\\Client\\Adapter\\Curl' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Curl.php',93 'Zend\\Http\\Client\\Adapter\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/ExceptionInterface.php',94 'Zend\\Http\\Client\\Adapter\\Exception\\InitializationException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/InitializationException.php',95 'Zend\\Http\\Client\\Adapter\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/InvalidArgumentException.php',96 'Zend\\Http\\Client\\Adapter\\Exception\\OutOfRangeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/OutOfRangeException.php',97 'Zend\\Http\\Client\\Adapter\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/RuntimeException.php',98 'Zend\\Http\\Client\\Adapter\\Exception\\TimeoutException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/TimeoutException.php',99 'Zend\\Http\\Client\\Adapter\\Proxy' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Proxy.php',100 'Zend\\Http\\Client\\Adapter\\Socket' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Socket.php',101 'Zend\\Http\\Client\\Adapter\\StreamInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/StreamInterface.php',102 'Zend\\Http\\Client\\Adapter\\Test' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Test.php',103 'Zend\\Http\\Client\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Exception/ExceptionInterface.php',104 'Zend\\Http\\Client\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Exception/InvalidArgumentException.php',105 'Zend\\Http\\Client\\Exception\\OutOfRangeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Exception/OutOfRangeException.php',106 'Zend\\Http\\Client\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Exception/RuntimeException.php',107 'Zend\\Http\\Cookies' => __DIR__ . '/..' . '/zendframework/zend-http/src/Cookies.php',108 'Zend\\Http\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Exception/ExceptionInterface.php',109 'Zend\\Http\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Exception/InvalidArgumentException.php',110 'Zend\\Http\\Exception\\OutOfRangeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Exception/OutOfRangeException.php',111 'Zend\\Http\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Exception/RuntimeException.php',112 'Zend\\Http\\HeaderLoader' => __DIR__ . '/..' . '/zendframework/zend-http/src/HeaderLoader.php',113 'Zend\\Http\\Header\\AbstractAccept' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AbstractAccept.php',114 'Zend\\Http\\Header\\AbstractDate' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AbstractDate.php',115 'Zend\\Http\\Header\\AbstractLocation' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AbstractLocation.php',116 'Zend\\Http\\Header\\Accept' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept.php',117 'Zend\\Http\\Header\\AcceptCharset' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AcceptCharset.php',118 'Zend\\Http\\Header\\AcceptEncoding' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AcceptEncoding.php',119 'Zend\\Http\\Header\\AcceptLanguage' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AcceptLanguage.php',120 'Zend\\Http\\Header\\AcceptRanges' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AcceptRanges.php',121 'Zend\\Http\\Header\\Accept\\FieldValuePart\\AbstractFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/AbstractFieldValuePart.php',122 'Zend\\Http\\Header\\Accept\\FieldValuePart\\AcceptFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/AcceptFieldValuePart.php',123 'Zend\\Http\\Header\\Accept\\FieldValuePart\\CharsetFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/CharsetFieldValuePart.php',124 'Zend\\Http\\Header\\Accept\\FieldValuePart\\EncodingFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/EncodingFieldValuePart.php',125 'Zend\\Http\\Header\\Accept\\FieldValuePart\\LanguageFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/LanguageFieldValuePart.php',126 'Zend\\Http\\Header\\Age' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Age.php',127 'Zend\\Http\\Header\\Allow' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Allow.php',128 'Zend\\Http\\Header\\AuthenticationInfo' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AuthenticationInfo.php',129 'Zend\\Http\\Header\\Authorization' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Authorization.php',130 'Zend\\Http\\Header\\CacheControl' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/CacheControl.php',131 'Zend\\Http\\Header\\Connection' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Connection.php',132 'Zend\\Http\\Header\\ContentDisposition' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentDisposition.php',133 'Zend\\Http\\Header\\ContentEncoding' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentEncoding.php',134 'Zend\\Http\\Header\\ContentLanguage' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentLanguage.php',135 'Zend\\Http\\Header\\ContentLength' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentLength.php',136 'Zend\\Http\\Header\\ContentLocation' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentLocation.php',137 'Zend\\Http\\Header\\ContentMD5' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentMD5.php',138 'Zend\\Http\\Header\\ContentRange' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentRange.php',139 'Zend\\Http\\Header\\ContentSecurityPolicy' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentSecurityPolicy.php',140 'Zend\\Http\\Header\\ContentTransferEncoding' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentTransferEncoding.php',141 'Zend\\Http\\Header\\ContentType' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentType.php',142 'Zend\\Http\\Header\\Cookie' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Cookie.php',143 'Zend\\Http\\Header\\Date' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Date.php',144 'Zend\\Http\\Header\\Etag' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Etag.php',145 'Zend\\Http\\Header\\Exception\\DomainException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Exception/DomainException.php',146 'Zend\\Http\\Header\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Exception/ExceptionInterface.php',147 'Zend\\Http\\Header\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Exception/InvalidArgumentException.php',148 'Zend\\Http\\Header\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Exception/RuntimeException.php',149 'Zend\\Http\\Header\\Expect' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Expect.php',150 'Zend\\Http\\Header\\Expires' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Expires.php',151 'Zend\\Http\\Header\\From' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/From.php',152 'Zend\\Http\\Header\\GenericHeader' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/GenericHeader.php',153 'Zend\\Http\\Header\\GenericMultiHeader' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/GenericMultiHeader.php',154 'Zend\\Http\\Header\\HeaderInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/HeaderInterface.php',155 'Zend\\Http\\Header\\HeaderValue' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/HeaderValue.php',156 'Zend\\Http\\Header\\Host' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Host.php',157 'Zend\\Http\\Header\\IfMatch' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfMatch.php',158 'Zend\\Http\\Header\\IfModifiedSince' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfModifiedSince.php',159 'Zend\\Http\\Header\\IfNoneMatch' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfNoneMatch.php',160 'Zend\\Http\\Header\\IfRange' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfRange.php',161 'Zend\\Http\\Header\\IfUnmodifiedSince' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfUnmodifiedSince.php',162 'Zend\\Http\\Header\\KeepAlive' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/KeepAlive.php',163 'Zend\\Http\\Header\\LastModified' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/LastModified.php',164 'Zend\\Http\\Header\\Location' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Location.php',165 'Zend\\Http\\Header\\MaxForwards' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/MaxForwards.php',166 'Zend\\Http\\Header\\MultipleHeaderInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/MultipleHeaderInterface.php',167 'Zend\\Http\\Header\\Origin' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Origin.php',168 'Zend\\Http\\Header\\Pragma' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Pragma.php',169 'Zend\\Http\\Header\\ProxyAuthenticate' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ProxyAuthenticate.php',170 'Zend\\Http\\Header\\ProxyAuthorization' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ProxyAuthorization.php',171 'Zend\\Http\\Header\\Range' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Range.php',172 'Zend\\Http\\Header\\Referer' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Referer.php',173 'Zend\\Http\\Header\\Refresh' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Refresh.php',174 'Zend\\Http\\Header\\RetryAfter' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/RetryAfter.php',175 'Zend\\Http\\Header\\Server' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Server.php',176 'Zend\\Http\\Header\\SetCookie' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/SetCookie.php',177 'Zend\\Http\\Header\\TE' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/TE.php',178 'Zend\\Http\\Header\\Trailer' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Trailer.php',179 'Zend\\Http\\Header\\TransferEncoding' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/TransferEncoding.php',180 'Zend\\Http\\Header\\Upgrade' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Upgrade.php',181 'Zend\\Http\\Header\\UserAgent' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/UserAgent.php',182 'Zend\\Http\\Header\\Vary' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Vary.php',183 'Zend\\Http\\Header\\Via' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Via.php',184 'Zend\\Http\\Header\\WWWAuthenticate' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/WWWAuthenticate.php',185 'Zend\\Http\\Header\\Warning' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Warning.php',186 'Zend\\Http\\Headers' => __DIR__ . '/..' . '/zendframework/zend-http/src/Headers.php',187 'Zend\\Http\\PhpEnvironment\\RemoteAddress' => __DIR__ . '/..' . '/zendframework/zend-http/src/PhpEnvironment/RemoteAddress.php',188 'Zend\\Http\\PhpEnvironment\\Request' => __DIR__ . '/..' . '/zendframework/zend-http/src/PhpEnvironment/Request.php',189 'Zend\\Http\\PhpEnvironment\\Response' => __DIR__ . '/..' . '/zendframework/zend-http/src/PhpEnvironment/Response.php',190 'Zend\\Http\\Request' => __DIR__ . '/..' . '/zendframework/zend-http/src/Request.php',191 'Zend\\Http\\Response' => __DIR__ . '/..' . '/zendframework/zend-http/src/Response.php',192 'Zend\\Http\\Response\\Stream' => __DIR__ . '/..' . '/zendframework/zend-http/src/Response/Stream.php',193 'Zend\\Loader\\AutoloaderFactory' => __DIR__ . '/..' . '/zendframework/zend-loader/src/AutoloaderFactory.php',194 'Zend\\Loader\\ClassMapAutoloader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/ClassMapAutoloader.php',195 'Zend\\Loader\\Exception\\BadMethodCallException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/BadMethodCallException.php',196 'Zend\\Loader\\Exception\\DomainException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/DomainException.php',197 'Zend\\Loader\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/ExceptionInterface.php',198 'Zend\\Loader\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/InvalidArgumentException.php',199 'Zend\\Loader\\Exception\\InvalidPathException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/InvalidPathException.php',200 'Zend\\Loader\\Exception\\MissingResourceNamespaceException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/MissingResourceNamespaceException.php',201 'Zend\\Loader\\Exception\\PluginLoaderException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/PluginLoaderException.php',202 'Zend\\Loader\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/RuntimeException.php',203 'Zend\\Loader\\Exception\\SecurityException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/SecurityException.php',204 'Zend\\Loader\\ModuleAutoloader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/ModuleAutoloader.php',205 'Zend\\Loader\\PluginClassLoader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/PluginClassLoader.php',206 'Zend\\Loader\\PluginClassLocator' => __DIR__ . '/..' . '/zendframework/zend-loader/src/PluginClassLocator.php',207 'Zend\\Loader\\ShortNameLocator' => __DIR__ . '/..' . '/zendframework/zend-loader/src/ShortNameLocator.php',208 'Zend\\Loader\\SplAutoloader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/SplAutoloader.php',209 'Zend\\Loader\\StandardAutoloader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/StandardAutoloader.php',210 'Zend\\Stdlib\\AbstractOptions' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/AbstractOptions.php',211 'Zend\\Stdlib\\ArrayObject' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayObject.php',212 'Zend\\Stdlib\\ArraySerializableInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArraySerializableInterface.php',213 'Zend\\Stdlib\\ArrayStack' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayStack.php',214 'Zend\\Stdlib\\ArrayUtils' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayUtils.php',215 'Zend\\Stdlib\\ArrayUtils\\MergeRemoveKey' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php',216 'Zend\\Stdlib\\ArrayUtils\\MergeReplaceKey' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php',217 'Zend\\Stdlib\\ArrayUtils\\MergeReplaceKeyInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php',218 'Zend\\Stdlib\\ConsoleHelper' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ConsoleHelper.php',219 'Zend\\Stdlib\\DispatchableInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/DispatchableInterface.php',220 'Zend\\Stdlib\\ErrorHandler' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ErrorHandler.php',221 'Zend\\Stdlib\\Exception\\BadMethodCallException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php',222 'Zend\\Stdlib\\Exception\\DomainException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/DomainException.php',223 'Zend\\Stdlib\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php',224 'Zend\\Stdlib\\Exception\\ExtensionNotLoadedException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php',225 'Zend\\Stdlib\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php',226 'Zend\\Stdlib\\Exception\\LogicException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/LogicException.php',227 'Zend\\Stdlib\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/RuntimeException.php',228 'Zend\\Stdlib\\FastPriorityQueue' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/FastPriorityQueue.php',229 'Zend\\Stdlib\\Glob' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Glob.php',230 'Zend\\Stdlib\\Guard\\AllGuardsTrait' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php',231 'Zend\\Stdlib\\Guard\\ArrayOrTraversableGuardTrait' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php',232 'Zend\\Stdlib\\Guard\\EmptyGuardTrait' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php',233 'Zend\\Stdlib\\Guard\\NullGuardTrait' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php',234 'Zend\\Stdlib\\InitializableInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/InitializableInterface.php',235 'Zend\\Stdlib\\JsonSerializable' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/JsonSerializable.php',236 'Zend\\Stdlib\\Message' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Message.php',237 'Zend\\Stdlib\\MessageInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/MessageInterface.php',238 'Zend\\Stdlib\\ParameterObjectInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ParameterObjectInterface.php',239 'Zend\\Stdlib\\Parameters' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Parameters.php',240 'Zend\\Stdlib\\ParametersInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ParametersInterface.php',241 'Zend\\Stdlib\\PriorityList' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/PriorityList.php',242 'Zend\\Stdlib\\PriorityQueue' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/PriorityQueue.php',243 'Zend\\Stdlib\\Request' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Request.php',244 'Zend\\Stdlib\\RequestInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/RequestInterface.php',245 'Zend\\Stdlib\\Response' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Response.php',246 'Zend\\Stdlib\\ResponseInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ResponseInterface.php',247 'Zend\\Stdlib\\SplPriorityQueue' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/SplPriorityQueue.php',248 'Zend\\Stdlib\\SplQueue' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/SplQueue.php',249 'Zend\\Stdlib\\SplStack' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/SplStack.php',250 'Zend\\Stdlib\\StringUtils' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringUtils.php',251 'Zend\\Stdlib\\StringWrapper\\AbstractStringWrapper' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php',252 'Zend\\Stdlib\\StringWrapper\\Iconv' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/Iconv.php',253 'Zend\\Stdlib\\StringWrapper\\Intl' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/Intl.php',254 'Zend\\Stdlib\\StringWrapper\\MbString' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/MbString.php',255 'Zend\\Stdlib\\StringWrapper\\Native' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/Native.php',256 'Zend\\Stdlib\\StringWrapper\\StringWrapperInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php',257 'Zend\\Uri\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Exception/ExceptionInterface.php',258 'Zend\\Uri\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Exception/InvalidArgumentException.php',259 'Zend\\Uri\\Exception\\InvalidUriException' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Exception/InvalidUriException.php',260 'Zend\\Uri\\Exception\\InvalidUriPartException' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Exception/InvalidUriPartException.php',261 'Zend\\Uri\\File' => __DIR__ . '/..' . '/zendframework/zend-uri/src/File.php',262 'Zend\\Uri\\Http' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Http.php',263 'Zend\\Uri\\Mailto' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Mailto.php',264 'Zend\\Uri\\Uri' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Uri.php',265 'Zend\\Uri\\UriFactory' => __DIR__ . '/..' . '/zendframework/zend-uri/src/UriFactory.php',266 'Zend\\Uri\\UriInterface' => __DIR__ . '/..' . '/zendframework/zend-uri/src/UriInterface.php',267 'Zend\\Validator\\AbstractValidator' => __DIR__ . '/..' . '/zendframework/zend-validator/src/AbstractValidator.php',268 'Zend\\Validator\\Barcode' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode.php',269 'Zend\\Validator\\Barcode\\AbstractAdapter' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/AbstractAdapter.php',270 'Zend\\Validator\\Barcode\\AdapterInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/AdapterInterface.php',271 'Zend\\Validator\\Barcode\\Codabar' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Codabar.php',272 'Zend\\Validator\\Barcode\\Code128' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code128.php',273 'Zend\\Validator\\Barcode\\Code25' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code25.php',274 'Zend\\Validator\\Barcode\\Code25interleaved' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code25interleaved.php',275 'Zend\\Validator\\Barcode\\Code39' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code39.php',276 'Zend\\Validator\\Barcode\\Code39ext' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code39ext.php',277 'Zend\\Validator\\Barcode\\Code93' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code93.php',278 'Zend\\Validator\\Barcode\\Code93ext' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code93ext.php',279 'Zend\\Validator\\Barcode\\Ean12' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean12.php',280 'Zend\\Validator\\Barcode\\Ean13' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean13.php',281 'Zend\\Validator\\Barcode\\Ean14' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean14.php',282 'Zend\\Validator\\Barcode\\Ean18' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean18.php',283 'Zend\\Validator\\Barcode\\Ean2' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean2.php',284 'Zend\\Validator\\Barcode\\Ean5' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean5.php',285 'Zend\\Validator\\Barcode\\Ean8' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean8.php',286 'Zend\\Validator\\Barcode\\Gtin12' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Gtin12.php',287 'Zend\\Validator\\Barcode\\Gtin13' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Gtin13.php',288 'Zend\\Validator\\Barcode\\Gtin14' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Gtin14.php',289 'Zend\\Validator\\Barcode\\Identcode' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Identcode.php',290 'Zend\\Validator\\Barcode\\Intelligentmail' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Intelligentmail.php',291 'Zend\\Validator\\Barcode\\Issn' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Issn.php',292 'Zend\\Validator\\Barcode\\Itf14' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Itf14.php',293 'Zend\\Validator\\Barcode\\Leitcode' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Leitcode.php',294 'Zend\\Validator\\Barcode\\Planet' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Planet.php',295 'Zend\\Validator\\Barcode\\Postnet' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Postnet.php',296 'Zend\\Validator\\Barcode\\Royalmail' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Royalmail.php',297 'Zend\\Validator\\Barcode\\Sscc' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Sscc.php',298 'Zend\\Validator\\Barcode\\Upca' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Upca.php',299 'Zend\\Validator\\Barcode\\Upce' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Upce.php',300 'Zend\\Validator\\Between' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Between.php',301 'Zend\\Validator\\Bitwise' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Bitwise.php',302 'Zend\\Validator\\Callback' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Callback.php',303 'Zend\\Validator\\ConfigProvider' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ConfigProvider.php',304 'Zend\\Validator\\CreditCard' => __DIR__ . '/..' . '/zendframework/zend-validator/src/CreditCard.php',305 'Zend\\Validator\\Csrf' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Csrf.php',306 'Zend\\Validator\\Date' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Date.php',307 'Zend\\Validator\\DateStep' => __DIR__ . '/..' . '/zendframework/zend-validator/src/DateStep.php',308 'Zend\\Validator\\Db\\AbstractDb' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Db/AbstractDb.php',309 'Zend\\Validator\\Db\\NoRecordExists' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Db/NoRecordExists.php',310 'Zend\\Validator\\Db\\RecordExists' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Db/RecordExists.php',311 'Zend\\Validator\\Digits' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Digits.php',312 'Zend\\Validator\\EmailAddress' => __DIR__ . '/..' . '/zendframework/zend-validator/src/EmailAddress.php',313 'Zend\\Validator\\Exception\\BadMethodCallException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/BadMethodCallException.php',314 'Zend\\Validator\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/ExceptionInterface.php',315 'Zend\\Validator\\Exception\\ExtensionNotLoadedException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/ExtensionNotLoadedException.php',316 'Zend\\Validator\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/InvalidArgumentException.php',317 'Zend\\Validator\\Exception\\InvalidMagicMimeFileException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/InvalidMagicMimeFileException.php',318 'Zend\\Validator\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/RuntimeException.php',319 'Zend\\Validator\\Explode' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Explode.php',320 'Zend\\Validator\\File\\Count' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Count.php',321 'Zend\\Validator\\File\\Crc32' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Crc32.php',322 'Zend\\Validator\\File\\ExcludeExtension' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/ExcludeExtension.php',323 'Zend\\Validator\\File\\ExcludeMimeType' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/ExcludeMimeType.php',324 'Zend\\Validator\\File\\Exists' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Exists.php',325 'Zend\\Validator\\File\\Extension' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Extension.php',326 'Zend\\Validator\\File\\FilesSize' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/FilesSize.php',327 'Zend\\Validator\\File\\Hash' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Hash.php',328 'Zend\\Validator\\File\\ImageSize' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/ImageSize.php',329 'Zend\\Validator\\File\\IsCompressed' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/IsCompressed.php',330 'Zend\\Validator\\File\\IsImage' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/IsImage.php',331 'Zend\\Validator\\File\\Md5' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Md5.php',332 'Zend\\Validator\\File\\MimeType' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/MimeType.php',333 'Zend\\Validator\\File\\NotExists' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/NotExists.php',334 'Zend\\Validator\\File\\Sha1' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Sha1.php',335 'Zend\\Validator\\File\\Size' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Size.php',336 'Zend\\Validator\\File\\Upload' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Upload.php',337 'Zend\\Validator\\File\\UploadFile' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/UploadFile.php',338 'Zend\\Validator\\File\\WordCount' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/WordCount.php',339 'Zend\\Validator\\GpsPoint' => __DIR__ . '/..' . '/zendframework/zend-validator/src/GpsPoint.php',340 'Zend\\Validator\\GreaterThan' => __DIR__ . '/..' . '/zendframework/zend-validator/src/GreaterThan.php',341 'Zend\\Validator\\Hex' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Hex.php',342 'Zend\\Validator\\Hostname' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Hostname.php',343 'Zend\\Validator\\Iban' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Iban.php',344 'Zend\\Validator\\Identical' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Identical.php',345 'Zend\\Validator\\InArray' => __DIR__ . '/..' . '/zendframework/zend-validator/src/InArray.php',346 'Zend\\Validator\\Ip' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Ip.php',347 'Zend\\Validator\\IsCountable' => __DIR__ . '/..' . '/zendframework/zend-validator/src/IsCountable.php',348 'Zend\\Validator\\IsInstanceOf' => __DIR__ . '/..' . '/zendframework/zend-validator/src/IsInstanceOf.php',349 'Zend\\Validator\\Isbn' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Isbn.php',350 'Zend\\Validator\\Isbn\\Isbn10' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Isbn/Isbn10.php',351 'Zend\\Validator\\Isbn\\Isbn13' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Isbn/Isbn13.php',352 'Zend\\Validator\\LessThan' => __DIR__ . '/..' . '/zendframework/zend-validator/src/LessThan.php',353 'Zend\\Validator\\Module' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Module.php',354 'Zend\\Validator\\NotEmpty' => __DIR__ . '/..' . '/zendframework/zend-validator/src/NotEmpty.php',355 'Zend\\Validator\\Regex' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Regex.php',356 'Zend\\Validator\\Sitemap\\Changefreq' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Sitemap/Changefreq.php',357 'Zend\\Validator\\Sitemap\\Lastmod' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Sitemap/Lastmod.php',358 'Zend\\Validator\\Sitemap\\Loc' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Sitemap/Loc.php',359 'Zend\\Validator\\Sitemap\\Priority' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Sitemap/Priority.php',360 'Zend\\Validator\\StaticValidator' => __DIR__ . '/..' . '/zendframework/zend-validator/src/StaticValidator.php',361 'Zend\\Validator\\Step' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Step.php',362 'Zend\\Validator\\StringLength' => __DIR__ . '/..' . '/zendframework/zend-validator/src/StringLength.php',363 'Zend\\Validator\\Timezone' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Timezone.php',364 'Zend\\Validator\\Translator\\TranslatorAwareInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Translator/TranslatorAwareInterface.php',365 'Zend\\Validator\\Translator\\TranslatorInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Translator/TranslatorInterface.php',366 'Zend\\Validator\\Uri' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Uri.php',367 'Zend\\Validator\\Uuid' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Uuid.php',368 'Zend\\Validator\\ValidatorChain' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorChain.php',369 'Zend\\Validator\\ValidatorInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorInterface.php',370 'Zend\\Validator\\ValidatorPluginManager' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorPluginManager.php',371 'Zend\\Validator\\ValidatorPluginManagerAwareInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorPluginManagerAwareInterface.php',372 'Zend\\Validator\\ValidatorPluginManagerFactory' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorPluginManagerFactory.php',373 'Zend\\Validator\\ValidatorProviderInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorProviderInterface.php',374 'fazacrmclient\\Backend' => __DIR__ . '/../..' . '/src/Backend.php',375 'fazacrmclient\\ConfigurationTest' => __DIR__ . '/../..' . '/src/ConfigurationTest.php',376 'fazacrmclient\\Contact' => __DIR__ . '/../..' . '/src/Contact.php',377 'fazacrmclient\\Frontend' => __DIR__ . '/../..' . '/src/Frontend.php',378 'fazacrmclient\\GeneralSettings' => __DIR__ . '/../..' . '/src/GeneralSettings.php',379 'fazacrmclient\\Plugin' => __DIR__ . '/../..' . '/src/Plugin.php',380 'fazacrmclient\\fazaCRMRESTClient' => __DIR__ . '/../..' . '/src/fazaCRMRESTClient.php',381 'fazacrmclient\\fazacore\\Plugin' => __DIR__ . '/../..' . '/src/fazacore/Plugin.php',382 );383 384 77 public static function getInitializer(ClassLoader $loader) 385 78 { … … 387 80 $loader->prefixLengthsPsr4 = ComposerStaticInit3ac3a82a5b7fffc1c3c758ffa134e643::$prefixLengthsPsr4; 388 81 $loader->prefixDirsPsr4 = ComposerStaticInit3ac3a82a5b7fffc1c3c758ffa134e643::$prefixDirsPsr4; 389 $loader->classMap = ComposerStaticInit3ac3a82a5b7fffc1c3c758ffa134e643::$classMap;390 82 391 83 }, null, ClassLoader::class); -
fazacrm-client/trunk/vendor/composer/installed.json
r2033088 r2065535 133 133 { 134 134 "name": "zendframework/zend-http", 135 "version": "2. 9.1",136 "version_normalized": "2. 9.1.0",135 "version": "2.10.0", 136 "version_normalized": "2.10.0.0", 137 137 "source": { 138 138 "type": "git", 139 139 "url": "https://github.com/zendframework/zend-http.git", 140 "reference": " fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0"141 }, 142 "dist": { 143 "type": "zip", 144 "url": "https://api.github.com/repos/zendframework/zend-http/zipball/ fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",145 "reference": " fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",140 "reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0" 141 }, 142 "dist": { 143 "type": "zip", 144 "url": "https://api.github.com/repos/zendframework/zend-http/zipball/4b4983178693a8fdda53b0bbee58552e2d2b1ac0", 145 "reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0", 146 146 "shasum": "" 147 147 }, … … 161 161 "paragonie/certainty": "For automated management of cacert.pem" 162 162 }, 163 "time": "2019-0 1-22T19:48:43+00:00",164 "type": "library", 165 "extra": { 166 "branch-alias": { 167 "dev-master": "2. 9.x-dev",168 "dev-develop": "2.1 0.x-dev"163 "time": "2019-02-19T18:58:14+00:00", 164 "type": "library", 165 "extra": { 166 "branch-alias": { 167 "dev-master": "2.10.x-dev", 168 "dev-develop": "2.11.x-dev" 169 169 } 170 170 }, … … 285 285 { 286 286 "name": "zendframework/zend-uri", 287 "version": "2. 6.1",288 "version_normalized": "2. 6.1.0",287 "version": "2.7.0", 288 "version_normalized": "2.7.0.0", 289 289 "source": { 290 290 "type": "git", 291 291 "url": "https://github.com/zendframework/zend-uri.git", 292 "reference": " 3b6463645c6766f78ce537c70cb4fdabee1e725f"293 }, 294 "dist": { 295 "type": "zip", 296 "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/ 3b6463645c6766f78ce537c70cb4fdabee1e725f",297 "reference": " 3b6463645c6766f78ce537c70cb4fdabee1e725f",292 "reference": "b2785cd38fe379a784645449db86f21b7739b1ee" 293 }, 294 "dist": { 295 "type": "zip", 296 "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/b2785cd38fe379a784645449db86f21b7739b1ee", 297 "reference": "b2785cd38fe379a784645449db86f21b7739b1ee", 298 298 "shasum": "" 299 299 }, … … 307 307 "zendframework/zend-coding-standard": "~1.0.0" 308 308 }, 309 "time": "201 8-04-30T13:40:08+00:00",310 "type": "library", 311 "extra": { 312 "branch-alias": { 313 "dev-master": "2. 6.x-dev",314 "dev-develop": "2. 7.x-dev"309 "time": "2019-02-27T21:39:04+00:00", 310 "type": "library", 311 "extra": { 312 "branch-alias": { 313 "dev-master": "2.7.x-dev", 314 "dev-develop": "2.8.x-dev" 315 315 } 316 316 }, … … 334 334 { 335 335 "name": "zendframework/zend-validator", 336 "version": "2.1 1.0",337 "version_normalized": "2.1 1.0.0",336 "version": "2.12.0", 337 "version_normalized": "2.12.0.0", 338 338 "source": { 339 339 "type": "git", 340 340 "url": "https://github.com/zendframework/zend-validator.git", 341 "reference": " f0789b4c4c099afdd2ecc58cc209a26c64bd4f17"342 }, 343 "dist": { 344 "type": "zip", 345 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/ f0789b4c4c099afdd2ecc58cc209a26c64bd4f17",346 "reference": " f0789b4c4c099afdd2ecc58cc209a26c64bd4f17",341 "reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30" 342 }, 343 "dist": { 344 "type": "zip", 345 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/64c33668e5fa2d39c6289a878f927ea2b0850c30", 346 "reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30", 347 347 "shasum": "" 348 348 }, … … 350 350 "container-interop/container-interop": "^1.1", 351 351 "php": "^5.6 || ^7.0", 352 "zendframework/zend-stdlib": "^ 2.7.6 || ^3.1"352 "zendframework/zend-stdlib": "^3.2.1" 353 353 }, 354 354 "require-dev": { … … 378 378 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" 379 379 }, 380 "time": "201 8-12-13T21:23:15+00:00",381 "type": "library", 382 "extra": { 383 "branch-alias": { 384 "dev-master": "2.1 1.x-dev",385 "dev-develop": "2.1 2.x-dev"380 "time": "2019-01-30T14:26:10+00:00", 381 "type": "library", 382 "extra": { 383 "branch-alias": { 384 "dev-master": "2.12.x-dev", 385 "dev-develop": "2.13.x-dev" 386 386 }, 387 387 "zf": { -
fazacrm-client/trunk/vendor/zendframework/zend-http/CHANGELOG.md
r2033088 r2065535 2 2 3 3 All notable changes to this project will be documented in this file, in reverse chronological order by release. 4 5 ## 2.10.0 - 2019-02-19 6 7 ### Added 8 9 - [#173](https://github.com/zendframework/zend-http/pull/173) adds support for HTTP/2 requests and responses. 10 11 ### Changed 12 13 - Nothing. 14 15 ### Deprecated 16 17 - Nothing. 18 19 ### Removed 20 21 - Nothing. 22 23 ### Fixed 24 25 - Nothing. 4 26 5 27 ## 2.9.1 - 2019-01-22 -
fazacrm-client/trunk/vendor/zendframework/zend-http/composer.json
r2033088 r2065535 48 48 "extra": { 49 49 "branch-alias": { 50 "dev-master": "2. 9.x-dev",51 "dev-develop": "2.1 0.x-dev"50 "dev-master": "2.10.x-dev", 51 "dev-develop": "2.11.x-dev" 52 52 } 53 53 }, -
fazacrm-client/trunk/vendor/zendframework/zend-http/src/AbstractMessage.php
r2033088 r2065535 22 22 const VERSION_10 = '1.0'; 23 23 const VERSION_11 = '1.1'; 24 const VERSION_2 = '2'; 24 25 /**#@-*/ 25 26 … … 35 36 36 37 /** 37 * Set the HTTP version for this object, one of 1.0 or 1.138 * (AbstractMessage::VERSION_10, AbstractMessage::VERSION_11 )38 * Set the HTTP version for this object, one of 1.0, 1.1 or 2 39 * (AbstractMessage::VERSION_10, AbstractMessage::VERSION_11, AbstractMessage::VERSION_2) 39 40 * 40 * @param string $version (Must be 1.0 or 1.1)41 * @param string $version (Must be 1.0, 1.1 or 2) 41 42 * @return AbstractMessage 42 43 * @throws Exception\InvalidArgumentException … … 44 45 public function setVersion($version) 45 46 { 46 if ( $version != self::VERSION_10 && $version != self::VERSION_11) {47 if (! in_array($version, [self::VERSION_10, self::VERSION_11, self::VERSION_2])) { 47 48 throw new Exception\InvalidArgumentException( 48 49 'Not valid or not supported HTTP version: ' . $version -
fazacrm-client/trunk/vendor/zendframework/zend-http/src/Response.php
r2033088 r2065535 250 250 protected function parseStatusLine($line) 251 251 { 252 $regex = '/^HTTP\/(?P<version>1\.[01] ) (?P<status>\d{3})(?:[ ]+(?P<reason>.*))?$/';252 $regex = '/^HTTP\/(?P<version>1\.[01]|2) (?P<status>\d{3})(?:[ ]+(?P<reason>.*))?$/'; 253 253 $matches = []; 254 254 if (! preg_match($regex, $line, $matches)) { -
fazacrm-client/trunk/vendor/zendframework/zend-uri/CHANGELOG.md
r2033088 r2065535 2 2 3 3 All notable changes to this project will be documented in this file, in reverse chronological order by release. 4 5 ## 2.7.0 - 2019-02-27 6 7 ### Added 8 9 - Nothing. 10 11 ### Changed 12 13 - [#29](https://github.com/zendframework/zend-uri/pull/29) changes the behavior of `getHost()`: it will now always return a lowercase 14 - representation. This is in accord with 15 - [IETF 3986 Section 3.2.2](https://tools.ietf.org/html/rfc3986#section-3.2.2). 16 17 ### Deprecated 18 19 - Nothing. 20 21 ### Removed 22 23 - Nothing. 24 25 ### Fixed 26 27 - Nothing. 28 29 ## 2.6.2 - 2019-02-26 30 31 ### Added 32 33 - [#28](https://github.com/zendframework/zend-uri/pull/28) adds support for PHP 7.3. 34 35 ### Changed 36 37 - Nothing. 38 39 ### Deprecated 40 41 - Nothing. 42 43 ### Removed 44 45 - Nothing. 46 47 ### Fixed 48 49 - Nothing. 4 50 5 51 ## 2.6.1 - 2018-04-30 -
fazacrm-client/trunk/vendor/zendframework/zend-uri/composer.json
r2033088 r2065535 40 40 "extra": { 41 41 "branch-alias": { 42 "dev-master": "2. 6.x-dev",43 "dev-develop": "2. 7.x-dev"42 "dev-master": "2.7.x-dev", 43 "dev-develop": "2.8.x-dev" 44 44 } 45 45 }, -
fazacrm-client/trunk/vendor/zendframework/zend-uri/src/File.php
r2033088 r2065535 68 68 { 69 69 $url = new static('file:'); 70 if ( substr($path, 0, 1) == '/') {70 if (0 === strpos($path, '/')) { 71 71 $url->setHost(''); 72 72 } -
fazacrm-client/trunk/vendor/zendframework/zend-uri/src/Uri.php
r2033088 r2065535 51 51 * URI scheme 52 52 * 53 * @var string 53 * @var string|null 54 54 */ 55 55 protected $scheme; … … 58 58 * URI userInfo part (usually user:password in HTTP URLs) 59 59 * 60 * @var string 60 * @var string|null 61 61 */ 62 62 protected $userInfo; … … 65 65 * URI hostname 66 66 * 67 * @var string 67 * @var string|null 68 68 */ 69 69 protected $host; … … 72 72 * URI port 73 73 * 74 * @var int 74 * @var int|null 75 75 */ 76 76 protected $port; … … 79 79 * URI path 80 80 * 81 * @var string 81 * @var string|null 82 82 */ 83 83 protected $path; … … 86 86 * URI query string 87 87 * 88 * @var string 88 * @var string|null 89 89 */ 90 90 protected $query; 91 91 92 92 /** 93 * URI fragment 93 * URI fragment|null 94 94 * 95 95 * @var string … … 193 193 { 194 194 if ($this->host) { 195 if (strlen($this->path) > 0 && substr($this->path, 0, 1) != '/') {195 if (strlen($this->path) > 0 && 0 !== strpos($this->path, '/')) { 196 196 return false; 197 197 } … … 205 205 if ($this->path) { 206 206 // Check path-only (no host) URI 207 if ( substr($this->path, 0, 2) == '//') {207 if (0 === strpos($this->path, '//')) { 208 208 return false; 209 209 } … … 232 232 if ($this->path) { 233 233 // Check path-only (no host) URI 234 if ( substr($this->path, 0, 2) == '//') {234 if (0 === strpos($this->path, '//')) { 235 235 return false; 236 236 } … … 338 338 339 339 // All that's left is the fragment 340 if ($uri && substr($uri, 0, 1) == '#') {340 if ($uri && 0 === strpos($uri, '#')) { 341 341 $this->setFragment(substr($uri, 1)); 342 342 } … … 484 484 } 485 485 } else { 486 if ( substr($relPath, 0, 1) == '/') {486 if (0 === strpos($relPath, '/')) { 487 487 $this->setPath(static::removePathDotSegments($relPath)); 488 488 } else { … … 683 683 * validateScheme() method. 684 684 * 685 * @param string $scheme685 * @param string|null $scheme 686 686 * @throws Exception\InvalidUriPartException 687 687 * @return Uri … … 704 704 * Set the URI User-info part (usually user:password) 705 705 * 706 * @param string $userInfo706 * @param string|null $userInfo 707 707 * @return Uri 708 708 * @throws Exception\InvalidUriPartException If the schema definition … … 729 729 * are allowed in HTTP URIs. 730 730 * 731 * @param string $host731 * @param string|null $host 732 732 * @throws Exception\InvalidUriPartException 733 733 * @return Uri … … 746 746 } 747 747 748 if ($host !== null) { 749 $host = strtolower($host); 750 } 751 748 752 $this->host = $host; 749 753 return $this; … … 753 757 * Set the port part of the URI 754 758 * 755 * @param int $port759 * @param int|null $port 756 760 * @return Uri 757 761 */ … … 765 769 * Set the path 766 770 * 767 * @param string $path771 * @param string|null $path 768 772 * @return Uri 769 773 */ … … 781 785 * PHP's common square bracket notation. 782 786 * 783 * @param string|array $query787 * @param string|array|null $query 784 788 * @return Uri 785 789 */ … … 799 803 * Set the URI fragment part 800 804 * 801 * @param string $fragment805 * @param string|null $fragment 802 806 * @return Uri 803 807 * @throws Exception\InvalidUriPartException If the schema definition … … 1106 1110 $output = substr($output, 0, $lastSlashPos); 1107 1111 break; 1108 case ( substr($path, 0, 4) == '/../'):1112 case (0 === strpos($path, '/../')): 1109 1113 $path = '/' . substr($path, 4); 1110 1114 $lastSlashPos = strrpos($output, '/', -1); … … 1114 1118 $output = substr($output, 0, $lastSlashPos); 1115 1119 break; 1116 case ( substr($path, 0, 3) == '/./'):1120 case (0 === strpos($path, '/./')): 1117 1121 $path = substr($path, 2); 1118 1122 break; 1119 case ( substr($path, 0, 2) == './'):1123 case (0 === strpos($path, './')): 1120 1124 $path = substr($path, 2); 1121 1125 break; 1122 case ( substr($path, 0, 3) == '../'):1126 case (0 === strpos($path, '../')): 1123 1127 $path = substr($path, 3); 1124 1128 break; -
fazacrm-client/trunk/vendor/zendframework/zend-validator/CHANGELOG.md
r2033088 r2065535 2 2 3 3 All notable changes to this project will be documented in this file, in reverse chronological order by release. 4 5 ## 2.12.0 - 2019-01-30 6 7 ### Added 8 9 - [#250](https://github.com/zendframework/zend-validator/pull/250) adds support for PHP 7.3. 10 11 ### Changed 12 13 - [#251](https://github.com/zendframework/zend-validator/pull/251) updates the logic of each of the various `Zend\Validator\File` validators 14 to allow validating against PSR-7 `UploadedFileInterface` instances, expanding 15 the support originally provided in version 2.11.0. 16 17 ### Deprecated 18 19 - Nothing. 20 21 ### Removed 22 23 - [#250](https://github.com/zendframework/zend-validator/pull/250) removes support for zend-stdlib v2 releases. 24 25 ### Fixed 26 27 - Nothing. 28 29 ## 2.11.1 - 2019-01-29 30 31 ### Added 32 33 - [#249](https://github.com/zendframework/zend-validator/pull/249) adds support in the hostname validator for the `.rs` TLD. 34 35 ### Changed 36 37 - [#253](https://github.com/zendframework/zend-validator/pull/253) updates the list of allowed characters for a `DE` domain name to match those published by IDN. 38 39 ### Deprecated 40 41 - Nothing. 42 43 ### Removed 44 45 - Nothing. 46 47 ### Fixed 48 49 - [#256](https://github.com/zendframework/zend-validator/pull/256) fixes hostname validation when omitting the TLD from verification, 50 ensuring validation of the domain segment considers all URI criteria. 4 51 5 52 ## 2.11.0 - 2018-12-13 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/composer.json
r2033088 r2065535 15 15 "require": { 16 16 "php": "^5.6 || ^7.0", 17 "zendframework/zend-stdlib": "^ 2.7.6 || ^3.1",17 "zendframework/zend-stdlib": "^3.2.1", 18 18 "container-interop/container-interop": "^1.1" 19 19 }, … … 48 48 "extra": { 49 49 "branch-alias": { 50 "dev-master": "2.1 1.x-dev",51 "dev-develop": "2.1 2.x-dev"50 "dev-master": "2.12.x-dev", 51 "dev-develop": "2.13.x-dev" 52 52 }, 53 53 "zf": { -
fazacrm-client/trunk/vendor/zendframework/zend-validator/composer.lock
r2033088 r2065535 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 6d7da53324a7d53b31d05453a72e1136",7 "content-hash": "d63c66fe8848c902d47f6175d0d73710", 8 8 "packages": [ 9 9 { -
fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/messages.md
r2033088 r2065535 48 48 200 failure messages. It can be a tedious task to translate all of these 49 49 messages. For your convenience, pre-translated messages are provided in the 50 [zendframework/zend-i18n-resources](https:// zendframework.github.io/zend-i18n-resources/)50 [zendframework/zend-i18n-resources](https://docs.zendframework.com/zend-i18n-resources/) 51 51 package: 52 52 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/set.md
r2033088 r2065535 11 11 - [Digits](validators/digits.md) 12 12 - [EmailAddress](validators/email-address.md) 13 - [Explode](validators/explode.md) 13 14 - [File Validation Classes](validators/file/intro.md) 14 15 - [GreaterThan](validators/greater-than.md) … … 20 21 - [Ip](validators/ip.md) 21 22 - [Isbn](validators/isbn.md) 23 - [IsCountable](validators/is-countable.md) 22 24 - [IsInstanceOf](validators/isinstanceof.md) 23 25 - [LessThan](validators/less-than.md) … … 35 37 Several other components offer validators as well: 36 38 37 - [zend-i18n](http ://zendframework.github.io/zend-i18n/validators/)39 - [zend-i18n](https://docs.zendframework.com/zend-i18n/validators/) 38 40 39 41 ## Deprecated Validators -
fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/barcode.md
r2033088 r2065535 312 312 - `Length`: The length your barcode must have. It can have one of the following 313 313 values: 314 - `Integer`: A value greater 0, which means that the barcode must have this315 length.316 - `-1`: There is no limitation for the length of this barcode.317 - `"even"`: The length of this barcode must have a even amount of digits.318 - `"odd"`: The length of this barcode must have a odd amount of digits.319 - `array`: An array of integer values. The length of this barcode must have314 - `Integer`: A value greater 0, which means that the barcode must have this 315 length. 316 - `-1`: There is no limitation for the length of this barcode. 317 - `"even"`: The length of this barcode must have a even amount of digits. 318 - `"odd"`: The length of this barcode must have a odd amount of digits. 319 - `array`: An array of integer values. The length of this barcode must have 320 320 one of the set array values. 321 321 - `Characters`: A string which contains all allowed characters for this barcode. -
fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/email-address.md
r2033088 r2065535 35 35 Possible values of this option defined in [Hostname](hostname.md) validator's 36 36 `ALLOW_*` constants: 37 - `ALLOW_DNS` (default) - Allows Internet domain names _(e.g. example.com)_38 - `ALLOW_IP` - Allows IP addresses _(e.g. 192.168.0.1)_39 - `ALLOW_LOCAL` - Allows local network such as _localhost_ or _www.localdomain_40 - `ALLOW_URI` - Allows hostnames in URI generic syntax. See [RFC 3986](https://www.ietf.org/rfc/rfc3986.txt)41 - `ALLOW_ALL` - Allows all types of hostnames37 - `ALLOW_DNS` (default) - Allows Internet domain names _(e.g. example.com)_ 38 - `ALLOW_IP` - Allows IP addresses _(e.g. 192.168.0.1)_ 39 - `ALLOW_LOCAL` - Allows local network such as _localhost_ or _www.localdomain_ 40 - `ALLOW_URI` - Allows hostnames in URI generic syntax. See [RFC 3986](https://www.ietf.org/rfc/rfc3986.txt) 41 - `ALLOW_ALL` - Allows all types of hostnames 42 42 43 43 - `useDeepMxCheck`: Defines if the servers MX records should be verified by a deep check. -
fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/file/upload.md
r2033088 r2065535 10 10 - `files`: array of file uploads. This is generally the `$_FILES` array, but 11 11 should be normalized per the details in [PSR-7](http://www.php-fig.org/psr/psr-7/#1-6-uploaded-files) 12 (which is also how [the zend-http Request](https:// zendframework.github.io/zend-http)12 (which is also how [the zend-http Request](https://docs.zendframework.com/zend-http) 13 13 normalizes the array). 14 14 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/isbn.md
r2033088 r2065535 53 53 Valid types include: 54 54 55 - `Zend\Validator\Isbn::AUTO` (default)56 - `Zend\Validator\Isbn::ISBN10`57 - `Zend\Validator\Isbn::ISBN13`55 - `Zend\Validator\Isbn::AUTO` (default) 56 - `Zend\Validator\Isbn::ISBN10` 57 - `Zend\Validator\Isbn::ISBN13` 58 58 59 59 ## Specifying a separator restriction -
fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/sitemap.md
r2033088 r2065535 45 45 `Zend\Validator\Sitemap\Loc` validates whether a string is valid for using as a 46 46 'loc' element in a Sitemap XML document. This uses 47 [Zend\\Uri\\Uri::isValid()](https:// zendframework.github.io/zend-uri/usage/#validating-the-uri)47 [Zend\\Uri\\Uri::isValid()](https://docs.zendframework.com/zend-uri/usage/#validating-the-uri) 48 48 internally. 49 49 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/string-length.md
r2033088 r2065535 4 4 length. 5 5 6 > Supports only string validation6 > ### Supports only string validation 7 7 > 8 8 > `Zend\Validator\StringLength` supports only the validation of strings. … … 16 16 - `min`: Sets the minimum allowed length for a string. 17 17 - `max`: Sets the maximum allowed length for a string. 18 - `length`: Holds the actual length of the string.19 18 20 19 ## Default behaviour … … 86 85 ``` 87 86 88 > ### Setting a maximum lower than the minimum 87 ## Limiting to a strict length 88 89 If you need a strict length, then set the `min` and `max` properties to the same 90 value: 91 92 ```php 93 $validator = new Zend\Validator\StringLength(['min' => 4, 'max' => 4]); 94 95 $validator->isValid('Tes'); // returns false 96 $validator->isValid('Test'); // returns true 97 $validator->isValid('Testi'); // returns false 98 ``` 99 100 > ### Setting a maximum lower than the minimum 89 101 > 90 102 > When you try to set a lower maximum value than the specified minimum value, or -
fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/writing-validators.md
r2033088 r2065535 9 9 validator chain using `Zend\Validator\ValidatorChain::addValidator()`. Such 10 10 objects may also be used with 11 [zend-inputfilter](https:// zendframework.github.io/zend-inputfilter).11 [zend-inputfilter](https://docs.zendframework.com/zend-inputfilter). 12 12 13 13 Validators will return a boolean value from `isValid()`, and report information -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/DateStep.php
r2033088 r2065535 167 167 && preg_match('/^([0-9]{4})\-W([0-9]{2})/', $value, $matches) 168 168 ) { 169 $date = new DateTime ;169 $date = new DateTime(); 170 170 $date->setISODate($matches[1], $matches[2]); 171 171 } else { 172 $date = DateTime::createFromFormat($this->format, $value, $this->timezone);172 $date = DateTime::createFromFormat($this->format, $value, new DateTimeZone('UTC')); 173 173 } 174 174 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Crc32.php
r2033088 r2065535 10 10 namespace Zend\Validator\File; 11 11 12 use Zend\Validator\ Exception;12 use Zend\Validator\File\FileInformationTrait; 13 13 14 14 /** … … 17 17 class Crc32 extends Hash 18 18 { 19 use FileInformationTrait; 20 19 21 /** 20 22 * @const string Error constants … … 86 88 public function isValid($value, $file = null) 87 89 { 88 if (is_string($value) && is_array($file)) { 89 // Legacy Zend\Transfer API support 90 $filename = $file['name']; 91 $file = $file['tmp_name']; 92 } elseif (is_array($value)) { 93 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 94 throw new Exception\InvalidArgumentException( 95 'Value array must be in $_FILES format' 96 ); 97 } 98 $file = $value['tmp_name']; 99 $filename = $value['name']; 100 } else { 101 $file = $value; 102 $filename = basename($file); 103 } 104 $this->setValue($filename); 90 $fileInfo = $this->getFileInfo($value, $file); 91 92 $this->setValue($fileInfo['filename']); 105 93 106 94 // Is file readable ? 107 if (empty($file ) || false === is_readable($file)) {95 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 108 96 $this->error(self::NOT_FOUND); 109 97 return false; … … 111 99 112 100 $hashes = array_unique(array_keys($this->getHash())); 113 $filehash = hash_file('crc32', $file );101 $filehash = hash_file('crc32', $fileInfo['file']); 114 102 if ($filehash === false) { 115 103 $this->error(self::NOT_DETECTED); -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/ExcludeExtension.php
r2033088 r2065535 10 10 namespace Zend\Validator\File; 11 11 12 use Zend\Validator\File\FileInformationTrait; 12 13 use Zend\Validator\Exception; 13 14 … … 17 18 class ExcludeExtension extends Extension 18 19 { 20 use FileInformationTrait; 21 19 22 /** 20 23 * @const string Error constants … … 41 44 public function isValid($value, $file = null) 42 45 { 43 if (is_string($value) && is_array($file)) { 44 // Legacy Zend\Transfer API support 45 $filename = $file['name']; 46 $file = $file['tmp_name']; 47 } elseif (is_array($value)) { 48 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 49 throw new Exception\InvalidArgumentException( 50 'Value array must be in $_FILES format' 51 ); 52 } 53 $file = $value['tmp_name']; 54 $filename = $value['name']; 55 } else { 56 $file = $value; 57 $filename = basename($file); 58 } 59 $this->setValue($filename); 46 $fileInfo = $this->getFileInfo($value, $file); 47 48 $this->setValue($fileInfo['filename']); 60 49 61 50 // Is file readable ? 62 if (empty($file ) || false === is_readable($file)) {51 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 63 52 $this->error(self::NOT_FOUND); 64 53 return false; 65 54 } 66 55 67 $extension = substr($file name, strrpos($filename, '.') + 1);56 $extension = substr($fileInfo['filename'], strrpos($fileInfo['filename'], '.') + 1); 68 57 $extensions = $this->getExtension(); 69 58 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/ExcludeMimeType.php
r2033088 r2065535 11 11 12 12 use finfo; 13 use Zend\Validator\ Exception;13 use Zend\Validator\File\FileInformationTrait; 14 14 15 15 /** … … 18 18 class ExcludeMimeType extends MimeType 19 19 { 20 use FileInformationTrait; 21 20 22 const FALSE_TYPE = 'fileExcludeMimeTypeFalse'; 21 23 const NOT_DETECTED = 'fileExcludeMimeTypeNotDetected'; … … 42 44 public function isValid($value, $file = null) 43 45 { 44 if (is_string($value) && is_array($file)) { 45 // Legacy Zend\Transfer API support 46 $filename = $file['name']; 47 $filetype = $file['type']; 48 $file = $file['tmp_name']; 49 } elseif (is_array($value)) { 50 if (! isset($value['tmp_name']) || ! isset($value['name']) || ! isset($value['type'])) { 51 throw new Exception\InvalidArgumentException( 52 'Value array must be in $_FILES format' 53 ); 54 } 55 $file = $value['tmp_name']; 56 $filename = $value['name']; 57 $filetype = $value['type']; 58 } else { 59 $file = $value; 60 $filename = basename($file); 61 $filetype = null; 62 } 63 $this->setValue($filename); 46 $fileInfo = $this->getFileInfo($value, $file, true); 47 48 $this->setValue($fileInfo['filename']); 64 49 65 50 // Is file readable ? 66 if (empty($file ) || false === is_readable($file)) {51 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 67 52 $this->error(self::NOT_READABLE); 68 53 return false; … … 81 66 $this->type = null; 82 67 if (! empty($this->finfo)) { 83 $this->type = finfo_file($this->finfo, $file );68 $this->type = finfo_file($this->finfo, $fileInfo['file']); 84 69 } 85 70 } 86 71 87 72 if (empty($this->type) && $this->getHeaderCheck()) { 88 $this->type = $file type;73 $this->type = $fileInfo['filetype']; 89 74 } 90 75 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Exists.php
r2033088 r2065535 12 12 use Zend\Validator\AbstractValidator; 13 13 use Zend\Validator\Exception; 14 use Zend\Validator\File\FileInformationTrait; 14 15 15 16 /** … … 18 19 class Exists extends AbstractValidator 19 20 { 21 use FileInformationTrait; 22 20 23 /** 21 24 * @const string Error constants … … 145 148 public function isValid($value, $file = null) 146 149 { 147 if (is_string($value) && is_array($file)) { 148 // Legacy Zend\Transfer API support 149 $filename = $file['name']; 150 $file = $file['tmp_name']; 151 $this->setValue($filename); 152 } elseif (is_array($value)) { 153 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 154 throw new Exception\InvalidArgumentException( 155 'Value array must be in $_FILES format' 156 ); 157 } 158 $file = $value['tmp_name']; 159 $filename = basename($file); 160 $this->setValue($value['name']); 161 } else { 162 $file = $value; 163 $filename = basename($file); 164 $this->setValue($filename); 165 } 150 $fileInfo = $this->getFileInfo($value, $file, false, true); 151 152 $this->setValue($fileInfo['filename']); 166 153 167 154 $check = false; … … 169 156 if (! isset($directories)) { 170 157 $check = true; 171 if (! file_exists($file )) {158 if (! file_exists($fileInfo['file'])) { 172 159 $this->error(self::DOES_NOT_EXIST); 173 160 return false; … … 180 167 181 168 $check = true; 182 if (! file_exists($directory . DIRECTORY_SEPARATOR . $file name)) {169 if (! file_exists($directory . DIRECTORY_SEPARATOR . $fileInfo['basename'])) { 183 170 $this->error(self::DOES_NOT_EXIST); 184 171 return false; -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Extension.php
r2033088 r2065535 13 13 use Zend\Stdlib\ArrayUtils; 14 14 use Zend\Validator\AbstractValidator; 15 use Zend\Validator\File\FileInformationTrait; 15 16 use Zend\Validator\Exception; 16 17 … … 20 21 class Extension extends AbstractValidator 21 22 { 23 use FileInformationTrait; 24 22 25 /** 23 26 * @const string Error constants … … 178 181 public function isValid($value, $file = null) 179 182 { 180 if (is_string($value) && is_array($file)) { 181 // Legacy Zend\Transfer API support 182 $filename = $file['name']; 183 $file = $file['tmp_name']; 184 } elseif (is_array($value)) { 185 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 186 throw new Exception\InvalidArgumentException( 187 'Value array must be in $_FILES format' 188 ); 189 } 190 $file = $value['tmp_name']; 191 $filename = $value['name']; 192 } else { 193 $file = $value; 194 $filename = basename($file); 195 } 196 $this->setValue($filename); 183 $fileInfo = $this->getFileInfo($value, $file); 184 185 $this->setValue($fileInfo['filename']); 197 186 198 187 // Is file readable ? 199 if (empty($file ) || false === is_readable($file)) {188 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 200 189 $this->error(self::NOT_FOUND); 201 190 return false; 202 191 } 203 192 204 $extension = substr($file name, strrpos($filename, '.') + 1);193 $extension = substr($fileInfo['filename'], strrpos($fileInfo['filename'], '.') + 1); 205 194 $extensions = $this->getExtension(); 206 195 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Hash.php
r2033088 r2065535 12 12 use Zend\Validator\AbstractValidator; 13 13 use Zend\Validator\Exception; 14 use Zend\Validator\File\FileInformationTrait; 14 15 15 16 /** … … 18 19 class Hash extends AbstractValidator 19 20 { 21 use FileInformationTrait; 22 20 23 /** 21 24 * @const string Error constants … … 130 133 public function isValid($value, $file = null) 131 134 { 132 if (is_string($value) && is_array($file)) { 133 // Legacy Zend\Transfer API support 134 $filename = $file['name']; 135 $file = $file['tmp_name']; 136 } elseif (is_array($value)) { 137 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 138 throw new Exception\InvalidArgumentException( 139 'Value array must be in $_FILES format' 140 ); 141 } 142 $file = $value['tmp_name']; 143 $filename = $value['name']; 144 } else { 145 $file = $value; 146 $filename = basename($file); 147 } 148 $this->setValue($filename); 135 $fileInfo = $this->getFileInfo($value, $file); 136 137 $this->setValue($fileInfo['filename']); 149 138 150 139 // Is file readable ? 151 if (empty($file ) || false === is_readable($file)) {140 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 152 141 $this->error(self::NOT_FOUND); 153 142 return false; … … 156 145 $algos = array_unique(array_values($this->getHash())); 157 146 $hashes = array_unique(array_keys($this->getHash())); 147 158 148 foreach ($algos as $algorithm) { 159 $filehash = hash_file($algorithm, $file); 149 $filehash = hash_file($algorithm, $fileInfo['file']); 150 160 151 if ($filehash === false) { 161 152 $this->error(self::NOT_DETECTED); -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/ImageSize.php
r2033088 r2065535 13 13 use Zend\Validator\AbstractValidator; 14 14 use Zend\Validator\Exception; 15 use Zend\Validator\File\FileInformationTrait; 15 16 16 17 /** … … 19 20 class ImageSize extends AbstractValidator 20 21 { 22 use FileInformationTrait; 23 21 24 /** 22 25 * @const string Error constants … … 333 336 public function isValid($value, $file = null) 334 337 { 335 if (is_string($value) && is_array($file)) { 336 // Legacy Zend\Transfer API support 337 $filename = $file['name']; 338 $file = $file['tmp_name']; 339 } elseif (is_array($value)) { 340 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 341 throw new Exception\InvalidArgumentException( 342 'Value array must be in $_FILES format' 343 ); 344 } 345 $file = $value['tmp_name']; 346 $filename = $value['name']; 347 } else { 348 $file = $value; 349 $filename = basename($file); 350 } 351 $this->setValue($filename); 338 $fileInfo = $this->getFileInfo($value, $file); 339 340 $this->setValue($fileInfo['filename']); 352 341 353 342 // Is file readable ? 354 if (empty($file ) || false === is_readable($file)) {343 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 355 344 $this->error(self::NOT_READABLE); 356 345 return false; … … 358 347 359 348 ErrorHandler::start(); 360 $size = getimagesize($file );349 $size = getimagesize($fileInfo['file']); 361 350 ErrorHandler::stop(); 362 351 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Md5.php
r2033088 r2065535 10 10 namespace Zend\Validator\File; 11 11 12 use Zend\Validator\ Exception;12 use Zend\Validator\File\FileInformationTrait; 13 13 14 14 /** … … 17 17 class Md5 extends Hash 18 18 { 19 use FileInformationTrait; 20 19 21 /** 20 22 * @const string Error constants … … 86 88 public function isValid($value, $file = null) 87 89 { 88 if (is_string($value) && is_array($file)) { 89 // Legacy Zend\Transfer API support 90 $filename = $file['name']; 91 $file = $file['tmp_name']; 92 } elseif (is_array($value)) { 93 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 94 throw new Exception\InvalidArgumentException( 95 'Value array must be in $_FILES format' 96 ); 97 } 98 $file = $value['tmp_name']; 99 $filename = $value['name']; 100 } else { 101 $file = $value; 102 $filename = basename($file); 103 } 104 $this->setValue($filename); 90 $fileInfo = $this->getFileInfo($value, $file); 91 92 $this->setValue($fileInfo['filename']); 105 93 106 94 // Is file readable ? 107 if (empty($file ) || false === is_readable($file)) {95 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 108 96 $this->error(self::NOT_FOUND); 109 97 return false; … … 111 99 112 100 $hashes = array_unique(array_keys($this->getHash())); 113 $filehash = hash_file('md5', $file );101 $filehash = hash_file('md5', $fileInfo['file']); 114 102 if ($filehash === false) { 115 103 $this->error(self::NOT_DETECTED); -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/MimeType.php
r2033088 r2065535 15 15 use Zend\Validator\AbstractValidator; 16 16 use Zend\Validator\Exception; 17 use Zend\Validator\File\FileInformationTrait; 17 18 18 19 /** … … 21 22 class MimeType extends AbstractValidator 22 23 { 24 use FileInformationTrait; 25 23 26 /**#@+ 24 27 * @const Error type constants … … 342 345 public function isValid($value, $file = null) 343 346 { 344 if (is_string($value) && is_array($file)) { 345 // Legacy Zend\Transfer API support 346 $filename = $file['name']; 347 $filetype = $file['type']; 348 $file = $file['tmp_name']; 349 } elseif (is_array($value)) { 350 if (! isset($value['tmp_name']) || ! isset($value['name']) || ! isset($value['type'])) { 351 throw new Exception\InvalidArgumentException( 352 'Value array must be in $_FILES format' 353 ); 354 } 355 $file = $value['tmp_name']; 356 $filename = $value['name']; 357 $filetype = $value['type']; 358 } else { 359 $file = $value; 360 $filename = basename($file); 361 $filetype = null; 362 } 363 $this->setValue($filename); 347 $fileInfo = $this->getFileInfo($value, $file, true); 348 349 $this->setValue($fileInfo['filename']); 364 350 365 351 // Is file readable ? 366 if (empty($file ) || false === is_readable($file)) {352 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 367 353 $this->error(static::NOT_READABLE); 368 354 return false; … … 385 371 $this->type = null; 386 372 if (! empty($this->finfo)) { 387 $this->type = finfo_file($this->finfo, $file );373 $this->type = finfo_file($this->finfo, $fileInfo['file']); 388 374 unset($this->finfo); 389 375 } … … 391 377 392 378 if (empty($this->type) && $this->getHeaderCheck()) { 393 $this->type = $file type;379 $this->type = $fileInfo['filetype']; 394 380 } 395 381 -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/NotExists.php
r2033088 r2065535 11 11 12 12 use Zend\Validator\Exception; 13 use Zend\Validator\File\FileInformationTrait; 13 14 14 15 /** … … 17 18 class NotExists extends Exists 18 19 { 20 use FileInformationTrait; 21 19 22 /** 20 23 * @const string Error constants … … 38 41 public function isValid($value, $file = null) 39 42 { 40 if (is_string($value) && is_array($file)) { 41 // Legacy Zend\Transfer API support 42 $filename = $file['name']; 43 $file = $file['tmp_name']; 44 $this->setValue($filename); 45 } elseif (is_array($value)) { 46 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 47 throw new Exception\InvalidArgumentException( 48 'Value array must be in $_FILES format' 49 ); 50 } 51 $file = $value['tmp_name']; 52 $filename = basename($file); 53 $this->setValue($value['name']); 54 } else { 55 $file = $value; 56 $filename = basename($file); 57 $this->setValue($filename); 58 } 43 $fileInfo = $this->getFileInfo($value, $file, false, true); 44 45 $this->setValue($fileInfo['filename']); 59 46 60 47 $check = false; … … 62 49 if (! isset($directories)) { 63 50 $check = true; 64 if (file_exists($file )) {51 if (file_exists($fileInfo['file'])) { 65 52 $this->error(self::DOES_EXIST); 66 53 return false; … … 73 60 74 61 $check = true; 75 if (file_exists($directory . DIRECTORY_SEPARATOR . $file name)) {62 if (file_exists($directory . DIRECTORY_SEPARATOR . $fileInfo['basename'])) { 76 63 $this->error(self::DOES_EXIST); 77 64 return false; -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Sha1.php
r2033088 r2065535 10 10 namespace Zend\Validator\File; 11 11 12 use Zend\Validator\ Exception;12 use Zend\Validator\File\FileInformationTrait; 13 13 14 14 /** … … 17 17 class Sha1 extends Hash 18 18 { 19 use FileInformationTrait; 20 19 21 /** 20 22 * @const string Error constants … … 86 88 public function isValid($value, $file = null) 87 89 { 88 if (is_string($value) && is_array($file)) { 89 // Legacy Zend\Transfer API support 90 $filename = $file['name']; 91 $file = $file['tmp_name']; 92 } elseif (is_array($value)) { 93 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 94 throw new Exception\InvalidArgumentException( 95 'Value array must be in $_FILES format' 96 ); 97 } 98 $file = $value['tmp_name']; 99 $filename = $value['name']; 100 } else { 101 $file = $value; 102 $filename = basename($file); 103 } 104 $this->setValue($filename); 90 $fileInfo = $this->getFileInfo($value, $file); 91 92 $this->setValue($fileInfo['filename']); 105 93 106 94 // Is file readable ? 107 if (empty($file ) || false === is_readable($file)) {95 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 108 96 $this->error(self::NOT_FOUND); 109 97 return false; … … 111 99 112 100 $hashes = array_unique(array_keys($this->getHash())); 113 $filehash = hash_file('sha1', $file );101 $filehash = hash_file('sha1', $fileInfo['file']); 114 102 if ($filehash === false) { 115 103 $this->error(self::NOT_DETECTED); -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Size.php
r2033088 r2065535 13 13 use Zend\Validator\AbstractValidator; 14 14 use Zend\Validator\Exception; 15 use Zend\Validator\File\FileInformationTrait; 15 16 16 17 /** … … 19 20 class Size extends AbstractValidator 20 21 { 22 use FileInformationTrait; 23 21 24 /** 22 25 * @const string Error constants … … 235 238 public function isValid($value, $file = null) 236 239 { 237 if (is_string($value) && is_array($file)) { 238 // Legacy Zend\Transfer API support 239 $filename = $file['name']; 240 $file = $file['tmp_name']; 241 } elseif (is_array($value)) { 242 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 243 throw new Exception\InvalidArgumentException( 244 'Value array must be in $_FILES format' 245 ); 246 } 247 $file = $value['tmp_name']; 248 $filename = $value['name']; 249 } else { 250 $file = $value; 251 $filename = basename($file); 252 } 253 $this->setValue($filename); 240 $fileInfo = $this->getFileInfo($value, $file); 241 242 $this->setValue($fileInfo['filename']); 254 243 255 244 // Is file readable ? 256 if (empty($file ) || false === is_readable($file)) {245 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 257 246 $this->error(self::NOT_FOUND); 258 247 return false; … … 261 250 // limited to 4GB files 262 251 ErrorHandler::start(); 263 $size = sprintf("%u", filesize($file ));252 $size = sprintf("%u", filesize($fileInfo['file'])); 264 253 ErrorHandler::stop(); 265 254 $this->size = $size; -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/WordCount.php
r2033088 r2065535 12 12 use Zend\Validator\AbstractValidator; 13 13 use Zend\Validator\Exception; 14 use Zend\Validator\File\FileInformationTrait; 14 15 15 16 /** … … 18 19 class WordCount extends AbstractValidator 19 20 { 21 use FileInformationTrait; 22 20 23 /** 21 24 * @const string Error constants … … 176 179 public function isValid($value, $file = null) 177 180 { 178 if (is_string($value) && is_array($file)) { 179 // Legacy Zend\Transfer API support 180 $filename = $file['name']; 181 $file = $file['tmp_name']; 182 } elseif (is_array($value)) { 183 if (! isset($value['tmp_name']) || ! isset($value['name'])) { 184 throw new Exception\InvalidArgumentException( 185 'Value array must be in $_FILES format' 186 ); 187 } 188 $file = $value['tmp_name']; 189 $filename = $value['name']; 190 } else { 191 $file = $value; 192 $filename = basename($file); 193 } 194 $this->setValue($filename); 181 $fileInfo = $this->getFileInfo($value, $file); 182 183 $this->setValue($fileInfo['filename']); 195 184 196 185 // Is file readable ? 197 if (empty($file ) || false === is_readable($file)) {186 if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) { 198 187 $this->error(self::NOT_FOUND); 199 188 return false; 200 189 } 201 190 202 $content = file_get_contents($file );191 $content = file_get_contents($fileInfo['file']); 203 192 $this->count = str_word_count($content); 204 193 if (($this->getMax() !== null) && ($this->count > $this->getMax())) { -
fazacrm-client/trunk/vendor/zendframework/zend-validator/src/Hostname.php
r2033088 r2065535 70 70 /** 71 71 * Array of valid top-level-domains 72 * IanaVersion 201 812130072 * IanaVersion 2019012900 73 73 * 74 74 * @see ftp://data.iana.org/TLD/tlds-alpha-by-domain.txt List of all TLDs by domain … … 1229 1229 'soy', 1230 1230 'space', 1231 'spiegel',1232 1231 'sport', 1233 1232 'spot', … … 1629 1628 * (.CL) Chile http://www.iana.org/domains/idn-tables/tables/cl_latn_1.0.html 1630 1629 * (.COM) International http://www.verisign.com/information-services/naming-services/internationalized-domain-names/index.html 1631 * (.DE) Germany http ://www.denic.de/en/domains/idns/liste.html1630 * (.DE) Germany https://www.denic.de/en/know-how/idn-domains/idn-character-list/ 1632 1631 * (.DK) Danmark http://www.dk-hostmaster.dk/index.php?id=151 1633 1632 * (.EE) Estonia https://www.iana.org/domains/idn-tables/tables/pl_et-pl_1.0.html … … 1641 1640 * (.IO) British Indian Ocean Territory http://www.nic.io/IO-IDN-Policy.pdf 1642 1641 * (.IR) Iran http://www.nic.ir/Allowable_Characters_dot-iran 1643 * (.IS) Iceland http ://www.isnic.is/domain/rules.php1642 * (.IS) Iceland https://www.isnic.is/en/domain/rules#2 1644 1643 * (.KR) Korea http://www.iana.org/domains/idn-tables/tables/kr_ko-kr_1.0.html 1645 1644 * (.LI) Liechtenstein https://nic.switch.ch/reg/ocView.action?res=EF6GW2JBPVTG67DLNIQXU234MN6SC33JNQQGI7L6#anhang1 … … 1682 1681 'CN' => 'Hostname/Cn.php', 1683 1682 'COM' => 'Hostname/Com.php', 1684 'DE' => [1 => '/^[\x{002d}0-9a-z à-öø-ÿăąāćĉčċďđĕěėęēğĝġģĥħĭĩįīıĵķĺľļłńňņŋŏőōœĸŕřŗśŝšşťţŧŭůűũųūŵŷźžż]{1,63}$/iu'],1683 'DE' => [1 => '/^[\x{002d}0-9a-záàăâåäãąāæćĉčċçďđéèĕêěëėęēğĝġģĥħíìĭîïĩįīıĵķĺľļłńňñņŋóòŏôöőõøōœĸŕřŗśŝšşßťţŧúùŭûůüűũųūŵýŷÿźžżðþ]{1,63}$/iu'], 1685 1684 'DK' => [1 => '/^[\x{002d}0-9a-zäåæéöøü]{1,63}$/iu'], 1686 1685 'EE' => [1 => '/^[\x{002d}0-9a-zäõöüšž]{1,63}$/iu'], … … 1762 1761 'PR' => [1 => '/^[\x{002d}0-9a-záéíóúñäëïüöâêîôûàèùæçœãõ]{1,63}$/iu'], 1763 1762 'PT' => [1 => '/^[\x{002d}0-9a-záàâãçéêíóôõú]{1,63}$/iu'], 1763 'RS' => [1 => '/^[\x{002d}0-9a-zßáâäçéëíîóôöúüýăąćčďđęěĺľłńňőŕřśşšţťůűźżž]{1,63}$/iu'], 1764 1764 'RU' => [1 => '/^[\x{002d}0-9а-яё]{1,63}$/iu'], 1765 1765 'SA' => [1 => '/^[\x{002d}.0-9\x{0621}-\x{063A}\x{0641}-\x{064A}\x{0660}-\x{0669}]{1,63}$/iu'], … … 2054 2054 2055 2055 // Match TLD against known list 2056 $removedTld = false; 2056 2057 if ($this->getTldCheck()) { 2057 2058 if (! in_array(strtolower($this->tld), $this->validTlds) … … 2064 2065 // checks as new UTF-8 TLDs will incorrectly fail if there is no IDN regex for it. 2065 2066 array_pop($domainParts); 2067 $removedTld = true; 2066 2068 } 2067 2069 … … 2084 2086 $check = 0; 2085 2087 $lastDomainPart = end($domainParts); 2088 if (! $removedTld) { 2089 $lastDomainPart = prev($domainParts); 2090 } 2086 2091 foreach ($domainParts as $domainPart) { 2087 2092 // Decode Punycode domain names to IDN
Note: See TracChangeset
for help on using the changeset viewer.