Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php308 if (!$this->isNextLineIndented() && !$this->isNextLineUnIndentedCollection()) {
959 private function isNextLineUnIndentedCollection(): bool function in Symfony\\Component\\Yaml\\Parser
/plugin/combo/vendor/symfony/yaml/
H A DParser.php317 if (!$this->isNextLineIndented() && !$this->isNextLineUnIndentedCollection()) {
1035 private function isNextLineUnIndentedCollection(): bool function in Symfony\\Component\\Yaml\\Parser