Home
last modified time | relevance | path

Searched refs:syntaxHighlight (Results 1 – 4 of 4) sorted by relevance

/plugin/codehighlight/cp/engines/
H A Dopera.js29 …window.addEventListener('scroll', function() { if(!CodePress.scrolling) CodePress.syntaxHighlight(…
46 CodePress.syntaxHighlight('generic');
95 syntaxHighlight : function(flag) { method in CodePress
144 this.syntaxHighlight('snippets',pattern,content);
160 …parent.setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait…
H A Dgecko.js32 …window.addEventListener('scroll', function() { if(!CodePress.scrolling) CodePress.syntaxHighlight(…
51 top.setTimeout(function(){CodePress.syntaxHighlight('generic');},100);
64 top.setTimeout(function(){CodePress.syntaxHighlight('generic');},100);
106 syntaxHighlight : function(flag) { method in CodePress
144 this.syntaxHighlight('snippets',pattern,content);
160 …parent.setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait…
H A Dmsie.js32 …unction() { if(!CodePress.scrolling) setTimeout(function(){CodePress.syntaxHighlight('scroll')},1)…
48 CodePress.syntaxHighlight('generic');
75 top.setTimeout(function(){CodePress.syntaxHighlight('paste');},10);
112 syntaxHighlight : function(flag) { method in CodePress
152 this.syntaxHighlight('snippets',pattern,content);
167 …setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait for ch…
/plugin/codehighlight/cp/
H A Dcodepress.js31 self.editor.syntaxHighlight('init');
93 self.editor.syntaxHighlight('init');