Home
last modified time | relevance | path

Searched refs:outdent (Results 1 – 25 of 58) sorted by relevance

123

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DCheckSecurityNode.php59 ->outdent()
61 ->outdent()
68 ->outdent()
72 ->outdent()
76 ->outdent()
79 ->outdent()
H A DModuleNode.php155 ->outdent()
304 ->outdent()
306 ->outdent()
318 ->outdent()
345 ->outdent()
354 ->outdent()
372 ->outdent()
424 ->outdent()
435 ->outdent()
449 ->outdent()
[all …]
H A DMacroNode.php104 ->outdent()
111 ->outdent()
116 ->outdent()
121 ->outdent()
124 ->outdent()
H A DIfNode.php40 ->outdent()
59 ->outdent()
67 ->outdent()
H A DSandboxNode.php35 ->outdent()
41 ->outdent()
H A DForNode.php77 ->outdent()
95 ->outdent()
104 ->outdent()
H A DWithNode.php46 ->outdent()
51 ->outdent()
H A DIncludeNode.php56 ->outdent()
60 ->outdent()
H A DBlockNode.php39 ->outdent()
H A DForLoopNode.php48 ->outdent()
/plugin/dw2pdf/tpl/default/
H A Dstyle.css25 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
37 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
49 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
58 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
67 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
/plugin/pdftools/tpl/info/
H A Dstyle.css37 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
49 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
61 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
70 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
79 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
/plugin/pdftools/tpl/kompakt/
H A Dstyle.css27 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
39 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
51 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
60 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
69 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
/plugin/pdftools/tpl/standard/
H A Dstyle.css54 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
66 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
78 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
87 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
96 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
/plugin/pdftools/tpl/checkliste/
H A Dstyle.css37 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
49 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
61 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
70 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
79 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
/plugin/pdftools/tpl/checkliste2/
H A Dstyle.css37 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
49 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
61 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
70 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
79 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php69 ->outdent()
77 ->outdent()
112 ->outdent()
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css60 padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
73 padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
87 padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
/plugin/toolbox/
H A Dtoolbox.js37 "title": toolbox_lang.outdent,
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1outdent:"Decrease Indent"},smiley:{options:"Smiley Options",title:"Insert a Smiley",toolbar:"Smile… property in CKEDITOR.lang.en
H A Den.js.ckgedit3 "outdent": "Decrease Nesting"
139 "outdent": "Decrease Nesting"
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1050 item = self.runBlockGamut(self.outdent(item) + "\n");
1054 item = self.doLists(self.outdent(item));
1087 codeblock = self.outdent(codeblock);
1649 Markdown_Parser.prototype.outdent = function(text) { method in Markdown_Parser
2596 def = self.runBlockGamut(self.outdent(def + "\n\n"));
2601 def = self.runSpanGamut(self.outdent(def));
2733 self.footnotes[note_id] = self.outdent(m2);
/plugin/markdownextra/
H A Dmarkdown.php1104 $item = $this->runBlockGamut($this->outdent($item)."\n");
1108 $item = $this->doLists($this->outdent($item));
1138 $codeblock = $this->outdent($codeblock);
1629 function outdent($text) { function in Markdown_Parser
2909 $def = $this->runBlockGamut($this->outdent($def . "\n\n"));
2914 $def = $this->runSpanGamut($this->outdent($def));
3075 $this->footnotes[$note_id] = $this->outdent($matches[2]);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php270 public function outdent($step = 1) function in Twig\\Compiler
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit7 "outdent": "Decrease Nesting"
146 "outdent": "Decrease Nesting"

123