Searched refs:notifs (Results 1 – 3 of 3) sorted by relevance
/plugin/bez/action/ |
D | default.php | 28 $notifs = unserialize($_COOKIE[BEZ_NOTIFICATIONS_COOKIE_NAME]); 30 $notifs = array(); 32 $notifs[] = array('value' => $value, 'header' => $header); 33 setcookie(BEZ_NOTIFICATIONS_COOKIE_NAME, serialize($notifs));
|
/plugin/diagramsnet/lib/js/diagramly/ |
D | App.js | 5883 var processNotif = mxUtils.bind(this, function(notifs) argument 5885 notifs = notifs.filter(function(notif) 5894 for (var i = 0; i < notifs.length; i++) 5896 notifs[i].isNew = (!lastRead || notifs[i].timestamp > lastRead); 5899 this.showNotification(notifs, lsReadFlag); 5919 var notifs = JSON.parse(req.getText()); 5922 notifs.sort(function(a, b) 5929 localStorage.setItem(cachedNotifKey, JSON.stringify({ts: Date.now(), notifs: notifs})); property 5933 processNotif(notifs); 5939 processNotif(cachedNotif.notifs); [all …]
|
/plugin/diagramsnet/lib/js/ |
D | app.min.js | 11720 …Item(".notifCache",JSON.stringify({ts:Date.now(),notifs:b})),this.fetchingNotif=!1,c(b))}))):c(d.n…
|