Home
last modified time | relevance | path

Searched refs:invalidateCache (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/expiring-cache-map-0.0.6.1/tests/
H A DTestHashECMWithTestSequenceInvalidating.hs7 …MForM, lookupECM, CacheSettings(..), consistentDuration, invalidate, invalidateCache, keysCached, …
54 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
60 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
66 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
72 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
78 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
84 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
H A DTestOrdECMWithTestSequenceInvalidating.hs7 …MForM, lookupECM, CacheSettings(..), consistentDuration, invalidate, invalidateCache, keysCached, …
54 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
60 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
66 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
72 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
78 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
84 …testLookupsI (lookupECM filecache) (invalidate filecache) (invalidateCache filecache) (keysCached …
H A DInvalidateCacheTestHashECM.hs8 import qualified Caching.ExpiringCacheMap.HashECM as ECM (invalidateCache, keysCached, keysNotExpir…
26 test1Common (lookupECM filecache3) (ECM.keysCached filecache3) (ECM.invalidateCache filecache3)
H A DInvalidateCacheTestOrdECM.hs8 import qualified Caching.ExpiringCacheMap.HashECM as ECM (invalidateCache, keysCached, keysNotExpir…
26 test1Common (lookupECM filecache3) (ECM.keysCached filecache3) (ECM.invalidateCache filecache3)
H A DInvalidateTestHashECM.hs8 import qualified Caching.ExpiringCacheMap.HashECM as ECM (invalidate, invalidateCache, keysCached, …
34 …ilecache1) (ECM.invalidate filecache1) (ECM.keysCached filecache1) (ECM.invalidateCache filecache1)
H A DInvalidateTestOrdECM.hs8 import qualified Caching.ExpiringCacheMap.OrdECM as ECM (invalidate, invalidateCache, keysCached, k…
34 …ilecache1) (ECM.invalidate filecache1) (ECM.keysCached filecache1) (ECM.invalidateCache filecache1)
/dports/lang/sdcc/sdcc-4.0.0/debugger/mcs51/
H A Dsimi.c237 invalidateCache(XMEM_CACHE); in openSimulator()
238 invalidateCache(IMEM_CACHE); in openSimulator()
239 invalidateCache(SREG_CACHE); in openSimulator()
354 invalidateCache(XMEM_CACHE); in openSimulator()
355 invalidateCache(IMEM_CACHE); in openSimulator()
356 invalidateCache(SREG_CACHE); in openSimulator()
652 invalidateCache(XMEM_CACHE); in simGoTillBp()
653 invalidateCache(IMEM_CACHE); in simGoTillBp()
654 invalidateCache(SREG_CACHE); in simGoTillBp()
731 invalidateCache(XMEM_CACHE); in simReset()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Cache/
H A DEntityCacheUnitTest.php27 $object->invalidateCache();
38 $object->invalidateCache();
44 $object->invalidateCache();
53 $user->invalidateCache();
59 $user->invalidateCache();
69 $user->invalidateCache();
75 $user->invalidateCache();
86 $object->invalidateCache();
/dports/lang/kawa/kawa-3.1.1/kawa/
H A DReplPaneOutPort.java27 format.invalidateCache(java.awt.image.BufferedImage.class);
28 format.invalidateCache(java.awt.Shape.class);
29 format.invalidateCache(gnu.kawa.models.Picture.class);
30 format.invalidateCache(gnu.kawa.models.Viewable.class);
31 format.invalidateCache(java.awt.Component.class);
/dports/www/gallery2/gallery2/modules/albumselect/
H A Dmodule.inc118 $invalidateCache = false;
120 $invalidateCache = true;
127 $invalidateCache = true;
138 $invalidateCache = true;
141 $invalidateCache = true;
146 if ($invalidateCache) {
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/effects/
H A Dround_checkbox.h29 void invalidateCache();
60 void invalidateCache() { in invalidateCache() function
61 _check.invalidateCache(); in invalidateCache()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/help/
H A Dhelpindexfilter.cpp70 this, &HelpIndexFilter::invalidateCache); in HelpIndexFilter()
74 &HelpIndexFilter::invalidateCache); in HelpIndexFilter()
76 this, &HelpIndexFilter::invalidateCache); in HelpIndexFilter()
221 invalidateCache(); in refresh()
266 void HelpIndexFilter::invalidateCache() in invalidateCache() function in HelpIndexFilter
/dports/games/minetest/minetest-5.4.1/src/util/
H A Dareastore.cpp120 void AreaStore::invalidateCache() in invalidateCache() function in AreaStore
145 invalidateCache(); in setCacheParams()
203 invalidateCache(); in insertArea()
221 invalidateCache(); in removeArea()
272 invalidateCache(); in insertArea()
284 invalidateCache(); in removeArea()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dsubstitutions.cpp176 void SubstitutionMap::addSubstitution(TNode x, TNode t, bool invalidateCache) in addSubstitution() argument
188 if (invalidateCache) { in addSubstitution()
197 void SubstitutionMap::addSubstitutions(SubstitutionMap& subMap, bool invalidateCache) in addSubstitutions() argument
204 if (!invalidateCache) { in addSubstitutions()
208 if (invalidateCache) { in addSubstitutions()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_dial.cpp176 invalidateCache(); in setFrameShadow()
206 invalidateCache(); in setLineWidth()
284 invalidateCache(); in setMode()
303 void QwtDial::invalidateCache() in invalidateCache() function in QwtDial
609 invalidateCache(); in setScaleArc()
664 invalidateCache(); in setOrigin()
817 invalidateCache(); in changeEvent()
854 invalidateCache(); in scaleChange()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_dial.cpp176 invalidateCache(); in setFrameShadow()
206 invalidateCache(); in setLineWidth()
284 invalidateCache(); in setMode()
303 void QwtDial::invalidateCache() in invalidateCache() function in QwtDial
609 invalidateCache(); in setScaleArc()
664 invalidateCache(); in setOrigin()
817 invalidateCache(); in changeEvent()
854 invalidateCache(); in scaleChange()
/dports/graphics/qgis/qgis-3.22.3/src/core/proj/
H A Dqgscoordinatereferencesystemregistry.cpp162 QgsCoordinateReferenceSystem::invalidateCache(); in addUserCrs()
163 QgsCoordinateTransform::invalidateCache(); in addUserCrs()
232 QgsCoordinateReferenceSystem::invalidateCache(); in updateUserCrs()
233 QgsCoordinateTransform::invalidateCache(); in updateUserCrs()
282 QgsCoordinateReferenceSystem::invalidateCache(); in removeUserCrs()
283 QgsCoordinateTransform::invalidateCache(); in removeUserCrs()
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutmapwidget.cpp339 mMapItem->invalidateCache(); in followVisibilityPresetSelected()
416 mMapItem->invalidateCache(); in mapCrsChanged()
428 mMapItem->invalidateCache(); in overviewSymbolChanged()
717 mMapItem->invalidateCache(); in rotationChanged()
1117 mMapItem->invalidateCache(); in mDrawCanvasItemsCheckBox_stateChanged()
1352 mMapItem->invalidateCache(); in mAddOverviewPushButton_clicked()
1371 mMapItem->invalidateCache(); in mRemoveOverviewPushButton_clicked()
1393 mMapItem->invalidateCache(); in mOverviewUpButton_clicked()
1415 mMapItem->invalidateCache(); in mOverviewDownButton_clicked()
1622 mMapItem->invalidateCache(); in mOverviewCheckBox_toggled()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutmapwidget.cpp337 mMapItem->invalidateCache(); in followVisibilityPresetSelected()
414 mMapItem->invalidateCache(); in mapCrsChanged()
426 mMapItem->invalidateCache(); in overviewSymbolChanged()
716 mMapItem->invalidateCache(); in rotationChanged()
1116 mMapItem->invalidateCache(); in mDrawCanvasItemsCheckBox_stateChanged()
1351 mMapItem->invalidateCache(); in mAddOverviewPushButton_clicked()
1370 mMapItem->invalidateCache(); in mRemoveOverviewPushButton_clicked()
1392 mMapItem->invalidateCache(); in mOverviewUpButton_clicked()
1414 mMapItem->invalidateCache(); in mOverviewDownButton_clicked()
1621 mMapItem->invalidateCache(); in mOverviewCheckBox_toggled()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/integration/Elgg/Database/
H A DSeedingTest.php65 $user->invalidateCache();
81 $user->invalidateCache();
107 $user->invalidateCache();
/dports/www/gregarius/gregarius/cls/wrappers/
H A Dconfig.php30 function getConfig($key,$allowRecursion = true, $invalidateCache = false) { argument
31 return $GLOBALS['rss'] -> config -> getConfig($key,$allowRecursion, $invalidateCache);
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/
H A DElggUser.php142 $this->invalidateCache();
165 $this->invalidateCache();
209 $this->invalidateCache();
231 $this->invalidateCache();
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Database/
H A DPrivateSettingsTable.php154 $entity->invalidateCache();
195 $entity->invalidateCache();
213 $entity->invalidateCache();
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/
H A DPreparedGeometry.cpp62 invalidateCache(); in resetGeometry()
74 void PreparedGeometry::invalidateCache() in invalidateCache() function in SFCGAL::PreparedGeometry
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/sql/
H A DSqlMeta.h303 virtual void invalidateCache();
338 virtual void invalidateCache();
469 virtual void invalidateCache();
500 virtual void invalidateCache();
531 virtual void invalidateCache();
560 virtual void invalidateCache();

12345678910>>...31