Home
last modified time | relevance | path

Searched refs:indentation (Results 1 – 9 of 9) 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) argument
34 if ($indentation < 1) {
38 $this->indentation = $indentation;
74 … $blockIndentationIndicator = (' ' === substr($value, 0, 1)) ? (string) $this->indentation : '';
90 … $output .= sprintf("\n%s%s%s", $prefix, str_repeat(' ', $this->indentation), $row);
103 …dentationIndicator = (' ' === substr($value->getValue(), 0, 1)) ? (string) $this->indentation : '';
107 … $output .= sprintf("\n%s%s%s", $prefix, str_repeat(' ', $this->indentation), $row);
117 …s->dump($value->getValue(), $inline - 1, $dumpAsMap ? $indent + $this->indentation : $indent + 2, …
135 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags)
[all …]
H A DParser.php575 …* @param int|null $indentation The indent level at which the block is to be read, or null for defa…
580 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): string argument
588 if (null === $indentation) {
617 $newIndent = $indentation;
829 * @param int $indentation The indentation indicator that was used to begin this block scalar
831 …private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): str… argument
851 if (0 === $indentation) {
855 ++$indentation;
859 if ($indentation > 0) {
860 $pattern = sprintf('/^ {%d}(.*)$/', $indentation);
[all …]
/template/twigstarter/vendor/twig/twig/src/
DCompiler.php26 private $indentation; variable in Twig\\Compiler
61 * @param int $indentation The current indentation
65 public function compile(Node $node, $indentation = 0) argument
73 $this->indentation = $indentation;
84 $this->source .= str_repeat(' ', $this->indentation * 4);
114 $this->source .= str_repeat(' ', $this->indentation * 4).$string;
213 $this->indentation += $step;
230 if ($this->indentation < $step) {
234 $this->indentation -= $step;
/template/sidebar/
Dsidebar.css154 /* reduced section indentation */
/template/gtopia/
Dsystem.css47 div.indentation {
Dstyle.css.org196 /* adds indentation for child list items within nodes */
Dstyle.css690 padding-bottom:.5em}div.indentation{
Dnew.css1 …em; border-bottom:3px solid #ccc;}.breadcrumb{padding-bottom:.5em}div.indentation{width:20px;heig…
/template/vector20/static/css/
Dscreen.css155 /* Level indentation for TOC */
2531 /* Level indentation */
2622 /* Adjust level indentation to be smaller */