Home
last modified time | relevance | path

Searched refs:propPatch (Results 26 – 50 of 67) sorted by relevance

123

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php70 * @param PropPatch $propPatch
73 function propPatch(PropPatch $propPatch) { function in Sabre\\CalDAV\\Calendar
75 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
H A DSharingPlugin.php197 function propPatch($path, DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\SharingPlugin
205 $propPatch->handle('{DAV:}resourcetype', function($value) use ($node) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php68 * @param PropPatch $propPatch
71 function propPatch(PropPatch $propPatch) { argument
73 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
H A DSharingPlugin.php211 function propPatch($path, DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\SharingPlugin
217 $propPatch->handle('{DAV:}resourcetype', function($value) use ($node) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php265 function propPatch($url, array $properties) { function in Sabre\\DAV\\Client
267 $propPatch = new Xml\Request\PropPatch();
268 $propPatch->properties = $properties;
271 $propPatch
H A DCorePlugin.php379 $propPatch = $this->server->xml->expect('{DAV:}propertyupdate', $request->getBody());
383 $newProperties = $propPatch->properties;
738 * @param PropPatch $propPatch
741 function propPatchProtectedPropertyCheck($path, PropPatch $propPatch) { argument
744 $mutations = $propPatch->getMutations();
752 $propPatch->setResultCode($protected, 403);
764 * @param PropPatch $propPatch
767 function propPatchNodeUpdate($path, PropPatch $propPatch) { argument
773 $node->propPatch($propPatch);
H A DTree.php330 $propPatch = new PropPatch($props);
331 $destination->propPatch($propPatch);
332 $propPatch->commit();
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php379 $propPatch = $this->server->xml->expect('{DAV:}propertyupdate', $request->getBody());
383 $newProperties = $propPatch->properties;
738 * @param PropPatch $propPatch
741 function propPatchProtectedPropertyCheck($path, PropPatch $propPatch) { argument
744 $mutations = $propPatch->getMutations();
752 $propPatch->setResultCode($protected, 403);
764 * @param PropPatch $propPatch
767 function propPatchNodeUpdate($path, PropPatch $propPatch) { argument
773 $node->propPatch($propPatch);
H A DTree.php334 $propPatch = new PropPatch($props);
335 $destination->propPatch($propPatch);
336 $propPatch->commit();
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php194 function propPatch(DAV\PropPatch $propPatch) { argument
196 return $this->carddavBackend->updateAddressBook($this->addressBookInfo['id'], $propPatch);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSubscriptionSupport.php111 public function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) { argument
125 $propPatch->handleRemaining(function($mutations) use (&$found) {
H A DAbstractPDOTest.php74 $propPatch = new PropPatch([
80 $backend->updateCalendar($newId, $propPatch);
81 $result = $propPatch->commit();
800 $propPatch = new DAV\PropPatch([
813 ], $propPatch->getResult());
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php192 function propPatch(DAV\PropPatch $propPatch) { argument
194 return $this->carddavBackend->updateAddressBook($this->addressBookInfo['id'], $propPatch);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DMock.php67 public function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch) { argument
73 $propPatch->handleRemaining(function($mutations) use (&$book) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php136 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch) { argument
147 $propPatch->handleRemaining(function($mutations) use ($principal, $principalIndex) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php149 $this->server->on('propPatch', function($path, PropPatch $propPatch) {
151 $propPatch->handle('{DAV:}something', function($props) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSubscriptionSupport.php79 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch); argument
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSubscriptionSupport.php79 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch); argument
/plugin/davcal/
H A DcalendarBackendDokuwiki.php160 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) argument
165 $propPatch->handle($supportedProperties, function($mutations) use ($calendarId)
641 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) argument
H A DprincipalBackendDokuwiki.php40 public function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch) argument
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php62 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch); argument
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php62 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch); argument
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DBackendInterface.php55 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch); argument
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DBackendInterface.php55 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch); argument
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DPropertiesCollection.php50 public function propPatch(PropPatch $proppatch) { function in Sabre\\DAV\\Mock\\PropertiesCollection

123