Home
last modified time | relevance | path

Searched refs:InsertSpaces (Results 1 – 2 of 2) sorted by relevance

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js346 function InsertSpaces(line, pos, count) function
373 line = InsertSpaces(line, pos, spaces);
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js73 {var lines=code.split('\n');var result='';var tabSize=4;var tab='\t';function InsertSpaces(line,pos… function
79 {var spaces=tabSize-pos%tabSize;line=InsertSpaces(line,pos,spaces);}