Home
last modified time | relevance | path

Searched refs:getCacheFilename (Results 1 – 25 of 63) sorted by relevance

123

/dports/games/bzflag-server/bzflag-2.4.22/src/game/
H A DServerListCache.cxx78 std::string ServerListCache::getCacheFilename(int subrevision) const in getCacheFilename() function in ServerListCache
95 std::string fileName = getCacheFilename(subrevision); in saveCache()
128 std::string fileName = getCacheFilename(subrevision); in loadCache()
136 fileName = getCacheFilename(subrevision); in loadCache()
/dports/games/bzflag/bzflag-2.4.22/src/game/
H A DServerListCache.cxx78 std::string ServerListCache::getCacheFilename(int subrevision) const in getCacheFilename() function in ServerListCache
95 std::string fileName = getCacheFilename(subrevision); in saveCache()
128 std::string fileName = getCacheFilename(subrevision); in loadCache()
136 fileName = getCacheFilename(subrevision); in loadCache()
/dports/www/phpmustache/mustache.php-2.14.1/src/Mustache/Cache/
H A DFilesystemCache.php48 $fileName = $this->getCacheFilename($key);
66 $fileName = $this->getCacheFilename($key);
86 protected function getCacheFilename($name) function in Mustache_Cache_FilesystemCache
/dports/www/moodle310/moodle/lib/mustache/src/Mustache/Cache/
H A DFilesystemCache.php48 $fileName = $this->getCacheFilename($key);
66 $fileName = $this->getCacheFilename($key);
86 protected function getCacheFilename($name) function in Mustache_Cache_FilesystemCache
/dports/www/moodle311/moodle/lib/mustache/src/Mustache/Cache/
H A DFilesystemCache.php48 $fileName = $this->getCacheFilename($key);
66 $fileName = $this->getCacheFilename($key);
86 protected function getCacheFilename($name) function in Mustache_Cache_FilesystemCache
/dports/www/moodle39/moodle/lib/mustache/src/Mustache/Cache/
H A DFilesystemCache.php48 $fileName = $this->getCacheFilename($key);
66 $fileName = $this->getCacheFilename($key);
86 protected function getCacheFilename($name) function in Mustache_Cache_FilesystemCache
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/test/Twig/Tests/
H A DFileCachingTest.php45 $cacheFileName = $this->env->getCacheFilename($name);
57 $cacheFileName = $this->env->getCacheFilename($name);
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Template/
H A DString.php261 $cachedFile = $this->getCacheFilename($dwoo);
286 $cachedFile = $this->getCacheFilename($dwoo);
326 $cachedFile = $this->getCacheFilename($dwoo);
435 protected function getCacheFilename(Dwoo $dwoo) function in Dwoo_Template_String
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/Dwoo/Template/
H A DString.php261 $cachedFile = $this->getCacheFilename($dwoo);
286 $cachedFile = $this->getCacheFilename($dwoo);
326 $cachedFile = $this->getCacheFilename($dwoo);
435 protected function getCacheFilename(Dwoo_Core $dwoo) function in Dwoo_Template_String
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Metadata/Sources/
H A DMDQ.php119 private function getCacheFilename($set, $entityId) function in SimpleSAML\\Metadata\\Sources\\MDQ
148 $cachefilename = $this->getCacheFilename($set, $entityId);
207 $cachefilename = $this->getCacheFilename($set, $entityId);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Metadata/Sources/
H A DMDQ.php133 private function getCacheFilename($set, $entityId) function in SimpleSAML\\Metadata\\Sources\\MDQ
166 $cachefilename = $this->getCacheFilename($set, $entityId);
227 $cachefilename = $this->getCacheFilename($set, $entityId);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/Twig/
H A DTraceableTwigEnvironment.php131 public function getCacheFilename($name) function in DebugBar\\Bridge\\Twig\\TraceableTwigEnvironment
133 return $this->twig->getCacheFilename($name);
165 if (false === $cache = $this->getCacheFilename($name)) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/Twig/
H A DTraceableTwigEnvironment.php131 public function getCacheFilename($name) function in DebugBar\\Bridge\\Twig\\TraceableTwigEnvironment
133 return $this->twig->getCacheFilename($name);
165 if (false === $cache = $this->getCacheFilename($name)) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/scripts/khr_util/
H A Dregistry_cache.py51 def getCacheFilename (self): member in RegistrySource
150 cachePath = os.path.join(cacheDir, source.getCacheFilename())
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DServerListCache.h84 std::string getCacheFilename(int subrevision) const;
/dports/games/bzflag/bzflag-2.4.22/include/
H A DServerListCache.h84 std::string getCacheFilename(int subrevision) const;
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dclass-feed.php102 protected function getCacheFilename() { function in feed
122 …CHE_FOLDER . '/' . strtolower($this->feed) . '/' . internalToFilesystem($this->getCacheFilename());
143 $cachefilepath = internalToFilesystem($this->getCacheFilename());
/dports/devel/llvm70/llvm-7.0.1.src/tools/lli/
H A Dlli.cpp229 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
244 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
262 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() function in LLIObjectCache
/dports/devel/llvm10/llvm-10.0.1.src/tools/lli/
H A Dlli.cpp252 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
267 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
285 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() function in LLIObjectCache
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/lli/
H A Dlli.cpp252 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
267 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
285 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() function in LLIObjectCache
/dports/devel/llvm80/llvm-8.0.1.src/tools/lli/
H A Dlli.cpp251 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
266 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
284 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() function in LLIObjectCache
/dports/devel/llvm90/llvm-9.0.1.src/tools/lli/
H A Dlli.cpp247 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
262 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
280 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() function in LLIObjectCache
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/lli/
H A Dlli.cpp274 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
290 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
308 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() function in LLIObjectCache
/dports/devel/llvm11/llvm-11.0.1.src/tools/lli/
H A Dlli.cpp274 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
290 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
308 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() function in LLIObjectCache
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/lli/
H A Dlli.cpp271 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
287 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
305 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() function in LLIObjectCache

123