| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/ |
| D | BaseTestCase.php | 5 use GuzzleHttp\Client; 6 use GuzzleHttp\Handler\MockHandler; 7 use GuzzleHttp\HandlerStack; 8 use GuzzleHttp\Psr7\Response; 9 use GuzzleHttp\Psr7\Request; 10 use GuzzleHttp\Middleware;
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | MockHandler.php | 2 namespace GuzzleHttp\Handler; 4 use GuzzleHttp\Exception\RequestException; 5 use GuzzleHttp\HandlerStack; 6 use GuzzleHttp\Promise\PromiseInterface; 7 use GuzzleHttp\Promise\RejectedPromise; 8 use GuzzleHttp\TransferStats; 94 ? \GuzzleHttp\Promise\rejection_for($response) 95 : \GuzzleHttp\Promise\promise_for($response); 123 return \GuzzleHttp\Promise\rejection_for($reason); 143 . 'exception. Found ' . \GuzzleHttp\describe_type($value));
|
| D | StreamHandler.php | 2 namespace GuzzleHttp\Handler; 4 use GuzzleHttp\Exception\ConnectException; 5 use GuzzleHttp\Exception\RequestException; 6 use GuzzleHttp\Promise\FulfilledPromise; 7 use GuzzleHttp\Promise\PromiseInterface; 8 use GuzzleHttp\Psr7; 9 use GuzzleHttp\TransferStats; 10 use GuzzleHttp\Utils; 71 return \GuzzleHttp\Promise\rejection_for($e); 106 $headers = \GuzzleHttp\headers_from_lines($hdrs); [all …]
|
| D | EasyHandle.php | 2 namespace GuzzleHttp\Handler; 4 use GuzzleHttp\Psr7\Response; 53 $headers = \GuzzleHttp\headers_from_lines($this->headers); 54 $normalizedKeys = \GuzzleHttp\normalize_header_keys($headers);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 17 - Class `GuzzleHttp\UriTemplate` is removed. 18 - Class `GuzzleHttp\Exception\SeekException` is removed. 19 - Classes `GuzzleHttp\Exception\BadResponseException`, `GuzzleHttp\Exception\ClientException`, 20 `GuzzleHttp\Exception\ServerException` can no longer be initialized with an empty 22 - Class `GuzzleHttp\Exception\ConnectException` now extends `GuzzleHttp\Exception\TransferException` 23 instead of `GuzzleHttp\Exception\RequestException`. 24 - Function `GuzzleHttp\Exception\ConnectException::getResponse()` is removed. 25 - Function `GuzzleHttp\Exception\ConnectException::hasResponse()` is removed. 26 - Constant `GuzzleHttp\ClientInterface::VERSION` is removed. Added `GuzzleHttp\ClientInterface::MAJ… 27 - Function `GuzzleHttp\Exception\RequestException::getResponseBodySummary` is removed. [all …]
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
| D | CHANGELOG.rst | 11 ``GuzzleHttp\Streams\Utils`` instead. 12 * Moved ``GuzzleHttp\Stream\MetadataStreamInterface::getMetadata`` to 13 ``GuzzleHttp\Stream\StreamInterface``. MetadataStreamInterface is no longer 15 * Added ``attach()`` to ``GuzzleHttp\Stream\StreamInterface`` for PSR-7 19 ``GuzzleHttp\Stream\StreamInterface::getContents()``. This function now 22 ``GuzzleHttp\Stream\Utils::copyToString()`` function. 27 * ``GuzzleHttp\Stream\Stream::__construct``, 28 ``GuzzleHttp\Stream\Stream::factory``, and 29 ``GuzzleHttp\Stream\Utils::create`` no longer accept a size in the second 32 * Added ``GuzzleHttp\Stream\BufferStream`` to add support for buffering data, [all …]
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | UPGRADING.md | 10 HTTP message interaction (e.g., `GuzzleHttp\Message\Request`) need to be 14 `GuzzleHttp\HandlerStack`). 16 - Removed `GuzzleHttp\BatchResults` 17 - Removed `GuzzleHttp\Collection` 18 - Removed `GuzzleHttp\HasDataTrait` 19 - Removed `GuzzleHttp\ToArrayInterface` 21 is now present in the `GuzzleHttp\Psr7` namespace provided by the 38 - `GuzzleHttp\Mimetypes` has been moved to a function in 39 `GuzzleHttp\Psr7\mimetype_from_extension` and 40 `GuzzleHttp\Psr7\mimetype_from_filename`. [all …]
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | README.md | 19 `GuzzleHttp\Psr7\AppendStream` 24 use GuzzleHttp\Psr7; 38 `GuzzleHttp\Psr7\BufferStream` 48 use GuzzleHttp\Psr7; 66 use GuzzleHttp\Psr7; 83 `GuzzleHttp\Psr7\DroppingStream` 89 use GuzzleHttp\Psr7; 104 `GuzzleHttp\Psr7\FnStream` 113 use GuzzleHttp\Psr7; 131 `GuzzleHttp\Psr7\InflateStream` [all …]
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | README.md | 33 `GuzzleHttp\Psr7\AppendStream` 38 use GuzzleHttp\Psr7; 52 `GuzzleHttp\Psr7\BufferStream` 62 use GuzzleHttp\Psr7; 80 use GuzzleHttp\Psr7; 97 `GuzzleHttp\Psr7\DroppingStream` 103 use GuzzleHttp\Psr7; 118 `GuzzleHttp\Psr7\FnStream` 127 use GuzzleHttp\Psr7; 145 `GuzzleHttp\Psr7\InflateStream` [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
| D | AwsAuthV4.php | 9 use GuzzleHttp; alias 10 use GuzzleHttp\Client; 11 use GuzzleHttp\HandlerStack; 12 use GuzzleHttp\Middleware; 13 use GuzzleHttp\Psr7; 21 $stack = HandlerStack::create(GuzzleHttp\choose_handler());
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
| D | MockHandler.php | 2 namespace GuzzleHttp\Ring\Client; 4 use GuzzleHttp\Ring\Core; 5 use GuzzleHttp\Ring\Future\CompletedFutureArray; 6 use GuzzleHttp\Ring\Future\FutureArrayInterface;
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | MockHandler.php | 3 namespace GuzzleHttp\Handler; 5 use GuzzleHttp\Exception\RequestException; 6 use GuzzleHttp\HandlerStack; 7 use GuzzleHttp\Promise as P; 8 use GuzzleHttp\Promise\PromiseInterface; 9 use GuzzleHttp\TransferStats; 10 use GuzzleHttp\Utils;
|
| D | Proxy.php | 3 namespace GuzzleHttp\Handler; 5 use GuzzleHttp\Promise\PromiseInterface; 6 use GuzzleHttp\RequestOptions;
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | RetryMiddleware.php | 2 namespace GuzzleHttp; namespace 4 use GuzzleHttp\Promise\PromiseInterface; 5 use GuzzleHttp\Promise\RejectedPromise; 6 use GuzzleHttp\Psr7; 113 return \GuzzleHttp\Promise\rejection_for($reason);
|
| D | Middleware.php | 2 namespace GuzzleHttp; namespace 4 use GuzzleHttp\Cookie\CookieJarInterface; 5 use GuzzleHttp\Exception\RequestException; 6 use GuzzleHttp\Promise\RejectedPromise; 7 use GuzzleHttp\Psr7; 105 return \GuzzleHttp\Promise\rejection_for($reason); 201 return \GuzzleHttp\Promise\rejection_for($reason);
|
| D | Pool.php | 2 namespace GuzzleHttp; namespace 4 use GuzzleHttp\Promise\EachPromise; 5 use GuzzleHttp\Promise\PromiseInterface; 6 use GuzzleHttp\Promise\PromisorInterface; 54 $iterable = \GuzzleHttp\Promise\iter_for($requests);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | Pool.php | 3 namespace GuzzleHttp; namespace 5 use GuzzleHttp\Promise as P; 6 use GuzzleHttp\Promise\EachPromise; 7 use GuzzleHttp\Promise\PromiseInterface; 8 use GuzzleHttp\Promise\PromisorInterface;
|
| D | Utils.php | 3 namespace GuzzleHttp; namespace 5 use GuzzleHttp\Exception\InvalidArgumentException; 6 use GuzzleHttp\Handler\CurlHandler; 7 use GuzzleHttp\Handler\CurlMultiHandler; 8 use GuzzleHttp\Handler\Proxy; 9 use GuzzleHttp\Handler\StreamHandler; 74 return \GuzzleHttp\Psr7\Utils::tryFopen('php://output', 'w');
|
| D | BodySummarizer.php | 3 namespace GuzzleHttp; namespace 25 ? \GuzzleHttp\Psr7\Message::bodySummary($message) 26 : \GuzzleHttp\Psr7\Message::bodySummary($message, $this->truncateAt);
|
| /plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/ |
| D | Guzzle5HttpHandler.php | 20 use GuzzleHttp\ClientInterface; 21 use GuzzleHttp\Message\ResponseInterface as Guzzle5ResponseInterface; 22 use GuzzleHttp\Promise\Promise; 23 use GuzzleHttp\Promise\RejectedPromise; 24 use GuzzleHttp\Psr7\Response;
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| D | PumpStreamTest.php | 2 namespace GuzzleHttp\Tests\Stream; 4 use GuzzleHttp\Stream\Exception\CannotAttachException; 5 use GuzzleHttp\Stream\LimitStream; 6 use GuzzleHttp\Stream\PumpStream; 7 use GuzzleHttp\Stream\Stream;
|
| D | InflateStreamTest.php | 2 namespace GuzzleHttp\Tests\Stream; 4 use GuzzleHttp\Stream\InflateStream; 5 use GuzzleHttp\Stream\Stream;
|
| D | LimitStreamTest.php | 2 namespace GuzzleHttp\Tests\Http; 4 use GuzzleHttp\Stream\Exception\SeekException; 5 use GuzzleHttp\Stream\FnStream; 6 use GuzzleHttp\Stream\Stream; 7 use GuzzleHttp\Stream\LimitStream; 8 use GuzzleHttp\Stream\NoSeekStream;
|
| /plugin/authfacebook/lib/HttpClients/ |
| D | FacebookGuzzleHttpClient.php | 29 use GuzzleHttp\Client; 30 use GuzzleHttp\Message\ResponseInterface; 31 use GuzzleHttp\Ring\Exception\RingException; 32 use GuzzleHttp\Exception\RequestException;
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/ |
| D | SeekExceptionTest.php | 2 namespace GuzzleHttp\Tests\Stream\Exception; 4 use GuzzleHttp\Stream\Exception\SeekException; 5 use GuzzleHttp\Stream\Stream;
|