Home
last modified time | relevance | path

Searched refs:rewind (Results 26 – 50 of 187) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php174 rewind($handles[1]);
180 rewind($handles[2]);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php197 $this->rewind();
317 public function rewind() { function in Sabre\\VObject\\Recur\\EventIterator
319 $this->recurIterator->rewind();
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php197 $this->rewind();
317 public function rewind() { function in Sabre\\VObject\\Recur\\EventIterator
319 $this->recurIterator->rewind();
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php78 rewind($stream);
139 rewind($stream);
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DPointable.php77 public function rewind(); function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DTestIterator.php12 public function rewind() function in TestIterator
H A DTestIterator2.php31 public function rewind() function in TestIterator2
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php201 $this->rewind();
323 function rewind() { function in Sabre\\VObject\\Recur\\EventIterator
325 $this->recurIterator->rewind();
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php242 function rewind($length = -1) function in File_Archive_Reader_Ar
252 $rewinded = $this->source->rewind($length);
333 $this->rewind();
H A DTar.php89 function rewind($length = -1) function in File_Archive_Reader_Tar
96 $rewinded = $this->source->rewind($length);
301 $this->rewind();
H A DFile.php229 function rewind($length = -1) function in File_Archive_Reader_File
238 return parent::rewind($length);
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php190 $this->rewind();
308 public function rewind() function in Sabre\\VObject\\Recur\\EventIterator
310 $this->recurIterator->rewind();
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php197 $this->rewind();
324 public function rewind() { function in Sabre\\VObject\\Recur\\EventIterator
326 $this->recurIterator->rewind();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DStreamingFile.php44 rewind($stream);
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php99 public function rewind(); function
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCallbackGenerator.php123 public function rewind() function in Hoa\\Iterator\\CallbackGenerator
H A DCounter.php151 public function rewind() function in Hoa\\Iterator\\Counter
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php73 $body->rewind();
103 $body->rewind();
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DNoRewind.php65 ->when($norewind->rewind())
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php42 rewind($stream);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTestSuiteIterator.php37 public function rewind() function in PHPUnit_Util_TestSuiteIterator
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php150 rewind($file);
163 rewind($file);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php271 $message['body']->rewind();
276 return rewind($message['body']);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DIterator.php39 public function rewind() function in SebastianBergmann\\CodeCoverage\\Node\\Iterator
/plugin/zip/pear/File/Archive/
H A DReader.php211 function rewind($length = -1) function in File_Archive_Reader
221 $offset = $this->rewind();

12345678