Home
last modified time | relevance | path

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

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js262 dp.sh.Highlighter.prototype.AddBit = function(str, css) method in dp.sh.Highlighter
521 this.AddBit(this.code, null);
547 this.AddBit(Copy(this.code, pos, match.index), null);
548 this.AddBit(match.value, match.css);
553 this.AddBit(this.code.substr(pos), null);
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js51 dp.sh.Highlighter.prototype.AddBit=function(str,css) method in dp.sh.Highlighter
116 {this.AddBit(this.code,null);this.SwitchToList();this.div.appendChild(this.bar);this.div.appendChil…
121 continue;this.AddBit(Copy(this.code,pos,match.index),null);this.AddBit(match.value,match.css);pos=m…
122 this.AddBit(this.code.substr(pos),null);this.SwitchToList();this.div.appendChild(this.bar);this.div…