Home
last modified time | relevance | path

Searched refs:currentEnv (Results 1 – 25 of 71) sorted by relevance

123

/dports/science/jstrack/jstrack/extlib/tcllib1.19/doctools/mpformats/
H A Dfmt.text23 global currentEnv
32 global currentEnv
260 if {$currentEnv(pcount) == 0} {CloseParagraph $currentEnv(_first)}
261 if {$currentEnv(pcount) > 0} {CloseParagraph $currentEnv(_next)}
282 if {$currentEnv(pcount) == 0} {CloseParagraph $currentEnv(_first)}
283 if {$currentEnv(pcount) > 0} {CloseParagraph $currentEnv(_next)}
314 if {$currentEnv(pcount) > 0} {CloseParagraph $currentEnv(_next)}
383 if {$currentEnv(pcount) == 0} {set penv $currentEnv(_first)}
384 if {$currentEnv(pcount) > 0} {set penv $currentEnv(_next)}
416 if {$currentEnv(pcount) == 0} {CloseParagraph $currentEnv(_first)}
[all …]
H A D_text.tcl79 global currentEnv ; array set currentEnv {} ; # Current environment, expanded form.
109 set currentEnv(parent) $parentId
110 set currentEnv(id) $currentId
114 catch {unset currentEnv(verbenv)}
131 global currentEnv ; array set currentEnv {} ; # Current environment, expanded form.
143 array set currentEnv {
196 unset currentEnv
212 global currentEnv
217 global currentEnv
224 set currentEnv(verbenv) $verb
[all …]
H A Dtoc.text45 global lmarginIncrement currentEnv
54 incr currentEnv(lmargin) $lmarginIncrement
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/environment/
H A DEnvironmentMonitor.cpp137 std::vector<r::sexp::Variable> currentEnv; in checkForChanges() local
146 listEnv(&currentEnv); in checkForChanges()
152 std::sort(currentEnv.begin(), currentEnv.end(), compareVarName); in checkForChanges()
154 std::for_each(currentEnv.begin(), currentEnv.end(), in checkForChanges()
171 if (currentEnv != lastEnv_) in checkForChanges()
178 if ((currentEnv.empty() || lastEnv_.empty()) in checkForChanges()
187 currentEnv.begin(), currentEnv.end(), in checkForChanges()
205 std::set_difference(currentEnv.begin(), currentEnv.end(), in checkForChanges()
241 lastEnv_ = currentEnv; in checkForChanges()
/dports/sysutils/direnv/direnv-2.27.0/
H A Dcmd_export.go19 func exportCommand(currentEnv Env, args []string, config *Config) (err error) {
66 if previousEnv, err = config.Revert(currentEnv); err != nil {
73 logStatus(currentEnv, "unloading")
93 logStatus(currentEnv, "export %s", out)
96 diffString := currentEnv.Diff(newEnv).ToShell(shell)
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/pings/
H A DEcosystemTelemetry.jsm308 let currentEnv = TelemetryEnvironment.currentEnvironment;
311 locale: currentEnv.settings.locale,
314 memoryMB: currentEnv.system.memoryMB,
316 name: currentEnv.system.os.name,
317 version: currentEnv.system.os.version,
318 locale: currentEnv.system.os.locale,
321 speedMHz: currentEnv.system.cpu.speedMHz,
327 if (currentEnv.profile.creationDate) {
328 environment.profile.creationDate = currentEnv.profile.creationDate;
331 if (currentEnv.profile.firstUseDate) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/cli/command/service/
H A Dopts.go452 currentEnv := make([]string, 0, len(envVariables))
455 for i, current := range currentEnv { // remove duplicates
460 currentEnv = append(currentEnv[:i], currentEnv[i+1:]...)
463 currentEnv = append(currentEnv, env)
475 Env: currentEnv,
/dports/textproc/textnote/textnote-1.3.0/vendor/github.com/joho/godotenv/
H A Dgodotenv.go186 currentEnv := map[string]bool{}
190 currentEnv[key] = true
194 if !currentEnv[key] || overload {
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/github.com/joho/godotenv/
H A Dgodotenv.go186 currentEnv := map[string]bool{}
190 currentEnv[key] = true
194 if !currentEnv[key] || overload {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/vendor/github.com/joho/godotenv/
H A Dgodotenv.go186 currentEnv := map[string]bool{}
190 currentEnv[key] = true
194 if !currentEnv[key] || overload {
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/vendor/github.com/joho/godotenv/
H A Dgodotenv.go186 currentEnv := map[string]bool{}
190 currentEnv[key] = true
194 if !currentEnv[key] || overload {
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/joho/godotenv/
H A Dgodotenv.go186 currentEnv := map[string]bool{}
190 currentEnv[key] = true
194 if !currentEnv[key] || overload {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/vendor/github.com/joho/godotenv/
H A Dgodotenv.go186 currentEnv := map[string]bool{}
190 currentEnv[key] = true
194 if !currentEnv[key] || overload {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/joho/godotenv/
H A Dgodotenv.go186 currentEnv := map[string]bool{}
190 currentEnv[key] = true
194 if !currentEnv[key] || overload {
/dports/devel/gh/cli-2.4.0/vendor/github.com/joho/godotenv/
H A Dgodotenv.go196 currentEnv := map[string]bool{}
200 currentEnv[key] = true
204 if !currentEnv[key] || overload {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/compose-spec/godotenv/
H A Dgodotenv.go205 currentEnv := map[string]bool{}
209 currentEnv[key] = true
213 if !currentEnv[key] || overload {
/dports/sysutils/istio/istio-1.6.7/pkg/kube/
H A Dconfig_test.go84 currentEnv := os.Getenv("KUBECONFIG")
89 defer os.Setenv("KUBECONFIG", currentEnv)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/service/
H A Dopts.go625 currentEnv := make([]string, 0, len(envVariables))
628 for i, current := range currentEnv { // remove duplicates
633 currentEnv = append(currentEnv[:i], currentEnv[i+1:]...)
636 currentEnv = append(currentEnv, env)
639 return currentEnv, nil
652 currentEnv, err := options.makeEnv()
706 Env: currentEnv,
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/service/
H A Dopts.go625 currentEnv := make([]string, 0, len(envVariables))
628 for i, current := range currentEnv { // remove duplicates
633 currentEnv = append(currentEnv[:i], currentEnv[i+1:]...)
636 currentEnv = append(currentEnv, env)
639 return currentEnv, nil
652 currentEnv, err := options.makeEnv()
706 Env: currentEnv,
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/service/
H A Dopts.go569 currentEnv := make([]string, 0, len(envVariables))
572 for i, current := range currentEnv { // remove duplicates
577 currentEnv = append(currentEnv[:i], currentEnv[i+1:]...)
580 currentEnv = append(currentEnv, env)
620 Env: currentEnv,
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/env-normalization/
H A Denv-normalization.qbs6 property var env: Environment.currentEnv()
/dports/devel/liteide/liteide-x37.4/liteidex/src/api/liteenvapi/
H A Dliteenvapi.h59 virtual IEnv *currentEnv() const = 0;
167 LiteApi::IEnv *ce = mgr->currentEnv(); in getSysEnvironment()
201 LiteApi::IEnv *ce = mgr->currentEnv(); in getGoEnvironment()
366 LiteApi::IEnv *ce = mgr->currentEnv();
/dports/devel/qbs/qbs-src-1.21.0/doc/reference/jsextensions/
H A Djsextension-environment.qdoc39 \section2 currentEnv
41 Environment.currentEnv(): { [key: string]: string; }
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/startkde/
H A Dstartplasma.cpp355 auto currentEnv = getSystemdEnvironment(); in cleanupPlasmaEnvironment() local
356 if (!currentEnv) { in cleanupPlasmaEnvironment()
361 for (auto &env : currentEnv.value()) { in cleanupPlasmaEnvironment()
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/liteenv/
H A Denvmanager.h79 virtual LiteApi::IEnv *currentEnv() const;

123