Home
last modified time | relevance | path

Searched refs:rewind (Results 126 – 150 of 187) sorted by relevance

12345678

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php313 rewind($stream);
H A DCorePlugin.php91 rewind($stream);
500 rewind($newBody);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php309 rewind($stream);
H A DCorePlugin.php89 rewind($stream);
500 rewind($newBody);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php101 rewind($stream);
/plugin/html5video2/
H A Dprint.css89 .vjs-default-skin .vjs-rewind-control { display: none; }
90 .vjs-default-skin .vjs-rewind-control div { display: none; }
/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/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php132 rewind($fp);
142 rewind($fp);
159 rewind($fp_source);
223 rewind($fp_source);
258 rewind($fp_source);
268 rewind($fp_temp);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php213 rewind($stream);
229 rewind($stream);
1235 rewind($stream);
1237 rewind($stream);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php146 public function rewind() function in Hoa\\Compiler\\Llk\\Sampler\\BoundedExhaustive
/plugin/subjectindex/inc/
H A Dcommon.php58 function rewind() { function in SI_Index
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php132 $stream->rewind();
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php30 \rewind($h);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php340 public function rewind() function in CoreTestIterator
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php85 rewind($stream);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php85 rewind($stream);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php85 rewind($stream);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php130 rewind($stream);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php133 rewind($stream);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php480 public function rewind() function in PHP_Token_Stream
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php150 $this->_lexer->rewind();
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php101 rewind($dest);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js398 Bitstream.prototype.rewind = function(bits) { method in Bitstream
401 this.stream.rewind(Math.abs(pos >> 3));
411 return this.rewind(curOffset - offset);
731 BufferList.prototype.rewind = function() { method in BufferList
747 while (this.rewind()) {
901 Stream.prototype.rewind = function(bytes) { method in Stream
906 this.list.rewind();
912 this.list.rewind();
922 return this.rewind(this.offset - position);
3921 return this.list.rewind();
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md181 Also, `Hoa\Iterator\NoRewind` is an iterator that does not rewind. It extends
395 $buffer->rewind();
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php82 public function rewind() { function in Sabre\\VObject\\Recur\\RRuleIterator

12345678