Home
last modified time | relevance | path

Searched refs:isSeekable (Results 26 – 34 of 34) sorted by relevance

12

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DLimitStream.php116 if ($this->stream->isSeekable()) {
H A DMessage.php62 if (!$body->isSeekable() || !$body->isReadable()) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DFnStreamTest.php61 $this->assertEquals($b->isSeekable(), true);
H A DAppendStreamTest.php41 ->method('isSeekable')
89 $this->assertTrue($a->isSeekable());
129 ->method('isSeekable')
H A DAsyncReadStreamTest.php77 $this->assertFalse($a->isSeekable());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php205 public function isSeekable() function in GuzzleHttp\\Stream\\Stream
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php113 if ($body->isSeekable()) {
282 if ($body->isSeekable()) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md134 - `InflateStream` preserves `isSeekable` attribute of the underlying stream
H A DREADME.md205 var_export($noSeek->isSeekable());

12