Home
last modified time | relevance | path

Searched refs:StreamInterface (Results 26 – 50 of 56) sorted by relevance

123

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php5 use Psr\Http\Message\StreamInterface; alias
13 class MultipartStream implements StreamInterface
114 private function createElement($name, StreamInterface $stream, $filename, array $headers)
H A DBufferStream.php5 use Psr\Http\Message\StreamInterface; alias
17 class BufferStream implements StreamInterface
H A DResponse.php6 use Psr\Http\Message\StreamInterface; alias
86 * @param string|resource|StreamInterface|null $body Response body
H A DMessageTrait.php5 use Psr\Http\Message\StreamInterface; alias
21 /** @var StreamInterface|null */
127 public function withBody(StreamInterface $body)
H A DPumpStream.php5 use Psr\Http\Message\StreamInterface; alias
19 class PumpStream implements StreamInterface
H A DRequest.php7 use Psr\Http\Message\StreamInterface; alias
30 * @param string|resource|StreamInterface|null $body Request body
H A DServerRequest.php7 use Psr\Http\Message\StreamInterface; alias
61 * @param string|resource|StreamInterface|null $body Request body
H A DStream.php5 use Psr\Http\Message\StreamInterface; alias
12 class Stream implements StreamInterface
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php22 class AsyncReadStream implements StreamInterface
61 * @param StreamInterface $buffer Buffer that contains the data that has
69 StreamInterface $buffer,
111 * - buffer: (StreamInterface) Buffer used to buffer data. If none is
H A DLimitStream.php9 class LimitStream implements StreamInterface
20 * @param StreamInterface $stream Stream to wrap
27 StreamInterface $stream,
H A DStream.php7 class Stream implements StreamInterface
39 * @param resource|string|StreamInterface $resource Entity body data
62 if ($resource instanceof StreamInterface) {
H A DMetadataStreamInterface.php6 * StreamInterface now that the getMetadata method has been added to
7 * StreamInterface.
11 interface MetadataStreamInterface extends StreamInterface {}
H A DNoSeekStream.php7 class NoSeekStream implements StreamInterface
H A DStreamInterface.php7 interface StreamInterface interface
H A DNullStream.php9 class NullStream implements StreamInterface
H A DBufferStream.php16 class BufferStream implements StreamInterface
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php13 use Psr\Http\Message\StreamInterface; alias
142 private function createSink(StreamInterface $stream, array $options)
194 * @param StreamInterface $source
195 * @param StreamInterface $sink
199 * @return StreamInterface
203 StreamInterface $source,
204 StreamInterface $sink,
H A DEasyHandle.php7 use Psr\Http\Message\StreamInterface; alias
19 /** @var StreamInterface Where data is being written */
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst13 ``GuzzleHttp\Stream\StreamInterface``. MetadataStreamInterface is no longer
15 * Added ``attach()`` to ``GuzzleHttp\Stream\StreamInterface`` for PSR-7
17 * Removed ``flush()`` from StreamInterface.
19 ``GuzzleHttp\Stream\StreamInterface::getContents()``. This function now
54 * Added ``flush()`` to ``StreamInterface``. This method is used to flush any
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php4 use GuzzleHttp\Stream\StreamInterface; alias
232 if ($message['body'] instanceof StreamInterface) {
262 if ($message['body'] instanceof StreamInterface) {
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUploadedFileInterface.php27 * @return StreamInterface Stream representation of the uploaded file.
H A DStreamInterface.php12 interface StreamInterface interface
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php6 use GuzzleHttp\Stream\StreamInterface; alias
12 class Str implements StreamInterface
37 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php18 use Psr\Http\Message\StreamInterface; alias
201 private function streamFor($data): StreamInterface
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php8 use GuzzleHttp\Stream\StreamInterface; alias
266 if ($body instanceof StreamInterface) {
408 if ($value instanceof StreamInterface) {
417 . 'GuzzleHttp\Stream\StreamInterface or resource');

123