| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | StreamDecoratorTrait.php | 43 if ($this->isSeekable()) { 116 public function isSeekable() function 118 return $this->stream->isSeekable();
|
| D | AppendStream.php | 58 if (!$stream->isSeekable()) { 232 public function isSeekable() function in GuzzleHttp\\Psr7\\AppendStream
|
| D | NoSeekStream.php | 21 public function isSeekable() function in GuzzleHttp\\Psr7\\NoSeekStream
|
| D | Stream.php | 80 if ($this->isSeekable()) { 162 public function isSeekable() function in GuzzleHttp\\Psr7\\Stream
|
| D | InflateStream.php | 33 …$this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resou…
|
| D | BufferStream.php | 74 public function isSeekable() function in GuzzleHttp\\Psr7\\BufferStream
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | StreamDecoratorTrait.php | 44 if ($this->isSeekable()) { 122 public function isSeekable(): bool function 124 return $this->stream->isSeekable();
|
| D | NoSeekStream.php | 24 public function isSeekable(): bool function in GuzzleHttp\\Psr7\\NoSeekStream
|
| D | AppendStream.php | 69 if (!$stream->isSeekable()) { 231 public function isSeekable(): bool function in GuzzleHttp\\Psr7\\AppendStream
|
| D | InflateStream.php | 35 …$this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resou…
|
| D | Stream.php | 80 if ($this->isSeekable()) { 167 public function isSeekable(): bool function in GuzzleHttp\\Psr7\\Stream
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | StreamDecoratorTrait.php | 113 public function isSeekable() function 115 return $this->stream->isSeekable();
|
| D | AppendStream.php | 56 if (!$stream->isSeekable()) { 206 public function isSeekable() function in GuzzleHttp\\Stream\\AppendStream
|
| D | NoSeekStream.php | 16 public function isSeekable() function in GuzzleHttp\\Stream\\NoSeekStream
|
| D | StreamInterface.php | 81 public function isSeekable(); function
|
| D | NullStream.php | 45 public function isSeekable() function in GuzzleHttp\\Stream\\NullStream
|
| D | BufferStream.php | 76 public function isSeekable() function in GuzzleHttp\\Stream\\BufferStream
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| D | StreamTest.php | 26 $this->assertTrue($stream->isSeekable()); 142 $this->assertFalse($stream->isSeekable()); 155 $this->assertTrue($stream->isSeekable()); 167 $this->assertFalse($stream->isSeekable());
|
| D | StreamDecoratorTraitTest.php | 70 $this->assertEquals($this->a->isSeekable(), $this->b->isSeekable());
|
| D | NoSeekStreamTest.php | 22 $this->assertFalse($wrapped->isSeekable());
|
| D | NullStreamTest.php | 24 $this->assertTrue($b->isSeekable());
|
| /plugin/authgooglesheets/vendor/psr/http-message/src/ |
| D | StreamInterface.php | 73 public function isSeekable(); function
|
| /plugin/matrixnotifierwas/vendor/psr/http-message/src/ |
| D | StreamInterface.php | 73 public function isSeekable(): bool; function
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | PrepareBodyMiddleware.php | 101 if ($size === null || $size >= (int) $expect || !$body->isSeekable()) {
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | PrepareBodyMiddleware.php | 107 if ($size === null || $size >= (int) $expect || !$body->isSeekable()) {
|