Home
last modified time | relevance | path

Searched refs:notificationCache (Results 1 – 8 of 8) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/
H A Dclass.ilObjForumNotificationDataProvider.php40 private $notificationCache; variable in ilObjForumNotificationDataProvider
45 * @param ilForumNotificationCache $notificationCache
54 $this->notificationCache = $notificationCache;
312 $this->notificationCache->store($cacheKey, $row);
315 $row = $this->notificationCache->fetch($cacheKey);
342 $this->notificationCache->store($cacheKey, $row);
345 $row = $this->notificationCache->fetch($cacheKey);
396 $rcps = $this->notificationCache->fetch($cacheKey);
476 $rcps = $this->notificationCache->fetch($cacheKey);
508 if (!$this->notificationCache->exists($cacheKey)) {
[all …]
H A Dclass.ilForumCronNotificationDataProvider.php142 private $notificationCache; variable in ilForumCronNotificationDataProvider
146 * @param ilForumNotificationCache|null $notificationCache
148 public function __construct($row, ilForumNotificationCache $notificationCache = null) argument
176 if ($notificationCache === null) {
177 $notificationCache = new ilForumNotificationCache();
179 $this->notificationCache = $notificationCache;
503 $cacheKey = $this->notificationCache->createKeyByValues(array(
511 if (false === $this->notificationCache->exists($cacheKey)) {
521 $this->notificationCache->store($cacheKey, $authorInformation);
524 return $this->notificationCache->fetch($cacheKey);
H A Dclass.ilForumCronNotification.php53 private $notificationCache; variable in ilForumCronNotification
57 * @param ilForumNotificationCache|null $notificationCache
59 …n __construct(\ilDBInterface $database = null, \ilForumNotificationCache $notificationCache = null) argument
69 if ($notificationCache === null) {
70 $notificationCache = new \ilForumNotificationCache();
72 $this->notificationCache = $notificationCache;
335 $tmp_provider = new ilForumCronNotificationDataProvider($row, $this->notificationCache);
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/
H A Dclass.ilObjForumNotificationDataProvider.php40 private $notificationCache; variable in ilObjForumNotificationDataProvider
45 * @param ilForumNotificationCache $notificationCache
54 $this->notificationCache = $notificationCache;
312 $this->notificationCache->store($cacheKey, $row);
315 $row = $this->notificationCache->fetch($cacheKey);
342 $this->notificationCache->store($cacheKey, $row);
345 $row = $this->notificationCache->fetch($cacheKey);
396 $rcps = $this->notificationCache->fetch($cacheKey);
476 $rcps = $this->notificationCache->fetch($cacheKey);
508 if (!$this->notificationCache->exists($cacheKey)) {
[all …]
H A Dclass.ilForumCronNotificationDataProvider.php137 private $notificationCache; variable in ilForumCronNotificationDataProvider
141 * @param ilForumNotificationCache|null $notificationCache
143 public function __construct($row, ilForumNotificationCache $notificationCache = null) argument
171 if ($notificationCache === null) {
172 $notificationCache = new ilForumNotificationCache();
174 $this->notificationCache = $notificationCache;
496 $cacheKey = $this->notificationCache->createKeyByValues(array(
504 if (false === $this->notificationCache->exists($cacheKey)) {
514 $this->notificationCache->store($cacheKey, $authorInformation);
517 return $this->notificationCache->fetch($cacheKey);
H A Dclass.ilForumCronNotification.php53 private $notificationCache; variable in ilForumCronNotification
57 * @param ilForumNotificationCache|null $notificationCache
59 …n __construct(\ilDBInterface $database = null, \ilForumNotificationCache $notificationCache = null) argument
69 if ($notificationCache === null) {
70 $notificationCache = new \ilForumNotificationCache();
72 $this->notificationCache = $notificationCache;
335 $tmp_provider = new ilForumCronNotificationDataProvider($row, $this->notificationCache);
/dports/deskutils/nextcloudclient/desktop-3.4.1/test/
H A Dtestnotificationcache.cpp12 OCC::NotificationCache notificationCache; in testContains_doesNotContainNotification_returnsFalse() local
14 QVERIFY(!notificationCache.contains({ "Title", { "Message" } })); in testContains_doesNotContainNotification_returnsFalse()
19 OCC::NotificationCache notificationCache; in testContains_doesContainNotification_returnTrue() local
22 notificationCache.insert(notification); in testContains_doesContainNotification_returnTrue()
24 QVERIFY(notificationCache.contains(notification)); in testContains_doesContainNotification_returnTrue()
29 OCC::NotificationCache notificationCache; in testClear_doesContainNotification_clearNotifications() local
32 notificationCache.insert(notification); in testClear_doesContainNotification_clearNotifications()
33 notificationCache.clear(); in testClear_doesContainNotification_clearNotifications()
35 QVERIFY(!notificationCache.contains(notification)); in testClear_doesContainNotification_clearNotifications()
/dports/www/threema-web/threema-web-2.3.7-gh/
H A D2.7658f475145d305b88de.bundle.js.map1notificationCache","checkNotificationAPI","fetchSettings","requestNotificationPermission","Notific…