Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php113 if ($body->isSeekable()) {
282 if ($body->isSeekable()) {
/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());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php58 if (!$stream->isSeekable()) {
232 public function isSeekable() function in GuzzleHttp\\Psr7\\AppendStream
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 DInflateStream.php33 …$this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resou…
H A DLimitStream.php116 if ($this->stream->isSeekable()) {
H A DMessage.php62 if (!$body->isSeekable() || !$body->isReadable()) {
H A DNoSeekStream.php21 public function isSeekable() function in GuzzleHttp\\Psr7\\NoSeekStream
H A DPumpStream.php91 public function isSeekable() function in GuzzleHttp\\Psr7\\PumpStream
H A DStream.php80 if ($this->isSeekable()) {
162 public function isSeekable() function in GuzzleHttp\\Psr7\\Stream
H A DStreamDecoratorTrait.php43 if ($this->isSeekable()) {
116 public function isSeekable() function
118 return $this->stream->isSeekable();
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php73 public function isSeekable(); function
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php56 if (!$stream->isSeekable()) {
206 public function isSeekable() function in GuzzleHttp\\Stream\\AppendStream
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 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 DStreamInterface.php81 public function isSeekable(); function
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php41 ->method('isSeekable')
89 $this->assertTrue($a->isSeekable());
129 ->method('isSeekable')

12