Home
last modified time | relevance | path

Searched refs:notifyat (Results 1 – 13 of 13) sorted by relevance

/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/database/SQL/sqlite/
H A D2013051600.sql26 notifyat datetime default NULL field
29 …tion, location, categories, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat)
30 …on, categories, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat FROM events;
56 notifyat datetime default NULL, field
61 …tion, location, categories, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat)
62 …ategories, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat FROM temp_events;
H A D2014040900.sql27 notifyat datetime default NULL field
30 … location, categories, url, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat)
31 …, location, categories, url, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat
59 notifyat datetime default NULL, field
64 … location, categories, url, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat)
65 …, location, categories, url, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat
H A D2015022700.sql28 notifyat datetime default NULL field
31 … location, categories, url, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat)
32 …, location, categories, url, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat
62 notifyat datetime default NULL, field
67 … location, categories, url, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat)
68 …, location, categories, url, all_day, free_busy, priority, sensitivity, alarms, attendees, notifyat
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/database/SQL/
H A Dpostgres.initial.sql67 notifyat timestamp without time zone DEFAULT NULL, field
71 CREATE INDEX events_calendar_id_notifyat_idx ON events (calendar_id, notifyat);
H A Dmysql.initial.sql51 `notifyat` datetime DEFAULT NULL,
55 INDEX `calendar_notify_idx` (`calendar_id`,`notifyat`),
H A Dsqlite.initial.sql50 notifyat datetime default NULL, field
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/kolab/SQL/mysql/
H A D2012080600.sql6 `notifyat` DATETIME DEFAULT NULL,
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/kolab/SQL/
H A Dsqlite.initial.sql12 notifyat DATETIME DEFAULT NULL, field
H A Dpostgres.initial.sql12 notifyat timestamp without time zone DEFAULT NULL, field
H A Dmysql.initial.sql12 `notifyat` DATETIME DEFAULT NULL,
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/
H A Dcalendar_driver.php816 $notifyat = $snooze > 0 ? time() + $snooze : null;
817 $cache->set($event_id, array('snooze' => $snooze, 'notifyat' => $notifyat));
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/tasklist/drivers/kolab/
H A Dtasklist_kolab_driver.php1098 … $notifyat = $dbdata[$id]['notifyat'] ? strtotime($dbdata[$id]['notifyat']) : $task['notifyat'];
1099 if ($notifyat <= $time)
1124 $notifyat = $snooze > 0 ? date('Y-m-d H:i:s', time() + $snooze) : null;
1133 $notifyat
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/kolab/
H A Dkolab_driver.php1640 … $notifyat = $dbdata[$id]['notifyat'] ? strtotime($dbdata[$id]['notifyat']) : $alarm['notifyat'];
1641 if ($notifyat <= $time)
1664 $notifyat = $snooze > 0 ? date('Y-m-d H:i:s', time() + $snooze) : null;
1672 $notifyat