Home
last modified time | relevance | path

Searched refs:IsAllowed (Results 1 – 25 of 784) sorted by relevance

12345678910>>...32

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/util/
H A Dallowed_tenants_test.go11 require.True(t, a.IsAllowed("all"))
18 require.True(t, a.IsAllowed("A"))
19 require.True(t, a.IsAllowed("B"))
20 require.False(t, a.IsAllowed("C"))
21 require.False(t, a.IsAllowed("D"))
26 require.False(t, a.IsAllowed("A"))
27 require.False(t, a.IsAllowed("B"))
28 require.True(t, a.IsAllowed("C"))
29 require.True(t, a.IsAllowed("D"))
44 require.True(t, a.IsAllowed("A"))
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/cors/
H A Dorigin_access_list_unittest.cc145 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
151 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
191 EXPECT_FALSE(IsAllowed(http_example_origin())); in TEST_F()
197 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
199 EXPECT_FALSE(IsAllowed(http_example_origin())); in TEST_F()
205 EXPECT_FALSE(IsAllowed(http_example_origin())); in TEST_F()
212 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
214 EXPECT_FALSE(IsAllowed(http_example_origin())); in TEST_F()
220 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
221 EXPECT_TRUE(IsAllowed(https_google_origin())); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/cors/
H A Dorigin_access_list_unittest.cc145 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
151 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
191 EXPECT_FALSE(IsAllowed(http_example_origin())); in TEST_F()
197 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
199 EXPECT_FALSE(IsAllowed(http_example_origin())); in TEST_F()
205 EXPECT_FALSE(IsAllowed(http_example_origin())); in TEST_F()
212 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
214 EXPECT_FALSE(IsAllowed(http_example_origin())); in TEST_F()
220 EXPECT_TRUE(IsAllowed(https_example_origin())); in TEST_F()
221 EXPECT_TRUE(IsAllowed(https_google_origin())); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dactive_tab_unittest.cc266 EXPECT_TRUE(IsAllowed(extension, google)); in TEST_F()
280 EXPECT_TRUE(IsAllowed(extension, google)); in TEST_F()
299 EXPECT_TRUE(IsAllowed(extension, google)); in TEST_F()
342 EXPECT_TRUE(IsAllowed(extension, google)); in TEST_F()
393 EXPECT_TRUE(IsAllowed(extension, google)); in TEST_F()
408 EXPECT_TRUE(IsAllowed(extension, google)); in TEST_F()
433 EXPECT_TRUE(IsAllowed(extension, google)); in TEST_F()
439 EXPECT_FALSE(IsAllowed(extension, google)); in TEST_F()
445 EXPECT_FALSE(IsAllowed(extension, google)); in TEST_F()
452 EXPECT_FALSE(IsAllowed(extension, google)); in TEST_F()
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_logconfig_test.go65 if !conf.IsAllowed(TraceLvl, context) {
68 if conf.IsAllowed(TraceLvl, firstContext) {
71 if conf.IsAllowed(ErrorLvl, context) {
74 if !conf.IsAllowed(ErrorLvl, secondContext) {
79 if !conf.IsAllowed(TraceLvl, context) {
82 if conf.IsAllowed(TraceLvl, firstContext) {
85 if conf.IsAllowed(ErrorLvl, context) {
88 if !conf.IsAllowed(ErrorLvl, secondContext) {
H A Dcommon_constraints.go35 IsAllowed(level LogLevel) bool methodSpec
60 func (minMaxConstr *minMaxConstraints) IsAllowed(level LogLevel) bool { func
132 func (listConstr *listConstraints) IsAllowed(level LogLevel) bool { func
156 func (offConstr *offConstraints) IsAllowed(level LogLevel) bool { func
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_logconfig_test.go65 if !conf.IsAllowed(TraceLvl, context) {
68 if conf.IsAllowed(TraceLvl, firstContext) {
71 if conf.IsAllowed(ErrorLvl, context) {
74 if !conf.IsAllowed(ErrorLvl, secondContext) {
79 if !conf.IsAllowed(TraceLvl, context) {
82 if conf.IsAllowed(TraceLvl, firstContext) {
85 if conf.IsAllowed(ErrorLvl, context) {
88 if !conf.IsAllowed(ErrorLvl, secondContext) {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_logconfig_test.go65 if !conf.IsAllowed(TraceLvl, context) {
68 if conf.IsAllowed(TraceLvl, firstContext) {
71 if conf.IsAllowed(ErrorLvl, context) {
74 if !conf.IsAllowed(ErrorLvl, secondContext) {
79 if !conf.IsAllowed(TraceLvl, context) {
82 if conf.IsAllowed(TraceLvl, firstContext) {
85 if conf.IsAllowed(ErrorLvl, context) {
88 if !conf.IsAllowed(ErrorLvl, secondContext) {
H A Dcommon_constraints.go35 IsAllowed(level LogLevel) bool methodSpec
60 func (minMaxConstr *minMaxConstraints) IsAllowed(level LogLevel) bool { func
132 func (listConstr *listConstraints) IsAllowed(level LogLevel) bool { func
156 func (offConstr *offConstraints) IsAllowed(level LogLevel) bool { func
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_logconfig_test.go65 if !conf.IsAllowed(TraceLvl, context) {
68 if conf.IsAllowed(TraceLvl, firstContext) {
71 if conf.IsAllowed(ErrorLvl, context) {
74 if !conf.IsAllowed(ErrorLvl, secondContext) {
79 if !conf.IsAllowed(TraceLvl, context) {
82 if conf.IsAllowed(TraceLvl, firstContext) {
85 if conf.IsAllowed(ErrorLvl, context) {
88 if !conf.IsAllowed(ErrorLvl, secondContext) {
/dports/sysutils/aptly/aptly-1.4.0/deb/
H A Duploaders_test.go61 …c.Check(u.IsAllowed(&Changes{SignatureKeys: []pgp.Key{}, Stanza: Stanza{"Source": "calamares"}}), …
64 …c.Check(u.IsAllowed(&Changes{SignatureKeys: []pgp.Key{"37E1C17570096AD1", "EC4B033C70096AD1"}, Sta…
67 …c.Check(u.IsAllowed(&Changes{SignatureKeys: []pgp.Key{"ABCD1234", "1234ABCD"}, Stanza: Stanza{"Sou…
70 …c.Check(u.IsAllowed(&Changes{SignatureKeys: []pgp.Key{"ABCD1234", "1234ABCD"}, Stanza: Stanza{"Sou…
74 …c.Check(u.IsAllowed(&Changes{SignatureKeys: []pgp.Key{"45678901", "12345678"}, Stanza: Stanza{"Sou…
75 …c.Check(u.IsAllowed(&Changes{SignatureKeys: []pgp.Key{"37E1C17570096AD1"}, Stanza: Stanza{"Source"…
76 …c.Check(u.IsAllowed(&Changes{SignatureKeys: []pgp.Key{"70096AD1"}, Stanza: Stanza{"Source": "some-…
79 …c.Check(u.IsAllowed(&Changes{SignatureKeys: []pgp.Key{"ABCD1234", "45678901"}, Stanza: Stanza{"Sou…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/
H A Dthrottler_test.go163 assert.False(t, throttler.IsAllowed(testOperation))
166 assert.False(t, throttler.IsAllowed(testOperation))
177 assert.True(t, throttler.IsAllowed(testOperation))
178 assert.True(t, throttler.IsAllowed(testOperation))
179 assert.False(t, throttler.IsAllowed(testOperation))
214 assert.True(t, throttler.IsAllowed(testOperation))
216 assert.True(t, throttler.IsAllowed(testOperation))
217 assert.False(t, throttler.IsAllowed(testOperation))
242 assert.False(t, throttler.IsAllowed(testOperation))
245 assert.True(t, throttler.IsAllowed(testOperation))
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/
H A Dthrottler_test.go163 assert.False(t, throttler.IsAllowed(testOperation))
166 assert.False(t, throttler.IsAllowed(testOperation))
177 assert.True(t, throttler.IsAllowed(testOperation))
178 assert.True(t, throttler.IsAllowed(testOperation))
179 assert.False(t, throttler.IsAllowed(testOperation))
214 assert.True(t, throttler.IsAllowed(testOperation))
216 assert.True(t, throttler.IsAllowed(testOperation))
217 assert.False(t, throttler.IsAllowed(testOperation))
242 assert.False(t, throttler.IsAllowed(testOperation))
245 assert.True(t, throttler.IsAllowed(testOperation))
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/
H A Dthrottler_test.go163 assert.False(t, throttler.IsAllowed(testOperation))
166 assert.False(t, throttler.IsAllowed(testOperation))
177 assert.True(t, throttler.IsAllowed(testOperation))
178 assert.True(t, throttler.IsAllowed(testOperation))
179 assert.False(t, throttler.IsAllowed(testOperation))
214 assert.True(t, throttler.IsAllowed(testOperation))
216 assert.True(t, throttler.IsAllowed(testOperation))
217 assert.False(t, throttler.IsAllowed(testOperation))
242 assert.False(t, throttler.IsAllowed(testOperation))
245 assert.True(t, throttler.IsAllowed(testOperation))
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/
H A Dthrottler_test.go163 assert.False(t, throttler.IsAllowed(testOperation))
166 assert.False(t, throttler.IsAllowed(testOperation))
177 assert.True(t, throttler.IsAllowed(testOperation))
178 assert.True(t, throttler.IsAllowed(testOperation))
179 assert.False(t, throttler.IsAllowed(testOperation))
214 assert.True(t, throttler.IsAllowed(testOperation))
216 assert.True(t, throttler.IsAllowed(testOperation))
217 assert.False(t, throttler.IsAllowed(testOperation))
242 assert.False(t, throttler.IsAllowed(testOperation))
245 assert.True(t, throttler.IsAllowed(testOperation))
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/
H A Dthrottler_test.go163 assert.False(t, throttler.IsAllowed(testOperation))
166 assert.False(t, throttler.IsAllowed(testOperation))
177 assert.True(t, throttler.IsAllowed(testOperation))
178 assert.True(t, throttler.IsAllowed(testOperation))
179 assert.False(t, throttler.IsAllowed(testOperation))
214 assert.True(t, throttler.IsAllowed(testOperation))
216 assert.True(t, throttler.IsAllowed(testOperation))
217 assert.False(t, throttler.IsAllowed(testOperation))
242 assert.False(t, throttler.IsAllowed(testOperation))
245 assert.True(t, throttler.IsAllowed(testOperation))
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/
H A Dthrottler_test.go163 assert.False(t, throttler.IsAllowed(testOperation))
166 assert.False(t, throttler.IsAllowed(testOperation))
177 assert.True(t, throttler.IsAllowed(testOperation))
178 assert.True(t, throttler.IsAllowed(testOperation))
179 assert.False(t, throttler.IsAllowed(testOperation))
214 assert.True(t, throttler.IsAllowed(testOperation))
216 assert.True(t, throttler.IsAllowed(testOperation))
217 assert.False(t, throttler.IsAllowed(testOperation))
242 assert.False(t, throttler.IsAllowed(testOperation))
245 assert.True(t, throttler.IsAllowed(testOperation))
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/
H A Dthrottler_test.go163 assert.False(t, throttler.IsAllowed(testOperation))
166 assert.False(t, throttler.IsAllowed(testOperation))
177 assert.True(t, throttler.IsAllowed(testOperation))
178 assert.True(t, throttler.IsAllowed(testOperation))
179 assert.False(t, throttler.IsAllowed(testOperation))
214 assert.True(t, throttler.IsAllowed(testOperation))
216 assert.True(t, throttler.IsAllowed(testOperation))
217 assert.False(t, throttler.IsAllowed(testOperation))
242 assert.False(t, throttler.IsAllowed(testOperation))
245 assert.True(t, throttler.IsAllowed(testOperation))
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/
H A Dthrottler_test.go163 assert.False(t, throttler.IsAllowed(testOperation))
166 assert.False(t, throttler.IsAllowed(testOperation))
177 assert.True(t, throttler.IsAllowed(testOperation))
178 assert.True(t, throttler.IsAllowed(testOperation))
179 assert.False(t, throttler.IsAllowed(testOperation))
214 assert.True(t, throttler.IsAllowed(testOperation))
216 assert.True(t, throttler.IsAllowed(testOperation))
217 assert.False(t, throttler.IsAllowed(testOperation))
242 assert.False(t, throttler.IsAllowed(testOperation))
245 assert.True(t, throttler.IsAllowed(testOperation))
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/
H A Dthrottler_test.go163 assert.False(t, throttler.IsAllowed(testOperation))
166 assert.False(t, throttler.IsAllowed(testOperation))
177 assert.True(t, throttler.IsAllowed(testOperation))
178 assert.True(t, throttler.IsAllowed(testOperation))
179 assert.False(t, throttler.IsAllowed(testOperation))
214 assert.True(t, throttler.IsAllowed(testOperation))
216 assert.True(t, throttler.IsAllowed(testOperation))
217 assert.False(t, throttler.IsAllowed(testOperation))
242 assert.False(t, throttler.IsAllowed(testOperation))
245 assert.True(t, throttler.IsAllowed(testOperation))
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/plugin_vm/
H A Dplugin_vm_util_unittest.cc51 EXPECT_FALSE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
54 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
58 EXPECT_FALSE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
61 EXPECT_FALSE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
64 EXPECT_FALSE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
67 EXPECT_FALSE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
70 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
98 EXPECT_FALSE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
H A Dplugin_vm_manager_impl_unittest.cc131 EXPECT_FALSE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
149 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
174 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
197 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
229 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
263 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
321 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
344 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
367 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
393 EXPECT_TRUE(PluginVmFeatures::Get()->IsAllowed(testing_profile_.get())); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/net/
H A Dtrial_comparison_cert_verifier_controller_unittest.cc233 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
241 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
259 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
264 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
286 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
297 EXPECT_TRUE(trial_controller().IsAllowed()); in TEST_F()
301 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
324 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
332 EXPECT_TRUE(trial_controller().IsAllowed()); in TEST_F()
428 EXPECT_TRUE(trial_controller().IsAllowed()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/
H A Dtrial_comparison_cert_verifier_controller_unittest.cc232 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
240 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
258 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
263 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
285 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
296 EXPECT_TRUE(trial_controller().IsAllowed()); in TEST_F()
300 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
323 EXPECT_FALSE(trial_controller().IsAllowed()); in TEST_F()
331 EXPECT_TRUE(trial_controller().IsAllowed()); in TEST_F()
427 EXPECT_TRUE(trial_controller().IsAllowed()); in TEST_F()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/common/
H A Dassert-scope.h43 V8_EXPORT_PRIVATE static bool IsAllowed();
88 static bool IsAllowed(Isolate* isolate); \
154 V8_EXPORT_PRIVATE static bool IsAllowed() { in IsAllowed() function
157 return Scope::IsAllowed(); in IsAllowed()
176 V8_EXPORT_PRIVATE static bool IsAllowed() { in IsAllowed() function
177 return Scope::IsAllowed() && NextScopes::IsAllowed(); in IsAllowed()

12345678910>>...32