Home
last modified time | relevance | path

Searched refs:pattern (Results 626 – 650 of 693) sorted by last modified time

1...<<2122232425262728

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.bash-script.js5pattern:/(?:^|\||;|&&)\s*((?:"([^"]|\\")+"|'([^']|\\')+'|\\\n|.|[ \t])+?)(?=$|\||;|&&)/gmi,matches…
H A Djquery.syntax.brush.lisp.js5pattern:/(;+) .*$/gm,klass:'comment',allow:['href']};Syntax.register('lisp',function(brush){brush.… property in Syntax.lib.lispStyleComment
H A Djquery.syntax.brush.perl5.js5 …);brush.push(Syntax.lib.webLink);brush.push({pattern:/(\$|@|%)\w+/gi,klass:'variable'});brush.push…
H A Djquery.syntax.brush.php.js5 …cy('php','php-script');Syntax.register('php',function(brush){brush.push({pattern:/(<\?(php)?)((.|\…
H A Djquery.syntax.brush.python.js5pattern:/^\s*@\w+/gm,klass:'decorator'});brush.push(values,{klass:'constant'});brush.push(keywords…
H A Djquery.syntax.brush.scala.js5 …constant'});brush.push({pattern:/"""[\s\S]*?"""/g,klass:'string'});brush.push(Syntax.lib.doubleQuo…
H A Djquery.syntax.brush.xml.js5pattern:/&\w+;/g,klass:'entity'};Syntax.lib.xmlPercentEscape={pattern:/(%[0-9a-f]{2})/gi,klass:'pe… property in Syntax.lib.xmlEntity
H A Djquery.syntax.brush.yaml.js5pattern:/^\s*#.*$/gm,klass:'comment',allow:['href']});brush.push(Syntax.lib.singleQuotedString);br…
H A Djquery.syntax.brush.clang.js6pattern:/@property\((.*)\)[^;]+;/gmi,klass:'objective-c-property',allow:'*'});var propertyAttribut…
H A Djquery.syntax.brush.kai.js5 …x.lib.webLink);brush.push({pattern:/\(([^\s\(\)]+)/gi,matches:Syntax.extractMatches({klass:'functi…
H A Djquery.syntax.brush.ooc.js5 …,{klass:'keyword'});brush.push(operators,{klass:'operator'});brush.push({pattern:/0[xcb][0-9a-fA-F…
H A Djquery.syntax.brush.protobuf.js7 brush.push(access,{klass:'access'});brush.push(Syntax.lib.camelCaseType);brush.push({pattern:/\s+(\…
H A Djquery.syntax.brush.smalltalk.js5 …{klass:'constant'});brush.push(operators,{klass:'operator'});brush.push({pattern:/\w+:/g,klass:'fu…
H A Djquery.syntax.brush.sql.js5 Syntax.lib.sqlStyleComment={pattern:/-- .*$/gm,klass:'comment',allow:['href']};Syntax.register('sql… property in Syntax.lib.sqlStyleComment
H A Djquery.syntax.brush.apache.js5pattern:/(<(\w+).*?>)/gi,matches:Syntax.extractMatches({klass:'tag',allow:['attribute','tag-name',…
H A Djquery.syntax.brush.bash.js5 …ush.push({pattern:/^([\w@:~ ]*?[\$|\#])\s+(.*?)$/gm,matches:Syntax.extractMatches({klass:'prompt'}…
H A Djquery.syntax.brush.haskell.js5 …h(Syntax.lib.camelCaseType);brush.push({pattern:/\-\-.*$/gm,klass:'comment',allow:['href']});brush…
H A Djquery.syntax.brush.html.js5pattern:/<script.*?type\=.?text\/javascript.*?>((.|\n)*?)<\/script>/gmi,matches:Syntax.extractMatc…
H A Djquery.syntax.brush.io.js5 …rator'});brush.push({pattern:/\b([ \t]+([a-z]+))/gi,matches:Syntax.extractMatches({index:2,klass:'…
H A Djquery.syntax.brush.pascal.js5 …Syntax.lib.camelCaseType);brush.push({pattern:/\{[\s\S]*?\}/gm,klass:'comment',allow:['href']});br…
H A Djquery.syntax.brush.php-script.js5 …tors,{klass:'operator'});brush.push(access,{klass:'access'});brush.push({pattern:/\$[a-z_][a-z0-9]…
H A Djquery.syntax.brush.ruby.js5pattern:/(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMatches({klass:'function'})};Syn… property in Syntax.lib.rubyStyleSymbol
H A Djquery.syntax.brush.super-collider.js5pattern:/\$(\\)?./g,klass:"constant"});brush.push({pattern:/\\[a-z_][a-z0-9_]*/gi,klass:"symbol"})…
H A Djquery.syntax.brush.applescript.js6pattern];brush.push(Syntax.lib.webLink);brush.push(comments,{klass:'comment',allow:['href']});brus…
7 brush.push({pattern:/\b(?:about|above|against|around|at|below|beneath|beside|between|by|(apart|asid…
8 brush.push({pattern:/\b(?:adding folder items to|after receiving|choose( ((remote )?application|col…
H A Djquery.syntax.brush.assembly.js5pattern:/\.[a-zA-Z_][a-zA-Z0-9_]*/gm,klass:'directive'});brush.push({pattern:/^[a-zA-Z_][a-zA-Z0-9…

1...<<2122232425262728