Home
last modified time | relevance | path

Searched refs:environments (Results 101 – 125 of 19548) sorted by relevance

12345678910>>...782

/dports/science/py-pydicom/pydicom-2.2.2/doc/tutorials/
H A Dvirtualenvs.rst2 Creating and managing virtual environments
32 * Create new virtual environments and learn how to delete them
52 virtual environments a lot easier:
58 Create new virtual environments
107 Deleting environments
115 However environments must be deactivated first:
221 Activating and deactivating environments
250 Deleting environments
257 However environments must be deactivate first::
295 # conda environments:
[all …]
/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/functions/
H A D__init__.py1 from pybrain.rl.environments.functions.function import FunctionEnvironment
2 from pybrain.rl.environments.functions.unimodal import SchwefelFunction, SphereFunction, TabletFunc…
4 from pybrain.rl.environments.functions.multimodal import RastriginFunction, AckleyFunction, Griewan…
6 from pybrain.rl.environments.functions.unbounded import ParabRFunction, SharpRFunction, LinearFunct…
7 from pybrain.rl.environments.functions.transformations import oppositeFunction, RotateFunction, Tra…
/dports/devel/R-cran-rlang/rlang/man/
H A Denv_name.Rd16 Special environments like the global environment have their own
25 \link[=search_envs]{package environments} and the \link[=ns_imports_env]{imports environments} stor…
26 environments is typically "package:pkg".
31 address of anonymous environments as fallback.
34 # Some environments have specific names:
38 # Anonymous environments don't have names but are labelled by their
H A Dsearch_envs.Rd11 \title{Search path environments}
29 path. Call \code{\link[base:search]{base::search()}} to get the names of environments
38 The search path is a chain of environments containing exported
43 \item \code{\link[base:search]{base::search()}} to get the names of environments attached to the
45 \item \code{search_envs()} returns the environments on the search path as a
48 \code{"package:"}. Attached package environments have search names of
56 environments of the search path.
64 This chain of environments determines what objects are visible from
78 # List the search names of environments attached to the search path:
81 # Get the corresponding environments:
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/environments/
H A Dshow.html.haml5 - add_page_specific_style 'page_bundles/environments'
8 #environments-detail-view{ data: { details: environments_detail_data_json(current_user, @project, @…
9 #environments-detail-view-header
11 .environments-container
18 …= html_escape(_("Define environments in the deploy stage(s) in %{code_open}.gitlab-ci.yml%{code_cl…
20 …= link_to _("Read more"), help_page_path("ci/environments/index.md"), class: "gl-button btn btn-co…
23 .ci-table.environments{ role: 'grid' }
H A Dindex.html.haml4 #environments-table{ data: { endpoint: project_environments_path(@project, format: :json),
8 "help-page-path" => help_page_path("ci/environments/index.md"),
12 - add_page_specific_style 'page_bundles/environments'
13 #environments-list-view{ data: { environments_data: environments_list_data,
17 "help-page-path" => help_page_path("ci/environments/index.md"),
/dports/science/nest/nest-simulator-3.1/doc/userdoc/installation/
H A Dconda_tips.rst5 conda or to set up conda environments for building NEST and NEST documentation.
14 We test NEST in conda environments using Miniconda installations and thus recommend
32 conflicts with other environments. Always install packages only in the new
33 environments (don't worry about duplicates, conda will link the packages
34 if they are used in multiple environments, and not produce disk eating copies).
37 Get familiar with conda environments
40 Conda environments are a powerful tool. See the `Conda documentation on Managing Environments
41 <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_
44 To see which environments are installed on your system, use
86 `here <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#con…
[all …]
/dports/lang/scheme48/scheme48-1.9.2/scheme/
H A Dinitial-packages.scm11 (define-structure environments environments-interface unknown
25 environments ;package-for-load
38 (define-module (make-scheme environments evaluation)
42 environments
69 environments ;with-interaction-environment, etc.
88 environments ;with-interaction-environment
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/clusters/
H A Denvironments.md16 Cluster environments provide a consolidated view of which CI [environments](../../ci/environments/i…
24 With cluster environments, you can gain insight into:
30 ![Cluster environments page](img/cluster_environments_table_v12_3.png)
32 Access to cluster environments is restricted to [group maintainers and
39 - Track environments for the cluster, you must
51 Non-cluster environments aren't included.
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/feature_flags/components/
H A Dstrategy.vue52 allEnvironments: __('All environments'),
68 environments: this.strategy.scopes || [],
77 return `environments-dropdown-${this.index}`;
86 return this.environments.filter((e) => !e.shouldBeDestroyed);
94 const allEnvironmentsScope = this.environments.find(
100 this.environments.push({ environmentScope: environment });
101 this.onStrategyChange({ ...this.formStrategy, scopes: this.environments });
118 this.environments = this.environments.filter((e) => e !== environment);
121 this.environments.push({ environmentScope: '*' });
123 this.onStrategyChange({ ...this.formStrategy, scopes: this.environments });
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/api/
H A Dgroup_protected_environments.md8 # Group-level protected environments API **(PREMIUM)**
14 … about [group-level protected environments](../ci/environments/protected_environments.md#group-lev…
27 ## List group-level protected environments
29 Gets a list of protected environments from a group.
72 …`other`. Read more about [deployment tiers](../ci/environments/index.md#deployment-tier-of-environ…
105 …`other`. Read more about [deployment tiers](../ci/environments/index.md#deployment-tier-of-environ…
142 …`other`. Read more about [deployment tiers](../ci/environments/index.md#deployment-tier-of-environ…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudComposer/
H A DListEnvironmentsResponse.php28 public function setEnvironments($environments) argument
30 $this->environments = $environments;
37 return $this->environments;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudComposer/
H A DListEnvironmentsResponse.php28 public function setEnvironments($environments) argument
30 $this->environments = $environments;
37 return $this->environments;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/
H A DGoogleCloudDialogflowV2ListEnvironmentsResponse.php28 public function setEnvironments($environments) argument
30 $this->environments = $environments;
37 return $this->environments;
H A DGoogleCloudDialogflowCxV3ListEnvironmentsResponse.php28 public function setEnvironments($environments) argument
30 $this->environments = $environments;
37 return $this->environments;
H A DGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse.php28 public function setEnvironments($environments) argument
30 $this->environments = $environments;
37 return $this->environments;
/dports/databases/puppetdb7/puppetdb-7.8.0/ext/docs/puppetdb/api/query/v4/
H A Denvironments.markdown4 canonical: "/puppetdb/latest/api/query/v4/environments.html"
22 …emi-isolated groups of nodes managed by Puppet. Nodes are assigned to environments by their own co…
24 …ppetDB also keeps a list of environments it has seen. You can query this list by making an HTTP re…
26 ## `/pdb/query/v4/environments`
28 This will return all environments known to PuppetDB.
70 curl 'http://localhost:8080/pdb/query/v4/environments'
72 ## `/pdb/query/v4/environments/<ENVIRONMENT>`
79 as the '/pdb/query/v4/environments' route above.
91 curl 'http://localhost:8080/pdb/query/v4/environments/production'
97 ## `/pdb/query/v4/environments/<ENVIRONMENT>/[events|facts|reports|resources]`
/dports/databases/puppetdb6/puppetdb-6.19.1/ext/docs/puppetdb/api/query/v4/
H A Denvironments.markdown4 canonical: "/puppetdb/latest/api/query/v4/environments.html"
22 …emi-isolated groups of nodes managed by Puppet. Nodes are assigned to environments by their own co…
24 …ppetDB also keeps a list of environments it has seen. You can query this list by making an HTTP re…
26 ## `/pdb/query/v4/environments`
28 This will return all environments known to PuppetDB.
70 curl 'http://localhost:8080/pdb/query/v4/environments'
72 ## `/pdb/query/v4/environments/<ENVIRONMENT>`
79 as the '/pdb/query/v4/environments' route above.
91 curl 'http://localhost:8080/pdb/query/v4/environments/production'
97 ## `/pdb/query/v4/environments/<ENVIRONMENT>/[events|facts|reports|resources]`
/dports/devel/eric6/eric6-21.11/eric/eric6/VirtualEnv/
H A DVirtualenvManagerDialog.py246 environments = self.__manager.getEnvironmentEntries()
247 for venvName in environments:
250 environments[venvName]["path"],
251 environments[venvName]["interpreter"],
254 environments[venvName]["is_global"])
256 environments[venvName]["is_conda"])
258 environments[venvName]["is_remote"])
260 environments[venvName]["exec_path"])
263 if environments[venvName]["is_remote"]:
272 if environments[venvName]["is_global"]:
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/instance/clusters/
H A Dindex.md36 match the [environment selector](../../../ci/environments/index.md#scope-environments-with-specs).
38 ## Cluster environments **(PREMIUM)**
40 For a consolidated view of which CI [environments](../../../ci/environments/index.md)
42 [cluster environments](../../clusters/environments.md).
/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/ode/
H A D__init__.py6 from pybrain.rl.environments.ode.environment import ODEEnvironment
7 from pybrain.rl.environments.ode.sensors import *
8 from pybrain.rl.environments.ode.actuators import *
9 from pybrain.rl.environments.ode.instances import *
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/
H A DListEnvironmentsResponse.php29 public function setEnvironments($environments) argument
31 $this->environments = $environments;
38 return $this->environments;
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/doc/main/text/
H A Dman-environments.en.tm8 In a similar way as content-based tags, environments are used to mark
11 portions of text, environments often enclose portions that are several
12 paragraphs long. Frequently used environments in mathematics are
25 You may enter environments using <menu|Insert|Environment>. Other
26 environments with a similar rendering as theorems are <markup|proposition>,
37 Other frequently used environments with a similar rendering as theorems,
40 <markup|problem>. The remaining environments <markup|verbatim>,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/logs/components/
H A Denvironment_logs.vue64 ...mapState('environmentLogs', ['environments', 'timeRange', 'logs', 'pods']),
72 this.environments.isLoading ||
100 return envName === this.environments.current;
138 v-if="environments.fetchError"
143 {{ s__('Metrics|There was an error fetching the environments data, please try again') }}
165 id="environments-dropdown"
166 :text="environments.current"
167 :disabled="environments.isLoading"
174 v-for="env in environments.options"
189 :disabled="environments.isLoading"
[all …]
/dports/devel/R-cran-listenv/listenv/vignettes/
H A Dlistenv.md.rsp22 … | list environments | lists | environments |
74 ## Creating list environments
75 List environments are created similarly to lists but also similarly to environments. To create an …
89 comparable to how both lists and environments work. Similarly to lists, they can also be populated…
158 Analogously to lists and plain environments, it is possible to iterate over elements of list enviro…
180 ## Coercion to and from list environments
214 ## Multi-dimensional list environments
216 Analogously to lists, and contrary to plain environments, list environments can have dimensions wit…
318 _Warning_: Since list environments _and their attributes_ are mutable, calling
330 ## Important about environments
[all …]

12345678910>>...782