Home
last modified time | relevance | path

Searched refs:tabReplace (Results 1 – 7 of 7) sorted by relevance

/plugin/highlightjs/highlight/
Dhighlight.js372 function highlightBlock(block, tabReplace) { argument
399 if (tabReplace) {
401 return p1.replace(/\t/g, tabReplace);
502 highlightBlock(code, hljs.tabReplace);
Dreadme.rus.txt30 hljs.tabReplace = ' '; // 4 spaces
32 hljs.tabReplace = '<span class="indent">\t</span>';
Dreadme.eng.txt27 hljs.tabReplace = ' '; // 4 spaces
29 hljs.tabReplace = '<span class="indent">\t</span>';
Dhighlight.pack.js1 …agName("pre");for(var c=0;c<s.length;c++){var r=i(s[c]);if(r){q(r,hljs.tabReplace)}}}function o(){…
/plugin/json/script/
Dhighlight.pack.js2tabReplace||j.useBR?e.replace(C,function(e,n){return j.useBR&&"\n"===e?"<br>":j.tabReplace?n.repla… property
/plugin/revealjs/plugin/highlight/
Dhighlight.js2tabReplace:null,useBR:!1,languages:void 0},c="of and for in not or if then".split(" ");function x(… property
/plugin/syntaxhighlightjs/static/lib/highlightjs/
Dhighlight.min.js2tabReplace&&(e=e.replace(/^((<[^>]+>|\t)+)/gm,function(e,t){return t.replace(/\t/g,S.tabReplace)})… property