Home
last modified time | relevance | path

Searched refs:PropPatch (Results 26 – 50 of 72) sorted by relevance

123

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DMkCol.php23 class MkCol extends PropPatch {
H A DCorePlugin.php738 * @param PropPatch $propPatch
741 function propPatchProtectedPropertyCheck($path, PropPatch $propPatch) {
764 * @param PropPatch $propPatch
767 function propPatchNodeUpdate($path, PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php12 $propPatch = new PropPatch();
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php62 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php62 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php5 use Sabre\DAV\PropPatch; alias
56 $propPatch = new PropPatch([
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DBackendInterface.php55 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DBackendInterface.php55 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch);
/plugin/davcal/
H A DprincipalBackendDokuwiki.php40 public function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch)
H A DcalendarBackendDokuwiki.php160 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch)
641 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch)
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.php72 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch);
H A DAbstractBackend.php35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.php70 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch);
H A DAbstractBackend.php35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php20 class PropPatch implements Element { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php20 class PropPatch implements Element { class
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSubscriptionSupport.php111 public function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) {
H A DAbstractPDOTest.php7 use Sabre\DAV\PropPatch; alias
74 $propPatch = new PropPatch([
800 $propPatch = new DAV\PropPatch([
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPrincipal.php198 function propPatch(DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPrincipal.php196 function propPatch(DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DMock.php67 public function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php136 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php15 use Sabre\DAV\PropPatch; alias
317 * @param PropPatch $propPatch
320 function propPatch($path, PropPatch $propPatch) {
326 $subPropPatch = new PropPatch([$availProp => $value]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php738 * @param PropPatch $propPatch
741 function propPatchProtectedPropertyCheck($path, PropPatch $propPatch) {
764 * @param PropPatch $propPatch
767 function propPatchNodeUpdate($path, PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php149 $this->server->on('propPatch', function($path, PropPatch $propPatch) {

123