Home
last modified time | relevance | path

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

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js450 function Unindent(str) function
489 this.code = Chop(Unindent(code));
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js100 function Unindent(str) function
111 code='';this.originalCode=code;this.code=Chop(Unindent(code));this.div=this.CreateElement('DIV');th…