Home
last modified time | relevance | path

Searched refs:indent (Results 26 – 50 of 447) sorted by relevance

12345678910>>...18

/plugin/codemirror/dist/modes/
H A Dnsis.min.js1indent:true},{regex:/^\s*(?:\!(else|endif|macroend))\b/,token:"keyword",dedent:true},{regex:/^\s*(…
H A Dlivescript.min.js1indent:0,content:""}}},token:function(b,c){while(b.pos==b.start)var d=a(b,c);c.lastToken={style:d, property in c.lastToken
H A Djsx.min.js1indent(a,"","");a.tagName=b;return c}function i(a,b){if(b.context.mode==f)return j(a,b,b.context);…
H A Dsoy.min.js.map1indent","eat","oldString","string","match","exec","substr","pos","index","result","hideFirstChars"…
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php74 $indent = '';
87 $indent = str_repeat("\t", $len);
91 $indent = str_repeat(' ', $len);
122 …} elseif (strncmp($lines[$i + 1], $indent, $len) === 0 || !empty($lines[$i + 1]) && $lines[$i + 1]…
134 } elseif (strncmp($line, $indent, $len) === 0) {
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js214 indent, variable
301 gap += indent;
398 indent = '';
405 indent += ' ';
411 indent = space;
/plugin/move/script/
H A Djson2.js198 indent, variable
289 gap += indent;
369 indent = '';
376 indent += ' ';
382 indent = space;
/plugin/dw2pdf/tpl/default/
H A Dstyle.css36 text-indent: -1em;
48 text-indent: -1em;
57 text-indent: -1em;
66 text-indent: -1em;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js350 listArray[listIndex].indent = -1 ;
359 if ( listArray[i].indent > listArray[i-1].indent + 1 )
361 var indentOffset = listArray[i-1].indent + 1 - listArray[i].indent ;
362 var oldIndent = listArray[i].indent ;
363 while ( listArray[i] && listArray[i].indent >= oldIndent)
365 listArray[i].indent += indentOffset ;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSandboxNode.php33 ->indent()
39 ->indent()
H A DForNode.php71 ->indent()
93 ->indent()
102 ->indent()
H A DIfNode.php52 ->indent()
61 ->indent()
H A DWithNode.php44 ->indent()
49 ->indent()
/plugin/toolbox/
H A DToolboxTextTools.js40 function indent(reverse) { function
102 indent: indent
H A Dtoolbox.js30 "title": toolbox_lang.indent,
81 ToolboxTextTools(edid).indent(opts['reverse']);
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
H A DFencedCodeParser.php
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php87 ? $this->indent($e->getExpectedAsString())
95 ? $this->indent($e->getActualAsString())
128 protected function indent($lines) function in SebastianBergmann\\Comparator\\ArrayComparator
/plugin/pdftools/tpl/info/
H A Dstyle.css48 text-indent: -1em;
60 text-indent: -1em;
69 text-indent: -1em;
78 text-indent: -1em;
/plugin/pdftools/tpl/kompakt/
H A Dstyle.css38 text-indent: -1em;
50 text-indent: -1em;
59 text-indent: -1em;
68 text-indent: -1em;
/plugin/pdftools/tpl/standard/
H A Dstyle.css65 text-indent: -1em;
77 text-indent: -1em;
86 text-indent: -1em;
95 text-indent: -1em;
/plugin/pdftools/tpl/checkliste/
H A Dstyle.css48 text-indent: -1em;
60 text-indent: -1em;
69 text-indent: -1em;
78 text-indent: -1em;
/plugin/pdftools/tpl/checkliste2/
H A Dstyle.css48 text-indent: -1em;
60 text-indent: -1em;
69 text-indent: -1em;
78 text-indent: -1em;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php63 ->indent()
71 ->indent()
110 ->indent()
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php36 public $indent = 4; variable in PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff
73 $caseAlignment = ($switch['column'] + $this->indent);
139 $padding = str_repeat(' ', ($caseAlignment + $this->indent - 1));
170 $diff = ($caseAlignment + $this->indent - $tokens[$nextCloser]['column']);

12345678910>>...18