Home
last modified time | relevance | path

Searched refs:GuzzleHttp (Results 126 – 150 of 185) sorted by path

12345678

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
H A DDroppingStream.php2 namespace GuzzleHttp\Stream;
H A DFnStream.php2 namespace GuzzleHttp\Stream;
H A DGuzzleStreamWrapper.php2 namespace GuzzleHttp\Stream;
H A DInflateStream.php2 namespace GuzzleHttp\Stream;
H A DLazyOpenStream.php2 namespace GuzzleHttp\Stream;
H A DLimitStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
H A DMetadataStreamInterface.php2 namespace GuzzleHttp\Stream;
H A DNoSeekStream.php2 namespace GuzzleHttp\Stream;
H A DNullStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
H A DPumpStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
H A DStream.php2 namespace GuzzleHttp\Stream;
H A DStreamDecoratorTrait.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
H A DStreamInterface.php2 namespace GuzzleHttp\Stream;
30 * {@see GuzzleHttp\Stream\GuzzleStreamWrapper::getResource}.
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
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DCannotAttachException.php2 namespace GuzzleHttp\Stream\Exception;
H A DSeekException.php2 namespace GuzzleHttp\Stream\Exception;
4 use GuzzleHttp\Stream\StreamInterface;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\AppendStream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
6 use GuzzleHttp\Stream\Stream;
18 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
35 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
126 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
140 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
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 DBufferStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\BufferStream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
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')
H A DDroppingStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\BufferStream;
5 use GuzzleHttp\Stream\DroppingStream;
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 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')
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php2 namespace GuzzleHttp\Tests\Stream\Exception;
4 use GuzzleHttp\Stream\Exception\SeekException;
5 use GuzzleHttp\Stream\Stream;

12345678