/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/cachedir-0.1.1/tests/ |
H A D | tests.rs | 46 let mut cache_dirs: Vec<PathBuf> = Vec::with_capacity(3); in create_user_cache() localVariable 48 fn add_env_path(cache_dirs: &mut Vec<PathBuf>, in create_user_cache() 53 cache_dirs.push(PathBuf::from(path)) in create_user_cache() 58 add_env_path(&mut cache_dirs, "LOCALAPPDATA"); in create_user_cache() 59 add_env_path(&mut cache_dirs, "APPDATA"); in create_user_cache() 64 cache_dirs.push(path.join("Cache")) in create_user_cache() 68 if cache_dirs.is_empty() { in create_user_cache() 71 let expected_cache_dir = cache_dirs[0].join("__cachedir_test_create_user_cache"); in create_user_cache()
|
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/cachedir-0.1.1/src/sys_cache/ |
H A D | windows_cache.rs | 38 let mut cache_dirs: Vec<PathBuf> = Vec::with_capacity(3); in create_user_cache_dir() localVariable 41 cache_dirs: &mut Vec<PathBuf>, in create_user_cache_dir() 50 cache_dirs.push(PathBuf::from(path)) in create_user_cache_dir() 58 add_env_path(&mut errors_buffer, &mut cache_dirs, "LOCALAPPDATA"); in create_user_cache_dir() 59 add_env_path(&mut errors_buffer, &mut cache_dirs, "APPDATA"); in create_user_cache_dir() 84 cache_dirs.push(path); in create_user_cache_dir() 88 if cache_dirs.is_empty() { in create_user_cache_dir() 98 match super::create_dir_helper(&cache_dirs, &cache_name) { in create_user_cache_dir()
|
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/ |
H A D | thumbnailer.py | 73 assert data.cache_dirs is not None 74 self.cacheDirs.emit(data.scan_id, data.cache_dirs) 129 cache_dirs: CacheDirs, 170 cache_dirs=cache_dirs,
|
H A D | thumbnailpara.py | 570 folder=arguments.cache_dirs.photo_cache_dir, 574 folder=arguments.cache_dirs.video_cache_dir, 577 cache_dirs = CacheDirs(self.photo_cache_dir, self.video_cache_dir) 581 cache_dirs=cache_dirs
|
H A D | interprocess.py | 1507 cache_dirs: CacheDirs, 1548 self.cache_dirs = cache_dirs 1566 cache_dirs: Optional[CacheDirs]=None, 1572 self.cache_dirs = cache_dirs
|
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/servo-fontconfig-sys-4.0.9/fc-cache/ |
H A D | fc-cache.c | 263 FcStrList *cache_dirs = FcConfigGetCacheDirs (config); in cleanCacheDirectories() local 267 if (!cache_dirs) in cleanCacheDirectories() 269 while ((cache_dir = FcStrListNext (cache_dirs))) in cleanCacheDirectories() 277 FcStrListDone (cache_dirs); in cleanCacheDirectories()
|
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/servo-fontconfig-sys-5.1.0/fc-cache/ |
H A D | fc-cache.c | 263 FcStrList *cache_dirs = FcConfigGetCacheDirs (config); in cleanCacheDirectories() local 267 if (!cache_dirs) in cleanCacheDirectories() 269 while ((cache_dir = FcStrListNext (cache_dirs))) in cleanCacheDirectories() 277 FcStrListDone (cache_dirs); in cleanCacheDirectories()
|
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/servo-fontconfig-sys-5.1.0/fc-cache/ |
H A D | fc-cache.c | 263 FcStrList *cache_dirs = FcConfigGetCacheDirs (config); in cleanCacheDirectories() local 267 if (!cache_dirs) in cleanCacheDirectories() 269 while ((cache_dir = FcStrListNext (cache_dirs))) in cleanCacheDirectories() 277 FcStrListDone (cache_dirs); in cleanCacheDirectories()
|
/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/charsets/fontconfig/fc-cache/ |
H A D | fc-cache.c | 292 FcStrList *cache_dirs = FcConfigGetCacheDirs (config); in cleanCacheDirectories() local 296 if (!cache_dirs) in cleanCacheDirectories() 298 while ((cache_dir = FcStrListNext (cache_dirs))) in cleanCacheDirectories() 306 FcStrListDone (cache_dirs); in cleanCacheDirectories()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/fontconfig/src/fc-cache/ |
H A D | fc-cache.c | 284 FcStrList *cache_dirs = FcConfigGetCacheDirs (config); in cleanCacheDirectories() local 288 if (!cache_dirs) in cleanCacheDirectories() 290 while ((cache_dir = FcStrListNext (cache_dirs))) in cleanCacheDirectories() 298 FcStrListDone (cache_dirs); in cleanCacheDirectories()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/fontconfig/src/fc-cache/ |
H A D | fc-cache.c | 284 FcStrList *cache_dirs = FcConfigGetCacheDirs (config); in cleanCacheDirectories() local 288 if (!cache_dirs) in cleanCacheDirectories() 290 while ((cache_dir = FcStrListNext (cache_dirs))) in cleanCacheDirectories() 298 FcStrListDone (cache_dirs); in cleanCacheDirectories()
|
/dports/x11-fonts/fontconfig/fontconfig-2.13.94/fc-cache/ |
H A D | fc-cache.c | 292 FcStrList *cache_dirs = FcConfigGetCacheDirs (config); in cleanCacheDirectories() local 296 if (!cache_dirs) in cleanCacheDirectories() 298 while ((cache_dir = FcStrListNext (cache_dirs))) in cleanCacheDirectories() 306 FcStrListDone (cache_dirs); in cleanCacheDirectories()
|
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/everything/ |
H A D | evry_plug_files.c | 83 unsigned char cache_dirs; member 376 if (_conf->cache_dirs) in _scan_end_func() 426 if (_conf->cache_dirs && !(p->command == CMD_SHOW_HIDDEN)) in _scan_end_func() 1417 int cache_dirs; member 1482 &(cfdata->cache_dirs)); in _basic_create() 1519 C(cache_dirs); in _fill_data() 1531 C(cache_dirs); in _basic_apply() 1546 _conf->cache_dirs = 0; in _conf_new() 1579 E_CONFIG_VAL(D, T, cache_dirs, UCHAR); in _conf_init()
|
/dports/devel/gconf2/GConf-3.2.6/gconf/ |
H A D | gconf-client.c | 240 client->cache_dirs = g_hash_table_new_full (g_str_hash, g_str_equal, in gconf_client_init() 324 g_hash_table_destroy (client->cache_dirs); in gconf_client_finalize() 325 client->cache_dirs = NULL; in gconf_client_finalize() 738 g_hash_table_foreach_remove (client->cache_dirs, in gconf_client_real_remove_dir() 875 g_hash_table_remove_all (client->cache_dirs); in gconf_client_clear_cache() 984 g_hash_table_insert (client->cache_dirs, g_strdup (dir), GINT_TO_POINTER (1)); in cache_pairs_in_dir() 1114 g_hash_table_foreach_remove (client->cache_dirs, in remove_dir_from_cache() 1290 if (g_hash_table_lookup (client->cache_dirs, dir)) in gconf_client_all_entries() 1327 g_hash_table_insert (client->cache_dirs, g_strdup (dir), GINT_TO_POINTER (1)); in gconf_client_all_entries() 2372 if (g_hash_table_lookup (client->cache_dirs, dir)) in gconf_client_lookup()
|
H A D | gconf-client.h | 103 GHashTable *cache_dirs; member
|
/dports/x11/libfm-extra/libfm-1.3.2/src/base/ |
H A D | fm-action.c | 188 static FmActionDir *cache_dirs; /* list of FmActionDir, allocated */ variable 1091 l_dirs = cache_dirs; in _fm_action_cache_finalize() 1092 cache_dirs = NULL; in _fm_action_cache_finalize() 1450 for (dir = cache_dirs; dir; dir = dir->next) in fm_action_file_may_update() 1466 for (test = cache_dirs; test != dir; test = test->next) in fm_action_file_may_update() 1484 for (test = cache_dirs; test != dir; test = test->next) in fm_action_file_may_update() 1605 for (dir = cache_dirs; dir; dir = dir->next) in _action_cache_monitor_event() 1711 fmdir->next = cache_dirs; in fm_action_cache_add_directory() 1712 cache_dirs = fmdir; in fm_action_cache_add_directory() 2395 cache_dirs = NULL; in fm_action_cache_new()
|
/dports/x11/libfm/libfm-1.3.2/src/base/ |
H A D | fm-action.c | 188 static FmActionDir *cache_dirs; /* list of FmActionDir, allocated */ variable 1091 l_dirs = cache_dirs; in _fm_action_cache_finalize() 1092 cache_dirs = NULL; in _fm_action_cache_finalize() 1450 for (dir = cache_dirs; dir; dir = dir->next) in fm_action_file_may_update() 1466 for (test = cache_dirs; test != dir; test = test->next) in fm_action_file_may_update() 1484 for (test = cache_dirs; test != dir; test = test->next) in fm_action_file_may_update() 1605 for (dir = cache_dirs; dir; dir = dir->next) in _action_cache_monitor_event() 1711 fmdir->next = cache_dirs; in fm_action_cache_add_directory() 1712 cache_dirs = fmdir; in fm_action_cache_add_directory() 2395 cache_dirs = NULL; in fm_action_cache_new()
|
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/ |
H A D | build.rs | 434 let cache_dirs = cache_directories(env, cache_dir) in clear_cache_redundancies() localVariable 441 for (version_dir, version_patch) in cache_dirs { in clear_cache_redundancies() 535 let cache_dirs = cache_directories(env, cache_dir) in load_cache() localVariable 550 for (version_dir, _) in &cache_dirs { in load_cache() 590 let cache_dirs = cache_directories(env, cache_dir) in should_save_cache() localVariable 605 for (version_dir, _) in &cache_dirs { in should_save_cache()
|
/dports/emulators/qemu/qemu-6.2.0/.gitlab-ci.d/ |
H A D | buildtest-template.yml | 59 - echo "cache_dirs = ['${CI_PROJECT_DIR}/avocado-cache']"
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/.gitlab-ci.d/ |
H A D | buildtest-template.yml | 59 - echo "cache_dirs = ['${CI_PROJECT_DIR}/avocado-cache']"
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/acceptance/ |
H A D | boot_linux.py | 53 cache_dir=self.cache_dirs[0],
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/acceptance/ |
H A D | boot_linux.py | 67 cache_dir=self.cache_dirs[0],
|
/dports/emulators/qemu5/qemu-5.2.0/tests/acceptance/ |
H A D | boot_linux.py | 54 cache_dir=self.cache_dirs[0],
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/cache_storage/legacy/ |
H A D | legacy_cache_storage.cc | 428 std::unique_ptr<std::set<std::string>> cache_dirs( in LoadIndexDidReadIndex() local 460 cache_dirs->insert(cache.cache_dir()); in LoadIndexDidReadIndex() 465 std::move(cache_dirs))); in LoadIndexDidReadIndex() 485 std::unique_ptr<std::set<std::string>> cache_dirs) { in DeleteUnreferencedCachesInPool() argument 492 if (!base::Contains(*cache_dirs, cache_path.BaseName().AsUTF8Unsafe())) in DeleteUnreferencedCachesInPool()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/cache_storage/legacy/ |
H A D | legacy_cache_storage.cc | 411 std::unique_ptr<std::set<std::string>> cache_dirs( in LoadIndexDidReadIndex() local 443 cache_dirs->insert(cache.cache_dir()); in LoadIndexDidReadIndex() 448 std::move(cache_dirs))); in LoadIndexDidReadIndex() 468 std::unique_ptr<std::set<std::string>> cache_dirs) { in DeleteUnreferencedCachesInPool() argument 475 if (!base::Contains(*cache_dirs, cache_path.BaseName().AsUTF8Unsafe())) in DeleteUnreferencedCachesInPool()
|