Home
last modified time | relevance | path

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

123

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.php72 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch); argument
H A DAbstractBackend.php35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { argument
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) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.php70 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch); argument
H A DAbstractBackend.php35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { argument
H A DPDO.php259 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { argument
264 $propPatch->handle($supportedProperties, function($mutations) use ($calendarId) {
1063 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) { argument
1068 $propPatch->handle($supportedProperties, function($mutations) use ($subscriptionId) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
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/DAVACL/PrincipalBackend/
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/CardDAV/Backend/
H A DPDO.php102 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch) { argument
109 $propPatch->handle($supportedProperties, function($mutations) use ($addressBookId) {
/plugin/davcal/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) {
/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/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php219 … $result = $client->propPatch('foo', ['{DAV:}displayname' => 'hi', '{urn:zim}gir' => null], 1);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1264 $propPatch = new PropPatch($properties);
1265 $this->emit('propPatch', [$path, $propPatch]);
1266 $propPatch->commit();
1268 return $propPatch->getResult();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1188 $propPatch = new PropPatch($properties);
1189 $this->emit('propPatch', [$path, $propPatch]);
1190 $propPatch->commit();
1192 return $propPatch->getResult();
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php950 function propPatch($path, DAV\PropPatch $propPatch) { function in Sabre\\DAVACL\\Plugin
952 $propPatch->handle('{DAV:}group-member-set', function($value) use ($path) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1093 function propPatch($path, DAV\PropPatch $propPatch) { function in Sabre\\DAVACL\\Plugin
1095 $propPatch->handle('{DAV:}group-member-set', function($value) use ($path) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md183 * #726: Better error reporting in `Client::propPatch`. We're now throwing

123