| /plugin/structnotification/db/ |
| H A D | update0002.sql | 5 operator TEXT NOT NULL, field
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | _createMathOperation.js | 12 function createMathOperation(operator, defaultValue) { argument
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | compress.js | 355 operator: "void", property 1018 operator: node.operator.slice(0, -1), property 1515 operator: node.operator.slice(0, -1), property 1530 operator: "+", property 1799 operator: "-", property 1804 operator: "-", property 2163 operator: compound, property 2169 operator: "=", property 2213 operator: "=", property 2227 operator: candidate.operator, property [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Unary/ |
| D | AbstractUnary.php | 32 abstract public function operator(Compiler $compiler); function in Twig\\Node\\Expression\\Unary\\AbstractUnary
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/ |
| D | AbstractBinary.php | 40 abstract public function operator(Compiler $compiler); function in Twig\\Node\\Expression\\Binary\\AbstractBinary
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | SimpleQueryString.php | 52 public function setDefaultOperator(string $operator = self::OPERATOR_OR): self
|
| D | QueryString.php | 67 public function setDefaultOperator(string $operator = 'or'): self
|
| D | MultiMatch.php | 85 public function setOperator(string $operator = self::OPERATOR_OR): self
|
| D | MatchQuery.php | 78 public function setFieldOperator(string $field, string $operator = self::OPERATOR_OR): self
|
| /plugin/structnotification/action/ |
| H A D | notification.php | 238 protected function predicateTrue($date, $operator, $value)
|
| /plugin/scrape/vendor/symfony/css-selector/XPath/ |
| D | Translator.php | 206 …public function addAttributeMatching(XPathExpr $xpath, string $operator, string $attribute, ?strin…
|
| /plugin/findologicxmlexport/vendor/hoa/file/ |
| D | Finder.php | 429 protected function formatDate($date, &$operator)
|
| /plugin/dokuprism/prism/ |
| D | prism.js | 8 …tring-template":{pattern:/([|}])(?:\\.|[^\\|{\r\n])*(?=[|{])/,lookbehind:!0,alias:"string"},"eol-c… 9 …},repetition:{pattern:/(^|[^\w-])(?:\d*\*\d*|\d+)/,lookbehind:!0,alias:"operator"},definition:{pat… property 10 …t|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*… property 11 …n|type|until|use|when|while|with|xor)\b/i,boolean:/\b(?:false|true)\b/i,operator:/<[=>]?|>=?|=>?|:… property 12 …Z]\w*(?=\s*:)/,alias:["token","constant"]}],constant:/\b[A-Z][A-Z_]*\b/,operator:/\.\.|->|[|~]|[*+… property 15 …?:\\.|[^"\\\r\n])*"/,number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e-?\d+)?\b/i,operator:[/[&=≠≤≥*+\-\/÷^]… property 18 …t32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|… property 21 …,string:/"(?:[^"\\]|\\.)*"/,variable:/\w+(?==)/,punctuation:/^\[|\]$|,/,operator:/=/,"attr-value":… property 22 …xed for foreach goto if implicit in internal is lock namespace new null operator out override para… property 25 …%/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/\?|\/\/?=?|:=|\|… property [all …]
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
| H A D | FilterParser.php | 283 …protected function getComparisonFilterObject(string $operator, string $attribute, string $value): …
|
| /plugin/asciidocjs/node_modules/babel-types/lib/definitions/ |
| D | core.js | 30 operator: { property 48 operator: { property 389 operator: { property 625 operator: { property 642 operator: { property
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.functions.php | 42 public static function version_compare_replacement_sub($version1, $version2, $operator='') { 102 public static function version_compare_replacement($version1, $version2, $operator='') {
|
| /plugin/codemirror/dist/modes/ |
| D | powershell.min.js | 1 …b/codemirror"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);e…
|
| /plugin/codemirror/dist/keymaps/ |
| D | vim.min.js | 1 …),require("../addon/search/searchcursor"),require("../addon/dialog/dialog"),require("../addon/edit… function
|
| /plugin/sequencediagram/bower_components/snap.svg/doc/js/ |
| D | prism.js | 6 …nctuation:/\(/}}, number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\d+)?)\b/g,operator:/[-+]{1,2}|!|<… property
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_DatastoreService.php | 323 public $operator; variable in Google_CompositeFilter 331 public function setOperator( $operator) { 653 public $operator; variable in Google_PropertyFilter 660 public function setOperator( $operator) {
|
| /plugin/highlightjs/highlight/languages/ |
| D | cpp.js | 7 …e': 1, 'private': 1, 'char': 1, 'catch': 1, 'export': 1, 'virtual': 1, 'operator': 2, 'sizeof': 2,… property
|
| D | cs.js | 12 …lock': 1, 'long': 1, 'namespace': 1, 'new': 1, 'null': 1, 'object': 1, 'operator': 1, 'out': 1, 'o… property
|
| /plugin/odt/ODT/css/ |
| D | cssimportnew.php | 22 protected $operator = NULL; variable in css_attribute_selector
|
| /plugin/asciidocjs/node_modules/@types/babel-types/ |
| D | index.d.ts | 54 operator: "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "<<=" | ">>=" | ">>>=" | "|=" | "^=" | "&="; property 61 operator: property 242 operator: "||" | "&&"; property 344 operator: "-" | "+" | "!" | "~" | "typeof" | "void" | "delete"; property 351 operator: "++" | "--"; property 1186 operator: string | null; property
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | parse.js | 1488 return new ctor({ operator: op, expression: expr }); property 1501 operator : op, property 1545 operator : val, property
|