Searched refs:indentation (Results 1 – 9 of 9) sorted by relevance
| /template/strap/vendor/symfony/yaml/ |
| H A D | Dumper.php | 30 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 D | Parser.php | 575 …* @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/ |
| D | Compiler.php | 26 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/ |
| D | sidebar.css | 154 /* reduced section indentation */
|
| /template/gtopia/ |
| D | system.css | 47 div.indentation {
|
| D | style.css.org | 196 /* adds indentation for child list items within nodes */
|
| D | style.css | 690 padding-bottom:.5em}div.indentation{
|
| D | new.css | 1 …em; border-bottom:3px solid #ccc;}.breadcrumb{padding-bottom:.5em}div.indentation{width:20px;heig…
|
| /template/vector20/static/css/ |
| D | screen.css | 155 /* Level indentation for TOC */ 2531 /* Level indentation */ 2622 /* Adjust level indentation to be smaller */
|