Home
last modified time | relevance | path

Searched refs:moveToNextLine (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/symfony/yaml/
H A DParser.php129 if (!$this->moveToNextLine()) {
138 if (!$this->moveToNextLine()) {
144 if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLine()) {
388 while ($this->moveToNextLine()) {
409 while ($this->moveToNextLine()) {
499 } while ($this->moveToNextLine());
584 if (!$this->moveToNextLine()) {
597 $EOF = !$this->moveToNextLine();
643 while ($this->moveToNextLine()) {
685 private function moveToNextLine() function in Symfony\\Component\\Yaml\\Parser
[all...]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php133 if (!$this->moveToNextLine()) {
142 if (!$this->moveToNextLine()) {
426 } while ($this->moveToNextLine());
513 if (!$this->moveToNextLine()) {
526 $EOF = !$this->moveToNextLine();
570 while ($this->moveToNextLine()) {
604 private function moveToNextLine(): bool function in Symfony\\Component\\Yaml\\Parser
688 while ($this->moveToNextLine()) {
745 $notEOF = $this->moveToNextLine();
858 $EOF = !$this->moveToNextLine();
[all …]