Home
last modified time | relevance | path

Searched defs:cache_dir (Results 1 – 25 of 1262) sorted by relevance

12345678910>>...51

/dports/databases/py-pyodbc/pyodbc-4.0.32/appveyor/
H A Dinstall.ps1109 $cache_dir = "$env:APPVEYOR_BUILD_FOLDER\apvyr_cache" variable
110 If (Test-Path $cache_dir) { variable
112 Get-ChildItem $cache_dir variable
114 Write-Output "*** Creating directory ""$cache_dir""..." variable
115 New-Item -ItemType Directory -Path $cache_dir | out-null variable
144 -msifile_path "$cache_dir\msodbcsql_11.0.0.0_x64.msi" ` variable
154 -msifile_path "$cache_dir\msodbcsql_13.1.0.0_x64.msi" ` variable
161 -msifile_path "$cache_dir\msodbcsql_17.5.1.1_x64.msi" ` variable
173 -msifile_path "$cache_dir\psqlodbc_11_01_0000-x64.msi"; variable
199 -msifile_path "$cache_dir\psqlodbc_11_01_0000-x86.msi"; variable
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/cachedir-0.1.1/tests/
H A Dtests.rs36 let cache_dir: PathBuf = CacheDirConfig::new("__cachedir_test_create_user_cache") in create_user_cache() localVariable
72 let cache_dir: PathBuf = CacheDirConfig::new("__cachedir_test_create_user_cache") in create_user_cache() localVariable
84 let cache_dir: PathBuf = CacheDirConfig::new("__cachedir_test_create_tmp_cache") in create_tmp_cache() localVariable
96 let cache_dir: PathBuf = CacheDirConfig::new("__cachedir_test_create_tmp_cache") in create_tmp_cache() localVariable
126 let cache_dir: PathBuf = CacheDirConfig::new("__cachedir_test_create_mem_cache") in create_mem_cache() localVariable
/dports/devel/git-delta/delta-0.9.2/src/bat_utils/
H A Ddirs.rs14 cache_dir: PathBuf, field
28 let cache_dir = cache_dir_op.map(|d| d.join("bat"))?; in new() localVariable
33 pub fn cache_dir(&self) -> &Path { in cache_dir() method
/dports/textproc/R-cran-sass/sass/tests/testthat/
H A Dtest-cache.R199 cache_dir <- tempfile("sass-cache-test-") globalVar
203 cache_dir <- normalizePath(cache_dir) globalVar
229 cache_dir <- tempfile("sass-cache-test-") globalVar
241 cache_dir <- tempfile("sass-cache-test-") globalVar
248 cache_dir <- tempfile("sass-cache-test-") globalVar
257 cache_dir <- tempfile() globalVar
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/scenarios/setup/
H A Dtest_install.py42 def test_wheel(virtualenv, cache_dir, use_static_requirements, src_dir): argument
116 def test_egg(virtualenv, cache_dir, use_static_requirements, src_dir): argument
265 def test_sdist(virtualenv, cache_dir, use_static_requirements, src_dir): argument
369 def test_setup_install(virtualenv, cache_dir, use_static_requirements, src_dir): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/simple/
H A Dsimple_version_upgrade_unittest.cc48 base::ScopedTempDir cache_dir; in TEST() local
66 base::ScopedTempDir cache_dir; in TEST() local
87 base::ScopedTempDir cache_dir; in TEST() local
115 base::ScopedTempDir cache_dir; in TEST() local
164 base::ScopedTempDir cache_dir; in TEST() local
188 base::ScopedTempDir cache_dir; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/simple/
H A Dsimple_version_upgrade_unittest.cc48 base::ScopedTempDir cache_dir; in TEST() local
66 base::ScopedTempDir cache_dir; in TEST() local
87 base::ScopedTempDir cache_dir; in TEST() local
115 base::ScopedTempDir cache_dir; in TEST() local
164 base::ScopedTempDir cache_dir; in TEST() local
188 base::ScopedTempDir cache_dir; in TEST() local
/dports/textproc/bat/bat-0.18.3/src/bin/bat/
H A Ddirectories.rs10 cache_dir: PathBuf, field
16 let cache_dir = BatProjectDirs::get_cache_dir()?; in new() localVariable
54 pub fn cache_dir(&self) -> &Path { in cache_dir() method
H A Dassets.rs16 pub fn cache_dir() -> Cow<'static, str> { in cache_dir() function
39 let cache_dir = PROJECT_DIRS.cache_dir(); in assets_from_cache_or_binary() localVariable
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/galaxy/
H A Dtest_api.py59 def cache_dir(tmp_path_factory, monkeypatch): function
991 def test_missing_cache_dir(cache_dir): argument
1005 def test_existing_cache(cache_dir): argument
1029 def test_cache_invalid_cache_content(content, cache_dir): argument
1043 def test_cache_complete_pagination(cache_dir, monkeypatch): argument
1072 def test_cache_flaky_pagination(cache_dir, monkeypatch): argument
1135 def test_world_writable_cache(cache_dir, monkeypatch): argument
1157 def test_no_cache(cache_dir): argument
1170 def test_clear_cache_with_no_cache(cache_dir): argument
1179 def test_clear_cache(cache_dir): argument
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/utils/
H A Dtest_cache.py48 def cache_dir(tmp_path): function
55 def minion_config(cache_dir): argument
127 def test_set_cache(minion_config, cache_mods_path, cache_mod_name, cache_dir): argument
/dports/lang/ruby26/ruby-2.6.9/tool/
H A Dextlibs.rb10 def cache_file(url, cache_dir) argument
14 def do_download(url, cache_dir) argument
82 def do_command(mode, dest, url, cache_dir, chksums) argument
/dports/textproc/R-cran-sass/sass/R/
H A Dsass_cache.R119 cache_dir <- NULL functionVar
158 cache_dir <- find_cache_dir("sass") functionVar
252 sass_cache_options <- function(cache, cache_dir) { argument
/dports/www/phpbb3/phpBB3/phpbb/cron/task/core/
H A Dqueue.php23 protected $cache_dir; variable in phpbb\\cron\\task\\core\\queue
34 public function __construct($phpbb_root_path, $php_ext, \phpbb\config\config $config, $cache_dir)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wcs/
H A Dwcsdataset.h170 explicit WCSDataset100(const char *cache_dir) : WCSDataset(100, cache_dir) {} in WCSDataset100()
190 WCSDataset110(int version, const char *cache_dir) : WCSDataset(version, cache_dir) {} in WCSDataset110()
220 explicit WCSDataset201(const char *cache_dir) : WCSDataset110(201, cache_dir) {} in WCSDataset201()
/dports/graphics/gdal/gdal-3.3.3/frmts/wcs/
H A Dwcsdataset.h170 explicit WCSDataset100(const char *cache_dir) : WCSDataset(100, cache_dir) {} in WCSDataset100()
190 WCSDataset110(int version, const char *cache_dir) : WCSDataset(version, cache_dir) {} in WCSDataset110()
220 explicit WCSDataset201(const char *cache_dir) : WCSDataset110(201, cache_dir) {} in WCSDataset201()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wcs/
H A Dwcsdataset.h170 explicit WCSDataset100(const char *cache_dir) : WCSDataset(100, cache_dir) {} in WCSDataset100()
190 WCSDataset110(int version, const char *cache_dir) : WCSDataset(version, cache_dir) {} in WCSDataset110()
220 explicit WCSDataset201(const char *cache_dir) : WCSDataset110(201, cache_dir) {} in WCSDataset201()
/dports/devel/py-pip/pip-20.3.4/tests/functional/
H A Dtest_cache.py9 def cache_dir(script): function
19 def http_cache_dir(cache_dir): argument
24 def wheel_cache_dir(cache_dir): argument
171 def test_cache_dir(script, cache_dir): argument
177 def test_cache_dir_too_many_args(script, cache_dir): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/abi_corpus/
H A Dcorpus_utils.py174 def CachedPath(cache_dir, filename): argument
201 def PrimeCache(cache_dir, filename): argument
219 def CopyFromCache(cache_dir, filename, dest_filename): argument
232 def ExtractFromCache(cache_dir, source, dest): argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/platform-dirs-0.3.0/src/
H A Dlib.rs8 pub cache_dir: PathBuf, field
39 let mut cache_dir = dirs_next::cache_dir().expect("home directory is set"); in new() localVariable
66 let mut cache_dir = data_local_dir.clone(); in new() localVariable
88 let mut cache_dir = env::var_os("XDG_CACHE_HOME") in new() localVariable
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dlocal-cache.c61 t_uchar * cache_dir, in arch_find_local_copy()
120 t_uchar * cache_dir, in arch_find_or_make_local_copy()
176 t_uchar * cache_dir, in arch_find_or_make_tmp_local_copy()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/cachedir-0.1.1/src/sys_cache/
H A Dredox_cache.rs31 let cache_dir = env::home_dir() in create_user_cache_dir() localVariable
45 let cache_dir = cache_dir.unwrap(); in create_user_cache_dir() localVariable
H A Dunix_cache.rs33 let cache_dir = env::home_dir() in create_user_cache_dir() localVariable
62 let cache_dir = cache_dir.unwrap(); in create_user_cache_dir() localVariable
/dports/x11/lightdm/lightdm-1.30.0/common/
H A Ddmrc.c42 …g_autofree gchar *cache_dir = config_get_string (config_get_instance (), "LightDM", "cache-directo… in dmrc_load() local
70 …g_autofree gchar *cache_dir = config_get_string (config_get_instance (), "LightDM", "cache-directo… in dmrc_save() local
/dports/net/samba412/samba-4.12.15/libgpo/
H A Dgpo_fetch.c33 const char *cache_dir, in gpo_explode_filesyspath()
90 const char *cache_dir, in gpo_prepare_local_store()
153 const char *cache_dir, in gpo_fetch_files()

12345678910>>...51