Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php195 if ($this->isNextLineIndented()) {
308 if (!$this->isNextLineIndented() && !$this->isNextLineUnIndentedCollection()) {
852 private function isNextLineIndented(): bool function in Symfony\\Component\\Yaml\\Parser
1058 if ($nextLineCheck && !$this->isNextLineIndented()) {
/plugin/combo/vendor/symfony/yaml/
H A DParser.php204 if ($this->isNextLineIndented()) {
317 if (!$this->isNextLineIndented() && !$this->isNextLineUnIndentedCollection()) {
938 private function isNextLineIndented(): bool function in Symfony\\Component\\Yaml\\Parser
1132 if ($nextLineCheck && !$this->isNextLineIndented()) {