/plugin/authgoogle/google/external/ |
H A 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/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/ |
H A 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;
|
H A 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;
|
H A 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;
|
H A 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;
|
H A 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;
|
H A 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/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/ |
H A 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/Webmasters/ |
H A 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/Eventarc/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A 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/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 55.55.js | 1 …operator",{token:"@rematch",next:"@allowMethod"}]],[/([{(])(\s*)(@name(?=\s*=>))/,["@brackets","wh…
|
H A D | 63.63.js | 5 …operator"],[/@symbols/,"operator"]],comment:[[/\/\/\/.*$/,"comment.doc"],[/\/\*\*/,"comment.doc","…
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | Common.php | 77 * Set the logic operator for low frequency terms. 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); 89 * Set the logic operator for high frequency terms. 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);
|
H A D | SimpleQueryString.php | 46 * Set the default operator to use if no explicit operator is defined in the query string. 48 * @param string $operator see OPERATOR_* constants for options 52 public function setDefaultOperator(string $operator = self::OPERATOR_OR): self argument 54 return $this->setParam('default_operator', $operator);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A 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/ |
H A D | ValidLogicalOperatorsSniff.php | 68 $operator = strtolower($tokens[$stackPtr]['content']); 69 if (isset($replacements[$operator]) === false) { 75 $operator, 76 $replacements[$operator],
|
H A 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/ |
H A 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/ |
H A 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);
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | Finder.php | 283 $operator = $matches[1]; 341 switch ($operator) { 429 protected function formatDate($date, &$operator) argument 431 $operator = -1; 441 $operator = 1; 460 $time = $this->formatDate($date, $operator); 462 if (-1 === $operator) { 485 $time = $this->formatDate($date, $operator); 487 if (-1 === $operator) {
|