Home
last modified time | relevance | path

Searched refs:envPath (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/pear-ezc_Base/Base-1.8/ezc/Base/
H A Dfeatures.php274 $envPath = trim( $_ENV['PATH'] );
276 else if ( ( $envPath = getenv( 'PATH' ) ) !== false )
278 $envPath = trim( $envPath );
280 if ( is_string( $envPath ) && strlen( trim( $envPath ) ) == 0 )
282 $envPath = false;
294 if ( $envPath )
296 $dirs = explode( ':', $envPath );
321 if ( $envPath )
323 $dirs = explode( ';', $envPath );
/dports/x11/kf5-kinit/kinit-5.89.0/src/kwrapper/
H A Dkwrapper_win.cpp84 if (!envPath.contains(a)) { in main()
85 envPath << a; in main()
94 if (!envPath.contains(path)) { in main()
95 envPath << path; in main()
109 if (!envPath.contains(path)) { in main()
110 envPath << path; in main()
165 if (!envPath.contains(a + QStringLiteral("/bin"))) { in main()
166 envPath << a + QStringLiteral("/bin"); in main()
168 if (!envPath.contains(a + QStringLiteral("/lib"))) { in main()
169 envPath << a + QStringLiteral("/lib"); in main()
[all …]
/dports/audio/vamp-plugin-sdk/vamp-plugin-sdk-2.9.0/src/vamp-hostsdk/
H A DPluginHostAdapter.cpp73 std::string envPath;
76 (void)Files::getEnvUtf8("VAMP_PATH_32", envPath);
78 (void)Files::getEnvUtf8("VAMP_PATH", envPath);
93 if (envPath == "") {
94 envPath = DEFAULT_VAMP_PATH;
99 f < envPath.length()) {
100 envPath.replace(f, 5, home);
110 f < envPath.length()) {
111 envPath.replace(f, 14, pfiles);
118 while ((newindex = envPath.find(PATH_SEPARATOR, index)) < envPath.size()) {
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libvamp/src/vamp-hostsdk/
H A DPluginHostAdapter.cpp71 std::string envPath; in getPluginPath() local
74 if (cpath) envPath = cpath; in getPluginPath()
88 if (envPath == "") { in getPluginPath()
89 envPath = DEFAULT_VAMP_PATH; in getPluginPath()
95 f < envPath.length()) { in getPluginPath()
96 envPath.replace(f, 5, home); in getPluginPath()
105 f < envPath.length()) { in getPluginPath()
106 envPath.replace(f, 14, pfiles); in getPluginPath()
113 while ((newindex = envPath.find(PATH_SEPARATOR, index)) < envPath.size()) { in getPluginPath()
114 path.push_back(envPath.substr(index, newindex - index)); in getPluginPath()
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DMain.cpp89 const char *envPath = 0;
91 envPath = getenv("AQUARIA_DATA_PATH");
92 if (envPath)
94 dsqParam = envPath;
98 if(!envPath)
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Denv_paths.cpp72 wxFileName envPath; in NormalizePath() local
87 envPath.SetPath( entry.second.GetValue() ); in NormalizePath()
90 if( normalizeAbsolutePaths( envPath, aFilePath, &tmp ) ) in NormalizePath()
92 int newDepth = envPath.GetDirs().GetCount(); in NormalizePath()
108 envPath.SetPath( aProjectPath ); in NormalizePath()
110 if( normalizeAbsolutePaths( envPath, aFilePath, &remainingPath ) ) in NormalizePath()
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCsystem.c224 char *envPath; in get_path() local
226 if (NULL != (envPath = getenv("PATH"))) in get_path()
229 envPath = Safe_strdup (envPath); in get_path()
231 if (NULL != (path = strtok (envPath, ";"))) in get_path()
238 Safe_free (envPath); in get_path()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest/
H A Dprotocol.go21 envPath := filepath.Join(dir, "git-env")
26 `, envPath, cfg.Git.BinPath)
33 data, err := os.ReadFile(envPath)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest/
H A Dprotocol.go21 envPath := filepath.Join(dir, "git-env")
26 `, envPath, cfg.Git.BinPath)
33 data, err := ioutil.ReadFile(envPath)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest/
H A Dprotocol.go21 envPath := filepath.Join(dir, "git-env")
26 `, envPath, cfg.Git.BinPath)
33 data, err := os.ReadFile(envPath)
/dports/mail/emailrelay/emailrelay-1.9/src/gui/
H A Ddir_win32.cpp138 G::Path default_ = envPath("USERPROFILE",envPath("HOME")) ; in special()
145 return envPath( "USERPROFILE" , envPath( "HOME" , desktop() ) ) ; in home()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/cli/command/
H A Denvironment.go47 func newEnv(envPath, provider, name, tfStatePath string, logger hclog.Logger) (*environment, error)… argument
57 tfPath := path.Join(envPath, provider, name)
79 func envsFromGlob(envPath, glob, tfStatePath string, logger hclog.Logger) ([]*environment, error) { argument
80 results, err := filepath.Glob(filepath.Join(envPath, glob))
91 env, err := newEnv(envPath, provider, name, tfStatePath, logger)
H A Dprovision.go71 var envPath string
77 …cmdFlags.StringVar(&envPath, "env-path", DefaultEnvironmentsPath, "Path to e2e environment terrafo…
96 env, err := newEnv(envPath, args[0], args[1], tfPath, c.logger)
/dports/sysutils/nomad/nomad-1.1.0/e2e/cli/command/
H A Denvironment.go47 func newEnv(envPath, provider, name, tfStatePath string, logger hclog.Logger) (*environment, error)… argument
57 tfPath := path.Join(envPath, provider, name)
79 func envsFromGlob(envPath, glob, tfStatePath string, logger hclog.Logger) ([]*environment, error) { argument
80 results, err := filepath.Glob(filepath.Join(envPath, glob))
91 env, err := newEnv(envPath, provider, name, tfStatePath, logger)
H A Dprovision.go71 var envPath string
77 …cmdFlags.StringVar(&envPath, "env-path", DefaultEnvironmentsPath, "Path to e2e environment terrafo…
96 env, err := newEnv(envPath, args[0], args[1], tfPath, c.logger)
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/vkcom/vulkan/
H A Dvk_loader.cpp102 const char* envPath = getenv("OPENCV_VULKAN_RUNTIME"); in loadVulkanLibrary() local
103 if (envPath) in loadVulkanLibrary()
105 path = envPath; in loadVulkanLibrary()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionPythonEnvironments.R46 .rs.addFunction("python.findCondaForEnvironment", function(envPath) argument
49 historyFile <- file.path(envPath, "conda-meta/history")
167 for (envPath in envPaths) functionVar
171 pythonPath <- file.path(envPath, pythonSuffix)
213 envPath <- dirname(dirname(pythonPath)) functionVar
214 Sys.setenv(VIRTUAL_ENV = envPath)
679 .rs.addFunction("python.getVirtualEnvironmentInfo", function(envPath) argument
688 exePath <- file.path(envPath, exeSuffix)
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dva_wrapper.impl.hpp35 const char* envPath = getenv("OPENCV_LIBVA_RUNTIME"); in loadLibVA() local
36 if (envPath) in loadLibVA()
38 lib = std::make_shared<cv::plugin::impl::DynamicLib>(envPath); in loadLibVA()
/dports/devel/git-town/git-town-7.6.0/test/
H A Dgit_manager.go42 envPath := filepath.Join(manager.dir, envDirName)
43 return CloneGitEnvironment(manager.memoized, envPath)
/dports/sysutils/kdebugsettings/kdebugsettings-21.12.3/src/
H A Dkdebugsettingsloadingcategories.cpp27 …const QString envPath = QStandardPaths::locate(QStandardPaths::GenericConfigLocation, QStringLiter… in readQtLoggingFile() local
28 if (!envPath.isEmpty()) { in readQtLoggingFile()
29 readCategoriesFiles(envPath); in readQtLoggingFile()
/dports/games/spring/spring_98.0/AI/Interfaces/Java/src/main/native/
H A DJvmLocater_common.c114 const char* envPath = getenv(possLoc[l]); in GetJREPathFromEnvVars() local
115 if (envPath != NULL) { in GetJREPathFromEnvVars()
116 found = GetJREPathFromBase(path, pathSize, envPath, arch); in GetJREPathFromEnvVars()
/dports/lang/solidity/solidity_0.8.11/test/
H A DCommon.cpp172 if (auto envPath = getenv("ETH_EVMONE")) in parse() local
173 vmPaths.emplace_back(envPath); in parse()
179 if (auto envPath = getenv("ETH_HERA")) in parse() local
180 vmPaths.emplace_back(envPath); in parse()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/settings/
H A Dsettings.c122 const gchar *envPath; in _xfdashboard_settings_create_builder() local
124 envPath=g_getenv("XFDASHBOARD_UI_PATH"); in _xfdashboard_settings_create_builder()
125 if(envPath) in _xfdashboard_settings_create_builder()
127 builderFile=g_build_filename(envPath, PREFERENCES_UI_FILE, NULL); in _xfdashboard_settings_create_builder()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/opencl/runtime/
H A Dopencl_core.cpp69 const char* envPath = getenv("OPENCV_OPENCL_RUNTIME");
70 if (envPath)
73 if ((strlen(envPath) == sizeof(disabled_str) - 1) &&
74 (memcmp(envPath, disabled_str, sizeof(disabled_str) - 1) == 0))
76 return envPath;
/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Dmeta_backend_test.go1062 if _, err := os.Stat(envPath); err != nil {
1137 if _, err := os.Stat(envPath); err != nil {
1221 if _, err := os.Stat(envPath); err != nil {
1222 t.Fatalf("%s should exist, but does not", envPath)
1229 if _, err := os.Stat(envPath); err != nil {
1230 t.Fatalf("%s should exist, but does not", envPath)
1297 if _, err := os.Stat(envPath); err != nil {
1305 if _, err := os.Stat(envPath); err != nil {
1373 if _, err := os.Stat(envPath); err != nil {
1374 t.Fatalf("%s should exist, but does not", envPath)
[all …]

123456