Home
last modified time | relevance | path

Searched +refs:Set +refs:Env (Results 1 – 25 of 3942) sorted by relevance

12345678910>>...158

/dports/security/vault/vault-1.8.2/vendor/gopkg.in/ory-am/dockertest.v3/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/v3/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/fsouza/go-dockerclient/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
H A Denv_test.go88 var env Env
123 var env Env
172 var env Env
173 env.Set("person", `{"name":"Gopher","age":5}`)
189 var env Env
202 var env Env
203 env.Set("list-person", `{"name":"Gopher","age":5}`)
216 var env Env
280 env.Set("PATH", "/home/bin:/bin")
281 env.Set("SOMETHING", "/usr/bin")
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/fsouza/go-dockerclient/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/fsouza/go-dockerclient/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/
H A Denv.go16 type Env []string type
25 func (env *Env) Exists(key string) bool {
44 env.Set(key, "1")
46 env.Set(key, "0")
59 env.Set(key, strconv.Itoa(value))
76 env.Set(key, strconv.FormatInt(value, 10))
97 env.Set(key, string(sval))
125 func (env *Env) Set(key, value string) { func
149 env.Set(key, sval)
151 env.Set(key, string(val))
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dbuiltin.go30 func funcAppend(env *Env, args []r.Value) (r.Value, []r.Value) { argument
55 func funcComplex(env *Env, args []r.Value) (r.Value, []r.Value) { argument
95 func funcEnv(env *Env, args []r.Value) (r.Value, []r.Value) { argument
99 func funcEval(env *Env, args []r.Value) (r.Value, []r.Value) { argument
131 func funcImag(env *Env, args []r.Value) (r.Value, []r.Value) { argument
185 env = e.Interface().(*Env)
350 func (top *Env) addIota() {
354 func (top *Env) removeIota() {
358 func (top *Env) incrementIota() {
363 func (env *Env) addBuiltins() {
[all …]
/dports/sysutils/istio/istio-1.6.7/security/pkg/stsservice/test/
H A Dsetup.go48 type Env struct { struct
60 func (e *Env) TearDown() { argument
107 env := &Env{
170 func (e *Env) DumpPortMap(t *testing.T) { argument
185 func (e *Env) ClearTokenCache() { argument
190 func (e *Env) StartProxy(t *testing.T) { argument
199 func (e *Env) WaitForStsFlowReady(t *testing.T) { argument
231 stsQuery.Set("audience", "audience")
234 stsQuery.Set("subject_token", e.initialToken)
236 stsQuery.Set("actor_token", "")
[all …]
/dports/misc/perkeep/perkeep-0.11/dev/devcam/
H A Denv.go44 type Env struct { struct
49 func (e *Env) Set(k, v string) { func
57 func (e *Env) Del(k string) { argument
62 func (e *Env) NoGo() { argument
67 func (e *Env) Flat() []string { argument
77 func NewEnv() *Env {
78 return &Env{make(map[string]string), nil}
81 func NewCopyEnv() *Env {
86 env.Set(kv[:eq], kv[eq+1:])
111 setenv = func(k, v string) error { e.Set(k, v); return nil }
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/test/
H A Dwe_cpp.asn13 NCBI-Env DEFINITIONS ::=
16 Web-Env ::= SEQUENCE {
18 db-Env SET OF Db-Env OPTIONAL, -- list of DB environments
24 db-Env SET OF Db-Env OPTIONAL -- list of DB environments
29 item-Sets SET OF Named-Item-Set OPTIONAL
32 Db-Env ::= SEQUENCE {
72 items Item-Set
115 Named-Item-Set ::= SEQUENCE {
118 item-Set Item-Set
124 items Item-Set -- id
[all …]

12345678910>>...158