Home
last modified time | relevance | path

Searched refs:generateEtag (Results 1 – 12 of 12) sorted by relevance

/dports/www/limesurvey/limesurvey/framework/web/filters/
H A DCHttpCacheFilter.php152 return $this->generateEtag($this->evaluateExpression($this->etagSeedExpression));
154 return $this->generateEtag($this->etagSeed);
207 protected function generateEtag($seed) function in CHttpCacheFilter
/dports/www/nextcloud-notes/notes/lib/Service/
H A DMetaService.php156 $etag = $this->generateEtag($meta, $note);
180 private function generateEtag(Meta &$meta, Note $note) : string { function in OCA\\Notes\\Service\\MetaService
/dports/www/owncloud/owncloud/apps/notifications/lib/Controller/
H A DEndpointController.php111 ['ETag' => $this->generateEtag($notificationIds)]
166 protected function generateEtag(array $notifications) { function in OCA\\Notifications\\Controller\\EndpointController
/dports/www/ilias/ILIAS-5.4.25/Services/FileDelivery/classes/
H A DDelivery.php204 public function generateEtag() function in ILIAS\\FileDelivery\\Delivery
603 $this->generateEtag();
/dports/www/ilias6/ILIAS-6.14/Services/FileDelivery/classes/
H A DDelivery.php205 public function generateEtag() function in ILIAS\\FileDelivery\\Delivery
604 $this->generateEtag();
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/test/
H A Dsyncenginetestutils.h49 inline QByteArray generateEtag() { in generateEtag() function
261 etag = generateEtag();
271 etag = generateEtag();
284 child.etag = generateEtag(); in createDir()
295 child.etag = generateEtag(); in create()
334 QByteArray etag = generateEtag();
H A Dtestallfilesdeleted.cpp19 info.etag = generateEtag(); in changeAllFileId()
H A Dtestoauth.cpp124 QString code = generateEtag();
/dports/deskutils/nextcloudclient/desktop-3.4.1/test/
H A Dsyncenginetestutils.h56 inline QByteArray generateEtag() { in generateEtag() function
158 QByteArray etag = generateEtag();
H A Dsyncenginetestutils.cpp195 etag = generateEtag(); in find()
205 etag = generateEtag(); in find()
219 child.etag = generateEtag(); in createDir()
231 child.etag = generateEtag(); in create()
H A Dtestallfilesdeleted.cpp20 info.etag = generateEtag(); in changeAllFileId()
H A Dtestoauth.cpp124 QString code = generateEtag();