Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php540 $unindentedEmbedBlock = $this->isStringUnIndentedCollectionItem();
568 $isItUnindentedCollection = $this->isStringUnIndentedCollectionItem();
573 …dentedCollection && !$this->isCurrentLineEmpty() && !$this->isStringUnIndentedCollectionItem() && …
976 …->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedCollectionItem();
990 private function isStringUnIndentedCollectionItem(): bool function in Symfony\\Component\\Yaml\\Parser
/plugin/combo/vendor/symfony/yaml/
H A DParser.php611 $unindentedEmbedBlock = $this->isStringUnIndentedCollectionItem();
640 $isItUnindentedCollection = $this->isStringUnIndentedCollectionItem();
645 $isItUnindentedCollection = $this->isStringUnIndentedCollectionItem();
651 if ($isItUnindentedCollection && !$this->isCurrentLineEmpty() && !$this->isStringUnIndentedCollectionItem() && $newIndent === $indent) {
1052 $ret = $this->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedCollectionItem();
1064 private function isStringUnIndentedCollectionItem(): bool function in Symfony\\Component\\Yaml\\Parser