Home
last modified time | relevance | path

Searched refs:operators (Results 1 – 25 of 187) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCustomExtensionTest.php46 private $operators; variable in InvalidOperatorExtension
48 public function __construct($operators) argument
50 $this->operators = $operators;
89 return $this->operators;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D65.65.js1operators.twig"],[/(and|or|not|b-and|b-xor|b-or)(\s+)/,["operators.twig",""]],[/==|!=|<|>|>=|<=/,"
H A D65.65.js.map1operators - math\n [/\\+|-|\\/{1,2}|%|\\*{1,2}/, 'operators.twig'],\n // ope…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DQuerySource.php53 public function setOperators($operators) argument
55 $this->operators = $operators;
62 return $this->operators;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.bash-script.js5operators=["&&","|",";","{","}"];brush.push(operators,{klass:'operator'});brush.push({pattern:/(?:…
H A Djquery.syntax.brush.basic.js5operators=["-","&","&=","*","*=","/","/=","\\","\=","^","^=","+","+=","=","-="];var types=["CBool"…
H A Djquery.syntax.brush.smalltalk.js5 …){var operators=["[","]","|",":=","."];var values=["self","super","true","false","nil"];brush.push…
H A Djquery.syntax.brush.sql.js5 …,"YEAR_MONTH","ZEROFILL","ZONE"];var operators=["=","!=","<",">","<=",">=","+","-","*","/","%"];br…
H A Djquery.syntax.brush.scala.js5 ….push(keywords,{klass:'keyword'});var operators=["_",":","=","=>","<-","<:","<%",">:","#","@"];bru…
H A Djquery.syntax.brush.haskell.js5operators=["`","|","\\","-","-<","-<<","->","*","?","??","#","<-","@","!","::","_","~",">",";","{"…
H A Djquery.syntax.brush.pascal.js5operators=["+","-","*","/","div","mod","and","or","xor","shl","shr","not","=",">=",">","<>","<=","…
H A Djquery.syntax.brush.lua.js5operators=["+","-","*","/","%","^","#","..","=","==","~=","<",">","<=",">=","?",":"];var values=["…
H A Djquery.syntax.brush.javascript.js5operators=["+","*","/","-","&","|","~","!","%","<","=",">"];var values=["this","true","false","nul…
H A Djquery.syntax.brush.perl5.js5operators=["->","++","--","**","!","~","\\","+","-","=~","!~","*","/","%","x","+","-",".","<<",">>…
H A Djquery.syntax.brush.java.js5operators=["++","--","++","--","+","-","~","!","*","/","%","+","-","<<",">>",">>>","<",">","<=",">…
/plugin/codemirror/dist/modes/
H A Dmscgen.min.js1operators:["="]},xu:{keywords:["msc","xu"],options:["hscale","width","arcgradient","wordwraparcs",… property in AnonymousFunctionf90549c60100.b.mscgen
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushPowerShell.js16 var operators = ' and as band bnot bor bxor casesensitive ccontains ceq cge cgt cle ' +
46 …{ regex: new RegExp('-'+this.getKeywords(operators), 'gmi'), css: 'operator value' }, /…
48 …{ regex: new RegExp('\\s+-(?!'+this.getKeywords(operators)+')[a-zA-Z_][a-zA-Z0-9_]*', 'gmi'), css:…
H A DshBrushSql.js30 var operators = 'all and any between cross in join like not null or outer some';
38 …{ regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operat…
H A DshBrushColdFusion.js64 var operators = 'all and any between cross in join like not null or outer some';
72 … { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushPowerShell.js32 var operators = ' and as band bnot bor bxor casesensitive ccontains ceq cge cgt cle ' +
62 …{ regex: new RegExp('-'+this.getKeywords(operators), 'gmi'), css: 'operator value' }, /…
64 …{ regex: new RegExp('\\s+-(?!'+this.getKeywords(operators)+')[a-zA-Z_][a-zA-Z0-9_]*', 'gmi'), css:…
H A DshBrushSql.js46 var operators = 'all and any between cross in join like not null or outer some';
54 …{ regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operat…
H A DshBrushColdFusion.js80 var operators = 'all and any between cross in join like not null or outer some';
88 … { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dcoding_standards.rst25 * Put one (and only one) space before and after the following operators:
26 comparison operators (``==``, ``!=``, ``<``, ``>``, ``>=``, ``<=``), math
27 operators (``+``, ``-``, ``/``, ``*``, ``%``, ``//``, ``**``), logic
28 operators (``not``, ``and``, ``or``), ``~``, ``is``, ``in``, and the ternary
59 * Do not put any spaces before and after the following operators: ``|``,
/plugin/syntaxhighlighter/Scripts/
H A DshBrushSql.js9operators='all and any between cross in join like not null or outer some';this.regexList=[{regex:n…
/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

12345678