Home
last modified time | relevance | path

Searched refs:PropPatch (Results 1 – 25 of 72) sorted by last modified time

123

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php206 function propPatch(PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php12 $propPatch = new PropPatch();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) {
H A DPDO.php259 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) {
1063 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) {
H A DSubscriptionSupport.php79 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php7 use Sabre\DAV\PropPatch; alias
68 * @param PropPatch $propPatch
71 function propPatch(PropPatch $propPatch) {
H A DSharingPlugin.php211 function propPatch($path, DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php192 function propPatch(DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DIProperties.php25 * @param PropPatch $propPatch
28 function propPatch(PropPatch $propPatch);
H A DMkCol.php23 class MkCol extends PropPatch {
H A DPropPatch.php20 class PropPatch { class
H A DServer.php1188 $propPatch = new PropPatch($properties);
H A DTree.php330 $propPatch = new PropPatch($props);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php6 use Sabre\DAV\PropPatch; alias
49 * @param PropPatch $propPatch
52 function propPatch($path, PropPatch $propPatch);
H A DPDO.php6 use Sabre\DAV\PropPatch; alias
110 * @param PropPatch $propPatch
113 function propPatch($path, PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php7 use Sabre\DAV\PropPatch; alias
97 * @param PropPatch $propPatch
100 function propPatch($path, PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php20 class PropPatch implements Element { class
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php950 function propPatch($path, DAV\PropPatch $propPatch) {
H A DPrincipal.php196 function propPatch(DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php62 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch);
H A DPDO.php179 function updatePrincipal($path, DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php7 use Sabre\DAV\PropPatch; alias
74 $propPatch = new PropPatch([
800 $propPatch = new DAV\PropPatch([
H A DAbstractTest.php6 Sabre\DAV\PropPatch; alias
13 $propPatch = new PropPatch( ['{DAV:}displayname' => 'anything'] );
H A DMockSubscriptionSupport.php111 public function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php5 use Sabre\DAV\PropPatch; alias
56 $propPatch = new PropPatch([

123