Home
last modified time | relevance | path

Searched refs:GuzzleHttp (Results 26 – 50 of 185) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php2 namespace GuzzleHttp\Cookie;
59 $jsonStr = \GuzzleHttp\json_encode($json);
82 $data = \GuzzleHttp\json_decode($json, true);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DNullStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
5 use GuzzleHttp\Stream\NullStream;
H A DStreamDecoratorTraitTest.php2 namespace GuzzleHttp\Tests\Stream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
6 use GuzzleHttp\Stream\StreamInterface;
7 use GuzzleHttp\Stream\Stream;
8 use GuzzleHttp\Stream\StreamDecoratorTrait;
18 * @covers GuzzleHttp\Stream\StreamDecoratorTrait
37 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DGuzzleStreamWrapperTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\GuzzleStreamWrapper;
5 use GuzzleHttp\Stream\Stream;
10 * @covers GuzzleHttp\Stream\GuzzleStreamWrapper
65 $stream = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
85 $stream = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DBufferStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\BufferStream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
H A DAsyncReadStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\AsyncReadStream;
5 use GuzzleHttp\Stream\BufferStream;
6 use GuzzleHttp\Stream\FnStream;
7 use GuzzleHttp\Stream\Stream;
144 $this->assertInstanceOf('GuzzleHttp\Stream\BufferStream', $buffer);
145 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
153 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
159 $this->assertInstanceOf('GuzzleHttp\Stream\NullStream', $buffer);
160 $this->assertInstanceOf('GuzzleHttp\Strea
[all...]
H A DFnStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
5 use GuzzleHttp\Stream\Stream;
6 use GuzzleHttp\Stream\FnStream;
10 * @covers GuzzleHttp\Stream\FnStream
H A DCachingStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream;
5 use GuzzleHttp\Stream\CachingStream;
6 use GuzzleHttp\Stream\Utils;
12 * @covers GuzzleHttp\Stream\CachingStream
56 $d = $this->getMockBuilder('GuzzleHttp\Stream\CachingStream')
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
183 * Alias of GuzzleHttp\Stream\Stream::factory.
187 * {@see \GuzzleHttp\Stream\Stream::__construct}
191 * @see GuzzleHttp\Stream\Stream::factory
192 * @see GuzzleHttp\Stream\Stream::__construct
H A DNullStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Exception\BadResponseException;
5 use GuzzleHttp\Exception\TooManyRedirectsException;
6 use GuzzleHttp\Promise\PromiseInterface;
7 use GuzzleHttp\Psr7;
H A DPrepareBodyMiddleware.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Promise\PromiseInterface;
5 use GuzzleHttp\Psr7;
H A DClient.php2 namespace GuzzleHttp; namespace
4 use GuzzleHttp\Cookie\CookieJar;
5 use GuzzleHttp\Exception\GuzzleException;
6 use GuzzleHttp\Promise;
7 use GuzzleHttp\Psr7;
397 $options['body'] = \GuzzleHttp\json_encode($options['json']);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php13 use GuzzleHttp\Client;
14 use GuzzleHttp\Exception\TransferException;
15 use GuzzleHttp\Psr7;
16 use GuzzleHttp\Psr7\Uri;
17 use GuzzleHttp\RequestOptions;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php24 use GuzzleHttp\ClientInterface;
25 use GuzzleHttp\Exception\RequestException;
26 use GuzzleHttp\Psr7\Response;
92 if ($response instanceof \GuzzleHttp\Message\ResponseInterface) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php27 use GuzzleHttp\Exception\ClientException;
28 use GuzzleHttp\Exception\ConnectException;
29 use GuzzleHttp\Exception\RequestException;
30 use GuzzleHttp\Exception\ServerException;
31 use GuzzleHttp\Psr7\Request;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php2 namespace GuzzleHttp\Stream\Exception;
4 use GuzzleHttp\Stream\StreamInterface;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DIam.php22 use GuzzleHttp\Psr7;
23 use GuzzleHttp\Psr7\Utils;
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DAuthHandlerFactory.php20 use GuzzleHttp\Client;
21 use GuzzleHttp\ClientInterface;
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpHandlerFactory.php19 use GuzzleHttp\Client;
20 use GuzzleHttp\ClientInterface;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php2 namespace GuzzleHttp\Ring\Future;
4 use GuzzleHttp\Ring\Exception\CancelledFutureAccessException;
5 use GuzzleHttp\Ring\Exception\RingException;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\Promise as P;
5 use GuzzleHttp\Promise\Promise;
6 use GuzzleHttp\Utils;
H A DProxy.php2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\RequestOptions;
H A DCurlHandler.php2 namespace GuzzleHttp\Handler;
4 use GuzzleHttp\Psr7;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlHandler.php2 namespace GuzzleHttp\Ring\Client;
4 use GuzzleHttp\Ring\Future\CompletedFutureArray;
5 use GuzzleHttp\Ring\Core;

12345678