Home
last modified time | relevance | path

Searched refs:getCacheValue (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/mediawiki135/mediawiki-1.35.5/includes/interwiki/
H A DClassicInterwikiLookup.php230 $this->thisSite = $this->getCacheValue( '__sites:' . $wikiId );
236 $value = $this->getCacheValue( $wikiId . ':' . $prefix );
239 $value = $this->getCacheValue( "_{$this->thisSite}:{$prefix}" );
243 $value = $this->getCacheValue( "__global:{$prefix}" );
256 private function getCacheValue( $key ) { function in MediaWiki\\Interwiki\\ClassicInterwikiLookup
355 $site = $this->getCacheValue( '__sites:' . $wikiId );
377 $list = $this->getCacheValue( '__list:' . $source );
379 $row = $this->getCacheValue( "{$source}:{$iw_prefix}" );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/interwiki/
H A DClassicInterwikiLookup.php230 $this->thisSite = $this->getCacheValue( '__sites:' . $wikiId );
236 $value = $this->getCacheValue( $wikiId . ':' . $prefix );
239 $value = $this->getCacheValue( "_{$this->thisSite}:{$prefix}" );
243 $value = $this->getCacheValue( "__global:{$prefix}" );
256 private function getCacheValue( $key ) { function in MediaWiki\\Interwiki\\ClassicInterwikiLookup
355 $site = $this->getCacheValue( '__sites:' . $wikiId );
377 $list = $this->getCacheValue( '__list:' . $source );
379 $row = $this->getCacheValue( "{$source}:{$iw_prefix}" );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/interwiki/
H A DClassicInterwikiLookup.php237 $this->thisSite = $this->getCacheValue( '__sites:' . $wikiId );
243 $value = $this->getCacheValue( $wikiId . ':' . $prefix );
246 $value = $this->getCacheValue( "_{$this->thisSite}:{$prefix}" );
250 $value = $this->getCacheValue( "__global:{$prefix}" );
263 private function getCacheValue( $key ) { function in MediaWiki\\Interwiki\\ClassicInterwikiLookup
362 $site = $this->getCacheValue( '__sites:' . $wikiId );
384 $list = $this->getCacheValue( '__list:' . $source );
386 $row = $this->getCacheValue( "{$source}:{$iw_prefix}" );
/dports/sysutils/sensu-go/sensu-go-5.11.1/backend/store/cache/
H A Dcache.go28 func getCacheValue(resource corev2.Resource, synthesize bool) Value { func
43 cache[key] = append(cache[key], getCacheValue(resources[i], synthesize))
221 r.cache[key] = append(r.cache[key], getCacheValue(resource, r.synthesize))
227 r.cache[key][i] = getCacheValue(resource, r.synthesize)
H A Dcache_integration_test.go50 fixtures = append(fixtures, getCacheValue(fixture, true))
67 otherFixtures = append(otherFixtures, getCacheValue(fixture, true))
104 …if got, want := got[len(got)-1], getCacheValue(newEntity, true); got.Resource.GetObjectMeta().Name…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiImpl.hpp70 virtual address getCacheValue() =0;
180 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
H A DjvmtiImpl.cpp102 _cache[i] = _elements->at(i)->getCacheValue(); in recache()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.hpp69 virtual address getCacheValue() =0;
179 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
H A DjvmtiImpl.cpp103 _cache[i] = _elements->at(i)->getCacheValue(); in recache()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.hpp69 virtual address getCacheValue() =0;
179 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiImpl.hpp69 virtual address getCacheValue() =0;
196 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
H A DjvmtiImpl.cpp100 _cache[i] = _elements->at(i)->getCacheValue(); in recache()
230 _cache[i] = _elements->at(i)->getCacheValue(); in gc_epilogue()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp68 virtual address getCacheValue() =0;
195 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
H A DjvmtiImpl.cpp95 _cache[i] = _elements->at(i)->getCacheValue(); in recache()
225 _cache[i] = _elements->at(i)->getCacheValue(); in gc_epilogue()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp68 virtual address getCacheValue() =0;
195 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
H A DjvmtiImpl.cpp95 _cache[i] = _elements->at(i)->getCacheValue(); in recache()
225 _cache[i] = _elements->at(i)->getCacheValue(); in gc_epilogue()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.hpp69 virtual address getCacheValue() =0;
196 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
H A DjvmtiImpl.cpp101 _cache[i] = _elements->at(i)->getCacheValue(); in recache()
231 _cache[i] = _elements->at(i)->getCacheValue(); in gc_epilogue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiImpl.hpp69 virtual address getCacheValue() =0;
196 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
H A DjvmtiImpl.cpp101 _cache[i] = _elements->at(i)->getCacheValue(); in recache()
231 _cache[i] = _elements->at(i)->getCacheValue(); in gc_epilogue()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiImpl.hpp69 virtual address getCacheValue() =0;
196 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
H A DjvmtiImpl.cpp102 _cache[i] = _elements->at(i)->getCacheValue(); in recache()
232 _cache[i] = _elements->at(i)->getCacheValue(); in gc_epilogue()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiImpl.hpp69 virtual address getCacheValue() =0;
193 address getCacheValue() { return getBcp(); } in getCacheValue() function in JvmtiBreakpoint
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/equityfx/
H A Dandreasenhugevolatilityinterpl.hpp117 Real getCacheValue(
H A Dandreasenhugevolatilityinterpl.cpp509 Real AndreasenHugeVolatilityInterpl::getCacheValue( in getCacheValue() function in QuantLib::AndreasenHugeVolatilityInterpl
543 Real price = getCacheValue(strike, f); in optionPrice()
621 return getCacheValue(strike, f); in localVol()

12