Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php141 while ($this->isCurrentLineEmpty()) {
153 if ($this->isCurrentLineEmpty()) {
525 if ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
542 if (!$this->isCurrentLineEmpty() && 0 === $newIndent && !$unindentedEmbedBlock) {
552 } elseif ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
573 …if ($isItUnindentedCollection && !$this->isCurrentLineEmpty() && !$this->isStringUnIndentedCollect…
863 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
883 private function isCurrentLineEmpty(): bool function in Symfony\\Component\\Yaml\\Parser
970 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
/plugin/combo/vendor/symfony/yaml/
H A DParser.php137 while ($this->isCurrentLineEmpty()) {
149 if ($this->isCurrentLineEmpty()) {
389 if (!$this->isCurrentLineEmpty()) {
410 if (!$this->isCurrentLineEmpty()) {
596 if ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
613 if (!$this->isCurrentLineEmpty() && 0 === $newIndent && !$unindentedEmbedBlock) {
624 } elseif ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
651 if ($isItUnindentedCollection && !$this->isCurrentLineEmpty() && !$this->isStringUnIndentedCollectionItem() && $newIndent === $indent) {
949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
967 private function isCurrentLineEmpty() function in Symfony\\Component\\Yaml\\Parser
[all...]