/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | CustomExtensionTest.php | 46 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 D | 65.65.js | 1 …operators.twig"],[/(and|or|not|b-and|b-xor|b-or)(\s+)/,["operators.twig",""]],[/==|!=|<|>|>=|<=/,"…
|
H A D | 65.65.js.map | 1 …operators - math\n [/\\+|-|\\/{1,2}|%|\\*{1,2}/, 'operators.twig'],\n // ope…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | QuerySource.php | 53 public function setOperators($operators) argument 55 $this->operators = $operators; 62 return $this->operators;
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.brush.bash-script.js | 5 …operators=["&&","|",";","{","}"];brush.push(operators,{klass:'operator'});brush.push({pattern:/(?:…
|
H A D | jquery.syntax.brush.basic.js | 5 …operators=["-","&","&=","*","*=","/","/=","\\","\=","^","^=","+","+=","=","-="];var types=["CBool"…
|
H A D | jquery.syntax.brush.smalltalk.js | 5 …){var operators=["[","]","|",":=","."];var values=["self","super","true","false","nil"];brush.push…
|
H A D | jquery.syntax.brush.sql.js | 5 …,"YEAR_MONTH","ZEROFILL","ZONE"];var operators=["=","!=","<",">","<=",">=","+","-","*","/","%"];br…
|
H A D | jquery.syntax.brush.scala.js | 5 ….push(keywords,{klass:'keyword'});var operators=["_",":","=","=>","<-","<:","<%",">:","#","@"];bru…
|
H A D | jquery.syntax.brush.haskell.js | 5 …operators=["`","|","\\","-","-<","-<<","->","*","?","??","#","<-","@","!","::","_","~",">",";","{"…
|
H A D | jquery.syntax.brush.pascal.js | 5 …operators=["+","-","*","/","div","mod","and","or","xor","shl","shr","not","=",">=",">","<>","<=","…
|
H A D | jquery.syntax.brush.lua.js | 5 …operators=["+","-","*","/","%","^","#","..","=","==","~=","<",">","<=",">=","?",":"];var values=["…
|
H A D | jquery.syntax.brush.javascript.js | 5 …operators=["+","*","/","-","&","|","~","!","%","<","=",">"];var values=["this","true","false","nul…
|
H A D | jquery.syntax.brush.perl5.js | 5 …operators=["->","++","--","**","!","~","\\","+","-","=~","!~","*","/","%","x","+","-",".","<<",">>…
|
H A D | jquery.syntax.brush.java.js | 5 …operators=["++","--","++","--","+","-","~","!","*","/","%","+","-","<<",">>",">>>","<",">","<=",">…
|
/plugin/codemirror/dist/modes/ |
H A D | mscgen.min.js | 1 …operators:["="]},xu:{keywords:["msc","xu"],options:["hscale","width","arcgradient","wordwraparcs",… property in AnonymousFunctionf90549c60100.b.msgenny
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shBrushPowerShell.js | 16 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 D | shBrushSql.js | 30 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 D | shBrushColdFusion.js | 64 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 D | shBrushPowerShell.js | 32 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 D | shBrushSql.js | 46 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 D | shBrushColdFusion.js | 80 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 D | coding_standards.rst | 25 * 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 D | shBrushSql.js | 9 …operators='all and any between cross in join like not null or outer some';this.regexList=[{regex:n…
|
/plugin/syntaxhighlighter/Uncompressed/ |
H A D | shBrushSql.js | 25 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
|