Searched refs:indent (Results 1 – 25 of 369) sorted by relevance
12345678910>>...15
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | CheckSecurityNode.php | 47 ->indent() 49 ->indent() 58 ->indent() 63 ->indent() 65 ->indent() 74 ->indent() 77 ->indent() 81 ->indent() 85 ->indent()
|
| D | SandboxNode.php | 35 ->indent() 40 ->indent() 44 ->indent() 46 ->indent()
|
| D | ModuleNode.php | 143 ->indent() 199 ->indent() 215 ->indent() 240 ->indent() 256 ->indent() 285 ->indent() 306 ->indent() 318 ->indent() 355 ->indent() 426 ->indent() [all …]
|
| D | IncludeNode.php | 46 ->indent() 56 ->indent() 62 ->indent()
|
| D | IfNode.php | 63 ->indent() 75 ->indent()
|
| D | ForNode.php | 75 ->indent() 95 ->indent()
|
| D | MacroNode.php | 83 ->indent() 86 ->indent()
|
| D | ForElseNode.php | 35 ->indent()
|
| D | ForLoopNode.php | 42 ->indent()
|
| D | BlockNode.php | 39 ->indent()
|
| D | CaptureNode.php | 40 ->indent()
|
| /template/strap/vendor/symfony/yaml/ |
| H A D | Dumper.php | 46 * @param int $indent The level of indentation (used internally) 49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument 52 $prefix = $indent ? str_repeat(' ', $indent) : ''; 62 $output .= $this->dumpTaggedValue($input, $inline, $indent, $flags, $prefix); 117 …this->dump($value->getValue(), $inline - 1, $dumpAsMap ? $indent + $this->indentation : $indent + … 135 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags) 143 …private function dumpTaggedValue(TaggedValue $value, int $inline, int $indent, int $flags, string … argument 164 return $output."\n".$this->dump($value->getValue(), $inline - 1, $indent, $flags);
|
| H A D | Yaml.php | 91 * @param int $indent The amount of spaces to use for indentation of nested nodes 94 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument 96 $yaml = new Dumper($indent);
|
| /template/apricot/css/ |
| D | structure.css | 22 text-indent: 180px; 26 text-indent: 180px;
|
| /template/icke/css/ |
| D | subsec.css | 12 text-indent: -99999px; 19 text-indent: 0px;
|
| D | plugin_tagging.less | 13 text-indent: -99999px; 21 text-indent: 0;
|
| /template/sidebar_theme/ |
| D | sidebar-theme.css | 53 /* indent different sections */ 63 /* indent different sections */
|
| /template/sprintdoc/css/ |
| H A D | base_mixins.less | 212 text-indent: -9999px; 217 text-indent: 0; 223 text-indent: 0; 231 text-indent: -9999px; 235 text-indent: 0; 240 text-indent: 0;
|
| /template/writr/font/bootstrap-icons/ |
| H A D | indent.svg | 1 …w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-indent" viewBox="0 0 16 1…
|
| H A D | text-indent-right.svg | 1 …g/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-indent-right" viewBox="0 …
|
| H A D | text-indent-left.svg | 1 …g/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-indent-left" viewBox="0 0…
|
| /template/mikio/icons/bootstrap-icons/svg/ |
| H A D | text-indent-left.svg | 1 <svg class="bi bi-text-indent-left" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
|
| H A D | text-indent-right.svg | 1 <svg class="bi bi-text-indent-right" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColo…
|
| /template/writr/css/components/ |
| H A D | jquery-ui.less | 36 text-indent: unset; 49 text-indent: unset;
|
| /template/usable/blueprint/plugins/fancy-type/ |
| D | screen.css | 11 p + p { text-indent:2em; margin-top:-1.5em; } 12 form p + p { text-indent: 0; } /* Don't want this in forms. */
|
12345678910>>...15