/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | CliTest.php | 26 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 D | CliTest.php | 26 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 D | CliTest.php | 26 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 D | CliTest.php | 26 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 D | Buffer.php | 183 $buffer->rewind(); 207 public function rewind() function in Hoa\\Iterator\\Buffer 212 $innerIterator->rewind(); 221 $buffer->rewind();
|
H A D | Repeater.php | 143 public function rewind() function in Hoa\\Iterator\\Repeater 145 return $this->_iterator->rewind(); 166 $this->rewind();
|
H A D | Lookbehind.php | 132 public function rewind() function in Hoa\\Iterator\\Lookbehind 137 return $this->getInnerIterator()->rewind();
|
H A D | Demultiplexer.php | 135 public function rewind() function in Hoa\\Iterator\\Demultiplexer 137 return $this->_iterator->rewind();
|
H A D | Lookahead.php | 146 public function rewind() function in Hoa\\Iterator\\Lookahead 148 $out = $this->getInnerIterator()->rewind();
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
H A D | MessageTest.php | 19 rewind($h); 25 rewind($h); 27 rewind($h); 145 rewind($h); 149 rewind($body);
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | Lookbehind.php | 73 $lookbehind->rewind(), 132 $lookbehind->rewind(), 146 $lookbehind->rewind(), 168 $lookbehind->rewind(),
|
H A D | Lookahead.php | 73 $lookahead->rewind(), 132 $lookahead->rewind(), 149 $lookahead->rewind(), 174 $lookahead->rewind(),
|
H A D | Buffer.php | 183 ->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 D | Gzip.php | 167 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 D | Relay.php | 84 function rewind($length = -1) { return $this->source->rewind($length); } function in File_Archive_Reader_Relay
|
H A D | Bzip2.php | 148 function rewind($length = -1) function in File_Archive_Reader_Bzip2 205 $this->rewind(); 235 $this->source->rewind();
|
H A D | Zip.php | 240 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 D | Concat.php | 154 function rewind($length = -1) function in File_Archive_Reader_Concat 157 return parent::rewind($length);
|
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/ |
H A D | CartesianProduct.php | 168 $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 D | Mock.php | 110 public function rewind() function in Hoa\\Iterator\\Recursive\\Mock 112 return $this->_iterator->rewind();
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | AppendStream.php | 37 $this->rewind(); 143 public function rewind() function in GuzzleHttp\\Psr7\\AppendStream 166 $stream->rewind();
|
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/ |
H A D | ServiceTest.php | 78 rewind($stream); 139 rewind($stream);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/ |
H A D | SearchHitIterator.php | 65 * @see Iterator::rewind() 67 public function rewind(): void function in Elasticsearch\\Helper\\Iterators\\SearchHitIterator 70 $this->search_responses->rewind();
|
/plugin/combo/ComboStrap/ |
H A D | ArrayCaseInsensitive.php | 50 $this->rewind(); 123 public function rewind(): void function in ComboStrap\\ArrayCaseInsensitive
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | File.php | 320 public function rewind() function in Hoa\\File\\File 322 return rewind($this->getStream());
|