Home
last modified time | relevance | path

Searched refs:writeToCache (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/
H A DGroup_LDAP.php126 $this->access->connection->writeToCache($cacheKey, false);
132 $this->access->connection->writeToCache($cacheKey, true);
185 $this->access->connection->writeToCache($cacheKey, false);
412 $this->access->connection->writeToCache($cacheKey, false);
422 $this->access->connection->writeToCache($cacheKey, $name);
696 $this->access->connection->writeToCache($cacheKey, []);
822 $this->access->connection->writeToCache($cacheKey, $groups);
912 $this->access->connection->writeToCache($cacheKey, []);
921 $this->access->connection->writeToCache($cacheKey, []);
1017 $this->access->connection->writeToCache($cacheKey, false);
[all …]
H A DUser_LDAP.php127 $this->access->connection->writeToCache($cacheKey, false);
131 $this->access->connection->writeToCache($cacheKey, $username);
134 $this->access->connection->writeToCache($cacheKey, false);
290 $this->access->connection->writeToCache($cachekey, $ldap_users);
323 $this->access->connection->writeToCache($cacheKey, false);
329 $this->access->connection->writeToCache($cacheKey, false);
333 $this->access->connection->writeToCache($cacheKey, true);
338 $this->access->connection->writeToCache($cacheKey, false);
347 $this->access->connection->writeToCache($cacheKey, true);
374 $this->access->connection->writeToCache('userExists'.$uid, true);
[all …]
H A DGroup_Proxy.php64 $this->writeToCache($cacheKey, $configPrefix);
97 $this->writeToCache($cacheKey, null);
H A DUser_Proxy.php83 $this->writeToCache($cacheKey, $configPrefix);
121 $this->writeToCache($cacheKey, null);
H A DAccess.php738 $this->connection->writeToCache($cacheKey, $home);
747 $this->connection->writeToCache('userExists' . $ocName, true);
754 $this->connection->writeToCache('groupExists' . $gid, true);
772 $this->connection->writeToCache($cacheKeyTrunk . $ocName, $displayName);
777 $this->connection->writeToCache($cacheKey, $displayName);
1779 $this->connection->writeToCache($uuidAttr, $attribute);
1914 $this->connection->writeToCache($cacheKey, false);
1918 $this->connection->writeToCache($cacheKey, $domainObjectSid);
H A DConnection.php267 public function writeToCache($key, $value): void { function in OCA\\User_LDAP\\Connection
595 $this->writeToCache('overrideMainServer', true);
H A DProxy.php210 public function writeToCache($key, $value) { function in OCA\\User_LDAP\\Proxy
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Config/Api/
H A DApiHelper.php21 private $writeToCache; variable in Wikimedia\\Parsoid\\Config\\Api\\ApiHelper
41 $this->writeToCache = $opts['writeToCache'] ?? false;
90 if ( $filename && $this->writeToCache ) {
91 if ( $this->writeToCache === 'pretty' ) {
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Config/Api/
H A DApiHelper.php21 private $writeToCache; variable in Wikimedia\\Parsoid\\Config\\Api\\ApiHelper
41 $this->writeToCache = $opts['writeToCache'] ?? false;
90 if ( $filename && $this->writeToCache ) {
91 if ( $this->writeToCache === 'pretty' ) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Config/Api/
H A DApiHelper.php21 private $writeToCache; variable in Wikimedia\\Parsoid\\Config\\Api\\ApiHelper
41 $this->writeToCache = $opts['writeToCache'] ?? false;
90 if ( $filename && $this->writeToCache ) {
91 if ( $this->writeToCache === 'pretty' ) {
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/tests/unit/
H A DCacheTest.php28 $cache->writeToCache($chartHash, $image);
53 $cache->writeToCache($chartHash, $image);
61 $cache->writeToCache($chartHash, $image);
70 $cache->writeToCache($chartHash, $image);
/dports/www/ilias/ILIAS-5.4.25/Services/Language/classes/
H A Dclass.ilCachedLanguage.php45 $this->writeToCache();
72 public function writeToCache() function in ilCachedLanguage
133 $this->writeToCache();
/dports/www/ilias6/ILIAS-6.14/Services/Language/classes/
H A Dclass.ilCachedLanguage.php45 $this->writeToCache();
72 public function writeToCache() function in ilCachedLanguage
133 $this->writeToCache();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/
H A DMultiThumbnailCardProvider.java77 boolean forceUpdate, boolean writeToCache) { in MultiThumbnailFetcher() argument
81 mWriteToCache = writeToCache; in MultiThumbnailFetcher()
328 int tabId, Callback<Bitmap> finalCallback, boolean forceUpdate, boolean writeToCache) {
332 tabId, finalCallback, forceUpdate, writeToCache);
336 new MultiThumbnailFetcher(tab, finalCallback, forceUpdate, writeToCache).fetch();
/dports/misc/sword/sword-1.8.1/bindings/objc/src/
H A DSwordDictionary.mm25 - (void)writeToCache; method in PrivateAPI
72 [self writeToCache];
87 - (void)writeToCache { method in PrivateAPI
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Metadata/Sources/
H A DMDQ.php197 private function writeToCache($set, $entityId, $data) function in SimpleSAML\\Metadata\\Sources\\MDQ
329 $this->writeToCache($set, $index, $data);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Metadata/Sources/
H A DMDQ.php217 private function writeToCache($set, $entityId, $data) function in SimpleSAML\\Metadata\\Sources\\MDQ
354 $this->writeToCache($set, $index, $data);
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/
H A DTestBucketWriterThread.java139 writeToCache((IOEngine)Mockito.any(), (BucketAllocator)Mockito.any(), in testIOE()
162 when(spiedRqe).writeToCache((IOEngine)Mockito.any(), (BucketAllocator)Mockito.any(), in testCacheFullException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/content/
H A DTabContentManager.java533 @NonNull final Tab tab, boolean writeToCache, @Nullable Callback<Bitmap> callback) { in captureThumbnail() argument
568 final float downsamplingScale = writeToCache ? 1 : 0.5f; in captureThumbnail()
570 TabContentManager.this, tab, mThumbnailScale * downsamplingScale, writeToCache, in captureThumbnail()
662 float thumbnailScale, boolean writeToCache, Callback<Bitmap> callback); in captureThumbnail() argument
/dports/net-im/chatterino2/chatterino2-2.3.4/src/common/
H A DNetworkPrivate.cpp58 void writeToCache(const std::shared_ptr<NetworkData> &data, in writeToCache() function
236 writeToCache(data, bytes); in loadUncached()
/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/User/
H A DUser.php233 $this->connection->writeToCache($cacheKey, $groups);
333 $this->connection->writeToCache($cacheKey, $groupDNs);
678 $this->connection->writeToCache($cacheKey, $result);
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/dnscrypt-proxy/
H A Dsources.go102 func (source *Source) writeToCache(bin, sig []byte, now time.Time) { func
177 source.writeToCache(bin, sig, now)
/dports/misc/perkeep/perkeep-0.11/pkg/server/
H A Dimage.go96 func writeToCache(ctx context.Context, cache blobserver.Storage, thumbBytes []byte, name string) (b… func
118 br, err := writeToCache(ctx, ih.Cache, thumbBytes, name)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/util/
H A Dqdeclarativelistmodel_p_p.h258 bool setObjectValue(const QScriptValue& valuemap, bool writeToCache = true);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/resources/doc/
H A Dcache.md52 $cache->writeToCache($chartHash, $image);

12