Home
last modified time | relevance | path

Searched refs:indent_level (Results 1 – 6 of 6) sorted by relevance

/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy_print.php231 $indent_level = 0;
237 $indent_level++;
238 if (!isset($in_at_out[$indent_level])) {
239 $in_at_out[$indent_level] = '';
241 $out = & $in_at_out[$indent_level];
282 if ($indent_level > 1) {
283 $out = & $in_at_out[$indent_level-1];
288 $out .= $template[10] . $in_at_out[$indent_level];
296 unset($in_at_out[$indent_level]);
297 $indent_level--;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js60 indent_level : 4, property
185 return repeat_string(" ", options.indent_start + indentation - back * options.indent_level);
321 return indentation + options.indent_level;
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js61 indent_level : 4, property
115 var full_indent = make_indent(options.indent_level);
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js1indent_level>0&&(t=new Array(e.indent_level+1).join(this.__indent_string)),this.__base_string=t,th…
D3.3.js.map1indent_level > 0) {\n baseIndentString = new Array(options.indent_level + 1).join(this.__indent…
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md951 - `indent_level` (default: `4`) — indent by specified number of spaces or the
955 specified in the same format as `indent_level`.