Home
last modified time | relevance | path

Searched refs:invertMatch (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/
H A DHttpHeaderMatch.php22 public $invertMatch; variable in Google_Service_Compute_HttpHeaderMatch
46 public function setInvertMatch($invertMatch) argument
48 $this->invertMatch = $invertMatch;
52 return $this->invertMatch;
/dports/sysutils/consul/consul-1.10.3/agent/xds/testdata/rbac/
H A Ddefault-deny-single-intention-with-kitchen-sink-perms--httpfilter.golden129 "invertMatch": true
136 "invertMatch": true
143 "invertMatch": true
150 "invertMatch": true
162 "invertMatch": true
H A Ddefault-allow-single-intention-with-kitchen-sink-perms--httpfilter.golden130 "invertMatch": true
137 "invertMatch": true
144 "invertMatch": true
151 "invertMatch": true
163 "invertMatch": true
H A Ddefault-allow-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden130 "invertMatch": true
137 "invertMatch": true
144 "invertMatch": true
151 "invertMatch": true
163 "invertMatch": true
H A Ddefault-deny-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden129 "invertMatch": true
136 "invertMatch": true
143 "invertMatch": true
150 "invertMatch": true
162 "invertMatch": true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/xds/testdata/rbac/
H A Ddefault-allow-single-intention-with-kitchen-sink-perms--httpfilter.golden130 "invertMatch": true
137 "invertMatch": true
144 "invertMatch": true
151 "invertMatch": true
163 "invertMatch": true
H A Ddefault-allow-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden130 "invertMatch": true
137 "invertMatch": true
144 "invertMatch": true
151 "invertMatch": true
163 "invertMatch": true
H A Ddefault-deny-single-intention-with-kitchen-sink-perms--httpfilter.golden129 "invertMatch": true
136 "invertMatch": true
143 "invertMatch": true
150 "invertMatch": true
162 "invertMatch": true
H A Ddefault-deny-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden129 "invertMatch": true
136 "invertMatch": true
143 "invertMatch": true
150 "invertMatch": true
162 "invertMatch": true
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/xds/testdata/rbac/
H A Ddefault-deny-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden129 "invertMatch": true
136 "invertMatch": true
143 "invertMatch": true
150 "invertMatch": true
162 "invertMatch": true
H A Ddefault-allow-single-intention-with-kitchen-sink-perms--httpfilter.golden130 "invertMatch": true
137 "invertMatch": true
144 "invertMatch": true
151 "invertMatch": true
163 "invertMatch": true
H A Ddefault-allow-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden130 "invertMatch": true
137 "invertMatch": true
144 "invertMatch": true
151 "invertMatch": true
163 "invertMatch": true
H A Ddefault-deny-single-intention-with-kitchen-sink-perms--httpfilter.golden129 "invertMatch": true
136 "invertMatch": true
143 "invertMatch": true
150 "invertMatch": true
162 "invertMatch": true
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool-testsuite/test/org/antlr/v4/test/tool/
H A DTestParseTreeMatcher.java360 boolean invertMatch = true; // 0!=1 in testTokenTextMatch()
361 checkPatternMatch(grammar, "s", input, pattern, "X4", invertMatch); in testTokenTextMatch()
365 invertMatch = false; in testTokenTextMatch()
366 checkPatternMatch(grammar, "s", input, pattern, "X4", invertMatch); in testTokenTextMatch()
370 invertMatch = false; in testTokenTextMatch()
371 checkPatternMatch(grammar, "s", input, pattern, "X4", invertMatch); in testTokenTextMatch()
375 invertMatch = true; in testTokenTextMatch()
376 checkPatternMatch(grammar, "s", input, pattern, "X4", invertMatch); in testTokenTextMatch()
430 String grammarName, boolean invertMatch) in checkPatternMatch() argument
445 if ( invertMatch ) assertFalse(matched); in checkPatternMatch()
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/xds/internal/balancer/xdsrouting/
H A Drouting_config.go43 invertMatch bool member
123 tempHeader.invertMatch = *h.InvertMatch
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/xds/internal/balancer/xdsrouting/
H A Drouting_config.go43 invertMatch bool member
123 tempHeader.invertMatch = *h.InvertMatch
/dports/net-im/dendrite/dendrite-0.5.1/vendor/google.golang.org/grpc/xds/internal/balancer/xdsrouting/
H A Drouting_config.go43 invertMatch bool member
123 tempHeader.invertMatch = *h.InvertMatch
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/google.golang.org/grpc/xds/internal/balancer/xdsrouting/
H A Drouting_config.go43 invertMatch bool member
128 tempHeader.invertMatch = *h.InvertMatch
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/google.golang.org/grpc/grpc-go-1.34.0/xds/internal/balancer/xdsrouting/
H A Drouting_config.go43 invertMatch bool member
128 tempHeader.invertMatch = *h.InvertMatch
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/transformations/matchers/
H A Dids.ts8 invertMatch = 'invertMatch', // checks child enumerator
H A Dpredicates.ts143 id: MatcherID.invertMatch,
163 id: MatcherID.invertMatch,
H A Dpredicates.test.ts36 const matches = fieldMatchers.get(MatcherID.invertMatch).get(matchesTimeConfig);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/graphics/
H A Dscreen_lok.cpp397 _paletteDither[idx].invertMatch = index2; in paletteMap()
412 *row1++ = dither.invertMatch; in convertTo16Colors()
413 *row2++ = dither.invertMatch; in convertTo16Colors()
H A Dscreen_lok.h103 uint8 invertMatch; member
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dscreen_lok.cpp426 _paletteDither[idx].invertMatch = index2; in paletteMap()
441 *row1++ = dither.invertMatch; in convertTo16Colors()
442 *row2++ = dither.invertMatch; in convertTo16Colors()

123