Home
last modified time | relevance | path

Searched defs:indentation (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/symfony/yaml/
H A DDumper.php30 protected $indentation; variable in Symfony\\Component\\Yaml\\Dumper
32 public function __construct(int $indentation = 4)
H A DParser.php580 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): string
831 …private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): str…
/template/twigstarter/vendor/twig/twig/src/
DCompiler.php26 private $indentation; variable in Twig\\Compiler
65 public function compile(Node $node, $indentation = 0)