Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DStreamDecoratorTrait.php43 if ($this->isSeekable()) {
116 public function isSeekable() function
118 return $this->stream->isSeekable();
DAppendStream.php58 if (!$stream->isSeekable()) {
232 public function isSeekable() function in GuzzleHttp\\Psr7\\AppendStream
DNoSeekStream.php21 public function isSeekable() function in GuzzleHttp\\Psr7\\NoSeekStream
DStream.php80 if ($this->isSeekable()) {
162 public function isSeekable() function in GuzzleHttp\\Psr7\\Stream
DInflateStream.php33 …$this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resou…
DBufferStream.php74 public function isSeekable() function in GuzzleHttp\\Psr7\\BufferStream
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DStreamDecoratorTrait.php44 if ($this->isSeekable()) {
122 public function isSeekable(): bool function
124 return $this->stream->isSeekable();
DNoSeekStream.php24 public function isSeekable(): bool function in GuzzleHttp\\Psr7\\NoSeekStream
DAppendStream.php69 if (!$stream->isSeekable()) {
231 public function isSeekable(): bool function in GuzzleHttp\\Psr7\\AppendStream
DInflateStream.php35 …$this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resou…
DStream.php80 if ($this->isSeekable()) {
167 public function isSeekable(): bool function in GuzzleHttp\\Psr7\\Stream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DStreamDecoratorTrait.php113 public function isSeekable() function
115 return $this->stream->isSeekable();
DAppendStream.php56 if (!$stream->isSeekable()) {
206 public function isSeekable() function in GuzzleHttp\\Stream\\AppendStream
DNoSeekStream.php16 public function isSeekable() function in GuzzleHttp\\Stream\\NoSeekStream
DStreamInterface.php81 public function isSeekable(); function
DNullStream.php45 public function isSeekable() function in GuzzleHttp\\Stream\\NullStream
DBufferStream.php76 public function isSeekable() function in GuzzleHttp\\Stream\\BufferStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DStreamTest.php26 $this->assertTrue($stream->isSeekable());
142 $this->assertFalse($stream->isSeekable());
155 $this->assertTrue($stream->isSeekable());
167 $this->assertFalse($stream->isSeekable());
DStreamDecoratorTraitTest.php70 $this->assertEquals($this->a->isSeekable(), $this->b->isSeekable());
DNoSeekStreamTest.php22 $this->assertFalse($wrapped->isSeekable());
DNullStreamTest.php24 $this->assertTrue($b->isSeekable());
/plugin/authgooglesheets/vendor/psr/http-message/src/
DStreamInterface.php73 public function isSeekable(); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DStreamInterface.php73 public function isSeekable(): bool; function
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DPrepareBodyMiddleware.php101 if ($size === null || $size >= (int) $expect || !$body->isSeekable()) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DPrepareBodyMiddleware.php107 if ($size === null || $size >= (int) $expect || !$body->isSeekable()) {

123