Changeset 2562965
- Timestamp:
- 07/12/2021 03:49:43 PM (5 years ago)
- Location:
- quentn-wp/trunk
- Files:
-
- 91 edited
-
composer.json (modified) (1 diff)
-
includes/class-quentn-wp.php (modified) (1 diff)
-
quentn-wp.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
vendor/composer/autoload_files.php (modified) (1 diff)
-
vendor/composer/autoload_psr4.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (1 diff)
-
vendor/composer/autoload_static.php (modified) (3 diffs)
-
vendor/composer/installed.json (modified) (3 diffs)
-
vendor/guzzlehttp/guzzle/composer.json (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Client.php (modified) (4 diffs)
-
vendor/guzzlehttp/guzzle/src/ClientInterface.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (modified) (3 diffs)
-
vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Exception/SeekException.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (modified) (7 diffs)
-
vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (modified) (2 diffs)
-
vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (modified) (4 diffs)
-
vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (modified) (8 diffs)
-
vendor/guzzlehttp/guzzle/src/HandlerStack.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/MessageFormatter.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/Middleware.php (modified) (4 diffs)
-
vendor/guzzlehttp/guzzle/src/Pool.php (modified) (3 diffs)
-
vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (modified) (2 diffs)
-
vendor/guzzlehttp/guzzle/src/RequestOptions.php (modified) (2 diffs)
-
vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (modified) (2 diffs)
-
vendor/guzzlehttp/guzzle/src/TransferStats.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/UriTemplate.php (modified) (1 diff)
-
vendor/guzzlehttp/guzzle/src/functions.php (modified) (2 diffs)
-
vendor/guzzlehttp/guzzle/src/functions_include.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/composer.json (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/AggregateException.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/CancellationException.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/Coroutine.php (modified) (2 diffs)
-
vendor/guzzlehttp/promises/src/EachPromise.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/FulfilledPromise.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/Promise.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/PromiseInterface.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/PromisorInterface.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/RejectedPromise.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/RejectionException.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/TaskQueue.php (modified) (2 diffs)
-
vendor/guzzlehttp/promises/src/TaskQueueInterface.php (modified) (1 diff)
-
vendor/guzzlehttp/promises/src/functions.php (modified) (5 diffs)
-
vendor/guzzlehttp/promises/src/functions_include.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/composer.json (modified) (2 diffs)
-
vendor/guzzlehttp/psr7/src/AppendStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/BufferStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/CachingStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/DroppingStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/FnStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/InflateStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/LazyOpenStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/LimitStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/MessageTrait.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/MultipartStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/NoSeekStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/PumpStream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/Request.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/Response.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/Rfc7230.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/ServerRequest.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/Stream.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/StreamWrapper.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/UploadedFile.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/Uri.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/UriNormalizer.php (modified) (2 diffs)
-
vendor/guzzlehttp/psr7/src/UriResolver.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/functions.php (modified) (1 diff)
-
vendor/guzzlehttp/psr7/src/functions_include.php (modified) (1 diff)
-
vendor/quentn/php-sdk/src/Client/ContactClient.php (modified) (1 diff)
-
vendor/quentn/php-sdk/src/Client/CustomFieldClient.php (modified) (1 diff)
-
vendor/quentn/php-sdk/src/Client/TermClient.php (modified) (1 diff)
-
vendor/quentn/php-sdk/src/Quentn.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quentn-wp/trunk/composer.json
r2327486 r2562965 1 1 { 2 "require": { 3 "quentn/php-sdk": "1.0.*", 4 "mustache/mustache": "~2.5" 2 "require": { 3 "quentn/php-sdk": "1.0.*", 4 "mustache/mustache": "~2.5" 5 }, 6 "autoload": { 7 "psr-4": { 8 "QuentnWP\\": "", 9 "QuentnWP\\Inc\\": "inc" 5 10 }, 6 "autoload": { 7 "psr-4": { 8 "QuentnWP\\": "", 9 "QuentnWP\\Inc\\": "inc" 10 } 11 } 11 "files": ["vendor/guzzlehttp/guzzle/src/functions_include.php", "vendor/guzzlehttp/promises/src/functions_include.php", "vendor/guzzlehttp/psr7/src/functions_include.php"] 12 } 12 13 } -
quentn-wp/trunk/includes/class-quentn-wp.php
r2545894 r2562965 75 75 $this->version = QUENTN_WP_VERSION; 76 76 } else { 77 $this->version = '1.1. 6';77 $this->version = '1.1.7'; 78 78 } 79 79 $this->plugin_name = 'quentn-wp'; -
quentn-wp/trunk/quentn-wp.php
r2545894 r2562965 17 17 * Plugin URI: https://docs.quentn.com/de/beta-quentn-wordpress-plugin/installieren-und-verbinden 18 18 * Description: This plugin allows you to restrict access to specific pages, create custom access links and create dynamic page countdowns. Optionally, you can connect your Quentn account to your WordPress installation to share contacts and manage access restrictions through Quentn. 19 * Version: 1.1. 619 * Version: 1.1.7 20 20 * Author: Quentn.com GmbH 21 21 * Author URI: https://quentn.com/ … … 35 35 define( "TABLE_QUENTN_RESTRICTIONS", 'qntn_restrictions' ); 36 36 define( "TABLE_QUENTN_USER_DATA", 'qntn_user_data' ); 37 define( 'QUENTN_WP_VERSION', '1.1. 6' );37 define( 'QUENTN_WP_VERSION', '1.1.7' ); 38 38 39 39 /** -
quentn-wp/trunk/readme.txt
r2545894 r2562965 4 4 Requires at least: 4.6.0 5 5 Tested up to: 5.7 6 Stable tag: 1.1. 66 Stable tag: 1.1.7 7 7 Requires PHP: 5.6.0 8 8 License: GPLv2 or later … … 66 66 67 67 == Changelog == 68 = 1.1.7 = 69 * Prefix Guzzle library namespace to avoid conflict with other plugins. 70 68 71 = 1.1.6 = 69 72 * Slash at start of the namespace of rest API route is removed. … … 125 128 == Upgrade Notice == 126 129 130 = 1.1.7 = 131 Thanks for using Quentn Plugin! Please update the plugin to avoid conflict of Guzzle library with other plugins. 132 127 133 = 1.1.6 = 128 134 Thanks for using Quentn Plugin! Please update the plugin to improve the namespace of the rest API routes. -
quentn-wp/trunk/vendor/composer/autoload_files.php
r2327486 r2562965 11 11 'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php', 12 12 '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', 13 '9489e01daf1c4fea15191b1fa66ae1d5' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', 14 '42f29e5b17a2fb90587482aa5dc87da1' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php', 15 '174f0c49b6b88969abdb283fd27db628' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php', 13 16 ); -
quentn-wp/trunk/vendor/composer/autoload_psr4.php
r2327486 r2562965 10 10 'QuentnWP\\Inc\\' => array($baseDir . '/inc'), 11 11 'QuentnWP\\' => array($baseDir . '/'), 12 'QuentnWPGuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), 13 'QuentnWPGuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), 14 'QuentnWPGuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), 12 15 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), 13 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),14 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),15 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),16 16 ); -
quentn-wp/trunk/vendor/composer/autoload_real.php
r2327486 r2562965 14 14 } 15 15 16 /** 17 * @return \Composer\Autoload\ClassLoader 18 */ 16 19 public static function getLoader() 17 20 { -
quentn-wp/trunk/vendor/composer/autoload_static.php
r2327486 r2562965 12 12 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php', 13 13 '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', 14 '9489e01daf1c4fea15191b1fa66ae1d5' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', 15 '42f29e5b17a2fb90587482aa5dc87da1' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', 16 '174f0c49b6b88969abdb283fd27db628' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php', 14 17 ); 15 18 … … 20 23 'QuentnWP\\Inc\\' => 13, 21 24 'QuentnWP\\' => 9, 25 'QuentnWPGuzzleHttp\\Psr7\\' => 24, 26 'QuentnWPGuzzleHttp\\Promise\\' => 27, 27 'QuentnWPGuzzleHttp\\' => 19, 22 28 ), 23 29 'P' => 24 30 array ( 25 31 'Psr\\Http\\Message\\' => 17, 26 ),27 'G' =>28 array (29 'GuzzleHttp\\Psr7\\' => 16,30 'GuzzleHttp\\Promise\\' => 19,31 'GuzzleHttp\\' => 11,32 32 ), 33 33 ); … … 46 46 0 => __DIR__ . '/../..' . '/', 47 47 ), 48 'QuentnWPGuzzleHttp\\Psr7\\' => 49 array ( 50 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', 51 ), 52 'QuentnWPGuzzleHttp\\Promise\\' => 53 array ( 54 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', 55 ), 56 'QuentnWPGuzzleHttp\\' => 57 array ( 58 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', 59 ), 48 60 'Psr\\Http\\Message\\' => 49 61 array ( 50 62 0 => __DIR__ . '/..' . '/psr/http-message/src', 51 ),52 'GuzzleHttp\\Psr7\\' =>53 array (54 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',55 ),56 'GuzzleHttp\\Promise\\' =>57 array (58 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',59 ),60 'GuzzleHttp\\' =>61 array (62 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',63 63 ), 64 64 ); -
quentn-wp/trunk/vendor/composer/installed.json
r2327486 r2562965 41 41 ], 42 42 "psr-4": { 43 " GuzzleHttp\\": "src/"43 "QuentnWPGuzzleHttp\\": "src/" 44 44 } 45 45 }, … … 98 98 "autoload": { 99 99 "psr-4": { 100 " GuzzleHttp\\Promise\\": "src/"100 "QuentnWPGuzzleHttp\\Promise\\": "src/" 101 101 }, 102 102 "files": [ … … 160 160 "autoload": { 161 161 "psr-4": { 162 " GuzzleHttp\\Psr7\\": "src/"162 "QuentnWPGuzzleHttp\\Psr7\\": "src/" 163 163 }, 164 164 "files": [ -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/composer.json
r2327486 r2562965 26 26 "files": ["src/functions_include.php"], 27 27 "psr-4": { 28 " GuzzleHttp\\": "src/"28 "QuentnWPGuzzleHttp\\": "src/" 29 29 } 30 30 }, 31 31 "autoload-dev": { 32 32 "psr-4": { 33 " GuzzleHttp\\Tests\\": "tests/"33 "QuentnWPGuzzleHttp\\Tests\\": "tests/" 34 34 } 35 35 }, -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Client.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;3 4 use GuzzleHttp\Cookie\CookieJar;5 use GuzzleHttp\Promise;6 use GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp; 3 4 use QuentnWPGuzzleHttp\Cookie\CookieJar; 5 use QuentnWPGuzzleHttp\Promise; 6 use QuentnWPGuzzleHttp\Psr7; 7 7 use Psr\Http\Message\UriInterface; 8 8 use Psr\Http\Message\RequestInterface; … … 46 46 * wire. The function is called with a Psr7\Http\Message\RequestInterface 47 47 * and array of transfer options, and must return a 48 * GuzzleHttp\Promise\PromiseInterface that is fulfilled with a48 * QuentnWPGuzzleHttp\Promise\PromiseInterface that is fulfilled with a 49 49 * Psr7\Http\Message\ResponseInterface on success. "handler" is a 50 50 * constructor only option that cannot be overridden in per/request … … 58 58 * @param array $config Client configuration settings. 59 59 * 60 * @see \ GuzzleHttp\RequestOptions for a list of available request options.60 * @see \QuentnWPGuzzleHttp\RequestOptions for a list of available request options. 61 61 */ 62 62 public function __construct(array $config = []) … … 321 321 322 322 if (isset($options['json'])) { 323 $options['body'] = \ GuzzleHttp\json_encode($options['json']);323 $options['body'] = \QuentnWPGuzzleHttp\json_encode($options['json']); 324 324 unset($options['json']); 325 325 // Ensure that we don't have the header in different case and set the new value. -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/ClientInterface.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;2 namespace QuentnWPGuzzleHttp; 3 3 4 use GuzzleHttp\Promise\PromiseInterface;5 use GuzzleHttp\Exception\GuzzleException;4 use QuentnWPGuzzleHttp\Promise\PromiseInterface; 5 use QuentnWPGuzzleHttp\Exception\GuzzleException; 6 6 use Psr\Http\Message\RequestInterface; 7 7 use Psr\Http\Message\ResponseInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Cookie;2 namespace QuentnWPGuzzleHttp\Cookie; 3 3 4 4 use Psr\Http\Message\RequestInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Cookie;2 namespace QuentnWPGuzzleHttp\Cookie; 3 3 4 4 use Psr\Http\Message\RequestInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Cookie;2 namespace QuentnWPGuzzleHttp\Cookie; 3 3 4 4 /** … … 56 56 } 57 57 58 $jsonStr = \ GuzzleHttp\json_encode($json);58 $jsonStr = \QuentnWPGuzzleHttp\json_encode($json); 59 59 if (false === file_put_contents($filename, $jsonStr)) { 60 60 throw new \RuntimeException("Unable to save file {$filename}"); … … 79 79 } 80 80 81 $data = \ GuzzleHttp\json_decode($json, true);81 $data = \QuentnWPGuzzleHttp\json_decode($json, true); 82 82 if (is_array($data)) { 83 83 foreach (json_decode($json, true) as $cookie) { -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Cookie;2 namespace QuentnWPGuzzleHttp\Cookie; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Cookie;2 namespace QuentnWPGuzzleHttp\Cookie; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Exception;2 namespace QuentnWPGuzzleHttp\Exception; 3 3 4 4 use Psr\Http\Message\RequestInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Exception;2 namespace QuentnWPGuzzleHttp\Exception; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Exception;2 namespace QuentnWPGuzzleHttp\Exception; 3 3 4 4 use Psr\Http\Message\RequestInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Exception;2 namespace QuentnWPGuzzleHttp\Exception; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Exception;2 namespace QuentnWPGuzzleHttp\Exception; 3 3 4 4 use Psr\Http\Message\RequestInterface; 5 5 use Psr\Http\Message\ResponseInterface; 6 use GuzzleHttp\Promise\PromiseInterface;6 use QuentnWPGuzzleHttp\Promise\PromiseInterface; 7 7 use Psr\Http\Message\UriInterface; 8 8 -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Exception;2 namespace QuentnWPGuzzleHttp\Exception; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Exception;2 namespace QuentnWPGuzzleHttp\Exception; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Exception;2 namespace QuentnWPGuzzleHttp\Exception; 3 3 4 4 class TooManyRedirectsException extends RequestException {} -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Exception;2 namespace QuentnWPGuzzleHttp\Exception; 3 3 4 4 class TransferException extends \RuntimeException implements GuzzleException {} -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Handler;3 4 use GuzzleHttp\Exception\RequestException;5 use GuzzleHttp\Exception\ConnectException;6 use GuzzleHttp\Promise\FulfilledPromise;7 use GuzzleHttp\Psr7;8 use GuzzleHttp\Psr7\LazyOpenStream;9 use GuzzleHttp\TransferStats;2 namespace QuentnWPGuzzleHttp\Handler; 3 4 use QuentnWPGuzzleHttp\Exception\RequestException; 5 use QuentnWPGuzzleHttp\Exception\ConnectException; 6 use QuentnWPGuzzleHttp\Promise\FulfilledPromise; 7 use QuentnWPGuzzleHttp\Psr7; 8 use QuentnWPGuzzleHttp\Psr7\LazyOpenStream; 9 use QuentnWPGuzzleHttp\TransferStats; 10 10 use Psr\Http\Message\RequestInterface; 11 11 … … 88 88 * @param CurlFactoryInterface $factory Dictates how the handle is released 89 89 * 90 * @return \ GuzzleHttp\Promise\PromiseInterface90 * @return \QuentnWPGuzzleHttp\Promise\PromiseInterface 91 91 */ 92 92 public static function finish( … … 163 163 // return a rejected promise that wraps that exception. 164 164 if ($easy->onHeadersException) { 165 return \ GuzzleHttp\Promise\rejection_for(165 return \QuentnWPGuzzleHttp\Promise\rejection_for( 166 166 new RequestException( 167 167 'An error was encountered during the on_headers event', … … 186 186 : new RequestException($message, $easy->request, $easy->response, null, $ctx); 187 187 188 return \ GuzzleHttp\Promise\rejection_for($error);188 return \QuentnWPGuzzleHttp\Promise\rejection_for($error); 189 189 } 190 190 … … 365 365 $sink = $options['sink']; 366 366 if (!is_string($sink)) { 367 $sink = \ GuzzleHttp\Psr7\stream_for($sink);367 $sink = \QuentnWPGuzzleHttp\Psr7\stream_for($sink); 368 368 } elseif (!is_dir(dirname($sink))) { 369 369 // Ensure that the directory exists before failing in curl. … … 417 417 $host = $easy->request->getUri()->getHost(); 418 418 if (!isset($options['proxy']['no']) || 419 !\ GuzzleHttp\is_host_in_noproxy($host, $options['proxy']['no'])419 !\QuentnWPGuzzleHttp\is_host_in_noproxy($host, $options['proxy']['no']) 420 420 ) { 421 421 $conf[CURLOPT_PROXY] = $options['proxy'][$scheme]; … … 472 472 473 473 if (!empty($options['debug'])) { 474 $conf[CURLOPT_STDERR] = \ GuzzleHttp\debug_resource($options['debug']);474 $conf[CURLOPT_STDERR] = \QuentnWPGuzzleHttp\debug_resource($options['debug']); 475 475 $conf[CURLOPT_VERBOSE] = true; 476 476 } -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Handler;2 namespace QuentnWPGuzzleHttp\Handler; 3 3 4 4 use Psr\Http\Message\RequestInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Handler;2 namespace QuentnWPGuzzleHttp\Handler; 3 3 4 use GuzzleHttp\Psr7;4 use QuentnWPGuzzleHttp\Psr7; 5 5 use Psr\Http\Message\RequestInterface; 6 6 -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Handler;2 namespace QuentnWPGuzzleHttp\Handler; 3 3 4 use GuzzleHttp\Promise as P;5 use GuzzleHttp\Promise\Promise;6 use GuzzleHttp\Psr7;4 use QuentnWPGuzzleHttp\Promise as P; 5 use QuentnWPGuzzleHttp\Promise\Promise; 6 use QuentnWPGuzzleHttp\Psr7; 7 7 use Psr\Http\Message\RequestInterface; 8 8 -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Handler;2 namespace QuentnWPGuzzleHttp\Handler; 3 3 4 use GuzzleHttp\Psr7\Response;4 use QuentnWPGuzzleHttp\Psr7\Response; 5 5 use Psr\Http\Message\RequestInterface; 6 6 use Psr\Http\Message\ResponseInterface; … … 51 51 // HTTP-version SP status-code SP reason-phrase 52 52 $startLine = explode(' ', array_shift($this->headers), 3); 53 $headers = \ GuzzleHttp\headers_from_lines($this->headers);54 $normalizedKeys = \ GuzzleHttp\normalize_header_keys($headers);53 $headers = \QuentnWPGuzzleHttp\headers_from_lines($this->headers); 54 $normalizedKeys = \QuentnWPGuzzleHttp\normalize_header_keys($headers); 55 55 56 56 if (!empty($this->options['decode_content']) -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Handler;2 namespace QuentnWPGuzzleHttp\Handler; 3 3 4 use GuzzleHttp\Exception\RequestException;5 use GuzzleHttp\HandlerStack;6 use GuzzleHttp\Promise\PromiseInterface;7 use GuzzleHttp\Promise\RejectedPromise;8 use GuzzleHttp\TransferStats;4 use QuentnWPGuzzleHttp\Exception\RequestException; 5 use QuentnWPGuzzleHttp\HandlerStack; 6 use QuentnWPGuzzleHttp\Promise\PromiseInterface; 7 use QuentnWPGuzzleHttp\Promise\RejectedPromise; 8 use QuentnWPGuzzleHttp\TransferStats; 9 9 use Psr\Http\Message\RequestInterface; 10 10 use Psr\Http\Message\ResponseInterface; … … 92 92 93 93 $response = $response instanceof \Exception 94 ? \ GuzzleHttp\Promise\rejection_for($response)95 : \ GuzzleHttp\Promise\promise_for($response);94 ? \QuentnWPGuzzleHttp\Promise\rejection_for($response) 95 : \QuentnWPGuzzleHttp\Promise\promise_for($response); 96 96 97 97 return $response->then( … … 121 121 call_user_func($this->onRejected, $reason); 122 122 } 123 return \ GuzzleHttp\Promise\rejection_for($reason);123 return \QuentnWPGuzzleHttp\Promise\rejection_for($reason); 124 124 } 125 125 ); … … 141 141 } else { 142 142 throw new \InvalidArgumentException('Expected a response or ' 143 . 'exception. Found ' . \ GuzzleHttp\describe_type($value));143 . 'exception. Found ' . \QuentnWPGuzzleHttp\describe_type($value)); 144 144 } 145 145 } -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Handler;2 namespace QuentnWPGuzzleHttp\Handler; 3 3 4 use GuzzleHttp\RequestOptions;4 use QuentnWPGuzzleHttp\RequestOptions; 5 5 use Psr\Http\Message\RequestInterface; 6 6 -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Handler;3 4 use GuzzleHttp\Exception\RequestException;5 use GuzzleHttp\Exception\ConnectException;6 use GuzzleHttp\Promise\FulfilledPromise;7 use GuzzleHttp\Promise\PromiseInterface;8 use GuzzleHttp\Psr7;9 use GuzzleHttp\TransferStats;2 namespace QuentnWPGuzzleHttp\Handler; 3 4 use QuentnWPGuzzleHttp\Exception\RequestException; 5 use QuentnWPGuzzleHttp\Exception\ConnectException; 6 use QuentnWPGuzzleHttp\Promise\FulfilledPromise; 7 use QuentnWPGuzzleHttp\Promise\PromiseInterface; 8 use QuentnWPGuzzleHttp\Psr7; 9 use QuentnWPGuzzleHttp\TransferStats; 10 10 use Psr\Http\Message\RequestInterface; 11 11 use Psr\Http\Message\ResponseInterface; … … 68 68 $this->invokeStats($options, $request, $startTime, null, $e); 69 69 70 return \ GuzzleHttp\Promise\rejection_for($e);70 return \QuentnWPGuzzleHttp\Promise\rejection_for($e); 71 71 } 72 72 } … … 103 103 $status = $parts[1]; 104 104 $reason = isset($parts[2]) ? $parts[2] : null; 105 $headers = \ GuzzleHttp\headers_from_lines($hdrs);105 $headers = \QuentnWPGuzzleHttp\headers_from_lines($hdrs); 106 106 list($stream, $headers) = $this->checkDecode($options, $headers, $stream); 107 107 $stream = Psr7\stream_for($stream); … … 120 120 $msg = 'An error was encountered during the on_headers event'; 121 121 $ex = new RequestException($msg, $request, $response, $e); 122 return \ GuzzleHttp\Promise\rejection_for($ex);122 return \QuentnWPGuzzleHttp\Promise\rejection_for($ex); 123 123 } 124 124 } … … 158 158 // Automatically decode responses when instructed. 159 159 if (!empty($options['decode_content'])) { 160 $normalizedKeys = \ GuzzleHttp\normalize_header_keys($headers);160 $normalizedKeys = \QuentnWPGuzzleHttp\normalize_header_keys($headers); 161 161 if (isset($normalizedKeys['content-encoding'])) { 162 162 $encoding = $headers[$normalizedKeys['content-encoding']]; … … 401 401 if (isset($value[$scheme])) { 402 402 if (!isset($value['no']) 403 || !\ GuzzleHttp\is_host_in_noproxy(403 || !\QuentnWPGuzzleHttp\is_host_in_noproxy( 404 404 $request->getUri()->getHost(), 405 405 $value['no'] … … 425 425 // < 5.6, use the Guzzle bundled cacert. 426 426 if (PHP_VERSION_ID < 50600) { 427 $options['ssl']['cafile'] = \ GuzzleHttp\default_ca_bundle();427 $options['ssl']['cafile'] = \QuentnWPGuzzleHttp\default_ca_bundle(); 428 428 } 429 429 } elseif (is_string($value)) { … … 492 492 'bytes_transferred', 'bytes_max']; 493 493 494 $value = \ GuzzleHttp\debug_resource($value);494 $value = \QuentnWPGuzzleHttp\debug_resource($value); 495 495 $ident = $request->getMethod() . ' ' . $request->getUri()->withFragment(''); 496 496 $this->addNotification( -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/HandlerStack.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;2 namespace QuentnWPGuzzleHttp; 3 3 4 4 use Psr\Http\Message\RequestInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/MessageFormatter.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;2 namespace QuentnWPGuzzleHttp; 3 3 4 4 use Psr\Http\Message\MessageInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Middleware.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;3 4 use GuzzleHttp\Cookie\CookieJarInterface;5 use GuzzleHttp\Exception\RequestException;6 use GuzzleHttp\Promise\RejectedPromise;7 use GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp; 3 4 use QuentnWPGuzzleHttp\Cookie\CookieJarInterface; 5 use QuentnWPGuzzleHttp\Exception\RequestException; 6 use QuentnWPGuzzleHttp\Promise\RejectedPromise; 7 use QuentnWPGuzzleHttp\Psr7; 8 8 use Psr\Http\Message\ResponseInterface; 9 9 use Psr\Log\LoggerInterface; … … 30 30 return $handler($request, $options); 31 31 } elseif (!($options['cookies'] instanceof CookieJarInterface)) { 32 throw new \InvalidArgumentException('cookies must be an instance of GuzzleHttp\Cookie\CookieJarInterface');32 throw new \InvalidArgumentException('cookies must be an instance of QuentnWPGuzzleHttp\Cookie\CookieJarInterface'); 33 33 } 34 34 $cookieJar = $options['cookies']; … … 104 104 'options' => $options 105 105 ]; 106 return \ GuzzleHttp\Promise\rejection_for($reason);106 return \QuentnWPGuzzleHttp\Promise\rejection_for($reason); 107 107 } 108 108 ); … … 200 200 $message = $formatter->format($request, $response, $reason); 201 201 $logger->notice($message); 202 return \ GuzzleHttp\Promise\rejection_for($reason);202 return \QuentnWPGuzzleHttp\Promise\rejection_for($reason); 203 203 } 204 204 ); -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/Pool.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;2 namespace QuentnWPGuzzleHttp; 3 3 4 use GuzzleHttp\Promise\PromisorInterface;4 use QuentnWPGuzzleHttp\Promise\PromisorInterface; 5 5 use Psr\Http\Message\RequestInterface; 6 use GuzzleHttp\Promise\EachPromise;6 use QuentnWPGuzzleHttp\Promise\EachPromise; 7 7 8 8 /** … … 51 51 } 52 52 53 $iterable = \ GuzzleHttp\Promise\iter_for($requests);53 $iterable = \QuentnWPGuzzleHttp\Promise\iter_for($requests); 54 54 $requests = function () use ($iterable, $client, $opts) { 55 55 foreach ($iterable as $key => $rfn) { … … 86 86 * @param array|\Iterator $requests Requests to send concurrently. 87 87 * @param array $options Passes through the options available in 88 * {@see GuzzleHttp\Pool::__construct}88 * {@see QuentnWPGuzzleHttp\Pool::__construct} 89 89 * 90 90 * @return array Returns an array containing the response or an exception -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;2 namespace QuentnWPGuzzleHttp; 3 3 4 use GuzzleHttp\Promise\PromiseInterface;5 use GuzzleHttp\Psr7;4 use QuentnWPGuzzleHttp\Promise\PromiseInterface; 5 use QuentnWPGuzzleHttp\Psr7; 6 6 use Psr\Http\Message\RequestInterface; 7 7 -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;3 4 use GuzzleHttp\Exception\BadResponseException;5 use GuzzleHttp\Exception\TooManyRedirectsException;6 use GuzzleHttp\Promise\PromiseInterface;7 use GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp; 3 4 use QuentnWPGuzzleHttp\Exception\BadResponseException; 5 use QuentnWPGuzzleHttp\Exception\TooManyRedirectsException; 6 use QuentnWPGuzzleHttp\Promise\PromiseInterface; 7 use QuentnWPGuzzleHttp\Psr7; 8 8 use Psr\Http\Message\RequestInterface; 9 9 use Psr\Http\Message\ResponseInterface; … … 14 14 * 15 15 * Apply this middleware like other middleware using 16 * {@see GuzzleHttp\Middleware::redirect()}.16 * {@see QuentnWPGuzzleHttp\Middleware::redirect()}. 17 17 */ 18 18 class RedirectMiddleware -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/RequestOptions.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;2 namespace QuentnWPGuzzleHttp; 3 3 4 4 /** … … 59 59 60 60 /** 61 * cookies: (bool| GuzzleHttp\Cookie\CookieJarInterface, default=false)61 * cookies: (bool|QuentnWPGuzzleHttp\Cookie\CookieJarInterface, default=false) 62 62 * Specifies whether or not cookies are used in a request or what cookie 63 63 * jar to use or what cookies to send. This option only works if your 64 64 * handler has the `cookie` middleware. Valid values are `false` and 65 * an instance of {@see GuzzleHttp\Cookie\CookieJarInterface}.65 * an instance of {@see QuentnWPGuzzleHttp\Cookie\CookieJarInterface}. 66 66 */ 67 67 const COOKIES = 'cookies'; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;2 namespace QuentnWPGuzzleHttp; 3 3 4 use GuzzleHttp\Promise\PromiseInterface;5 use GuzzleHttp\Promise\RejectedPromise;6 use GuzzleHttp\Psr7;4 use QuentnWPGuzzleHttp\Promise\PromiseInterface; 5 use QuentnWPGuzzleHttp\Promise\RejectedPromise; 6 use QuentnWPGuzzleHttp\Psr7; 7 7 use Psr\Http\Message\RequestInterface; 8 8 use Psr\Http\Message\ResponseInterface; … … 98 98 $reason 99 99 )) { 100 return \ GuzzleHttp\Promise\rejection_for($reason);100 return \QuentnWPGuzzleHttp\Promise\rejection_for($reason); 101 101 } 102 102 return $this->doRetry($req, $options); -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/TransferStats.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;2 namespace QuentnWPGuzzleHttp; 3 3 4 4 use Psr\Http\Message\RequestInterface; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/UriTemplate.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;2 namespace QuentnWPGuzzleHttp; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/functions.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp;3 4 use GuzzleHttp\Handler\CurlHandler;5 use GuzzleHttp\Handler\CurlMultiHandler;6 use GuzzleHttp\Handler\Proxy;7 use GuzzleHttp\Handler\StreamHandler;2 namespace QuentnWPGuzzleHttp; 3 4 use QuentnWPGuzzleHttp\Handler\CurlHandler; 5 use QuentnWPGuzzleHttp\Handler\CurlMultiHandler; 6 use QuentnWPGuzzleHttp\Handler\Proxy; 7 use QuentnWPGuzzleHttp\Handler\StreamHandler; 8 8 9 9 /** … … 134 134 135 135 if (!$defaultAgent) { 136 $defaultAgent = ' GuzzleHttp/' . Client::VERSION;136 $defaultAgent = 'QuentnWPGuzzleHttp/' . Client::VERSION; 137 137 if (extension_loaded('curl') && function_exists('curl_version')) { 138 138 $defaultAgent .= ' curl/' . \curl_version()['version']; -
quentn-wp/trunk/vendor/guzzlehttp/guzzle/src/functions_include.php
r2327486 r2562965 2 2 3 3 // Don't redefine the functions if included multiple times. 4 if (!function_exists(' GuzzleHttp\uri_template')) {4 if (!function_exists('QuentnWPGuzzleHttp\uri_template')) { 5 5 require __DIR__ . '/functions.php'; 6 6 } -
quentn-wp/trunk/vendor/guzzlehttp/promises/composer.json
r2327486 r2562965 19 19 "autoload": { 20 20 "psr-4": { 21 " GuzzleHttp\\Promise\\": "src/"21 "QuentnWPGuzzleHttp\\Promise\\": "src/" 22 22 }, 23 23 "files": ["src/functions_include.php"] -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/AggregateException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/CancellationException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/Coroutine.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 use Exception; … … 17 17 * with minimal processing in between. 18 18 * 19 * use GuzzleHttp\Promise;19 * use QuentnWPGuzzleHttp\Promise; 20 20 * 21 21 * function createPromise($value) { -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/EachPromise.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/FulfilledPromise.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/Promise.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/PromiseInterface.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/PromisorInterface.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/RejectedPromise.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/RejectionException.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/TaskQueue.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** … … 9 9 * by calling the `run()` function of the global task queue in an event loop. 10 10 * 11 * GuzzleHttp\Promise\queue()->run();11 * QuentnWPGuzzleHttp\Promise\queue()->run(); 12 12 */ 13 13 class TaskQueue implements TaskQueueInterface -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/TaskQueueInterface.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 interface TaskQueueInterface -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/functions.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Promise;2 namespace QuentnWPGuzzleHttp\Promise; 3 3 4 4 /** … … 11 11 * <code> 12 12 * while ($eventLoop->isRunning()) { 13 * GuzzleHttp\Promise\queue()->run();13 * QuentnWPGuzzleHttp\Promise\queue()->run(); 14 14 * } 15 15 * </code> … … 170 170 * 171 171 * @return array 172 * @see GuzzleHttp\Promise\inspect for the inspection state array format.172 * @see QuentnWPGuzzleHttp\Promise\inspect for the inspection state array format. 173 173 */ 174 174 function inspect_all($promises) … … 242 242 * in order of resolution. 243 243 * 244 * This prommise is rejected with a {@see GuzzleHttp\Promise\AggregateException}244 * This prommise is rejected with a {@see QuentnWPGuzzleHttp\Promise\AggregateException} 245 245 * if the number of fulfilled promises is less than the desired $count. 246 246 * … … 305 305 * 306 306 * @return PromiseInterface 307 * @see GuzzleHttp\Promise\inspect for the inspection state array format.307 * @see QuentnWPGuzzleHttp\Promise\inspect for the inspection state array format. 308 308 */ 309 309 function settle($promises) -
quentn-wp/trunk/vendor/guzzlehttp/promises/src/functions_include.php
r2327486 r2562965 2 2 3 3 // Don't redefine the functions if included multiple times. 4 if (!function_exists(' GuzzleHttp\Promise\promise_for')) {4 if (!function_exists('QuentnWPGuzzleHttp\Promise\promise_for')) { 5 5 require __DIR__ . '/functions.php'; 6 6 } -
quentn-wp/trunk/vendor/guzzlehttp/psr7/composer.json
r2327486 r2562965 33 33 "autoload": { 34 34 "psr-4": { 35 " GuzzleHttp\\Psr7\\": "src/"35 "QuentnWPGuzzleHttp\\Psr7\\": "src/" 36 36 }, 37 37 "files": ["src/functions_include.php"] … … 39 39 "autoload-dev": { 40 40 "psr-4": { 41 " GuzzleHttp\\Tests\\Psr7\\": "tests/"41 "QuentnWPGuzzleHttp\\Tests\\Psr7\\": "tests/" 42 42 } 43 43 }, -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/AppendStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/BufferStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/CachingStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/DroppingStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/FnStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/InflateStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/LimitStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/MessageTrait.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/MultipartStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/NoSeekStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/PumpStream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/Request.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use InvalidArgumentException; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/Response.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\ResponseInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/Rfc7230.php
r2327486 r2562965 1 1 <?php 2 2 3 namespace GuzzleHttp\Psr7;3 namespace QuentnWPGuzzleHttp\Psr7; 4 4 5 5 final class Rfc7230 -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/ServerRequest.php
r2327486 r2562965 1 1 <?php 2 2 3 namespace GuzzleHttp\Psr7;3 namespace QuentnWPGuzzleHttp\Psr7; 4 4 5 5 use InvalidArgumentException; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/Stream.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/StreamWrapper.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\StreamInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/UploadedFile.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use InvalidArgumentException; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/Uri.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\UriInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/UriNormalizer.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\UriInterface; … … 53 53 * are equivalent according to RFC 3986. The first format is not accepted 54 54 * by PHPs stream functions and thus already normalized implicitly to the 55 * second format in the Uri class. See ` GuzzleHttp\Psr7\Uri::composeComponents`.55 * second format in the Uri class. See `QuentnWPGuzzleHttp\Psr7\Uri::composeComponents`. 56 56 * 57 57 * Example: file://localhost/myfile → file:///myfile -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/UriResolver.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\UriInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/functions.php
r2327486 r2562965 1 1 <?php 2 namespace GuzzleHttp\Psr7;2 namespace QuentnWPGuzzleHttp\Psr7; 3 3 4 4 use Psr\Http\Message\MessageInterface; -
quentn-wp/trunk/vendor/guzzlehttp/psr7/src/functions_include.php
r2327486 r2562965 2 2 3 3 // Don't redefine the functions if included multiple times. 4 if (!function_exists(' GuzzleHttp\Psr7\str')) {4 if (!function_exists('QuentnWPGuzzleHttp\Psr7\str')) { 5 5 require __DIR__ . '/functions.php'; 6 6 } -
quentn-wp/trunk/vendor/quentn/php-sdk/src/Client/ContactClient.php
r2327486 r2562965 1 1 <?php 2 2 namespace Quentn\Client; 3 use GuzzleHttp\Exception\GuzzleException;4 use GuzzleHttp\Exception\ClientException;3 use QuentnWPGuzzleHttp\Exception\GuzzleException; 4 use QuentnWPGuzzleHttp\Exception\ClientException; 5 5 6 6 class ContactClient extends AbstractQuentnClient { -
quentn-wp/trunk/vendor/quentn/php-sdk/src/Client/CustomFieldClient.php
r2327486 r2562965 1 1 <?php 2 2 namespace Quentn\Client; 3 use GuzzleHttp\Exception\ClientException;4 use GuzzleHttp\Exception\GuzzleException;3 use QuentnWPGuzzleHttp\Exception\ClientException; 4 use QuentnWPGuzzleHttp\Exception\GuzzleException; 5 5 use Quentn\Exceptions\QuentnException; 6 6 -
quentn-wp/trunk/vendor/quentn/php-sdk/src/Client/TermClient.php
r2327486 r2562965 1 1 <?php 2 2 namespace Quentn\Client; 3 use GuzzleHttp\Exception\GuzzleException;4 use GuzzleHttp\Exception\ClientException;3 use QuentnWPGuzzleHttp\Exception\GuzzleException; 4 use QuentnWPGuzzleHttp\Exception\ClientException; 5 5 6 6 class TermClient extends AbstractQuentnClient { -
quentn-wp/trunk/vendor/quentn/php-sdk/src/Quentn.php
r2327486 r2562965 2 2 namespace Quentn; 3 3 4 use GuzzleHttp\Client;4 use QuentnWPGuzzleHttp\Client; 5 5 use Exception; 6 use GuzzleHttp\Exception\GuzzleException;6 use QuentnWPGuzzleHttp\Exception\GuzzleException; 7 7 use Quentn\Client\CustomFieldClient; 8 8 use Quentn\Exceptions\QuentnException;
Note: See TracChangeset
for help on using the changeset viewer.