Home
last modified time | relevance | path

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

12345678

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php26 rewind($this->cli->stderr);
139 rewind($inputStream);
171 rewind($inputStream);
210 rewind($inputStream);
256 rewind($inputStream);
323 rewind($inputStream);
363 rewind($inputStream);
403 rewind($inputStream);
428 rewind($inputStream);
450 rewind($inputStream);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php26 rewind($this->cli->stderr);
139 rewind($inputStream);
171 rewind($inputStream);
209 rewind($inputStream);
255 rewind($inputStream);
321 rewind($inputStream);
361 rewind($inputStream);
401 rewind($inputStream);
425 rewind($inputStream);
447 rewind($inputStream);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php26 rewind($this->cli->stderr);
139 rewind($inputStream);
171 rewind($inputStream);
210 rewind($inputStream);
256 rewind($inputStream);
323 rewind($inputStream);
363 rewind($inputStream);
403 rewind($inputStream);
428 rewind($inputStream);
450 rewind($inputStream);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php26 rewind($this->cli->stderr);
139 rewind($inputStream);
171 rewind($inputStream);
210 rewind($inputStream);
256 rewind($inputStream);
323 rewind($inputStream);
363 rewind($inputStream);
403 rewind($inputStream);
428 rewind($inputStream);
450 rewind($inputStream);
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DBuffer.php183 $buffer->rewind();
207 public function rewind() function in Hoa\\Iterator\\Buffer
212 $innerIterator->rewind();
221 $buffer->rewind();
H A DRepeater.php143 public function rewind() function in Hoa\\Iterator\\Repeater
145 return $this->_iterator->rewind();
166 $this->rewind();
H A DLookbehind.php132 public function rewind() function in Hoa\\Iterator\\Lookbehind
137 return $this->getInnerIterator()->rewind();
H A DDemultiplexer.php135 public function rewind() function in Hoa\\Iterator\\Demultiplexer
137 return $this->_iterator->rewind();
H A DLookahead.php146 public function rewind() function in Hoa\\Iterator\\Lookahead
148 $out = $this->getInnerIterator()->rewind();
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageTest.php19 rewind($h);
25 rewind($h);
27 rewind($h);
145 rewind($h);
149 rewind($body);
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookbehind.php73 $lookbehind->rewind(),
132 $lookbehind->rewind(),
146 $lookbehind->rewind(),
168 $lookbehind->rewind(),
H A DLookahead.php73 $lookahead->rewind(),
132 $lookahead->rewind(),
149 $lookahead->rewind(),
174 $lookahead->rewind(),
H A DBuffer.php183 ->variable($result->rewind())
225 ->variable($result->rewind())
412 ->variable($result->rewind())
441 ->variable($result->rewind())
452 ->variable($result->rewind())
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php167 function rewind($length = -1) function in File_Archive_Reader_Gzip
171 return parent::rewind($length);
180 return parent::rewind($length);
226 $this->rewind();
256 $this->source->rewind();
H A DRelay.php84 function rewind($length = -1) { return $this->source->rewind($length); } function in File_Archive_Reader_Relay
H A DBzip2.php148 function rewind($length = -1) function in File_Archive_Reader_Bzip2
205 $this->rewind();
235 $this->source->rewind();
H A DZip.php240 function rewind($length = -1) function in File_Archive_Reader_Zip
425 $nbSkipped -= $this->source->rewind(22) - 4;
432 $nbRewind = $this->source->rewind(min(100, $nbSkipped));
470 $nbSkipped -= $this->source->rewind($current - $offset);
490 $this->source->rewind($nbSkipped+4);
H A DConcat.php154 function rewind($length = -1) function in File_Archive_Reader_Concat
157 return parent::rewind($length);
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCartesianProduct.php168 $this->_sets[$i]->rewind();
188 public function rewind() function in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct
194 $set->rewind();
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DMock.php110 public function rewind() function in Hoa\\Iterator\\Recursive\\Mock
112 return $this->_iterator->rewind();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php37 $this->rewind();
143 public function rewind() function in GuzzleHttp\\Psr7\\AppendStream
166 $stream->rewind();
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php78 rewind($stream);
139 rewind($stream);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php65 * @see Iterator::rewind()
67 public function rewind(): void function in Elasticsearch\\Helper\\Iterators\\SearchHitIterator
70 $this->search_responses->rewind();
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php50 $this->rewind();
123 public function rewind(): void function in ComboStrap\\ArrayCaseInsensitive
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php320 public function rewind() function in Hoa\\File\\File
322 return rewind($this->getStream());

12345678