Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php58 if (!$stream->isSeekable()) {
232 public function isSeekable() function in GuzzleHttp\\Psr7\\AppendStream
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 DStreamDecoratorTrait.php43 if ($this->isSeekable()) {
116 public function isSeekable() function
118 return $this->stream->isSeekable();
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()) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php113 if ($body->isSeekable()) {
282 if ($body->isSeekable()) {
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php73 public function isSeekable(); function

12