Home
last modified time | relevance | path

Searched refs:setPublishStatus (Results 1 – 10 of 10) sorted by path

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php241 function setPublishStatus($calendarId, $value); function
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DShareableCalendar.php66 function setPublishStatus($value) { function in Sabre\\CalDAV\\ShareableCalendar
68 $this->caldavBackend->setPublishStatus($this->calendarInfo['id'], $value);
H A DSharingPlugin.php361 $node->setPublishStatus(true);
389 $node->setPublishStatus(false);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php154 function setPublishStatus($calendarId, $value) { function in Sabre\\CalDAV\\Backend\\MockSharing
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DShareableCalendarTest.php56 $this->assertNull($this->instance->setPublishStatus(true));
57 $this->assertNull($this->instance->setPublishStatus(false));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php1505 function setPublishStatus($calendarId, $value) { function in Sabre\\CalDAV\\Backend\\PDO
H A DSharingSupport.php58 function setPublishStatus($calendarId, $value); function
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DISharedCalendar.php25 function setPublishStatus($value); function
H A DSharedCalendar.php92 function setPublishStatus($value) { function in Sabre\\CalDAV\\SharedCalendar
94 $this->caldavBackend->setPublishStatus($this->calendarInfo['id'], $value);
H A DSharingPlugin.php336 $node->setPublishStatus(true);
364 $node->setPublishStatus(false);