Home
last modified time | relevance | path

Searched refs:getFromCache (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/storage/
H A Daccess.go79 val, found := d.getFromCache(key)
86 func (d *AccessData) getFromCache(key []byte) ([]byte, bool) { func
99 _, found := d.getFromCache(key)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/storage/
H A Daccess.go79 val, found := d.getFromCache(key)
86 func (d *AccessData) getFromCache(key []byte) ([]byte, bool) { func
99 _, found := d.getFromCache(key)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/storage/
H A Daccess.go79 val, found := d.getFromCache(key)
86 func (d *AccessData) getFromCache(key []byte) ([]byte, bool) { func
99 _, found := d.getFromCache(key)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/storage/
H A Daccess.go79 val, found := d.getFromCache(key)
86 func (d *AccessData) getFromCache(key []byte) ([]byte, bool) { func
99 _, found := d.getFromCache(key)
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/src/
H A DOgreVolumeCacheSource.cpp49 return getFromCache(position); in getValueAndGradient()
56 return getFromCache(position).w; in getValue()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/src/
H A DOgreVolumeCacheSource.cpp49 return getFromCache(position); in getValueAndGradient()
56 return getFromCache(position).w; in getValue()
/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/
H A DUser_LDAP.php115 $username = $this->access->connection->getFromCache($cacheKey);
259 $ldap_users = $this->access->connection->getFromCache($cachekey);
312 $userExists = $this->access->connection->getFromCache($cacheKey);
358 $userExists = $this->access->connection->getFromCache('userExists'.$uid);
428 $path = $this->access->connection->getFromCache($cacheKey);
460 if (!is_null($displayName = $this->access->connection->getFromCache($cacheKey))) {
524 if (!is_null($displayNames = $this->access->connection->getFromCache($cacheKey))) {
575 if (!is_null($entries = $this->access->connection->getFromCache($cacheKey))) {
H A DGroup_LDAP.php103 $inGroup = $this->access->connection->getFromCache($cacheKey);
115 $members = $this->access->connection->getFromCache($cacheKeyMembers);
257 $groupMembers = $this->access->connection->getFromCache($cacheKey);
391 $groupName = $this->access->connection->getFromCache($cacheKey);
538 $groupName = $this->access->connection->getFromCache($cacheKey);
690 $userGroups = $this->access->connection->getFromCache($cacheKey);
893 $groupUsers = $this->access->connection->getFromCache($cacheKey);
958 $userExists = $this->access->connection->getFromCache($cacheKey);
1009 $groupUsers = $this->access->connection->getFromCache($cacheKey);
1107 $ldap_groups = $this->access->connection->getFromCache($cacheKey);
[all …]
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/JavaScript/
H A DMinifier.php42 return (isset($this->cacheDir)) ? $this->getFromCache($src) : $this->minify($src);
71 protected function getFromCache($src) function in s9e\\TextFormatter\\Configurator\\JavaScript\\Minifier
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/resourcemanager/
H A Dresourcemanager.h62 Resource *getFromCache(const std::string &idPath) A_WARN_UNUSED;
64 Resource *getFromCache(const std::string &filename,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlitBg.java71 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
171 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
174 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, in getFromCache() method in BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(), in BlitBg()
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType, in BlitBg()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java98 X509CertImpl cert = getFromCache(certCache, encoding); in engineGenerateCertificate()
165 X509CertImpl newC = getFromCache(certCache, encoding); in intern()
201 X509CRLImpl newC = getFromCache(crlCache, encoding); in intern()
218 private static synchronized <K,V> V getFromCache(Cache<K,V> cache, in getFromCache() method in X509Factory
386 X509CRLImpl crl = getFromCache(crlCache, encoding); in engineGenerateCRL()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java98 X509CertImpl cert = getFromCache(certCache, encoding); in engineGenerateCertificate()
165 X509CertImpl newC = getFromCache(certCache, encoding); in intern()
201 X509CRLImpl newC = getFromCache(crlCache, encoding); in intern()
218 private static synchronized <K,V> V getFromCache(Cache<K,V> cache, in getFromCache() method in X509Factory
386 X509CRLImpl crl = getFromCache(crlCache, encoding); in engineGenerateCRL()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/graphs/pChart/
H A DpCache.class.php218 $Picture = $this->getFromCache($ID);
232 $Picture = $this->getFromCache($ID);
246 function getFromCache($ID) function in pCache
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/boincstats/includes/pchart/class/
H A DpCache.class.php227 $Picture = $this->getFromCache($ID);
241 $Picture = $this->getFromCache($ID);
255 function getFromCache($ID) function in pCache
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/TextExtracts/tests/phpunit/
H A DApiQueryExtractsTest.php58 $this->assertFalse( $instance->getFromCache( $page, false ), 'is not cached yet' );
62 $this->assertSame( $text, $instance->getFromCache( $page, false ) );

12345678910>>...14