Home
last modified time | relevance | path

Searched refs:syncToken (Results 26 – 27 of 27) sorted by path

12

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php28 public $syncToken; variable in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport
96 $self->syncToken = $elems['{DAV:}sync-token'];
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php36 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);

12