Searched refs:getRealCurrentLineNb (Results 1 – 4 of 4) sorted by relevance
/plugin/findologicxmlexport/vendor/symfony/yaml/ |
D | Parser.php | 118 return $this->getRealCurrentLineNb(); 159 …ception('A YAML file cannot contain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $thi… 162 Inline::initialize($flags, $this->getRealCurrentLineNb(), $this->filename); 167 …ion('You cannot define a sequence item when in a mapping', $this->getRealCurrentLineNb() + 1, $thi… 178 … new ParseException('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $thi… 183 …$data[] = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true… 187 … $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true), $flags) 199 $data[] = $this->parseBlock($this->getRealCurrentLineNb(), $block, $flags); 220 $e->setParsedLine($this->getRealCurrentLineNb() + 1); 227 …s instead.', is_numeric($key) ? 'Numeric' : 'Non-string'), $this->getRealCurrentLineNb() + 1, $thi… [all …]
|
/plugin/combo/vendor/symfony/yaml/ |
D | Parser.php | 155 …ception('A YAML file cannot contain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $thi… 158 Inline::initialize($flags, $this->getRealCurrentLineNb(), $this->filename); 163 …on('You cannot define a sequence item when in a mapping.', $this->getRealCurrentLineNb() + 1, $thi… 174 … new ParseException('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $thi… 180 $currentLineNumber = $this->getRealCurrentLineNb(); 188 …$data[] = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true… 192 … $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true), $flags) 208 $data[] = $this->parseBlock($this->getRealCurrentLineNb(), $block, $flags); 229 $e->setParsedLine($this->getRealCurrentLineNb() + 1); 236 …ot supported. Quote your evaluable mapping keys instead.', $this->getRealCurrentLineNb() + 1, $thi… [all …]
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
D | LintCommand.php | 116 throw new ParseException($message, $this->getParser()->getRealCurrentLineNb() + 1);
|
/plugin/combo/vendor/symfony/yaml/Command/ |
D | LintCommand.php | 140 throw new ParseException($message, $this->getParser()->getRealCurrentLineNb() + 1);
|