Home
last modified time | relevance | path

Searched refs:matchType (Results 1 – 25 of 1140) sorted by relevance

12345678910>>...46

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dindexability.h80 if (MatchExpression::NOT == child->matchType()) { in arrayUsesIndexOnOwnField()
124 return MatchExpression::NOT == me->matchType() && in isBoundsGeneratingNot()
165 return me->matchType() == MatchExpression::LTE || me->matchType() == MatchExpression::LT || in isIndexOnOwnFieldTypeNode()
166 me->matchType() == MatchExpression::EQ || me->matchType() == MatchExpression::GT || in isIndexOnOwnFieldTypeNode()
167 me->matchType() == MatchExpression::GTE || me->matchType() == MatchExpression::REGEX || in isIndexOnOwnFieldTypeNode()
168 me->matchType() == MatchExpression::MOD || in isIndexOnOwnFieldTypeNode()
169 me->matchType() == MatchExpression::MATCH_IN || in isIndexOnOwnFieldTypeNode()
171 me->matchType() == MatchExpression::GEO || in isIndexOnOwnFieldTypeNode()
172 me->matchType() == MatchExpression::GEO_NEAR || in isIndexOnOwnFieldTypeNode()
173 me->matchType() == MatchExpression::EXISTS || in isIndexOnOwnFieldTypeNode()
[all …]
H A Dplanner_ixselect.cpp106 invariant(node->matchType() != MatchExpression::AND && in boundsGeneratingNodeContainsComparisonToType()
107 node->matchType() != MatchExpression::OR && in boundsGeneratingNodeContainsComparisonToType()
108 node->matchType() != MatchExpression::NOR && in boundsGeneratingNodeContainsComparisonToType()
115 if (node->matchType() == MatchExpression::MATCH_IN) { in boundsGeneratingNodeContainsComparisonToType()
125 if (node->matchType() == MatchExpression::NOT) { in boundsGeneratingNodeContainsComparisonToType()
412 if (MatchExpression::NOT == node->matchType()) { in rateIndices()
472 if (MatchExpression::GEO != node->matchType() && in stripInvalidAssignments()
545 if (MatchExpression::AND == node->matchType()) { in stripUnneededAssignments()
695 if (node->matchType() == MatchExpression::NOT || node->matchType() == MatchExpression::NOR) { in stripInvalidAssignmentsToTextIndex()
703 if (node->matchType() != MatchExpression::AND) { in stripInvalidAssignmentsToTextIndex()
[all …]
H A Dindex_tag.cpp63 if (MatchExpression::GEO_NEAR == lhs->matchType()) { in TagComparison()
70 if (MatchExpression::TEXT == lhs->matchType()) { in TagComparison()
72 } else if (MatchExpression::TEXT == rhs->matchType()) { in TagComparison()
88 return lhs->matchType() < rhs->matchType(); in TagComparison()
112 if (clone->matchType() == MatchExpression::NOT) { in attachNode()
120 if (MatchExpression::AND == target->matchType()) { in attachNode()
166 if (MatchExpression::OR == target->matchType()) { in pushdownNode()
203 if (MatchExpression::AND == target->matchType()) { in pushdownNode()
218 node->matchType() == MatchExpression::AND) { in getElemMatchOrPushdownDescendants()
222 } else if (node->matchType() == MatchExpression::NOT) { in getElemMatchOrPushdownDescendants()
[all …]
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/rule/
H A DMode.java84 int matchType = rule.getMatchType(); in addRule() local
98 matchType = Pattern.ANY_NODE; in addRule()
101 if (matchType == Pattern.ANY_NODE) { in addRule()
112 getRuleSet(matchType).addRule(rule); in addRule()
116 int matchType = rule.getMatchType(); in removeRule() local
128 matchType = Pattern.ANY_NODE; in removeRule()
133 if (matchType != Pattern.ANY_NODE) { in removeRule()
148 int matchType = node.getNodeType(); in getMatchingRule() local
178 if ((matchType < 0) || (matchType >= ruleSets.length)) { in getMatchingRule()
179 matchType = Pattern.ANY_NODE; in getMatchingRule()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/
H A DExcelMatch.php35 $matchType = ($matchType === null)
37 : (int) Functions::flattenSingleValue($matchType);
42 self::validateMatchType($matchType);
46 if ($matchType == self::MATCHTYPE_LARGEST_VALUE) {
52 $lookupArray = self::prepareLookupArray($lookupArray, $matchType);
63 switch ($matchType) {
156 private static function validateMatchType($matchType): void argument
160 ($matchType !== self::MATCHTYPE_FIRST_VALUE) &&
161 … ($matchType !== self::MATCHTYPE_LARGEST_VALUE) && ($matchType !== self::MATCHTYPE_SMALLEST_VALUE)
176 private static function prepareLookupArray($lookupArray, $matchType) argument
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Dmy_log_widget.cpp93 QRegularExpressionMatch matchType = reInnerType->match(match.captured(5)); in formatLine() local
94 if (matchType.hasMatch()) in formatLine()
97 if (matchType.captured(1) == "Info") color = "green"; in formatLine()
98 if (matchType.captured(1) == "Debug") in formatLine()
100 else if (matchType.captured(1) == "Warning") in formatLine()
102 else if (matchType.captured(1) == "Critical") in formatLine()
104 else if (matchType.captured(1) == "Error") in formatLine()
106 else if (matchType.captured(1) == "NetRender") in formatLine()
108 else if (matchType.captured(1) == "Gamepad") in formatLine()
112 out += matchType.captured(1) + "<b>" + matchType.captured(2) + "</b></span>"; in formatLine()
/dports/sysutils/consul/consul-1.10.3/agent/connect/
H A Dauthz_test.go15 matchType structs.IntentionMatchType
28 matchType: structs.IntentionMatchSource,
40 matchType: structs.IntentionMatchSource,
53 matchType: structs.IntentionMatchSource,
66 matchType: structs.IntentionMatchSource,
79 matchType: structs.IntentionMatchSource,
92 matchType: structs.IntentionMatchSource,
106 matchType: structs.IntentionMatchDestination,
118 matchType: structs.IntentionMatchDestination,
131 matchType: structs.IntentionMatchDestination,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/connect/
H A Dauthz_test.go15 matchType structs.IntentionMatchType
28 matchType: structs.IntentionMatchSource,
40 matchType: structs.IntentionMatchSource,
53 matchType: structs.IntentionMatchSource,
66 matchType: structs.IntentionMatchSource,
79 matchType: structs.IntentionMatchSource,
92 matchType: structs.IntentionMatchSource,
106 matchType: structs.IntentionMatchDestination,
118 matchType: structs.IntentionMatchDestination,
131 matchType: structs.IntentionMatchDestination,
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/connect/
H A Dauthz_test.go15 matchType structs.IntentionMatchType
28 matchType: structs.IntentionMatchSource,
40 matchType: structs.IntentionMatchSource,
53 matchType: structs.IntentionMatchSource,
66 matchType: structs.IntentionMatchSource,
79 matchType: structs.IntentionMatchSource,
92 matchType: structs.IntentionMatchSource,
106 matchType: structs.IntentionMatchDestination,
118 matchType: structs.IntentionMatchDestination,
131 matchType: structs.IntentionMatchDestination,
[all …]
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/autocreatescripts/sieveconditions/
H A Dsieveconditionbody.cpp36 auto matchType = new SelectMatchTypeComboBox(mSieveGraphicalModeWidget); in createParamWidget() local
37 lay->addWidget(matchType); in createParamWidget()
38 matchType->setObjectName(QStringLiteral("matchtype")); in createParamWidget()
57 const QString matchValue = matchType->code(isNegative); in code()
69 return QStringList() << QStringLiteral("body") << matchType->needRequires(); in needRequires()
137 matchType->setCode(tagValueList.at(1), name(), error); in setParamWidgetValue()
141 matchType->setCode(tagValueList.at(0), name(), error); in setParamWidgetValue()
143 matchType->setCode(tagValueList.at(0), name(), error); in setParamWidgetValue()
152 auto matchType = w->findChild<SelectMatchTypeComboBox *>(QStringLiteral("matchtype")); in setParamWidgetValue() local
154 matchType->setCode(tagValueList.at(0), name(), error); in setParamWidgetValue()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/doc/library/Doc/Search/
H A DDocSearchMatch.php55 protected $matchType; variable in Icinga\\Module\\Doc\\Search\\DocSearchMatch
110 * @param int $matchType
114 public function setMatchType($matchType) argument
116 $matchType = (int) $matchType;
117 if ($matchType !== static::MATCH_HEADER && $matchType !== static::MATCH_CONTENT) {
120 $this->matchType = $matchType;
131 return $this->matchType;
/dports/www/gitea/gitea-1.16.5/vendor/github.com/minio/minio-go/v7/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
141 matchType: matchType,
162 matchType: "eq",
180 matchType: "starts-with",
215 matchType: "eq",
233 matchType: "eq",
255 matchType: "eq",
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/minio/minio-go/v7/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
141 matchType: matchType,
162 matchType: "eq",
180 matchType: "starts-with",
215 matchType: "eq",
233 matchType: "eq",
255 matchType: "eq",
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/minio/minio-go/v7/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
141 matchType: matchType,
162 matchType: "eq",
180 matchType: "starts-with",
215 matchType: "eq",
233 matchType: "eq",
255 matchType: "eq",
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/minio/minio-go/v7/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
141 matchType: matchType,
162 matchType: "eq",
180 matchType: "starts-with",
215 matchType: "eq",
233 matchType: "eq",
255 matchType: "eq",
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/minio/minio-go/v7/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
141 matchType: matchType,
162 matchType: "eq",
180 matchType: "starts-with",
215 matchType: "eq",
233 matchType: "eq",
255 matchType: "eq",
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/minio-go/v7/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
141 matchType: matchType,
162 matchType: "eq",
180 matchType: "starts-with",
215 matchType: "eq",
233 matchType: "eq",
255 matchType: "eq",
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/minio/minio-go/v7/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
141 matchType: matchType,
162 matchType: "eq",
180 matchType: "starts-with",
215 matchType: "eq",
233 matchType: "eq",
255 matchType: "eq",
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
135 func (p *PostPolicy) SetCondition(matchType, condition, value string) error {
141 matchType: matchType,
162 matchType: "eq",
197 matchType: "eq",
219 matchType: "eq",
241 matchType: "eq",
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
135 func (p *PostPolicy) SetCondition(matchType, condition, value string) error {
141 matchType: matchType,
162 matchType: "eq",
197 matchType: "eq",
219 matchType: "eq",
241 matchType: "eq",
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/
H A Dpost-policy.go42 matchType string member
88 matchType: "eq",
106 matchType: "starts-with",
123 matchType: "eq",
135 func (p *PostPolicy) SetCondition(matchType, condition, value string) error {
141 matchType: matchType,
162 matchType: "eq",
197 matchType: "eq",
219 matchType: "eq",
241 matchType: "eq",
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kunalvarma05/dropbox-php-sdk/src/Dropbox/Models/
H A DSearchResult.php12 protected $matchType = null; variable in Kunnu\\Dropbox\\Models\\SearchResult
30 $matchType = $this->getDataProperty('match_type');
31 $this->matchType = isset($matchType['.tag']) ? $matchType['.tag'] : null;
56 return $this->matchType;
/dports/cad/ngspice_rework/ngspice-35/tests/bin/
H A DcompareSimulationResults.pl180 my(@RefRes,@SimRes,@ColNames,$matchType,$mag,$lo,$hi);
192 $maxAbsErr=0;$maxRelErr=0;$matchType=0;
204 $matchType=1 if ($matchType<1);
208 $matchType=2 if ($matchType<2);
231 $matchType=2 if ($matchType<2);
235 if ($matchType==0) {
237 } elsif ($matchType==1) {
239 } elsif ($matchType==2) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DPatternMatcher.cs14 MatchType matchType; field in System.Web.Services.Protocols.PatternMatcher
21 matchType = MatchType.Reflect(type); in PatternMatcher()
29 return matchType.Match(text); in Match()
42 MatchType matchType = new MatchType(); in Reflect()
43 matchType.type = type; in Reflect()
51 matchType.fields = (MatchMember[])list.ToArray(typeof(MatchMember)); in Reflect()
52 return matchType; in Reflect()
69 MatchType matchType; field in System.Web.Services.Protocols.MatchMember
129 return matches.ToArray(matchType.Type); in MatchClass()
140 return matchType.Match(text.Substring(c.Index, c.Length)); in MatchClass()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dexpression_tree.cpp88 MatchType matchType = expression->matchType(); in getOptimizer() local
89 if (matchType == AND || matchType == OR) { in getOptimizer()
92 if (childExpression->matchType() == matchType) { in getOptimizer()
119 if ((matchType == AND || matchType == OR || matchType == INTERNAL_SCHEMA_XOR)) { in getOptimizer()
125 } else if (matchType == NOR) { in getOptimizer()
139 if (matchType() != other->matchType()) in equivalent()
285 if (matchType() != other->matchType()) in equivalent()

12345678910>>...46