Searched refs:indent (Results 1 – 25 of 358) sorted by relevance
12345678910>>...15
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | CheckSecurityNode.php | 51 ->indent() 56 ->indent() 58 ->indent() 66 ->indent() 69 ->indent() 73 ->indent() 77 ->indent()
|
| D | ModuleNode.php | 116 ->indent() 168 ->indent() 178 ->indent() 205 ->indent() 221 ->indent() 246 ->indent() 267 ->indent() 279 ->indent() 313 ->indent() 365 ->indent() [all …]
|
| D | SandboxNode.php | 33 ->indent() 38 ->indent() 42 ->indent() 44 ->indent()
|
| D | MacroNode.php | 65 ->indent() 68 ->indent() 99 ->indent() 105 ->indent()
|
| D | IncludeNode.php | 45 ->indent() 55 ->indent() 60 ->indent()
|
| D | ForNode.php | 71 ->indent() 93 ->indent() 102 ->indent()
|
| D | IfNode.php | 52 ->indent() 61 ->indent()
|
| D | BlockNode.php | 34 ->indent()
|
| D | ForLoopNode.php | 44 ->indent()
|
| D | WithNode.php | 45 ->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/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;
|
| H A D | area_nav-usertools.less | 125 text-indent: 0; 310 text-indent: -10000px; 316 text-indent: 0;
|
| /template/sidebar_theme/ |
| D | sidebar-theme.css | 53 /* indent different sections */ 63 /* indent different sections */
|
| /template/writr/css/components/ |
| D | jquery-ui.less | 36 text-indent: unset; 49 text-indent: unset;
|
| /template/white-resume/css/ |
| D | design.less | 3 text-indent: -9999px; 51 text-indent: -9999px; 245 text-indent: -9999px;
|
| /template/white/css/ |
| D | design.less | 3 text-indent: -9999px; 51 text-indent: -9999px; 245 text-indent: -9999px;
|
| /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. */
|
| /template/quickjump/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. */
|
| /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…
|
12345678910>>...15