Home
last modified time | relevance | path

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

12345678

/plugin/condition/
H A DREADME.md9 …[condition_list] is a set of [condition] records separated by logical operators (&&, and, ||, or, …
/plugin/database2/
H A Ddatabase2.php3035 $operators = array(
3048 foreach ( $operators as $op => $def )
3057 $operators[$op] = strtr( $head, array( '%' => '%%' ) ) . '%s' .
3107 $optOperators = $operators;
/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/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DEchoedStringsSniff.php84 …if (($phpcsFile->findNext(PHP_CodeSniffer_Tokens::$operators, $stackPtr, $end, false)) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php585 public static $operators = array( variable in PHP_CodeSniffer_Tokens
/plugin/authgoogle/google/external/
H A DURITemplateParser.php32 public static $operators = array('+', ';', '?', '/', '.'); variable in URI_Template_Parser
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …/** Used to match latin-1 supplementary letters (excluding mathematical operators). */\n\t var re…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2855 return new Template(Selector.xpath.operators[m[2]]).evaluate(m);
2863 operators: {
2995 return nodeValue && Selector.operators[matches[2]](nodeValue, matches[5] || matches[6]);
3168 var handler = Selector.operators[operator], results = [];
3308 operators: {
/plugin/pgn4web/pgn4web/
H A DREADME.txt456 operators used as part of greater statement" are ignored.
/plugin/tuxquote/
H A Dquotes.txt100 …ed Crime; it preys on peoples' weakness, generates huge profits for its operators, and is almost i…
/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.java.js5operators=["++","--","++","--","+","-","~","!","*","/","%","+","-","<<",">>",">>>","<",">","<=",">…
H A Djquery.syntax.brush.perl5.js5operators=["->","++","--","**","!","~","\\","+","-","=~","!~","*","/","%","x","+","-",".","<<",">>…
H A Djquery.syntax.brush.python.js5operators=["!=","%","%=","&","&=","(",")","*","**","**=","*=","+","+=",",","-","-=",".","/","//","…
H A Djquery.syntax.brush.scala.js5 ….push(keywords,{klass:'keyword'});var operators=["_",":","=","=>","<-","<:","<%",">:","#","@"];bru…
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.javascript.js5operators=["+","*","/","-","&","|","~","!","%","<","=",">"];var values=["this","true","false","nul…
H A Djquery.syntax.brush.ooc.js5operators=["+","-","*","/","+=","-=","*=","/=","=",":=","==","!=","!","%","?",">","<",">=","<=","&…
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.haskell.js5operators=["`","|","\\","-","-<","-<<","->","*","?","??","#","<-","@","!","::","_","~",">",";","{"…
H A Djquery.syntax.brush.io.js5operators=["::=",":=","or","and","@","+","*","/","-","&","|","~","!","%","<","=",">","[","]","new"…
H A Djquery.syntax.brush.pascal.js5operators=["+","-","*","/","div","mod","and","or","xor","shl","shr","not","=",">=",">","<>","<=","…
H A Djquery.syntax.brush.php-script.js5operators=["+","*","/","-","&","|","~","!","%","<","=",">","[","]","new"];var values=["this","true…

12345678