Home
last modified time | relevance | path

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

12345678910>>...15

/template/twigstarter/vendor/twig/twig/src/Node/
DCheckSecurityNode.php51 ->indent()
56 ->indent()
58 ->indent()
66 ->indent()
69 ->indent()
73 ->indent()
77 ->indent()
DModuleNode.php116 ->indent()
168 ->indent()
178 ->indent()
205 ->indent()
221 ->indent()
246 ->indent()
267 ->indent()
279 ->indent()
313 ->indent()
365 ->indent()
[all …]
DSandboxNode.php33 ->indent()
38 ->indent()
42 ->indent()
44 ->indent()
DMacroNode.php65 ->indent()
68 ->indent()
99 ->indent()
105 ->indent()
DIncludeNode.php45 ->indent()
55 ->indent()
60 ->indent()
DForNode.php71 ->indent()
93 ->indent()
102 ->indent()
DIfNode.php52 ->indent()
61 ->indent()
DBlockNode.php34 ->indent()
DForLoopNode.php44 ->indent()
DWithNode.php45 ->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/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;
H A Darea_nav-usertools.less125 text-indent: 0;
310 text-indent: -10000px;
316 text-indent: 0;
/template/sidebar_theme/
Dsidebar-theme.css53 /* indent different sections */
63 /* indent different sections */
/template/writr/css/components/
Djquery-ui.less36 text-indent: unset;
49 text-indent: unset;
/template/white-resume/css/
Ddesign.less3 text-indent: -9999px;
51 text-indent: -9999px;
245 text-indent: -9999px;
/template/white/css/
Ddesign.less3 text-indent: -9999px;
51 text-indent: -9999px;
245 text-indent: -9999px;
/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. */
/template/quickjump/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. */
/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…

12345678910>>...15