Home
last modified time | relevance | path

Searched refs:PropPatch (Results 26 – 50 of 72) sorted by last modified time

123

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php6 use Sabre\DAV\PropPatch; alias
118 $propPatch = new PropPatch([
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php5 use Sabre\DAV\PropPatch; alias
109 $propPatch = new PropPatch([
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DAbstractPDOTest.php6 use Sabre\DAV\PropPatch; alias
52 $propPatch = new PropPatch([
83 $propPatch = new PropPatch([
111 $propPatch = new PropPatch([
H A DMock.php67 public function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php149 $this->server->on('propPatch', function($path, PropPatch $propPatch) {
H A DPropPatchTest.php11 $this->propPatch = new PropPatch([
76 $this->propPatch = new PropPatch(['{DAV:}displayname' => null]);
190 $propPatch = new PropPatch([
225 $propPatch = new PropPatch([
241 $propPatch = new PropPatch([
273 $propPatch = new PropPatch([
304 $propPatch = new PropPatch([
343 $propPatch = new PropPatch([
H A DServerUpdatePropertiesTest.php33 $server->on('propPatch', function($path, PropPatch $propPatch) {
55 $server->on('propPatch', function($path, PropPatch $propPatch) {
90 $server->on('propPatch', function($path, PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DPropertiesCollection.php7 Sabre\DAV\PropPatch; alias
50 public function propPatch(PropPatch $proppatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php6 use Sabre\DAV\PropPatch; alias
54 $propPatch = new PropPatch(['{DAV:}displayname' => 'bar']);
74 $propPatch = new PropPatch(['{DAV:}complex' => $complex]);
95 $propPatch = new PropPatch(['{DAV:}custom' => $custom]);
113 $propPatch = new PropPatch(['{DAV:}displayname' => null]);
146 $propPatch = new PropPatch(['{DAV:}displayname' => 'child']);
179 $propPatch = new PropPatch(['{DAV:}displayname' => 'child']);
H A DMock.php6 use Sabre\DAV\PropPatch; alias
48 * @param PropPatch $propPatch
51 public function propPatch($path, PropPatch $propPatch) {
/plugin/davcal/
H A DcalendarBackendDokuwiki.php160 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch)
641 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch)
H A DprincipalBackendDokuwiki.php40 public function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch)
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DBackendInterface.php55 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch);
H A DPDO.php102 function updateAddressBook($addressBookId, \Sabre\DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.php70 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php7 use Sabre\DAV\PropPatch; alias
122 * @param PropPatch $propPatch
125 function propPatch(PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php267 $propPatch = new Xml\Request\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/DAVACL/PrincipalBackend/
H A DMock.php136 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch) {
H A DAbstractPDOTest.php131 $propPatch = new DAV\PropPatch([
154 $propPatch = new DAV\PropPatch([
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalTest.php79 $propPatch = new DAV\PropPatch(array('{DAV:}yourmom' => 'test'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DMkCol.php23 class MkCol extends PropPatch {
H A DPropPatch.php20 class PropPatch { class
H A DServer.php1264 $propPatch = new PropPatch($properties);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php7 use Sabre\DAV\PropPatch; alias
102 * @param PropPatch $propPatch
105 function propPatch($path, PropPatch $propPatch) {

123