Searched refs:tabReplace (Results 1 – 7 of 7) sorted by relevance
| /plugin/highlightjs/highlight/ |
| D | highlight.js | 372 function highlightBlock(block, tabReplace) { argument 399 if (tabReplace) { 401 return p1.replace(/\t/g, tabReplace); 502 highlightBlock(code, hljs.tabReplace);
|
| D | readme.rus.txt | 30 hljs.tabReplace = ' '; // 4 spaces 32 hljs.tabReplace = '<span class="indent">\t</span>';
|
| D | readme.eng.txt | 27 hljs.tabReplace = ' '; // 4 spaces 29 hljs.tabReplace = '<span class="indent">\t</span>';
|
| 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/json/script/ |
| D | highlight.pack.js | 2 …tabReplace||j.useBR?e.replace(C,function(e,n){return j.useBR&&"\n"===e?"<br>":j.tabReplace?n.repla… property
|
| /plugin/revealjs/plugin/highlight/ |
| D | highlight.js | 2 …tabReplace:null,useBR:!1,languages:void 0},c="of and for in not or if then".split(" ");function x(… property
|
| /plugin/syntaxhighlightjs/static/lib/highlightjs/ |
| D | highlight.min.js | 2 …tabReplace&&(e=e.replace(/^((<[^>]+>|\t)+)/gm,function(e,t){return t.replace(/\t/g,S.tabReplace)})… property
|