Home
last modified time | relevance | path

Searched refs:keywords (Results 101 – 125 of 408) sorted by relevance

12345678910>>...17

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushPerl.js49 var keywords =
83 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
H A DshBrushCSharp.js24 …var keywords = 'abstract as async await base bool break byte case catch char checked class const '…
50 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // c# keyword
H A DshBrushAppleScript.js26 …var keywords = 'after before beginning continue copy each end every from return get global in lo…
88 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
H A DshBrushHaxe.js27 …var keywords = 'return break continue new throw cast using import function public private inline s…
42 { regex:new RegExp ( this.getKeywords ( keywords ) , 'gm' ) , css:'keyword' },
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushGroovy.js11 var keywords = 'as assert break case catch class continue def default do else extends finally ' +
35 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // goovy keyword
H A DshBrushPerl.js33 var keywords =
67 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
H A DshBrushAppleScript.js10 …var keywords = 'after before beginning continue copy each end every from return get global in lo…
72 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
H A DshBrushHaxe.js11 …var keywords = 'return break continue new throw cast using import function public private inline s…
26 { regex:new RegExp ( this.getKeywords ( keywords ) , 'gm' ) , css:'keyword' },
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.lua.js5keywords=["and","break","do","else","elseif","end","false","for","function","if","in","local","nil…
H A Djquery.syntax.brush.javascript.js5keywords=["function","break","case","catch","continue","default","delete","do","else","for","if","…
H A Djquery.syntax.brush.perl5.js5keywords=["bless","caller","continue","die","do","dump","else","elsif","eval","exit","for","foreac…
H A Djquery.syntax.brush.java.js5keywords=["abstract","continue","for","switch","assert","default","goto","synchronized","do","if",…
H A Djquery.syntax.brush.applescript.js5 Syntax.register('applescript',function(brush){var keywords=["after","before","beginning","continue"…
6 brush.push(keywords,{klass:'keyword'});var ordinals=["first","second","third","fourth","fifth","six…
H A Djquery.syntax.brush.io.js5keywords=["return"];var operators=["::=",":=","or","and","@","+","*","/","-","&","|","~","!","%","…
H A Djquery.syntax.brush.php-script.js5keywords=["abstract","and","as","break","case","cfunction","class","const","continue","declare","d…
H A Djquery.syntax.brush.super-collider.js5 …register('super-collider',function(brush){var keywords=["const","arg","classvar","var"];brush.push…
H A Djquery.syntax.brush.csharp.js5keywords=["abstract","add","alias","ascending","base","break","case","catch","class","const","cont…
H A Djquery.syntax.brush.python.js5keywords=["and","as","assert","break","class","continue","def","del","elif","else","except","exec"…
H A Djquery.syntax.brush.ooc.js5keywords=["class","interface","implement","abstract","extends","from","const","final","static","im…
H A Djquery.syntax.brush.basic.js5keywords=["AddHandler","AddressOf","Alias","And","AndAlso","Ansi","As","Assembly","Auto","ByRef","…
H A Djquery.syntax.brush.go.js5keywords=["break","default","func","interface","select","case","defer","go","map","struct","chan",…
H A Djquery.syntax.brush.ocaml.js5keywords=["abstract","and","as","assert","begin","class","default","delegate","do","done","downcas…
H A Djquery.syntax.brush.bash-script.js5keywords=["break","case","continue","do","done","elif","else","eq","fi","for","function","ge","gt"…
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCss.js3 …var keywords = 'ascent azimuth background-attachment background-color background-image background-…
42 { regex: new RegExp(this.GetKeywordsCSS(keywords), 'gm'), css: 'keyword' }, // keywords
/plugin/syntaxhighlighter/Scripts/
H A DshBrushCss.js9keywords='ascent azimuth background-attachment background-color background-image background-positi…

12345678910>>...17