Home
last modified time | relevance | path

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

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js60 var code = dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/</g, '&lt;');
73 var code = dp.sh.Utils.FixForBlogger(highlighter.originalCode)
186 dp.sh.Utils.FixForBlogger = function(str) function
452 var lines = dp.sh.Utils.FixForBlogger(str).split('\n');
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js10 {var code=dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/</g,'&lt;');var wnd=window.o…
11 {var code=dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/&lt;/g,'<').replace(/&gt;/g,…
32 dp.sh.Utils.FixForBlogger=function(str) function
101 {var lines=dp.sh.Utils.FixForBlogger(str).split('\n');var indents=new Array();var regex=new RegExp(…