Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
DParser.php148 …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/
DParser.php144 …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