Home
last modified time | relevance | path

Searched refs:propPatch (Results 51 – 67 of 67) sorted by last modified time

123

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1093 function propPatch($path, DAV\PropPatch $propPatch) { argument
1095 $propPatch->handle('{DAV:}group-member-set', function($value) use ($path) {
H A DPrincipal.php198 function propPatch(DAV\PropPatch $propPatch) { function in Sabre\\DAVACL\\Principal
202 $propPatch
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php305 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { argument
315 … $propPatch->handle($supportedProperties, function($mutations) use ($calendarId, $instanceId) {
1192 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) { argument
1197 $propPatch->handle($supportedProperties, function($mutations) use ($subscriptionId) {
H A DBackendInterface.php72 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch); argument
H A DSubscriptionSupport.php79 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch); argument
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php102 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch) { argument
109 $propPatch->handle($supportedProperties, function($mutations) use ($addressBookId) {
H A DBackendInterface.php55 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch); argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php49 * @param PropPatch $propPatch
52 function propPatch($path, PropPatch $propPatch); function
H A DPDO.php120 * @param PropPatch $propPatch
123 function propPatch($path, PropPatch $propPatch) { function in Sabre\\DAV\\PropertyStorage\\Backend\\PDO
125 $propPatch->handleRemaining(function($properties) use ($path) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php62 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch); argument
H A DPDO.php179 function updatePrincipal($path, DAV\PropPatch $propPatch) { argument
181 $propPatch->handle(array_keys($this->fieldMap), function($properties) use ($path) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DIProperties.php25 * @param PropPatch $propPatch
28 function propPatch(PropPatch $propPatch); function
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) { function in Sabre\\CardDAV\\AddressBook
196 return $this->carddavBackend->updateAddressBook($this->addressBookInfo['id'], $propPatch);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php70 * @param PropPatch $propPatch
73 function propPatch(PropPatch $propPatch) { argument
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) {

123