Searched refs:tabReplace (Results 1 – 6 of 6) sorted by relevance
/plugin/highlightjs/highlight/ |
H A D | highlight.js | 372 function highlightBlock(block, tabReplace) { argument 399 if (tabReplace) { 401 return p1.replace(/\t/g, tabReplace); 502 highlightBlock(code, hljs.tabReplace);
|
H A D | readme.rus.txt | 30 hljs.tabReplace = ' '; // 4 spaces 32 hljs.tabReplace = '<span class="indent">\t</span>';
|
H A D | readme.eng.txt | 27 hljs.tabReplace = ' '; // 4 spaces 29 hljs.tabReplace = '<span class="indent">\t</span>';
|
H A D | highlight.pack.js | 1 …agName("pre");for(var c=0;c<s.length;c++){var r=i(s[c]);if(r){q(r,hljs.tabReplace)}}}function o(){…
|
/plugin/revealjs/plugin/highlight/ |
H A D | highlight.js | 2 …tabReplace:null,useBR:!1,languages:void 0},c="of and for in not or if then".split(" ");function x(… property in AnonymousFunction892c8c100200.B
|
/plugin/syntaxhighlightjs/static/lib/highlightjs/ |
H A D | highlight.min.js | 2 …tabReplace&&(e=e.replace(/^((<[^>]+>|\t)+)/gm,function(e,t){return t.replace(/\t/g,S.tabReplace)})…
|