Home
last modified time | relevance | path

Searched refs:removeCache (Results 1 – 25 of 39) sorted by relevance

12

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/Java/
H A DBrowserApp.java233 removeCache = new Vector(); in BrowserListModel()
248 removeCache.add( serviceName); in serviceLost()
255 while ( removeCache.size() > 0) in run()
257 String serviceName = (String) removeCache.remove( removeCache.size() - 1); in run()
339 protected Vector removeCache; // list of serviceNames to remove field in BrowserListModel
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/
H A DTranslate.php194 public static function removeCache() function in Zend_Translate
196 Zend_Translate_Adapter::removeCache();
H A DLocale.php1830 public static function removeCache() function in Zend_Locale
1832 Zend_Locale_Data::removeCache();
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Private/SDWebImage/
H A DSDImageCachesManager.h79 - (void)removeCache:(nonnull id<SDImageCache>)cache;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Public/SDWebImage/
H A DSDImageCachesManager.h79 - (void)removeCache:(nonnull id<SDImageCache>)cache;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/SDWebImage/SDWebImage/Core/
H A DSDImageCachesManager.h79 - (void)removeCache:(nonnull id<SDImageCache>)cache;
/dports/devel/ccls/ccls-0.20210330/src/messages/
H A DtextDocument_did.cc26 pipeline::removeCache(path); in textDocument_didClose()
/dports/devel/ccls/ccls-0.20210330/src/
H A Dpipeline.hh64 void removeCache(const std::string &path);
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Cache/
H A DCache.php182 public function removeCache() function in dokuwiki\\Cache\\Cache
/dports/audio/cantata/cantata-2.4.2/devices/
H A Dfsdevice.h130 void removeCache() override;
H A Ddevice.h132 virtual void removeCache() { } in removeCache() function
H A Dremotefsdevice.cpp566 removeCache(); in saveProperties()
579 removeCache(); in saveProperties()
H A Dumsdevice.cpp308 removeCache(); in saveProperties()
H A Dfsdevice.cpp357 removeCache(); in rescan()
745 void FsDevice::removeCache() in removeCache() function in FsDevice
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/autoload/
H A DsfSimpleAutoload.class.php204 public function removeCache() function in sfSimpleAutoload
/dports/audio/cantata/cantata-2.4.2/models/
H A Dstreamsmodel.h86 virtual void removeCache();
183 void removeCache() override { } in removeCache() function
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dcachefilter.h224 void removeCache() { in removeCache() function
H A Dcachefilter.cpp215 c->removeCache(); in cacheFree()
/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Main/
H A DFactory.hpp265 bool removeCache (const std::string& pattern);
H A DFactory.cpp636 bool Factory::removeCache(const std::string& pattern) in removeCache() function in sh::Factory
743 if (removeCache (it->first)) in reloadShaders()
751 if (removeCache (it->first)) in reloadShaders()
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A Dcache.php117 function removeCache() { function in cache
H A Dparserutils.php159 $cache->removeCache(); //try to delete cachefile
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/preferences/
H A DSiteDataManager.jsm398 this.removeCache();
405 removeCache() {
/dports/www/falkon/falkon-3.2.0/src/lib/preferences/
H A Dpreferences.cpp321 ui->removeCache->setChecked(settings.value("deleteCacheOnClose", false).toBool()); in Preferences()
629 ui->removeCache->setEnabled(state); in allowCacheChanged()
988 settings.setValue("deleteCacheOnClose", ui->removeCache->isChecked()); in saveSettings()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/modules/
H A DSiteDataManager.jsm555 await this.removeCache();
564 removeCache() {

12