/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/ |
H A D | SyncCollectionTest.php | 24 $elem->syncLevel = 1; 48 $elem->syncLevel = 1; 72 $elem->syncLevel = \Sabre\DAV\Server::DEPTH_INFINITY;
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | SyncSupport.php | 75 * @param int $syncLevel 79 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null); argument
|
H A D | PDO.php | 461 * @param int $syncLevel 465 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) { argument
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SyncSupport.php | 75 * @param int $syncLevel 79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null); argument
|
H A D | PDO.php | 961 * @param int $syncLevel 965 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) { argument
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SyncSupport.php | 75 * @param int $syncLevel 79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null); argument
|
H A D | PDO.php | 839 * @param int $syncLevel 843 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) { argument
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | SyncSupport.php | 75 * @param int $syncLevel 79 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null); argument
|
H A D | PDO.php | 456 * @param int $syncLevel 460 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) { argument
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | ISyncCollection.php | 82 * @param int $syncLevel 86 function getChanges($syncToken, $syncLevel, $limit = null); argument
|
H A D | Plugin.php | 129 $changeInfo = $node->getChanges($syncToken, $report->syncLevel, $report->limit);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | ISyncCollection.php | 82 * @param int $syncLevel 86 function getChanges($syncToken, $syncLevel, $limit = null); argument
|
H A D | Plugin.php | 129 $changeInfo = $node->getChanges($syncToken, $report->syncLevel, $report->limit);
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/ |
H A D | SyncCollectionReport.php | 35 public $syncLevel; variable in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport 114 $self->syncLevel = $value;
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/ |
H A D | SyncCollectionReport.php | 35 public $syncLevel; variable in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport 114 $self->syncLevel = $value;
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBook.php | 339 * @param int $syncLevel 343 function getChanges($syncToken, $syncLevel, $limit = null) { argument 352 $syncLevel,
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/ |
H A D | MockSyncCollection.php | 98 * @param int $syncLevel 102 public function getChanges($syncToken, $syncLevel, $limit = null) { argument
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBook.php | 415 * @param int $syncLevel 419 function getChanges($syncToken, $syncLevel, $limit = null) { argument 428 $syncLevel,
|
/plugin/davcal/ |
H A D | calendarBackendDokuwiki.php | 557 * @param int $syncLevel 561 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) argument 563 …orCalendar for calendarId '.$calendarId.' and syncToken '.$syncToken.' and syncLevel '.$syncLevel); 564 $result = $this->hlp->getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit);
|
H A D | helper.php | 1896 * @param int $syncLevel The sync level 1901 public function getChangesForCalendar($calid, $syncToken, $syncLevel, $limit = null) argument
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 453 * @param int $syncLevel 457 function getChanges($syncToken, $syncLevel, $limit = null) { argument 466 $syncLevel,
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 508 * @param int $syncLevel 512 function getChanges($syncToken, $syncLevel, $limit = null) { argument 521 $syncLevel,
|