Home
last modified time | relevance | path

Searched refs:archive_cache (Results 1 – 8 of 8) sorted by relevance

/dports/security/zeronet/ZeroNet-0.7.1/plugins/FilePack/
H A DFilePackPlugin.py11 archive_cache = {} variable
15 if archive_path in archive_cache:
16 del archive_cache[archive_path]
20 if archive_path not in archive_cache:
23 archive_cache[archive_path] = tarfile.open(archive_path, fileobj=file_obj, mode="r:gz")
26 archive_cache[archive_path] = tarfile.open(archive_path, fileobj=file_obj, mode="r:bz2")
29 archive_cache[archive_path] = zipfile.ZipFile(file_obj or archive_path)
32 archive = archive_cache[archive_path]
53 if archive_path not in archive_cache:
114 if archive_path not in archive_cache:
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Darchive-setup.h35 int archive_cache);
38 int archive_cache,
H A Darchive-setup.c59 int archive_cache) in arch_setup_archive() argument
61 arch_setup_archive_ext (chatter_fd, wants, tag_op, archive_cache, NULL); in arch_setup_archive()
86 int archive_cache, in arch_setup_archive_ext() argument
270 if (archive_cache) in arch_setup_archive_ext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/build_tools/tests/
H A Dsdktools_commands_test.py430 archive_cache = os.path.join(self.cache_dir, 'archives')
431 cache_contents = os.listdir(archive_cache)
433 cache_contents = os.listdir(os.path.join(archive_cache, 'pepper_23'))
437 archive_cache = os.path.join(self.cache_dir, 'archives')
444 archive = os.path.join(archive_cache, 'pepper_23', 'pepper_23.tar.bz2')
460 cache_contents = os.listdir(archive_cache)
470 archive_cache = os.path.join(self.cache_dir, 'archives')
472 self.assertFalse(os.path.exists(archive_cache))
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/build_tools/sdk_tools/command/
H A Dupdate.py53 self.archive_cache = os.path.join(user_data_dir, 'archives')
67 filename = os.path.join(self.archive_cache, filename)
87 for root, _, files in os.walk(self.archive_cache):
108 for root, _, files in os.walk(self.archive_cache):
130 dest_path = os.path.join(self.archive_cache, dest_filename)
177 archive_path = os.path.join(self.archive_cache, archive)
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Darchive.R432 if (is.null(pkgenv$archive_cache[[hash]])) {
433 pkgenv$archive_cache[[hash]] <-
436 pkgenv$archive_cache[[hash]]
H A Donload.R343 pkgenv$archive_cache <- new.env(parent = emptyenv())
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/docs/executors/
H A Dcustom.md273 1. `archive_cache` OR `archive_cache_on_failure`
345 | `archive_cache` | Will create an archive of all the cache, if any are defined. Only executed when…