Home
last modified time | relevance | path

Searched refs:recache (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/lang/parrot/parrot-8.1.0/compilers/opsc/src/
H A Dbuiltins.pir54 .local pmc recomp, resub, match, recache
59 recache = get_hll_global ['Ops';'Op'], '%recache'
60 $I0 = isnull recache
62 $I0 = exists recache[pattern]
67 recache = new ['Hash']
72 recache[pattern] = resub
75 resub = recache[pattern]
76 set_hll_global ['Ops';'Op'], '%recache', recache
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger/macro-debugger/view/
H A Dterm-record.rkt107 ;; recache! : -> void
108 (define/public (recache!)
109 (recache-steps!))
122 ;; recache-deriv! : -> void
125 (recache-raw-deriv!)
138 (recache-deriv!))
143 (recache-synth!)
163 (recache-raw-steps!)
265 (recache-synth!))
285 (recache-steps!)
[all …]
/dports/chinese/phpbb3-tw/phpBB3/
H A Dstyle.php151 $recache = false; variable
156 $recache = (empty($theme['theme_data'])) ? true : false; variable
160 …if (!$recache && $theme['theme_mtime'] < @filemtime("{$phpbb_root_path}styles/" . $theme['theme_pa…
162 $recache = true; variable
165 else if (!$recache)
176 $recache = true; variable
185 if ($recache)
206 if ($recache || $theme['theme_mtime'] > (time() - 1800))
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/filebackend/fsfile/
H A DFSFile.php170 * @param bool $recache
173 public function getSha1Base36( $recache = false ) { argument
174 if ( $this->sha1Base36 !== null && !$recache ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/filebackend/fsfile/
H A DFSFile.php170 * @param bool $recache
173 public function getSha1Base36( $recache = false ) { argument
174 if ( $this->sha1Base36 !== null && !$recache ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/filebackend/fsfile/
H A DFSFile.php170 * @param bool $recache
173 public function getSha1Base36( $recache = false ) { argument
174 if ( $this->sha1Base36 !== null && !$recache ) {
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/web/
H A Dscript.py45 self.recache()
47 def recache(self): member in CacheScanner
63 'recache': cs.recache}
/dports/sysutils/goawk/goawk-1.9.2/testdata/
H A DT.recache1 echo T.recache: test re cache in b.c
33 diff foo1 foo2 || echo 'BAD: T.recache'
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/mocks/
H A DTestLocalisationCache.php52 public function recache( $code ) { function in TestLocalisationCache
72 parent::recache( $code );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/
H A DTestLocalisationCache.php52 public function recache( $code ) { function in TestLocalisationCache
72 parent::recache( $code );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/
H A DTestLocalisationCache.php52 public function recache( $code ) { function in TestLocalisationCache
72 parent::recache( $code );
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/
H A Dscript.py46 self.recache()
48 def recache(self): member in CacheScanner
67 "recache": cs.recache,
/dports/www/mediawiki135/mediawiki-1.35.5/includes/user/
H A DUserGroupManager.php238 * @param bool $recache Whether to avoid the cache
244 bool $recache = false argument
247 if ( $recache ||
261 if ( $recache ) {
278 * @param bool $recache Whether to avoid the cache
284 bool $recache = false argument
289 if ( $recache ||
295 $this->getUserImplicitGroups( $user, $queryFlags, $recache ) // implicit groups
/dports/www/mediawiki136/mediawiki-1.36.3/includes/user/
H A DUserGroupManager.php247 * @param bool $recache Whether to avoid the cache
253 bool $recache = false argument
256 if ( $recache ||
270 if ( $recache ) {
287 * @param bool $recache Whether to avoid the cache
293 bool $recache = false argument
298 if ( $recache ||
304 $this->getUserImplicitGroups( $user, $queryFlags, $recache ) // implicit groups
/dports/www/mediawiki135/mediawiki-1.35.5/includes/cache/localisation/
H A DLocalisationCacheBulkLoad.php99 public function recache( $code ) { function in LocalisationCacheBulkLoad
100 parent::recache( $code );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/cache/localisation/
H A DLocalisationCacheBulkLoad.php99 public function recache( $code ) { function in LocalisationCacheBulkLoad
100 parent::recache( $code );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/cache/localisation/
H A DLocalisationCacheBulkLoad.php99 public function recache( $code ) {
100 parent::recache( $code );
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/cache/
H A DLocalisationCacheTest.php107 $lc->recache( 'ba' );
138 $lc->recache( 'ba' );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/cache/
H A DLocalisationCacheTest.php109 $lc->recache( 'ba' );
140 $lc->recache( 'ba' );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/user/
H A DUserGroupManager.php263 * @param bool $recache Whether to avoid the cache
269 bool $recache = false argument
272 if ( $recache ||
286 if ( $recache ) {
303 * @param bool $recache Whether to avoid the cache
309 bool $recache = false argument
314 if ( $recache ||
320 $this->getUserImplicitGroups( $user, $queryFlags, $recache ) // implicit groups
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/cache/
H A DLocalisationCacheTest.php116 $lc->recache( 'ba' );
147 $lc->recache( 'ba' );
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPGNUstepGlue_ImageRecacheSpeedups.m38 // drawn yet or an image that's been sent an -[NSImage recache] message) needs a native-format
45 // Workaround/speedup intercepts recache messages to prevent the cached native representation
54 // The recache speedup patch is most useful on images that are redrawn often, but the
142 // patch replaces original method's call to [_mergedVisibleLayersThumbnailImage recache]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DMod.cpp158 void Mod::recache() in recache() function in Mod
218 recache(); in applyStart()
277 recache(); in setActive()
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dconfitems.gperf38 recache, 28, ITEM(recache, bool)
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dconfitems.gperf38 recache, 28, ITEM(recache, bool)

123456789