/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Response/ |
H A D | MultiStatus.php | 36 protected $syncToken; variable in Sabre\\DAV\\Xml\\Response\\MultiStatus 42 * @param string $syncToken 44 function __construct(array $responses, $syncToken = null) { argument 47 $this->syncToken = $syncToken; 69 return $this->syncToken; 93 if ($syncToken = $this->getSyncToken()) { 94 $writer->writeElement('{DAV:}sync-token', $syncToken); 127 $syncToken = null; 134 $syncToken = $elem['value']; 138 return new self($responses, $syncToken);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Response/ |
H A D | MultiStatus.php | 36 protected $syncToken; variable in Sabre\\DAV\\Xml\\Response\\MultiStatus 42 * @param string $syncToken 44 function __construct(array $responses, $syncToken = null) { argument 47 $this->syncToken = $syncToken; 69 return $this->syncToken; 93 if ($syncToken = $this->getSyncToken()) { 94 $writer->writeElement('{DAV:}sync-token', $syncToken); 127 $syncToken = null; 134 $syncToken = $elem['value']; 138 return new self($responses, $syncToken);
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 119 $syncToken = $report->syncToken; 120 if (!is_null($syncToken)) { 122 if (substr($syncToken, 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) { 126 $syncToken = substr($syncToken, strlen(self::SYNCTOKEN_PREFIX)); 129 $changeInfo = $node->getChanges($syncToken, $report->syncLevel, $report->limit); 152 * @param string $syncToken 160 …protected function sendSyncCollectionResponse($syncToken, $collectionUrl, array $added, array $mod… argument 190 … $multiStatus = new DAV\Xml\Response\MultiStatus($responses, self::SYNCTOKEN_PREFIX . $syncToken);
|
H A D | ISyncCollection.php | 81 * @param string $syncToken 86 function getChanges($syncToken, $syncLevel, $limit = null); argument
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 119 $syncToken = $report->syncToken; 120 if (!is_null($syncToken)) { 122 if (substr($syncToken, 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) { 126 $syncToken = substr($syncToken, strlen(self::SYNCTOKEN_PREFIX)); 129 $changeInfo = $node->getChanges($syncToken, $report->syncLevel, $report->limit); 152 * @param string $syncToken 160 …protected function sendSyncCollectionResponse($syncToken, $collectionUrl, array $added, array $mod… argument 190 … $multiStatus = new DAV\Xml\Response\MultiStatus($responses, self::SYNCTOKEN_PREFIX . $syncToken);
|
H A D | ISyncCollection.php | 81 * @param string $syncToken 86 function getChanges($syncToken, $syncLevel, $limit = null); argument
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/ |
H A D | MockSyncCollection.php | 97 * @param string $syncToken 102 public function getChanges($syncToken, $syncLevel, $limit = null) { argument 105 if (is_null($syncToken)) { 118 if (!is_int($syncToken) && !ctype_digit($syncToken)) { 131 if ($token > $syncToken) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/ |
H A D | ConfigManagementSyncState.php | 48 public $syncToken; variable in Google\\Service\\GKEHub\\ConfigManagementSyncState 137 public function setSyncToken($syncToken) argument 139 $this->syncToken = $syncToken; 146 return $this->syncToken;
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | SyncSupport.php | 74 * @param string $syncToken 79 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null); argument
|
H A D | PDO.php | 460 * @param string $syncToken 465 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) { argument 481 if ($syncToken) { 488 $stmt->execute([$syncToken, $currentToken, $addressBookId]);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SyncSupport.php | 74 * @param string $syncToken 79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null); argument
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SyncSupport.php | 74 * @param string $syncToken 79 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null); argument
|
H A D | PDO.php | 838 * @param string $syncToken 843 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) { argument 859 if ($syncToken) { 866 $stmt->execute([$syncToken, $currentToken, $calendarId]);
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | SyncSupport.php | 74 * @param string $syncToken 79 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null); argument
|
H A D | PDO.php | 455 * @param string $syncToken 460 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) { argument 476 if ($syncToken) { 483 $stmt->execute([$syncToken, $currentToken, $addressBookId]);
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/ |
H A D | SyncCollectionReport.php | 28 public $syncToken; variable in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport 96 $self->syncToken = $elems['{DAV:}sync-token'];
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/ |
H A D | SyncCollectionReport.php | 28 public $syncToken; variable in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport 96 $self->syncToken = $elems['{DAV:}sync-token'];
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBook.php | 338 * @param string $syncToken 343 function getChanges($syncToken, $syncLevel, $limit = null) { argument 351 $syncToken,
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBook.php | 414 * @param string $syncToken 419 function getChanges($syncToken, $syncLevel, $limit = null) { argument 427 $syncToken,
|
/plugin/davcal/ |
H A D | calendarBackendDokuwiki.php | 556 * @param string $syncToken 561 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) argument 563 …::getChangesForCalendar for calendarId '.$calendarId.' and syncToken '.$syncToken.' and syncLevel … 564 $result = $this->hlp->getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 452 * @param string $syncToken 457 function getChanges($syncToken, $syncLevel, $limit = null) { argument 465 $syncToken,
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 507 * @param string $syncToken 512 function getChanges($syncToken, $syncLevel, $limit = null) { argument 520 $syncToken,
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Calendar.php | 149 'syncToken' => [ 213 'syncToken' => [ 281 'syncToken' => [ 338 'syncToken' => [ 653 'syncToken' => [ 862 'syncToken' => [ 929 'syncToken' => [ 946 'syncToken' => [
|
H A D | PeopleService.php | 172 'syncToken' => [ 252 'syncToken' => [ 415 'syncToken' => [ 554 'syncToken' => [
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | AbstractPDOTest.php | 662 'syncToken' => 1, 668 $currentToken = $result['syncToken']; 681 'syncToken' => 6, 690 'syncToken' => 6,
|