| /plugin/authgoogle/google/external/ |
| D | URITemplateParser.php | 75 $exp->operator = $lm[1]; 93 switch ($exp->operator) { 155 if ($exp->operator == '?' && ! $var->modifier) { 168 …if ($exp->operator == '?' && $var->modifier || $exp->operator == ';' && $var->modifier == '*' || $… 177 …if ($exp->operator == ';' && $var->modifier == '*' || $exp->operator == ';' && $var->modifier == '… 191 if ($exp->operator == '?') { 193 } else if ($exp->operator == ';') { 197 if ($exp->operator == '+') {
|
| /plugin/scrape/vendor/symfony/css-selector/Node/ |
| D | AttributeNode.php | 29 private $operator; variable in Symfony\\Component\\CssSelector\\Node\\AttributeNode 32 …t(NodeInterface $selector, ?string $namespace, string $attribute, string $operator, ?string $value) argument 37 $this->operator = $operator; 58 return $this->operator; 78 return 'exists' === $this->operator 80 …s[%s %s '%s']]", $this->getNodeName(), $this->selector, $attribute, $this->operator, $this->value);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/ |
| D | DimensionFilterClause.php | 28 public $operator; variable in Google\\Service\\AnalyticsReporting\\DimensionFilterClause 47 public function setOperator($operator) argument 49 $this->operator = $operator; 56 return $this->operator;
|
| D | MetricFilterClause.php | 28 public $operator; variable in Google\\Service\\AnalyticsReporting\\MetricFilterClause 47 public function setOperator($operator) argument 49 $this->operator = $operator; 56 return $this->operator;
|
| D | MetricFilter.php | 37 public $operator; variable in Google\\Service\\AnalyticsReporting\\MetricFilter 84 public function setOperator($operator) argument 86 $this->operator = $operator; 93 return $this->operator;
|
| D | SegmentMetricFilter.php | 37 public $operator; variable in Google\\Service\\AnalyticsReporting\\SegmentMetricFilter 88 public function setOperator($operator) argument 90 $this->operator = $operator; 97 return $this->operator;
|
| D | DimensionFilter.php | 42 public $operator; variable in Google\\Service\\AnalyticsReporting\\DimensionFilter 103 public function setOperator($operator) argument 105 $this->operator = $operator; 112 return $this->operator;
|
| D | SegmentDimensionFilter.php | 46 public $operator; variable in Google\\Service\\AnalyticsReporting\\SegmentDimensionFilter 121 public function setOperator($operator) argument 123 $this->operator = $operator; 130 return $this->operator;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 222 operator: "void", 277 … if (parent instanceof AST_Assign && parent.operator == "=" && node === parent.right 353 && (node.operator == "&&" || node.operator == "||")) { 519 operator: "-", property 524 operator: "-", property 548 if (parent instanceof AST_UnaryPrefix && parent.operator == "delete" 724 && (parent.operator == "&&" || parent.operator == "||") 805 operator: "=", 1122 if (node instanceof AST_Binary && node.operator == "in") 1225 && node.operator == "void" [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/ |
| D | ApiDimensionFilter.php | 24 public $operator; variable in Google\\Service\\Webmasters\\ApiDimensionFilter 42 public function setOperator($operator) argument 44 $this->operator = $operator; 48 return $this->operator;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/ |
| D | ApiDimensionFilter.php | 33 public $operator; variable in Google\\Service\\SearchConsole\\ApiDimensionFilter 66 public function setOperator($operator) argument 68 $this->operator = $operator; 75 return $this->operator;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/ |
| D | EventFilter.php | 29 public $operator; variable in Google\\Service\\Eventarc\\EventFilter 52 public function setOperator($operator) argument 54 $this->operator = $operator; 61 return $this->operator;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | SchedulingNodeAffinity.php | 30 public $operator; variable in Google\\Service\\Compute\\SchedulingNodeAffinity 53 public function setOperator($operator) argument 55 $this->operator = $operator; 62 return $this->operator;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/ |
| D | SchedulingNodeAffinity.php | 30 public $operator; variable in Google\\Service\\VMMigrationService\\SchedulingNodeAffinity 53 public function setOperator($operator) argument 55 $this->operator = $operator; 62 return $this->operator;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/ |
| D | ReportRequestFilters.php | 28 public $operator; variable in Google\\Service\\Doubleclicksearch\\ReportRequestFilters 51 public function setOperator($operator) argument 53 $this->operator = $operator; 60 return $this->operator;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
| D | GooglePrivacyDlpV2Condition.php | 27 public $operator; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Condition 48 public function setOperator($operator) argument 50 $this->operator = $operator; 57 return $this->operator;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 55.55.js | 1 …operator",{token:"@rematch",next:"@allowMethod"}]],[/([{(])(\s*)(@name(?=\s*=>))/,["@brackets","wh…
|
| D | 63.63.js | 5 …operator"],[/@symbols/,"operator"]],comment:[[/\/\/\/.*$/,"comment.doc"],[/\/\*\*/,"comment.doc","…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
| D | GoogleCloudApigeeV1QueryMetric.php | 37 public $operator; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1QueryMetric 88 public function setOperator($operator) argument 90 $this->operator = $operator; 97 return $this->operator;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | Common.php | 79 * @param string $operator see OPERATOR_* class constants for options 83 public function setLowFrequencyOperator(string $operator = self::OPERATOR_OR): self argument 85 return $this->setQueryParam('low_freq_operator', $operator); 91 * @param string $operator see OPERATOR_* class constants for options 95 public function setHighFrequencyOperator(string $operator = self::OPERATOR_OR): self argument 97 return $this->setQueryParam('high_frequency_operator', $operator);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | ListPopulationTerm.php | 33 public $operator; variable in Google\\Service\\Dfareporting\\ListPopulationTerm 86 public function setOperator($operator) argument 88 $this->operator = $operator; 95 return $this->operator;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/ |
| D | ValidLogicalOperatorsSniff.php | 68 $operator = strtolower($tokens[$stackPtr]['content']); 69 if (isset($replacements[$operator]) === false) { 75 $operator, 76 $replacements[$operator],
|
| D | IncrementDecrementUsageSniff.php | 205 $operator = $tokens[$opToken]['content']; 207 $operator = substr($tokens[$stackPtr]['content'], 0, 1); 215 if ($operator === '+') { 216 $operator = '-'; 218 $operator = '+'; 223 $expected = $tokens[$assignedVar]['content'].$operator.$operator; 226 if ($operator === '+') {
|
| /plugin/structcondstyle/ |
| D | action.php | 97 $operator = NULL; 102 $operator = $op_reg; 106 if(!$operator){ 111 $column = trim(preg_split("/\s*$operator\s*/",$condition)[0]); 112 $argument = trim(preg_split("/\s*$operator\s*/",$condition)[1]); 115 $config = array("operator" => $operator, 161 $operator = NULL; 167 if(!$operator) continue; 201 $cond_applies = $this->ops[$operator]->evaluate($row_val,$argument);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/ |
| D | AjaxNullComparisonSniff.php | 90 $operator = $phpcsFile->findNext(T_WHITESPACE, ($i + 1), null, true); 91 if ($tokens[$operator]['code'] !== T_IS_IDENTICAL 92 && $tokens[$operator]['code'] !== T_IS_NOT_IDENTICAL 97 $nullValue = $phpcsFile->findNext(T_WHITESPACE, ($operator + 1), null, true);
|