Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamDecoratorTrait.php43 if ($this->isSeekable()) {
116 public function isSeekable() function
118 return $this->stream->isSeekable();
H A DNoSeekStream.php21 public function isSeekable() function in GuzzleHttp\\Psr7\\NoSeekStream
H A DAppendStream.php58 if (!$stream->isSeekable()) {
232 public function isSeekable() function in GuzzleHttp\\Psr7\\AppendStream
H A DStream.php80 if ($this->isSeekable()) {
162 public function isSeekable() function in GuzzleHttp\\Psr7\\Stream
H A DInflateStream.php33 …$this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resou…
H A DBufferStream.php74 public function isSeekable() function in GuzzleHttp\\Psr7\\BufferStream
H A DFnStream.php119 public function isSeekable() function in GuzzleHttp\\Psr7\\FnStream
H A DPumpStream.php91 public function isSeekable() function in GuzzleHttp\\Psr7\\PumpStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php113 public function isSeekable() function
115 return $this->stream->isSeekable();
H A DAppendStream.php56 if (!$stream->isSeekable()) {
206 public function isSeekable() function in GuzzleHttp\\Stream\\AppendStream
H A DNoSeekStream.php16 public function isSeekable() function in GuzzleHttp\\Stream\\NoSeekStream
H A DStreamInterface.php81 public function isSeekable(); function
H A DNullStream.php45 public function isSeekable() function in GuzzleHttp\\Stream\\NullStream
H A DBufferStream.php76 public function isSeekable() function in GuzzleHttp\\Stream\\BufferStream
H A DFnStream.php17 'getSize', 'tell', 'eof', 'isSeekable', 'seek', 'isWritable', 'write',
108 public function isSeekable() function in GuzzleHttp\\Stream\\FnStream
H A DPumpStream.php87 public function isSeekable() function in GuzzleHttp\\Stream\\PumpStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php26 $this->assertTrue($stream->isSeekable());
142 $this->assertFalse($stream->isSeekable());
155 $this->assertTrue($stream->isSeekable());
167 $this->assertFalse($stream->isSeekable());
H A DStreamDecoratorTraitTest.php70 $this->assertEquals($this->a->isSeekable(), $this->b->isSeekable());
H A DNoSeekStreamTest.php17 ->setMethods(['isSeekable', 'seek'])
20 $s->expects($this->never())->method('isSeekable');
22 $this->assertFalse($wrapped->isSeekable());
H A DNullStreamTest.php24 $this->assertTrue($b->isSeekable());
H A DLazyOpenStreamTest.php45 $this->assertTrue($l->isSeekable());
H A DBufferStreamTest.php15 $this->assertFalse($b->isSeekable());
H A DPumpStreamTest.php60 $this->assertFalse($p->isSeekable());
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php73 public function isSeekable(); function
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php107 if ($size === null || $size >= (int) $expect || !$body->isSeekable()) {

12