Home
last modified time | relevance | path

Searched refs:operators (Results 176 – 187 of 187) sorted by last modified time

12345678

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.ruby.js5operators=["+","*","/","-","&","|","~","!","%","<","=",">"];var values=["self","super","true","fal…
H A Djquery.syntax.brush.super-collider.js5 …ywords,{klass:'keyword'});var operators=["`","+","@",":","*","/","-","&","|","~","!","%","<","=","…
H A Djquery.syntax.brush.basic.js5operators=["-","&","&=","*","*=","/","/=","\\","\=","^","^=","+","+=","=","-="];var types=["CBool"…
H A Djquery.syntax.brush.go.js5operators=["+","&","+=","&=","&&","==","!=","-","|","-=","|=","||","<","<=","*","^","*=","^=","<-"…
H A Djquery.syntax.brush.lua.js5operators=["+","-","*","/","%","^","#","..","=","==","~=","<",">","<=",">=","?",":"];var values=["…
H A Djquery.syntax.brush.ocaml.js5operators=["!","<>","%","&","*","+","-","->","/","::",":=",":>",":?",":?>","<","=",">","?","@","^"…
H A Djquery.syntax.brush.csharp.js5operators=["+","-","*","/","%","&","|","^","!","~","&&","||","++","--","<<",">>","==","!=","<",">"…
/plugin/mytemplate/
H A DREADME45 previous commands. All math operators and most php functions should work.
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3389 return new Template(Selector.xpath.operators[m[2]]).evaluate(m);
3397 operators: {
3525 return nodeValue && Selector.operators[matches[2]](nodeValue, matches[5] || matches[6]);
3719 var handler = Selector.operators[operator], results = [];
3857 operators: {
/plugin/jmol2/jmol/
H A DCHANGES.txt885 # o yes symmetry list of crystallographic symmetry operators generating this atom
5502 # Boolean expressions are a bit different in that the operators
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushSql.js25 var operators = 'all and any between cross in join like not null or outer some';
32 { regex: new RegExp(this.GetKeywords(operators), 'gmi'), css: 'op' }, // operators and such
/plugin/syntaxhighlighter/Scripts/
H A DshBrushSql.js9operators='all and any between cross in join like not null or outer some';this.regexList=[{regex:n…

12345678