Home
last modified time | relevance | path

Searched refs:rewind (Results 1 – 25 of 187) sorted by path

12345678

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php16 public function rewind() function in Google\\Collection
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md133 * Bug fix: rewind seekable request bodies before dispatching to cURL.
490 * TransactionIterator now calls rewind on the inner iterator.
1044 * Added setStream to StreamInterface to actually make it possible to implement custom rewind behavi…
1052 * Adding rewind() method to entity bodies and streams. Allows for custom rewinding of non-repeatabl…
H A DUPGRADING.md646 - `rewind` has been removed. Use `seek(0)` for a similar behavior.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php114 $body->rewind();
283 $body->rewind();
517 $body->rewind();
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEachPromise.php81 $this->iterable->rewind();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md60 entity body fails due to needing to rewind the stream (for example, resulting
117 'rewind' => function () use ($stream) {
118 echo 'About to rewind - ';
119 $stream->rewind();
124 $fnStream->rewind();
125 // Outputs: About to rewind - rewound!
336 Attempts to rewind a message body and throws an exception on failure.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php37 $this->rewind();
143 public function rewind() function in GuzzleHttp\\Psr7\\AppendStream
166 $stream->rewind();
H A DBufferStream.php79 public function rewind() function in GuzzleHttp\\Psr7\\BufferStream
H A DCachingStream.php48 public function rewind() function in GuzzleHttp\\Psr7\\CachingStream
H A DFnStream.php124 public function rewind() function in GuzzleHttp\\Psr7\\FnStream
H A DMessage.php73 $body->rewind();
103 $body->rewind();
H A DPumpStream.php96 public function rewind() function in GuzzleHttp\\Psr7\\PumpStream
H A DStream.php191 public function rewind() function in GuzzleHttp\\Psr7\\Stream
H A DStreamDecoratorTrait.php121 public function rewind() function
H A DUtils.php132 $stream->rewind();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php168 rewind($handle);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2180 rewind($fp);
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php99 public function rewind(); function
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …\"media-play-button\",\n \"media-return-to-realtime-button\", \"media-rewind-button\",\n \"m…
H A Dfortran.min.js.map1 …", \"read\", \"recursive\", \"result\",\n \"return\", \"rewind\", \"save\", \"sel…
H A Dphp.min.js.map1 …egi eregi_replace split spliti join sql_regcase dl pclose popen readfile rewind rmdir umask fclose…
H A Dsas.min.js.map1 …emove rename repeat repeated replace resolve retain return reuse reverse rewind right round rsquar…
H A Dstylus.min.js.map1 …tton\",\"media-play-button\",\"media-return-to-realtime-button\",\"media-rewind-button\",\"media-s…
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php50 $this->rewind();
123 public function rewind(): void function in ComboStrap\\ArrayCaseInsensitive
/plugin/combo/vendor/symfony/process/
H A DProcess.php1292 $this->input->rewind();

12345678