Lines Matching +full:sync +(+path:plugin +path:sync) -(+path:plugin +path:sync +path:lang)

3 namespace Sabre\DAV\Sync;
48 $this->assertFalse($result['{DAV:}supported-report-set']->has('{DAV:}sync-collection'));
54 $this->assertTrue($result['{DAV:}supported-report-set']->has('{DAV:}sync-collection'));
60 $result = $this->server->getProperties('/coll', ['{DAV:}sync-token']);
61 $this->assertFalse(isset($result['{DAV:}sync-token']));
66 $result = $this->server->getProperties('/coll', ['{DAV:}sync-token']);
67 $this->assertTrue(isset($result['{DAV:}sync-token']));
69 // non-sync-enabled collection
72 $result = $this->server->getProperties('/normalcoll', ['{DAV:}sync-token']);
73 $this->assertFalse(isset($result['{DAV:}sync-token']));
85 <D:sync-collection xmlns:D="DAV:">
86 <D:sync-token/>
87 <D:sync-level>1</D:sync-level>
91 </D:sync-collection>
102 // Checking the sync-token
104 'http://sabre.io/ns/sync/1',
148 <D:sync-collection xmlns:D="DAV:">
149 <D:sync-token>http://sabre.io/ns/sync/1</D:sync-token>
150 <D:sync-level>infinite</D:sync-level>
154 </D:sync-collection>
165 // Checking the sync-token
167 'http://sabre.io/ns/sync/2',
207 <D:sync-collection xmlns:D="DAV:">
208 <D:sync-token>http://sabre.io/ns/sync/1</D:sync-token>
209 <D:sync-level>infinite</D:sync-level>
214 </D:sync-collection>
227 // Checking the sync-token
229 'http://sabre.io/ns/sync/2',
260 <D:sync-collection xmlns:D="DAV:">
261 <D:sync-token>http://sabre.io/ns/sync/1</D:sync-token>
265 </D:sync-collection>
278 // Checking the sync-token
280 'http://sabre.io/ns/sync/2',
315 <D:sync-collection xmlns:D="DAV:">
316 <D:sync-token/>
317 <D:sync-level>1</D:sync-level>
321 </D:sync-collection>
328 // The default state has no sync-token, so this report should not yet
344 <D:sync-collection xmlns:D="DAV:">
345 <D:sync-token/>
346 <D:sync-level>1</D:sync-level>
350 </D:sync-collection>
357 // The default state has no sync-token, so this report should not yet
374 <D:sync-collection xmlns:D="DAV:">
375 <D:sync-token>http://sabre.io/ns/sync/invalid</D:sync-token>
376 <D:sync-level>1</D:sync-level>
380 </D:sync-collection>
387 // The default state has no sync-token, so this report should not yet
403 <D:sync-collection xmlns:D="DAV:">
404 <D:sync-token>invalid</D:sync-token>
405 <D:sync-level>1</D:sync-level>
409 </D:sync-collection>
416 // The default state has no sync-token, so this report should not yet
432 <D:sync-collection xmlns:D="DAV:">
433 <D:sync-level>1</D:sync-level>
437 </D:sync-collection>
444 // The default state has no sync-token, so this report should not yet
461 <D:sync-collection xmlns:D="DAV:">
462 <D:sync-token />
463 <D:sync-level>1</D:sync-level>
464 </D:sync-collection>
471 // The default state has no sync-token, so this report should not yet
483 'HTTP_IF' => '</coll> (<http://sabre.io/ns/sync/1>)',
500 'HTTP_IF' => '</coll> (Not <http://sabre.io/ns/sync/2>)',