Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php503 * @param bool $inSequence True if the enclosing data structure is a sequence
509 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): ?string argument
560 …if ($inSequence && $oldLineIndentation === $newIndent && isset($data[0][0]) && '-' === $data[0][0]…
/plugin/combo/vendor/symfony/yaml/
H A DParser.php576 * @param bool $inSequence True if the enclosing data structure is a sequence
580 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): string argument
632 if ($inSequence && $oldLineIndentation === $newIndent && isset($data[0][0]) && '-' === $data[0][0]) {