Home
last modified time | relevance | path

Searched refs:env_file (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/science/libccp4/libccp4-6.5.1/ccp4/
H A Dccp4_general.c294 char *env_file=NULL; in ccp4fyp() local
498 if (env_file) free(env_file); in ccp4fyp()
521 if (env_file) free(env_file); in ccp4fyp()
555 if (!env_file) { in ccp4fyp()
565 if (env_file) free(env_file); in ccp4fyp()
572 if (!env_file) { in ccp4fyp()
600 free(env_file); in ccp4fyp()
686 if (env_file) { in ccp4fyp()
687 free(env_file); in ccp4fyp()
688 env_file = NULL; in ccp4fyp()
[all …]
/dports/www/grafana8/grafana-8.3.6/devenv/
H A Dcreate_docker_compose.sh12 env_file=.env
27 for file in $grafana_config_file $compose_file $env_file; do
56 if [ -e $current_dir/$env_file ]; then
57 echo "Adding $current_dir/$env_file to .env"
58 cat $current_dir/$env_file >> .env
/dports/devel/R-cran-callr/callr/R/
H A Dpackage.R16 env_file <- NULL globalVar
21 env_file <<- tempfile("callr-env-")
34 if (!file.exists(env_file)) {
35 saveRDS(client_env, file = env_file, version = 2, compress = FALSE)
58 normalizePath(c(sofiles, env_file), mustWork = FALSE),
/dports/sysutils/py-docker/docker-5.0.3/tests/unit/
H A Dutils_test.py230 env_file = self.generate_tempfile(
234 os.unlink(env_file)
237 env_file = self.generate_tempfile(
241 os.unlink(env_file)
244 env_file = self.generate_tempfile(
248 os.unlink(env_file)
251 env_file = self.generate_tempfile(
255 os.unlink(env_file)
258 env_file = self.generate_tempfile(
261 parse_env_file(env_file)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/docker/tests/integration/targets/docker_compose/tasks/tests/
H A Doptions.yml109 env_file: "{{ remote_tmp_dir }}/.env"
124 - test_name: Without env_file option
125 - test_name: With env_file option
126 env_file: "{{ new_env_file }}"
137 dest: "{{ env_file }}"
149 env_file: "{{ test_case.env_file | default(omit) }}"
177 - "{{ env_file }}"
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Util/
H A DEnvHelper.php113 $env_file = base_path('.env');
115 if (! file_exists($env_file)) {
116 copy(base_path('.env.example'), $env_file);
123 ], [], $env_file);
136 throw new FileWriteFailedException($env_file, 0, $e);
/dports/net/turnserver/coturn-4.5.2/docker/
H A Ddocker-compose-all.yml11 env_file:
23 env_file:
35 env_file:
46 env_file:
87 env_file:
/dports/biology/avida/avida-2.12.4-src/avida-core/source/utils/task_events/
H A Dtask_event_gen.cc42 cInitFile env_file(env_filename); in main() local
43 env_file.Load(); in main()
44 env_file.Compress(); in main()
50 for (int i = 0; i < env_file.GetNumLines(); i++) { in main()
51 cString cur_line = env_file.GetLine(i); in main()
H A Dtask_event_gen.old.cc42 cInitFile env_file(env_filename); in main() local
43 env_file.Load(); in main()
44 env_file.Compress(); in main()
50 for (int i = 0; i < env_file.GetNumLines(); i++) { in main()
51 cString cur_line = env_file.GetLine(i); in main()
/dports/devel/py-pydantic/pydantic-1.8.2/pydantic/
H A Denv_settings.py52 env_file=(_env_file if _env_file != env_file_sentinel else self.__config__.env_file),
71 env_file = None variable in BaseSettings.Config
135 def __init__(self, env_file: Union[Path, str, None], env_file_encoding: Optional[str]):
136 self.env_file: Union[Path, str, None] = env_file
150 if self.env_file is not None:
151 env_path = Path(self.env_file).expanduser()
/dports/devel/ros-catkin/catkin-0.8.9/test/unit_tests/
H A Dtest_environment_cache.py72 env_file = os.path.join(rootdir, 'env.sh')
73 with open(env_file, 'a') as fhand:
82 mode = os.stat(env_file).st_mode
83 os.chmod(env_file, mode | stat.S_IXUSR)
84 result = generate_environment_script(env_file)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/packaging/docker/
H A Dcreate_server_environment.bash27 env_file=$fdb_dir/.fdbenv
29 : > $env_file
40 echo "export PUBLIC_IP=$public_ip" >> $env_file
/dports/devel/R-cran-roxygen2/roxygen2/man/
H A Dparse_package.Rd7 \alias{env_file}
13 parse_file(file, env = env_file(file), srcref_path = NULL)
15 parse_text(text, env = env_file(file))
17 env_file(file)
39 character vector of code. \code{env_package()} and \code{env_file()} provide
/dports/sysutils/modules/modules-4.6.0/compat/
H A DModuleCmd_Whatis.c699 char *buffer, *env, *env_file, *env_path; in apropos_cache() local
719 if((char *) NULL == (env_file = strrchr( env, '/'))) { in apropos_cache()
720 env_file = env; in apropos_cache()
724 *env_file++ = '\0'; in apropos_cache()
728 if( !*env_file) in apropos_cache()
729 env_file = cache_name; in apropos_cache()
733 env_file = cache_name; in apropos_cache()
741 env_path,"/etc/",env_file,NULL))) in apropos_cache()
745 env_path,"/",env_file,NULL))) in apropos_cache()
/dports/games/springlobby/springlobby-0.180/buildbot/
H A Dmaster.cfg323 def __init__(self, env_file,configname,jobs=1,release=False,**kwargs):
326 self.env_file = env_file
334 self.addFactoryArguments(env_file= env_file)
343 …self.command = ' '.join(['source', self.env_file, '&&', 'make' ,'BUILDBOT_RELEASE=1','-k', '-j%d'…
345 …self.command = ' '.join(['source', self.env_file, '&&', 'make' ,'-k', '-j%d'%jobs, '-C', 'build-%…
365 def __init__(self, env_file,configname='linux-default',**kwargs):
367 self.env_file = env_file
372 self.addFactoryArguments(env_file= env_file)
377 …self.command = ["source", self.env_file, "&&", "/bin/bash", "./buildbot/create-build-dirs.sh", sel…
/dports/games/springlobby/springlobby-0.180/src/lsl/buildbot/
H A Dmaster.cfg259 def __init__(self, env_file,configname,jobs=1,release=False,**kwargs):
262 self.env_file = env_file
270 self.addFactoryArguments(env_file= env_file)
276 …self.command = ' '.join(['source', self.env_file, '&&', 'make' ,'BUILDBOT_RELEASE=1','-k', '-j%d'…
278 …self.command = ' '.join(['source', self.env_file, '&&', 'make' ,'-k', '-j%d'%jobs, '-C', 'build-%…
298 def __init__(self, env_file,configname='linux-default',**kwargs):
300 self.env_file = env_file
305 self.addFactoryArguments(env_file= env_file)
310 …self.command = ' '.join( ["source", self.env_file, "&&", "/bin/bash", "./buildbot/create-build-dir…
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/tests/unit/
H A Dtest_template_utils.py52 env_file = '/home/my/dir/env.yaml'
62 env_file)
73 env_file = '/home/my/dir/env.yaml'
82 env_file)
98 env_file = '/home/my/dir/env.yaml'
116 env_file)
145 env_file = '/home/my/dir/env.yaml'
154 env_url = 'file://%s' % env_file
163 env_file)
208 env_file)
[all …]
/dports/databases/grass7/grass-7.8.6/display/d.mon/
H A Dstart.c134 char *out_file, *env_file, *cmd_file, *leg_file; in start_mon() local
156 env_file = G_store(file_path); in start_mon()
176 G_debug(1, "Monitor name=%s, envfile=%s", name, env_file); in start_mon()
177 fd = creat(env_file, 0666); in start_mon()
179 G_fatal_error(_("Unable to create file <%s>"), env_file); in start_mon()
230 G_free(env_file); in start_mon()
/dports/misc/snakemake/snakemake-6.12.1/snakemake/deployment/
H A Dconda.py47 self, env_file, workflow, env_dir=None, container_img=None, cleanup=None argument
49 self.file = infer_source_file(env_file)
219 env_file = self.file
222 if not isinstance(env_file, LocalSourceFile) or isinstance(
223 env_file, LocalGitFile
228 env_file = tmp.name
231 env_file = env_file.get_path_or_uri()
344 shutil.copy(env_file, target_env_file)
384 os.path.relpath(env_file), os.path.relpath(env_path)
391 "Could not create conda environment from {}:\n".format(env_file)
/dports/devel/py-molecule/molecule-2.22/molecule/
H A Dconfig.py125 def env_file(self): member in Config
209 'MOLECULE_ENV_FILE': self.env_file,
313 env = set_env_from_file(env, self.env_file)
350 env = set_env_from_file(env, self.env_file)
459 env = set_env_from_file(env, self.env_file)
514 def set_env_from_file(env, env_file): argument
515 if env_file and os.path.exists(env_file):
517 d = util.safe_load_file(env_file)
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Client/
H A DConfig.pm285 my $env_file = 'OPENXPKI_'.uc($service).'_CLIENT_CONF_FILE';
296 } elsif ($ENV{$env_file}) {
297 -f $ENV{$env_file}
298 … || die sprintf "Explicit config file not found (%s, from env %s)", $ENV{$env_file}, $env_file;
300 $configfile = $ENV{$env_file};
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Client/
H A DConfig.pm285 my $env_file = 'OPENXPKI_'.uc($service).'_CLIENT_CONF_FILE';
296 } elsif ($ENV{$env_file}) {
297 -f $ENV{$env_file}
298 … || die sprintf "Explicit config file not found (%s, from env %s)", $ENV{$env_file}, $env_file;
300 $configfile = $ENV{$env_file};
/dports/devel/R-cran-roxygen2/roxygen2/R/
H A Dparse.R39 env = env_file(file),
54 parse_text <- function(text, env = env_file(file)) {
67 env_file <- function(file) { function
/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/charsets/fontconfig/src/
H A Dfcinit.c105 char *env_file, *env_path; in FcInitLoadOwnConfig() local
107 env_file = getenv ("FONTCONFIG_FILE"); in FcInitLoadOwnConfig()
109 if ((env_file != NULL && env_file[0] != 0) || in FcInitLoadOwnConfig()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/fontconfig/src/src/
H A Dfcinit.c104 char *env_file, *env_path; in FcInitLoadOwnConfig() local
106 env_file = getenv ("FONTCONFIG_FILE"); in FcInitLoadOwnConfig()
108 if ((env_file != NULL && env_file[0] != 0) || in FcInitLoadOwnConfig()

1234567891011