Home
last modified time | relevance | path

Searched refs:isSeekable (Results 1 – 25 of 34) sorted by last modified time

12

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php56 if (!$stream->isSeekable()) {
206 public function isSeekable() function in GuzzleHttp\\Stream\\AppendStream
H A DStreamInterface.php81 public function isSeekable(); function
H A DNoSeekStream.php16 public function isSeekable() function in GuzzleHttp\\Stream\\NoSeekStream
H A DNullStream.php45 public function isSeekable() function in GuzzleHttp\\Stream\\NullStream
H A DPumpStream.php87 public function isSeekable() function in GuzzleHttp\\Stream\\PumpStream
H A DStream.php205 public function isSeekable() function in GuzzleHttp\\Stream\\Stream
H A DStreamDecoratorTrait.php113 public function isSeekable() function
115 return $this->stream->isSeekable();
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
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php41 ->method('isSeekable')
89 $this->assertTrue($a->isSeekable());
129 ->method('isSeekable')
H A DLazyOpenStreamTest.php45 $this->assertTrue($l->isSeekable());
H A DPumpStreamTest.php60 $this->assertFalse($p->isSeekable());
H A DStreamDecoratorTraitTest.php70 $this->assertEquals($this->a->isSeekable(), $this->b->isSeekable());
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 DAsyncReadStreamTest.php77 $this->assertFalse($a->isSeekable());
H A DBufferStreamTest.php15 $this->assertFalse($b->isSeekable());
H A DFnStreamTest.php61 $this->assertEquals($b->isSeekable(), true);
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());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
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 DStream.php80 if ($this->isSeekable()) {
162 public function isSeekable() function in GuzzleHttp\\Psr7\\Stream
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php107 if ($size === null || $size >= (int) $expect || !$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