Home
last modified time | relevance | path

Searched refs:propPatch (Results 51 – 67 of 67) sorted by path

123

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php317 * @param PropPatch $propPatch
320 function propPatch($path, PropPatch $propPatch) { argument
323 …$propPatch->handle('{http://calendarserver.org/ns/}calendar-availability', function($value) use ($…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
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/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php124 * @param PropPatch $propPatch
127 function propPatch(PropPatch $propPatch) { argument
131 $propPatch
/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/CardDAV/Backend/
H A DBackendInterface.php55 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch); argument
H A DPDO.php102 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch) { argument
109 $propPatch->handle($supportedProperties, function($mutations) use ($addressBookId) {
/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 DIProperties.php25 * @param PropPatch $propPatch
28 function propPatch(PropPatch $propPatch); argument
H A DServer.php1264 $propPatch = new PropPatch($properties);
1265 $this->emit('propPatch', [$path, $propPatch]);
1266 $propPatch->commit();
1268 return $propPatch->getResult();
H A DTree.php334 $propPatch = new PropPatch($props);
335 $destination->propPatch($propPatch);
336 $propPatch->commit();
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php49 * @param PropPatch $propPatch
52 function propPatch($path, PropPatch $propPatch); argument
H A DPDO.php120 * @param PropPatch $propPatch
123 function propPatch($path, PropPatch $propPatch) { argument
125 $propPatch->handleRemaining(function($properties) use ($path) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php102 * @param PropPatch $propPatch
105 function propPatch($path, PropPatch $propPatch) { argument
109 $this->backend->propPatch($path, $propPatch);
/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/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) {

123