Searched refs:currentLine (Results 1 – 1 of 1) sorted by relevance
| /template/strap/vendor/symfony/yaml/ |
| H A D | Parser.php | 36 private $currentLine = ''; variable in Symfony\\Component\\Yaml\\Parser 105 $this->currentLine = ''; 119 $this->currentLine = ''; 144 …if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLi… 154 if ("\t" === $this->currentLine[0]) { 155 …ntain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filenam… 161 …if ('-' === $this->currentLine[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u'… 163 …ce item when in a mapping.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filenam… 174 …tion('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $this->currentLine); 183 $sequenceYaml = substr($this->currentLine, $sequenceIndentation); [all …]
|