Home
last modified time | relevance | path

Searched refs:isNamespace (Results 1 – 25 of 1086) sorted by relevance

12345678910>>...44

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/magefile/mage/mg/
H A Dfn_test.go12 hasContext, isNamespace, err := checkF(func() {}, nil)
19 if isNamespace {
29 if isNamespace {
39 if isNamespace {
49 if isNamespace {
53 hasContext, isNamespace, err = checkF(Foo.Bare, nil)
65 if !isNamespace {
76 if !isNamespace {
86 if !isNamespace {
97 if !isNamespace {
[all …]
H A Dfn.go34 hasContext, isNamespace, err := checkF(target, args)
51 if isNamespace {
56 if isNamespace {
101 func checkF(target interface{}, args []interface{}) (hasContext, isNamespace bool, _ error) {
128 isNamespace = 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)
19 if isNamespace {
29 if isNamespace {
39 if isNamespace {
49 if isNamespace {
53 hasContext, isNamespace, err = checkF(Foo.Bare, nil)
65 if !isNamespace {
76 if !isNamespace {
86 if !isNamespace {
97 if !isNamespace {
[all …]
H A Dfn.go34 hasContext, isNamespace, err := checkF(target, args)
51 if isNamespace {
56 if isNamespace {
101 func checkF(target interface{}, args []interface{}) (hasContext, isNamespace bool, _ error) {
128 isNamespace = 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)
19 if isNamespace {
29 if isNamespace {
39 if isNamespace {
49 if isNamespace {
53 hasContext, isNamespace, err = checkF(Foo.Bare, nil)
65 if !isNamespace {
76 if !isNamespace {
86 if !isNamespace {
97 if !isNamespace {
[all …]
H A Dfn.go34 hasContext, isNamespace, err := checkF(target, args)
51 if isNamespace {
56 if isNamespace {
101 func checkF(target interface{}, args []interface{}) (hasContext, isNamespace bool, _ error) {
128 isNamespace = true
160 return hasContext, isNamespace, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/datastore/
H A Dmkdir.go36 isNamespace bool member
48 …f.BoolVar(&cmd.isNamespace, "namespace", false, "Return uuid of namespace created on vsan datastor…
73 if cmd.isNamespace {
H A Drm.go34 isNamespace bool member
48 f.BoolVar(&cmd.isNamespace, "namespace", false, "Path is uuid of namespace on vsan datastore")
93 if cmd.isNamespace {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/datastore/
H A Dmkdir.go36 isNamespace bool member
48 …f.BoolVar(&cmd.isNamespace, "namespace", false, "Return uuid of namespace created on vsan datastor…
73 if cmd.isNamespace {
H A Drm.go34 isNamespace bool member
48 f.BoolVar(&cmd.isNamespace, "namespace", false, "Path is uuid of namespace on vsan datastore")
93 if cmd.isNamespace {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/datastore/
H A Dmkdir.go36 isNamespace bool member
48 …f.BoolVar(&cmd.isNamespace, "namespace", false, "Return uuid of namespace created on vsan datastor…
73 if cmd.isNamespace {
H A Drm.go34 isNamespace bool member
48 f.BoolVar(&cmd.isNamespace, "namespace", false, "Path is uuid of namespace on vsan datastore")
93 if cmd.isNamespace {
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Tests/
H A DCategoryTest.st25 self assert: (p at: 'Language') isNamespace not.
29 self assert: ((p at: 'Language') at: 'Implementation') isNamespace not.
39 self assert: (categories at: 'Foo') isNamespace not.
41 self assert: Smalltalk isNamespace.
H A DAddNamespaceUndoCommandTest.st21 self assert: (Smalltalk at: #Foo) isNamespace.
28 self assert: (Smalltalk at: #Foo) isNamespace.
/dports/textproc/jaxup/jaxup/src/java/main/org/jaxup/dom4j/
H A DTypeFilteredIterator.java44 if (navigator.isNamespace(next)) in hasNext()
72 if (navigator.isNamespace(next)) in next()
/dports/devel/efl/efl-1.25.1/doc/docfx/default_efl/partials/
H A Dtitle.tmpl.partial2 {{#isNamespace}}
4 {{/isNamespace}}
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/parser/tests/
H A Dtest_namespace.py13 harness.ok(results[0].isNamespace(), "Our thing should be a namespace")
34 harness.ok(results[0].isNamespace(), "Our thing should be a namespace")
55 harness.ok(results[1].isNamespace(), "Our thing should be a namespace")
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/parser/tests/
H A Dtest_namespace.py12 harness.ok(results[0].isNamespace(), "Our thing should be a namespace");
33 harness.ok(results[0].isNamespace(), "Our thing should be a namespace");
54 harness.ok(results[1].isNamespace(), "Our thing should be a namespace");
/dports/www/firefox/firefox-99.0/dom/bindings/parser/tests/
H A Dtest_namespace.py13 harness.ok(results[0].isNamespace(), "Our thing should be a namespace")
34 harness.ok(results[0].isNamespace(), "Our thing should be a namespace")
55 harness.ok(results[1].isNamespace(), "Our thing should be a namespace")
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/parser/tests/
H A Dtest_namespace.py13 harness.ok(results[0].isNamespace(), "Our thing should be a namespace")
34 harness.ok(results[0].isNamespace(), "Our thing should be a namespace")
55 harness.ok(results[1].isNamespace(), "Our thing should be a namespace")
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/codegen/parser/tests/
H A Dtest_namespace.py12 harness.ok(results[0].isNamespace(), "Our thing should be a namespace");
33 harness.ok(results[0].isNamespace(), "Our thing should be a namespace");
54 harness.ok(results[1].isNamespace(), "Our thing should be a namespace");
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/parser/tests/
H A Dtest_namespace.py12 harness.ok(results[0].isNamespace(), "Our thing should be a namespace");
33 harness.ok(results[0].isNamespace(), "Our thing should be a namespace");
54 harness.ok(results[1].isNamespace(), "Our thing should be a namespace");
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/parser/tests/
H A Dtest_namespace.py12 harness.ok(results[0].isNamespace(), "Our thing should be a namespace");
33 harness.ok(results[0].isNamespace(), "Our thing should be a namespace");
54 harness.ok(results[1].isNamespace(), "Our thing should be a namespace");
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/gimap/src/main/java/com/sun/mail/gimap/
H A DGmailStore.java108 Boolean isNamespace) { in newIMAPFolder() argument
109 return new GmailFolder(fullName, separator, this, isNamespace); in newIMAPFolder()
H A DGmailFolder.java214 Boolean isNamespace) { in GmailFolder() argument
215 super(fullName, separator, store, isNamespace); in GmailFolder()

12345678910>>...44