Home
last modified time | relevance | path

Searched defs:environment (Results 26 – 50 of 5238) sorted by relevance

12345678910>>...210

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/options_parser/
H A Denvironment_test.cpp45 moe::Environment environment; in TEST() local
50 moe::Environment environment; in TEST() local
59 moe::Environment environment; in TEST() local
67 moe::Environment environment; in TEST() local
75 moe::Environment environment; in TEST() local
83 moe::Environment environment; in TEST() local
93 moe::Environment environment; in TEST() local
102 moe::Environment environment; in TEST() local
112 moe::Environment environment; in TEST() local
126 moe::Environment environment; in TEST() local
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/test/
H A Dconfig.ini.in8 [environment] section
9 SRCDIR=@abs_top_srcdir@
10 BUILDDIR=@abs_top_builddir@
11 EXEEXT=@EXEEXT@
12 RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/
H A Dconfig.ini.in8 [environment] section
9 SRCDIR=@abs_top_srcdir@
10 BUILDDIR=@abs_top_builddir@
11 EXEEXT=@EXEEXT@
12 RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/
H A Dconfig.ini.in8 [environment] section
9 SRCDIR=@abs_top_srcdir@
10 BUILDDIR=@abs_top_builddir@
11 EXEEXT=@EXEEXT@
12 RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker-credential-helpers/moby-0.4.1/
H A DREADME.md352 #### Root filesystem
354 #### Environment variables
356 #### Process arguments
358 #### Networking
360 #### Process namespacing
362 #### Resource limits
364 #### Process monitoring
366 #### Logging
368 #### Signals
370 #### Pseudo-terminal allocation
[all …]
/dports/astro/py-astropy/astropy-5.0/docs/development/workflow/
H A Dvirtual_pythons.rst200 .. _activate_env:
235 .. _deactivate_env:
262 .. _delete_env:
279 …ocumentation for virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/install.html
280 …vwrapper command documentation: https://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html
281 … _documentation for the conda command: https://docs.conda.io/projects/conda/en/latest/commands.html
282 …ironments: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Denvironments_helper.rb24 def metrics_data(project, environment) argument
34 def environment_logs_data(project, environment) argument
44 def can_destroy_environment?(environment) argument
48 def environment_data(environment) argument
76 def environment_metrics_data(environment, project = nil) argument
87 def metrics_dashboard_base_path(environment, project) argument
98 def project_and_environment_metrics_data(project, environment) argument
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/test/unit/core/
H A Denvironment.test.ts61 const environment = { 'FOO': 'bar', 'ZOOM': 'car' }; constant
67 const environment = { 'FOO': 'bar', 'ZOOM': 'car' }; constant
73 const environment = { 'FOO': 'bar', 'ZOOM': 'car' }; constant
80 const environment = { 'FOO': 'bar', 'ZOOM': 'car' }; constant
86 const environment = { 'FOO': 'bar', 'ZOOM': 'car' }; constant
92 const environment = { constant
106 const environment = { 'VAR': 'foo' }; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shaderc/src/glslc/test/
H A Dworking_directory.py50 environment = Directory('.', [EMPTY_SHADER_IN_SUBDIR]) variable in TestWorkDirEqNoArgCompileFile
61 environment = Directory('.', [EMPTY_SHADER_IN_SUBDIR]) variable in TestMultipleWorkDir
74 environment = Directory('subdir', [ variable in TestWorkDirPosition
90 environment = Directory('subdir', [ variable in TestWorkDirDeepDir
109 environment = Directory('.', [EMPTY_SHADER_IN_SUBDIR]) variable in TestWorkDirCompileFile
120 environment = Directory('.', [ variable in TestWorkDirCompileFileOutput
136 environment = Directory('.', [EMPTY_SHADER_IN_SUBDIR]) variable in TestWorkDirArgNoEq
145 environment = Directory('.', [ variable in TestWorkDirEqInArg
168 environment = Directory('.', [ variable in WorkDirDoesntAffectLinkedFile
211 environment = Directory('.', [ variable in TestWorkDirLinkFileInvalidPath
/dports/graphics/shaderc/shaderc-2021.3/glslc/test/
H A Dworking_directory.py50 environment = Directory('.', [EMPTY_SHADER_IN_SUBDIR]) variable in TestWorkDirEqNoArgCompileFile
61 environment = Directory('.', [EMPTY_SHADER_IN_SUBDIR]) variable in TestMultipleWorkDir
74 environment = Directory('subdir', [ variable in TestWorkDirPosition
90 environment = Directory('subdir', [ variable in TestWorkDirDeepDir
109 environment = Directory('.', [EMPTY_SHADER_IN_SUBDIR]) variable in TestWorkDirCompileFile
120 environment = Directory('.', [ variable in TestWorkDirCompileFileOutput
136 environment = Directory('.', [EMPTY_SHADER_IN_SUBDIR]) variable in TestWorkDirArgNoEq
145 environment = Directory('.', [ variable in TestWorkDirEqInArg
168 environment = Directory('.', [ variable in WorkDirDoesntAffectLinkedFile
211 environment = Directory('.', [ variable in TestWorkDirLinkFileInvalidPath
/dports/devel/bear/Bear-3.0.17/source/libsys/test/
H A DEnvironmentTest.cc27 TEST(environment, nullptr_to_empty_map) in TEST() argument
34 TEST(environment, non_nullptr_to_non_empty_map) in TEST() argument
46 TEST(environment, missing_value_does_not_crash) in TEST() argument
58 TEST(environment, missing_value_with_assign_does_not_crash) in TEST() argument
70 TEST(environment, empty_value_does_not_crash) in TEST() argument
82 TEST(environment, empty_value_with_assign_does_not_crash) in TEST() argument
94 TEST(environment, empty_map_creates_empty_array) in TEST() argument
103 TEST(environment, non_empty_map_creates_array) in TEST() argument
/dports/devel/git-lfs/git-lfs-3.0.2/config/
H A Denvironment.go49 type environment struct { struct
51 Fetcher Fetcher
60 func (e *environment) Get(key string) (val string, ok bool) {
64 func (e *environment) GetAll(key string) []string {
68 func (e *environment) Bool(key string, def bool) bool {
73 func (e *environment) Int(key string, def int) int {
78 func (e *environment) All() map[string][]string {
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/
H A Dmpi.hpp27 struct environment struct
41 diy::mpi::environment::
42 environment(int threading) in environment() function in diy::mpi::environment
53 environment(int argc, char* argv[], int threading) in environment() function in diy::mpi::environment
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/
H A Dmpi.hpp27 struct environment struct
41 diy::mpi::environment::
42 environment(int threading) in environment() function in diy::mpi::environment
53 environment(int argc, char* argv[], int threading) in environment() function in diy::mpi::environment
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/
H A Dmpi.hpp27 struct environment struct
41 diy::mpi::environment::
42 environment(int threading) in environment() function in diy::mpi::environment
53 environment(int argc, char* argv[], int threading) in environment() function in diy::mpi::environment
/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dscript.h24 typedef struct environment { struct
28 } environment_t; argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Prerequisites/
H A DREADME.md6 ### Configuration
13 ### Build the server applications
28 ### (only once) Create the Active Directory and join all machines
37 ### Install or Update the environment
/dports/biology/emboss/EMBOSS-6.6.0/jemboss/org/emboss/jemboss/server/
H A DAjax.java56 byte[] password, String environment, in seqAttrib()
60 byte[] password, String environment, in seqsetAttrib()
68 byte[] password, String environment); in userAuth()
71 byte[] password, String environment, in forkEmboss()
75 byte[] password, String environment, in forkBatch()
79 byte[] password, String environment, in makeDir()
83 byte[] password, String environment, in delFile()
87 byte[] password, String environment, in renameFile()
91 byte[] password, String environment, in delDir()
95 byte[] password, String environment, in listFiles()
[all …]
/dports/games/pysolfc/PySolFC-2.14.1/
H A DREADME.md120 #### 1 - Install build prerequisites: six, random2 and pysol-cards
143 #### 2 - Clone the source from version control
150 #### 3 - Create your virtual environment.
159 #### 4 - Run the install script
165 #### 5 - Put cardsets into place as above.
167 #### 6 - Enjoy playing
/dports/multimedia/pitivi/pitivi-0.999/docs/
H A DHACKING.md75 ### Updating the development environment
88 ### Building the Pitivi C parts
98 ### Hacking on Pitivi dependencies (Meson)
133 ### Hacking on Pitivi dependencies (Autotools, Make, etc)
/dports/www/py-django-cms/django-cms-3.7.1/docs/introduction/
H A D01-install.rst24 Create and activate a virtual environment
37 Update pip inside the virtual environment
45 Use the django CMS installer
96 Start up the runserver
/dports/games/py-fife/fifengine-0.4.2/tests/core_tests/
H A Dtest_imagepool.cpp59 struct environment { struct
63 environment() in environment() argument
71 TEST_FIXTURE(environment, test_image_pool) in TEST_FIXTURE() argument
/dports/math/openturns/openturns-1.18/python/doc/developer_guide/
H A Darchitecture.rst145 Target platforms
182 External dependencies
259 Internal dependencies
286 Compilation infrastructure
300 Version control
307 Continuous integration
325 Packaging
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dwind.c52 void * environment; member
91 dstack_protect (void (*protector) (void * environment), in dstack_protect()
103 dstack_alloc_and_protect (unsigned int length, in dstack_alloc_and_protect()
109 void * environment = (((char *) record) + (sizeof (struct winding_record))); in dstack_alloc_and_protect() local
169 undo_binding (void * environment) in undo_binding()
178 save_binding (void * environment) in save_binding()
/dports/www/wt/wt-4.6.1/test/private/
H A DI18n.C22 Wt::Test::WTestEnvironment environment; in pluralResourceBundleException() local
44 Wt::Test::WTestEnvironment environment; in BOOST_AUTO_TEST_CASE() local
98 Wt::Test::WTestEnvironment environment; in BOOST_AUTO_TEST_CASE() local
143 Wt::Test::WTestEnvironment environment; in BOOST_AUTO_TEST_CASE() local
162 Wt::Test::WTestEnvironment environment; in BOOST_AUTO_TEST_CASE() local
182 Wt::Test::WTestEnvironment environment; in BOOST_AUTO_TEST_CASE() local
213 Wt::Test::WTestEnvironment environment; in BOOST_AUTO_TEST_CASE() local

12345678910>>...210