Home
last modified time | relevance | path

Searched defs:operator (Results 51 – 75 of 102) sorted by relevance

12345

/plugin/structnotification/db/
H A Dupdate0002.sql5 operator TEXT NOT NULL, field
/plugin/asciidocjs/node_modules/lodash/
D_createMathOperation.js12 function createMathOperation(operator, defaultValue) { argument
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js355 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/
DAbstractUnary.php32 abstract public function operator(Compiler $compiler); function in Twig\\Node\\Expression\\Unary\\AbstractUnary
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
DAbstractBinary.php40 abstract public function operator(Compiler $compiler); function in Twig\\Node\\Expression\\Binary\\AbstractBinary
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DSimpleQueryString.php52 public function setDefaultOperator(string $operator = self::OPERATOR_OR): self
DQueryString.php67 public function setDefaultOperator(string $operator = 'or'): self
DMultiMatch.php85 public function setOperator(string $operator = self::OPERATOR_OR): self
DMatchQuery.php78 public function setFieldOperator(string $field, string $operator = self::OPERATOR_OR): self
/plugin/structnotification/action/
H A Dnotification.php238 protected function predicateTrue($date, $operator, $value)
/plugin/scrape/vendor/symfony/css-selector/XPath/
DTranslator.php206 …public function addAttributeMatching(XPathExpr $xpath, string $operator, string $attribute, ?strin…
/plugin/findologicxmlexport/vendor/hoa/file/
DFinder.php429 protected function formatDate($date, &$operator)
/plugin/dokuprism/prism/
Dprism.js8 …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 DFilterParser.php283 …protected function getComparisonFilterObject(string $operator, string $attribute, string $value): …
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/
Dcore.js30 operator: { property
48 operator: { property
389 operator: { property
625 operator: { property
642 operator: { property
/plugin/photogallery/phpThumb/
Dphpthumb.functions.php42 public static function version_compare_replacement_sub($version1, $version2, $operator='') {
102 public static function version_compare_replacement($version1, $version2, $operator='') {
/plugin/codemirror/dist/modes/
Dpowershell.min.js1 …b/codemirror"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);e…
/plugin/codemirror/dist/keymaps/
Dvim.min.js1 …),require("../addon/search/searchcursor"),require("../addon/dialog/dialog"),require("../addon/edit… function
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
Dprism.js6 …nctuation:/\(/}}, number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\d+)?)\b/g,operator:/[-+]{1,2}|!|&lt;… property
/plugin/authgoogle/google/contrib/
DGoogle_DatastoreService.php323 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/
Dcpp.js7 …e': 1, 'private': 1, 'char': 1, 'catch': 1, 'export': 1, 'virtual': 1, 'operator': 2, 'sizeof': 2,… property
Dcs.js12 …lock': 1, 'long': 1, 'namespace': 1, 'new': 1, 'null': 1, 'object': 1, 'operator': 1, 'out': 1, 'o… property
/plugin/odt/ODT/css/
Dcssimportnew.php22 protected $operator = NULL; variable in css_attribute_selector
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts54 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/
Dparse.js1488 return new ctor({ operator: op, expression: expr }); property
1501 operator : op, property
1545 operator : val, property

12345