Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/template/twigstarter/vendor/twig/twig/src/Node/
DCheckSecurityNode.php47 ->indent()
49 ->indent()
58 ->indent()
63 ->indent()
65 ->indent()
74 ->indent()
77 ->indent()
81 ->indent()
85 ->indent()
DSandboxNode.php35 ->indent()
40 ->indent()
44 ->indent()
46 ->indent()
DModuleNode.php143 ->indent()
199 ->indent()
215 ->indent()
240 ->indent()
256 ->indent()
285 ->indent()
306 ->indent()
318 ->indent()
355 ->indent()
426 ->indent()
[all …]
DIncludeNode.php46 ->indent()
56 ->indent()
62 ->indent()
DIfNode.php63 ->indent()
75 ->indent()
DForNode.php75 ->indent()
95 ->indent()
DMacroNode.php83 ->indent()
86 ->indent()
DForElseNode.php35 ->indent()
DForLoopNode.php42 ->indent()
DBlockNode.php39 ->indent()
DCaptureNode.php40 ->indent()
/template/strap/vendor/symfony/yaml/
H A DDumper.php46 * @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 DYaml.php91 * @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/
Dstructure.css22 text-indent: 180px;
26 text-indent: 180px;
/template/icke/css/
Dsubsec.css12 text-indent: -99999px;
19 text-indent: 0px;
Dplugin_tagging.less13 text-indent: -99999px;
21 text-indent: 0;
/template/sidebar_theme/
Dsidebar-theme.css53 /* indent different sections */
63 /* indent different sections */
/template/sprintdoc/css/
H A Dbase_mixins.less212 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 Dindent.svg1 …w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-indent" viewBox="0 0 16 1…
H A Dtext-indent-right.svg1 …g/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-text-indent-right" viewBox="0 …
H A Dtext-indent-left.svg1 …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 Dtext-indent-left.svg1 <svg class="bi bi-text-indent-left" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
H A Dtext-indent-right.svg1 <svg class="bi bi-text-indent-right" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColo…
/template/writr/css/components/
H A Djquery-ui.less36 text-indent: unset;
49 text-indent: unset;
/template/usable/blueprint/plugins/fancy-type/
Dscreen.css11 p + p { text-indent:2em; margin-top:-1.5em; }
12 form p + p { text-indent: 0; } /* Don't want this in forms. */

12345678910>>...15