Home
last modified time | relevance | path

Searched refs:NoSeekStream (Results 1 – 7 of 7) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md191 ## NoSeekStream section in Stream implementation
193 `GuzzleHttp\Psr7\NoSeekStream`
195 NoSeekStream wraps a stream and does not allow seeking.
201 $noSeek = new Psr7\NoSeekStream($original);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DInflateStream.php33 …$this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resou…
H A DNoSeekStream.php12 class NoSeekStream implements StreamInterface class
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DNoSeekStream.php7 class NoSeekStream implements StreamInterface class
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLimitStreamTest.php8 use GuzzleHttp\Stream\NoSeekStream; alias
94 $b = new NoSeekStream($a);
H A DNoSeekStreamTest.php5 use GuzzleHttp\Stream\NoSeekStream; alias
9 * @covers GuzzleHttp\Stream\NoSeekStream
21 $wrapped = new NoSeekStream($s);
29 $wrapped = new NoSeekStream($s);
38 $wrapped = new NoSeekStream($s1);
H A DUtilsTest.php6 use GuzzleHttp\Stream\NoSeekStream; alias
130 $s = new NoSeekStream(Stream::factory('foobazbar'));