Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DCheckSecurityNode.php59 ->outdent()
61 ->outdent()
68 ->outdent()
72 ->outdent()
76 ->outdent()
79 ->outdent()
DModuleNode.php155 ->outdent()
227 ->outdent()
243 ->outdent()
270 ->outdent()
304 ->outdent()
306 ->outdent()
311 ->outdent()
318 ->outdent()
345 ->outdent()
354 ->outdent()
[all …]
DMacroNode.php104 ->outdent()
111 ->outdent()
116 ->outdent()
121 ->outdent()
124 ->outdent()
DIfNode.php40 ->outdent()
59 ->outdent()
67 ->outdent()
DSandboxNode.php35 ->outdent()
41 ->outdent()
DForNode.php77 ->outdent()
95 ->outdent()
104 ->outdent()
DWithNode.php46 ->outdent()
51 ->outdent()
DIncludeNode.php56 ->outdent()
60 ->outdent()
DBlockNode.php39 ->outdent()
DForLoopNode.php48 ->outdent()
/plugin/dw2pdf/tpl/default/
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/kompakt/
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/
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/info/
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/checkliste/
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/
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/
DAsseticNode.php69 ->outdent()
77 ->outdent()
112 ->outdent()
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
Dmpdf.css60 …padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2…
73 …padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2…
87 …padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2…
/plugin/toolbox/
Dtoolbox.js37 "title": toolbox_lang.outdent,
/plugin/ckgdoku/ckeditor/lang/
Den.js1outdent:"Decrease Indent"},smiley:{options:"Smiley Options",title:"Insert a Smiley",toolbar:"Smile… property
Den.js.ckgedit3 "outdent": "Decrease Nesting"
139 "outdent": "Decrease Nesting"
/plugin/markdownextra/
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/markdownextra/lib/meltdown/js/lib/
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/findologicxmlexport/vendor/twig/twig/src/
DCompiler.php270 public function outdent($step = 1) function in Twig\\Compiler
/plugin/ckgedit/ckeditor/lang/
Den.js.ckgedit7 "outdent": "Decrease Nesting"
146 "outdent": "Decrease Nesting"

123