Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 19472) sorted by relevance

12345678910>>...779

/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/configuration/
H A Dsetup.py10 from exabgp.configuration.environment import environment
26 environment.application = 'exabgp'
27 environment.configuration = {
30 'read': environment.boolean,
31 'write': environment.lower,
36 'read': environment.unquote,
37 'write': environment.quote,
44 'read': environment.boolean,
45 'write': environment.lower,
53 'write': environment.quote,
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/default/scripting/species/common/
H A Denv.macros11 type = Swamp environment = Good
12 type = Toxic environment = Adequate
13 type = Inferno environment = Poor
14 type = Radiated environment = Hostile
15 type = Barren environment = Hostile
16 type = Tundra environment = Hostile
17 type = Desert environment = Hostile
18 type = Terran environment = Poor
27 type = Toxic environment = Good
29 type = Radiated environment = Poor
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Duenvir.scm50 ((stack-ccenv? environment)
207 ((or (stack-ccenv? environment) (closure-ccenv? environment)) #f)
319 (let ((environment (ic-external-frame environment)))
338 (do-frame environment)
398 environment)))
443 environment)
596 (let ((environment
602 environment
620 environment
814 (let ((environment
[all …]
H A Dxeval.scm65 (let loop ((bound-names '()) (environment environment))
81 (let loop ((environment environment))
83 environment
142 (let ((environment (environment-that-binds environment name)))
157 environment
173 environment
187 environment
190 environment
193 environment
203 environment
[all …]
/dports/lang/guile1/guile-1.8.8/test-suite/tests/
H A Denvironments.test71 (environment? (make-leaf-environment)))
74 (leaf-environment? (make-leaf-environment)))
155 (environment-ref (make-leaf-environment) 'a))
159 (environment-set! (make-leaf-environment) 'a #f))
163 (environment-cell (make-leaf-environment) 'a #f))
167 (environment-cell (make-leaf-environment) 'a #t)))
180 (environment-undefine (make-leaf-environment) 'a)
383 (not (eval-environment? (make-leaf-environment)))))
395 (environment? (make-eval-environment local imported)))
398 (eval-environment? (make-eval-environment local imported)))
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/edwin/
H A Dedwin.ldr37 (let ((->environment
40 (->environment spec)
82 (let ((environment (->environment '(EDWIN))))
83 (load "utils" environment)
85 (load "ring" environment)
89 (load "class" environment)
93 (->environment
95 (load "paths" environment)
102 (load "image" environment)
115 (let ((environment (->environment '(EDWIN WINDOW))))
[all …]
/dports/devel/libpff/libpff-20180714/jpff/
H A Djpff_jni.h37 ( *environment )->FindClass( environment, class_name )
40 ( *environment )->GetFieldID( environment, jni_object, field_name, signature )
43 ( *environment )->GetLongField( environment, jni_object, field_identifier )
49 ( *environment )->GetMethodID( environment, jni_object, method_name, signature )
55 ( *environment )->DeleteLocalRef( environment, jni_object )
60 ( *environment )->ExceptionClear( environment )
63 ( *environment )->ExceptionOccurred( environment )
66 ( *environment )->ThrowNew( environment, execption, error_string )
71 ( *environment )->GetArrayLength( environment, array )
81 ( *environment )->GetStringLength( environment, string )
[all …]
H A Djpff_File.c85 environment ); in Java_jpff_File_internal_1initialize()
90 environment, in Java_jpff_File_internal_1initialize()
105 environment ); in Java_jpff_File_internal_1initialize()
111 environment, in Java_jpff_File_internal_1initialize()
121 environment, in Java_jpff_File_internal_1initialize()
153 environment ); in Java_jpff_File_internal_1free()
158 environment, in Java_jpff_File_internal_1free()
165 environment, in Java_jpff_File_internal_1free()
219 environment, in Java_jpff_File_internal_1open()
242 environment, in Java_jpff_File_internal_1open()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/serializers/
H A Denvironment_entity.rb12 environment.to_global_id.to_s
24 …expose :upcoming_deployment, if: -> (environment) { environment.upcoming_deployment } do |environm…
29 expose :metrics_path, if: -> (*) { environment.has_metrics? } do |environment|
30 metrics_project_environment_path(environment.project, environment)
34 project_environment_path(environment.project, environment)
38 stop_project_environment_path(environment.project, environment)
42 cancel_auto_stop_project_environment_path(environment.project, environment)
54 terminal_project_environment_path(environment.project, environment)
58 folder_project_environments_path(environment.project, environment.folder_name)
65 environment.available? && can?(current_user, :stop_environment, environment)
[all …]
/dports/security/vuls/go-autorest-autorest-v0.9.3/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/security/vuls/go-autorest-logger-v0.1.0/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/security/vuls/go-autorest-tracing-v0.5.0/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/security/vuls/go-autorest-aff029487b89/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/www/gitlab-workhorse/go-autorest-79a63e70c4d8/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/www/gitlab-workhorse/go-autorest-logger-v0.2.1/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/www/gitlab-workhorse/go-autorest-autorest-v0.11.18/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/www/gitlab-workhorse/go-autorest-b3a0b30a7423/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/www/gitlab-workhorse/go-autorest-tracing-v0.6.0/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Azure/go-autorest/go-autorest-14.2.0/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dmetadata_environment.go104 return environment, err
110 if environment.Name == "" {
122 environment.KeyVaultEndpoint = fmt.Sprintf("%s%s", "https://", environment.KeyVaultDNSSuffix)
124 if environment.TokenAudience == "" {
133 if environment.GalleryEndpoint == "" {
136 if environment.GraphEndpoint == "" {
140 return environment, nil
148 environment.Name = property.Value
236 return environment, err
241 return environment, err
[all …]

12345678910>>...779