Searched refs:getLineTag (Results 1 – 2 of 2) sorted by relevance
/plugin/findologicxmlexport/vendor/symfony/yaml/ |
D | Parser.php | 148 …if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLi… 184 … } elseif (null !== $subTag = $this->getLineTag(ltrim($values['value'], ' '), $flags)) { 305 …] || 0 === strpos($values['value'], '#') || (null !== $subTag = $this->getLineTag($values['value']… 1052 private function getLineTag(string $value, int $flags, bool $nextLineCheck = true): ?string function in Symfony\\Component\\Yaml\\Parser
|
/plugin/combo/vendor/symfony/yaml/ |
D | Parser.php | 144 …if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLi… 189 … } elseif (null !== $subTag = $this->getLineTag(ltrim($values['value'], ' '), $flags)) { 314 …] || 0 === strpos($values['value'], '#') || (null !== $subTag = $this->getLineTag($values['value']… 1126 private function getLineTag(string $value, int $flags, bool $nextLineCheck = true): ?string function in Symfony\\Component\\Yaml\\Parser
|