Home
last modified time | relevance | path

Searched refs:startCache (Results 1 – 20 of 20) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/
H A DDesignProxy.cxx134 …MatrixImplementation::iterator startCache(designCache_.getImplementation()->begin() + phiIndex * x… in computeDesign() local
139 std::copy(startCache, startCache + xSize, startDesign); in computeDesign()
148 std::copy(column.begin(), column.end(), startCache);// copyOnWrite not called in computeDesign()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/actions/
H A DCachedAction.php84 public function startCache( $cacheExpiry = null, $cacheEnabled = null ) { function in CachedAction
102 $this->cacheHelper->startCache( $cacheExpiry, $cacheEnabled );
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialCachedPage.php90 public function startCache( $cacheExpiry = null, $cacheEnabled = null ) { function in SpecialCachedPage
110 $this->cacheHelper->startCache( $cacheExpiry, $cacheEnabled );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/actions/
H A DCachedAction.php92 public function startCache( $cacheExpiry = null, $cacheEnabled = null ) { function in CachedAction
110 $this->cacheHelper->startCache( $cacheExpiry, $cacheEnabled );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialCachedPage.php98 public function startCache( $cacheExpiry = null, $cacheEnabled = null ) { function in SpecialCachedPage
118 $this->cacheHelper->startCache( $cacheExpiry, $cacheEnabled );
/dports/games/py-fife/fifengine-0.4.2/engine/core/pathfinder/routepather/
H A Droutepather.cpp147 CellCache* startCache = start.getLayer()->getCellCache(); in solveRoute() local
150 if (!startCache || !endCache) { in solveRoute()
154 if (!startCache->isInCellCache(start) || !endCache->isInCellCache(end)) { in solveRoute()
158 Cell* startCell = startCache->getCell(start.getLayerCoordinates()); in solveRoute()
161 bool multilayer = startCache != endCache; in solveRoute()
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/manager/
H A Dinternal.go133 startCache func(stop <-chan struct{}) error member
491 if cm.startCache == nil {
492 cm.startCache = cm.cache.Start
495 if err := cm.startCache(cm.internalStop); err != nil {
H A Dmanager_test.go286 mgr.startCache = func(stop <-chan struct{}) error {
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-runtime/pkg/manager/
H A Dinternal.go133 startCache func(stop <-chan struct{}) error member
495 if cm.startCache == nil {
496 cm.startCache = cm.cache.Start
499 if err := cm.startCache(cm.internalStop); err != nil {
/dports/devel/statsvn/statsvn-0.7.0/src/net/sf/statsvn/input/
H A DSvnXmlCacheFileHandler.java131 startCache(); in startElement()
147 private void startCache() throws SAXException { in startCache() method in SvnXmlCacheFileHandler
/dports/devel/statsvn/statsvn-0.7.0/src-temp/net/sf/statsvn/input/
H A DSvnXmlCacheFileHandler.java131 startCache(); in startElement()
147 private void startCache() throws SAXException { in startCache() method in SvnXmlCacheFileHandler
/dports/www/mediawiki135/mediawiki-1.35.5/includes/cache/
H A DICacheHelper.php48 public function startCache( $cacheExpiry = null, $cacheEnabled = null ); function
H A DCacheHelper.php116 public function startCache( $cacheExpiry = null, $cacheEnabled = null ) { function in CacheHelper
/dports/www/mediawiki136/mediawiki-1.36.3/includes/cache/
H A DICacheHelper.php49 public function startCache( $cacheExpiry = null, $cacheEnabled = null ); function
H A DCacheHelper.php120 public function startCache( $cacheExpiry = null, $cacheEnabled = null ) { function in CacheHelper
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Dsite_upgrade.php192 protected function startCache() { function in setupRSS
H A Drss.php753 $this->startCache();
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dclass-feed.php119 protected function startCache() { function in feed
/dports/devel/py-cheetah3/Cheetah3-3.2.6/Cheetah/
H A DParser.py2524 def startCache(): function
2531 startCache()
2541 startCache()
/dports/print/scribus-devel/scribus-1.5.7/codegen/cheetah/Cheetah/
H A DParser.py2410 def startCache(): function
2417 startCache()
2426 startCache()