Home
last modified time | relevance | path

Searched refs:rewind (Results 51 – 75 of 187) sorted by last modified time

12345678

/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 DPumpStream.php96 public function rewind() function in GuzzleHttp\\Psr7\\PumpStream
H A DStreamDecoratorTrait.php121 public function rewind() function
H A DMessage.php73 $body->rewind();
103 $body->rewind();
H A DUtils.php132 $stream->rewind();
/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…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php114 $body->rewind();
283 $body->rewind();
517 $body->rewind();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php168 rewind($handle);
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php99 public function rewind(); function
/plugin/strata/helper/
H A Dtriples.php915 function rewind() {
992 function rewind() {
1097 function rewind() {
895 function rewind() { global() function in strata_relations_iterator
972 function rewind() { global() function in strata_resource_iterator
1077 function rewind() { global() function in strata_aggregating_iterator
/plugin/refnotes/
H A Dinstructions.php236 public function rewind() {
218 public function rewind() { global() function in refnotes_instruction_list
/plugin/deletehistory/
H A Dhelper.php57 $rii->rewind();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php177 rewind($handle);
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php42 rewind($stream);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php130 rewind($stream);
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php72 public function rewind() function in Sabre\\VObject\\Recur\\RDateIterator
H A DEventIterator.php190 $this->rewind();
308 public function rewind() function in Sabre\\VObject\\Recur\\EventIterator
310 $this->recurIterator->rewind();
H A DRRuleIterator.php83 public function rewind() function in Sabre\\VObject\\Recur\\RRuleIterator
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php53 rewind($stream);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php91 rewind($stream);
500 rewind($newBody);
H A DTree.php313 rewind($stream);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php94 public function rewind() function in Assetic\\Asset\\Iterator\\AssetCollectionIterator
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1368 $this->input->rewind();
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php213 rewind($stream);
229 rewind($stream);
1235 rewind($stream);
1237 rewind($stream);

12345678