Home
last modified time | relevance | path

Searched refs:operators (Results 26 – 50 of 187) sorted by relevance

12345678

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.io.js5operators=["::=",":=","or","and","@","+","*","/","-","&","|","~","!","%","<","=",">","[","]","new"…
H A Djquery.syntax.brush.php-script.js5operators=["+","*","/","-","&","|","~","!","%","<","=",">","[","]","new"];var values=["this","true…
H A Djquery.syntax.brush.super-collider.js5 …ywords,{klass:'keyword'});var operators=["`","+","@",":","*","/","-","&","|","~","!","%","<","=","…
H A Djquery.syntax.brush.csharp.js5operators=["+","-","*","/","%","&","|","^","!","~","&&","||","++","--","<<",">>","==","!=","<",">"…
H A Djquery.syntax.brush.python.js5operators=["!=","%","%=","&","&=","(",")","*","**","**=","*=","+","+=",",","-","-=",".","/","//","…
H A Djquery.syntax.brush.ooc.js5operators=["+","-","*","/","+=","-=","*=","/=","=",":=","==","!=","!","%","?",">","<",">=","<=","&…
H A Djquery.syntax.brush.go.js5operators=["+","&","+=","&=","&&","==","!=","-","|","-=","|=","||","<","<=","*","^","*=","^=","<-"…
H A Djquery.syntax.brush.ocaml.js5operators=["!","<>","%","&","*","+","-","->","/","::",":=",":>",":?",":?>","<","=",">","?","@","^"…
H A Djquery.syntax.brush.clang.js5 …"int","short","char","long","signed","unsigned","bool","void","id"];var operators=["+","*","/","-"…
6 brush.push(types,{klass:'type'});brush.push(keywords,{klass:'keyword'});brush.push(operators,{klass…
H A Djquery.syntax.brush.ruby.js5operators=["+","*","/","-","&","|","~","!","%","<","=",">"];var values=["self","super","true","fal…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DOperatorSpacingSniff.php59 $operators = PHP_CodeSniffer_Tokens::$operators;
67 array_merge($comparison, $operators, $assignment, $inlineIf)
201 if (isset(PHP_CodeSniffer_Tokens::$operators[$tokens[$prev]['code']]) === true) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D30.30.js1operators:["less","greater","equal","le","gt","or","and","add","added","subtract","subtracted","mu… property in AnonymousFunction34b2ea210100.n
H A D0.0.js1operators:["=",">","<","!","~","?",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&"… property in AnonymousFunction3c616b5b0100.r
H A D54.54.js.map1operators: ['>', '<', '<>', '<=', '>=', 'And', 'Or', '+', '-', '*', '/', '='],\n // we include …
H A D69.69.js.map1operators.directivesEnd'],\n [/\\.{3}/, 'operators.documentEnd'],\n // Block…
H A D56.56.js.map1operators: ['eq?', 'eqv?', 'equal?', 'and', 'or', 'not', 'null?'],\n tokenizer: {\n root…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php51 return PHP_CodeSniffer_Tokens::$operators;
148 $allowed += PHP_CodeSniffer_Tokens::$operators;
302 || isset(PHP_CodeSniffer_Tokens::$operators[$tokens[$before]['code']]) === true
333 || isset(PHP_CodeSniffer_Tokens::$operators[$tokens[$after]['code']]) === true
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1607 if ($operators = $extension->getOperators()) {
1608 if (!\is_array($operators)) {
1609 …xtension), \is_object($operators) ? \get_class($operators) : \gettype($operators).(\is_resource($o…
1612 if (2 !== \count($operators)) {
1613 …tors()" must return an array of 2 elements, got %d.', \get_class($extension), \count($operators)));
1616 $this->unaryOperators = array_merge($this->unaryOperators, $operators[0]);
1617 $this->binaryOperators = array_merge($this->binaryOperators, $operators[1]);
H A DLexer.php387 $operators = array_merge(
393 $operators = array_combine($operators, array_map('strlen', $operators));
394 arsort($operators);
397 foreach ($operators as $operator => $length) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php36 private $operators = array( variable in Google\\Utils\\UriTemplate
92 if (isset($this->operators[$data[0]])) {
93 $op = $this->operators[$data[0]];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dcomparison.test2 Twig supports comparison operators (==, !=, <, >, >=, <=)
H A Dunary_precedence.test2 Twig unary operators precedence
H A Dunary.test2 Twig supports unary operators (not, -, +)
H A Doperators_as_variables.test2 Twig allows to use named operators as variable names
H A Dtwo_word_operators_as_variables.test2 Twig does not allow to use two-word named operators as variable names

12345678