Home
last modified time | relevance | path

Searched refs:hasContext (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/magefile/mage/mg/
H A Dfn_test.go12 hasContext, isNamespace, err := checkF(func() {}, nil)
16 if hasContext {
26 if hasContext {
36 if !hasContext {
46 if !hasContext {
53 hasContext, isNamespace, err = checkF(Foo.Bare, nil)
62 if hasContext {
73 if !hasContext {
83 if !hasContext {
94 if !hasContext {
[all …]
H A Dfn.go34 hasContext, isNamespace, err := checkF(target, args)
48 if hasContext {
60 if hasContext {
101 func checkF(target interface{}, args []interface{}) (hasContext, isNamespace bool, _ error) {
138 hasContext = true
160 return hasContext, isNamespace, nil
/dports/devel/mage/mage-1.11.0/mg/
H A Dfn_test.go12 hasContext, isNamespace, err := checkF(func() {}, nil)
16 if hasContext {
26 if hasContext {
36 if !hasContext {
46 if !hasContext {
53 hasContext, isNamespace, err = checkF(Foo.Bare, nil)
62 if hasContext {
73 if !hasContext {
83 if !hasContext {
94 if !hasContext {
[all …]
H A Dfn.go34 hasContext, isNamespace, err := checkF(target, args)
48 if hasContext {
60 if hasContext {
101 func checkF(target interface{}, args []interface{}) (hasContext, isNamespace bool, _ error) {
138 hasContext = true
160 return hasContext, isNamespace, nil
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/magefile/mage/mg/
H A Dfn_test.go12 hasContext, isNamespace, err := checkF(func() {}, nil)
16 if hasContext {
26 if hasContext {
36 if !hasContext {
46 if !hasContext {
53 hasContext, isNamespace, err = checkF(Foo.Bare, nil)
62 if hasContext {
73 if !hasContext {
83 if !hasContext {
94 if !hasContext {
[all …]
H A Dfn.go34 hasContext, isNamespace, err := checkF(target, args)
48 if hasContext {
60 if hasContext {
101 func checkF(target interface{}, args []interface{}) (hasContext, isNamespace bool, _ error) {
138 hasContext = true
160 return hasContext, isNamespace, nil
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Controller/Action/Helper/
H A DContextSwitch.php262 if (!$this->hasContext($context)) {
543 $this->hasContext($context, true);
572 $this->hasContext($context, true);
643 $this->hasContext($context, true);
663 $this->hasContext($context, true);
677 $this->hasContext($context, true);
696 $this->hasContext($context, true);
737 $this->hasContext($context, true);
782 $this->hasContext($context, true);
803 $this->hasContext($context, true);
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/linkeddata/gojsonld/
H A Dapi.go40 hasContext := options.ExpandContext.(map[string]interface{})["@context"]
41 if hasContext {
95 contextValue, hasContext := contextMap["@context"]
96 if isMap && hasContext {
159 contextValue, hasContext := contextMap["@context"]
160 if isMap && hasContext {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/src/org/eclipse/e4/core/internal/tests/di/extensions/
H A DInjectionOSGiTest.java51 public boolean hasContext() { in hasContext() method in InjectionOSGiTest.InjectionTarget
111 assertTrue(target.hasContext()); in testInject()
117 assertTrue(target.hasContext()); in testUnInject()
125 assertFalse(target.hasContext()); in testUnInject()
129 assertTrue(target.hasContext()); in testUnInject()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/operations/
H A DOperationsAPITest.java152 assertFalse(op6.hasContext(contextA)); in testContextDispose()
190 assertFalse(op2.hasContext(contextB)); in testHistoryLimit()
204 assertFalse(op2.hasContext(contextC)); in testLocalHistoryLimits()
237 assertFalse("Operation should not have context", op.hasContext(contextB)); in testOpenOperation()
656 assertTrue("operation should have context A", op.hasContext(contextA)); in test87675_undoredo()
657 assertTrue("operation should have context B", op.hasContext(contextB)); in test87675_undoredo()
658 assertTrue("operation should have context C", op.hasContext(contextC)); in test87675_undoredo()
665 assertTrue("operation should have context W", op.hasContext(contextW)); in test87675_undoredo()
736 assertTrue("Operation should have context", batch.hasContext(contextC)); in testReplaceContext()
738 assertTrue("Operation should have context", op2.hasContext(contextC)); in testReplaceContext()
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/minio/minio-go/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
108 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
184 hasContext bool member
192 if s.hasContext {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/minio/minio-go/v7/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
109 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
185 hasContext bool member
195 if s.hasContext {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/minio/minio-go/v7/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
109 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
185 hasContext bool member
195 if s.hasContext {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
108 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
184 hasContext bool member
194 if s.hasContext {
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/minio/minio-go/v7/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
109 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
185 hasContext bool member
195 if s.hasContext {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/minio/minio-go/v7/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
109 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
185 hasContext bool member
195 if s.hasContext {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/minio/minio-go/v7/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
109 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
185 hasContext bool member
195 if s.hasContext {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/minio-go/v7/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
109 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
185 hasContext bool member
195 if s.hasContext {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/minio/minio-go/v7/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
109 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
185 hasContext bool member
195 if s.hasContext {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
109 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
185 hasContext bool member
195 if s.hasContext {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/pkg/encrypt/
H A Dserver-side.go102 return kms{key: keyID, hasContext: false}, nil
109 return kms{key: keyID, context: serializedContext, hasContext: true}, nil
185 hasContext bool member
195 if s.hasContext {
/dports/www/mod_webkit/w4py-1.2.3/WebKit/
H A DPlugIn.py116 if app.hasContext('Docs'):
125 if not app.hasContext(ctxName):
135 if app.hasContext('Examples'):
145 if not app.hasContext(ctxName):
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/10gen/llmgo/internal/sasl/
H A Dsasl_windows.go35 hasContext C.int member
53 ss := &saslSession{mech: mechanism, hasContext: 0, userPlusRealm: username}
114 …status = C.sspi_step(&ss.credHandle, ss.hasContext, &ss.context, &buffer, &bufferLength, ss.cstr(s…
129 ss.hasContext = 1
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/10gen/llmgo/internal/sasl/
H A Dsasl_windows.go35 hasContext C.int member
53 ss := &saslSession{mech: mechanism, hasContext: 0, userPlusRealm: username}
114 …status = C.sspi_step(&ss.credHandle, ss.hasContext, &ss.context, &buffer, &bufferLength, ss.cstr(s…
129 ss.hasContext = 1
/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsasl_windows.go35 hasContext C.int member
53 ss := &saslSession{mech: mechanism, hasContext: 0, userPlusRealm: username}
116 …status = C.sspi_step(&ss.credHandle, ss.hasContext, &ss.context, buffer, bufferLength, &outBuffer,…
131 ss.hasContext = 1

1234567891011