Searched refs:firstoccurence (Results 1 – 5 of 5) sorted by relevance
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | AbstractPDOTest.php | 181 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo… 186 'firstoccurence' => strtotime('20120101'), 268 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo… 273 'firstoccurence' => strtotime('20120101'), 292 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo… 297 'firstoccurence' => strtotime('2012-01-01 10:00:00'), 316 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo… 321 'firstoccurence' => strtotime('2012-01-01 10:00:00'), 345 'firstoccurence' => strtotime('2012-01-01 10:00:00'), 369 'firstoccurence' => strtotime('2012-01-01 10:00:00'), [all …]
|
/plugin/webdavclient/db/ |
H A D | update0001.sql | 27 firstoccurence integer, field
|
/plugin/davcal/db/ |
H A D | update0001.sql | 10 firstoccurence integer, field
|
/plugin/webdavclient/ |
H A D | helper.php | 1388 …data, uri, calendarid, lastmodified, etag, size, componenttype, uid, firstoccurence, lastoccurence…
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 103 * #798: Added an index on `firstoccurence` field in MySQL CalDAV backend. This
|