Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php525 if ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
552 } elseif ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
585 } elseif ($this->isCurrentLineComment()) {
863 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
885 return $this->isCurrentLineBlank() || $this->isCurrentLineComment();
903 private function isCurrentLineComment(): bool function in Symfony\\Component\\Yaml\\Parser
970 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
/plugin/combo/vendor/symfony/yaml/
H A DParser.php596 if ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
624 } elseif ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
641 $isItComment = $this->isCurrentLineComment();
646 $isItComment = $this->isCurrentLineComment();
663 } elseif ($this->isCurrentLineComment()) {
949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
969 return $this->isCurrentLineBlank() || $this->isCurrentLineComment();
983 private function isCurrentLineComment(): bool function in Symfony\\Component\\Yaml\\Parser
1046 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));