Home
last modified time | relevance | path

Searched refs:Highlighter (Results 1 – 25 of 95) sorted by relevance

1234

/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCss.js53 dp.sh.Highlighter.prototype.GetKeywordsCSS = function(str) class in dp.sh
58 dp.sh.Highlighter.prototype.GetValuesCSS = function(str)
63 dp.sh.Brushes.CSS.prototype = new dp.sh.Highlighter();
H A DshCore.js216 dp.sh.Highlighter = function() class in dp.sh
227 dp.sh.Highlighter.SortCallback = function(m1, m2)
245 dp.sh.Highlighter.prototype.CreateElement = function(name)
253 dp.sh.Highlighter.prototype.GetMatches = function(regex, css)
262 dp.sh.Highlighter.prototype.AddBit = function(str, css)
312 dp.sh.Highlighter.prototype.IsInside = function(match)
331 dp.sh.Highlighter.prototype.ProcessRegexList = function()
337 dp.sh.Highlighter.prototype.ProcessSmartTabs = function(code)
386 dp.sh.Highlighter.prototype.SwitchToList = function()
438 dp.sh.Highlighter.prototype.Highlight = function(code)
[all …]
H A DshBrushVb.js28 dp.sh.Brushes.Vb.prototype = new dp.sh.Highlighter();
H A DshBrushPython.js29 dp.sh.Brushes.Python.prototype = new dp.sh.Highlighter();
H A DshBrushDelphi.js33 dp.sh.Brushes.Delphi.prototype = new dp.sh.Highlighter();
/plugin/syntaxhighlighter/Scripts/
H A DshBrushCss.js10 dp.sh.Highlighter.prototype.GetKeywordsCSS=function(str) class in dp.sh
12 dp.sh.Highlighter.prototype.GetValuesCSS=function(str)
14 dp.sh.Brushes.CSS.prototype=new dp.sh.Highlighter();dp.sh.Brushes.CSS.Aliases=['css'];
H A DshCore.js36 dp.sh.Highlighter=function() class in dp.sh
38 dp.sh.Highlighter.SortCallback=function(m1,m2)
46 dp.sh.Highlighter.prototype.CreateElement=function(name)
48 dp.sh.Highlighter.prototype.GetMatches=function(regex,css)
51 dp.sh.Highlighter.prototype.AddBit=function(str,css)
62 dp.sh.Highlighter.prototype.IsInside=function(match)
69 dp.sh.Highlighter.prototype.ProcessRegexList=function()
72 dp.sh.Highlighter.prototype.ProcessSmartTabs=function(code)
83 dp.sh.Highlighter.prototype.SwitchToList=function()
95 dp.sh.Highlighter.prototype.Highlight=function(code)
[all …]
H A DshBrushVb.js10 dp.sh.Brushes.Vb.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Vb.Aliases=['vb','vb.net'];
H A DshBrushDelphi.js10 dp.sh.Brushes.Delphi.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Delphi.Aliases=['delphi','pasc…
H A DshBrushPython.js11 dp.sh.Brushes.Python.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Python.Aliases=['py','python'];
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshThemeDefault.scss1 // Default Syntax Highlighter theme.
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushPlain.js10 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushDiff.js18 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushVb.js33 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushTAP.js38 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushErlang.js29 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushDelphi.js32 Brush.prototype = new SyntaxHighlighter.Highlighter();
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushPlain.js26 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushDiff.js34 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushVb.js49 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushTAP.js54 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushErlang.js45 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushDelphi.js48 Brush.prototype = new SyntaxHighlighter.Highlighter();
/plugin/syntaxhighlightjs/
H A Dplugin.info.txt6 desc Syntax Highlighter for DokuWiki with highlight.js
/plugin/animation/scripts/
H A DshBrushR.js19 SyntaxHighlighter.brushes.R.prototype = new SyntaxHighlighter.Highlighter();

1234