Home
last modified time | relevance | path

Searched defs:objectUri (Results 1 – 25 of 107) sorted by relevance

12345

/dports/www/sabredav/sabre-dav-3.2.2/lib/CalDAV/Backend/
H A DSchedulingSupport.php31 function getSchedulingObject($principalUri, $objectUri);
53 function deleteSchedulingObject($principalUri, $objectUri);
63 function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php203 function getCalendarObject($calendarId, $objectUri) {
240 function createCalendarObject($calendarId, $objectUri, $calendarData) {
271 function updateCalendarObject($calendarId, $objectUri, $calendarData) {
289 function deleteCalendarObject($calendarId, $objectUri) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/
H A DSchedulingSupport.php31 function getSchedulingObject($principalUri, $objectUri);
53 function deleteSchedulingObject($principalUri, $objectUri);
63 function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php203 function getCalendarObject($calendarId, $objectUri) {
240 function createCalendarObject($calendarId, $objectUri, $calendarData) {
271 function updateCalendarObject($calendarId, $objectUri, $calendarData) {
289 function deleteCalendarObject($calendarId, $objectUri) {
/dports/www/baikal/baikal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSchedulingSupport.php34 public function getSchedulingObject($principalUri, $objectUri);
56 public function deleteSchedulingObject($principalUri, $objectUri);
65 public function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php198 public function getCalendarObject($calendarId, $objectUri)
237 public function createCalendarObject($calendarId, $objectUri, $calendarData)
268 public function updateCalendarObject($calendarId, $objectUri, $calendarData)
284 public function deleteCalendarObject($calendarId, $objectUri)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSchedulingSupport.php31 function getSchedulingObject($principalUri, $objectUri);
53 function deleteSchedulingObject($principalUri, $objectUri);
63 function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php203 function getCalendarObject($calendarId, $objectUri) {
240 function createCalendarObject($calendarId, $objectUri, $calendarData) {
271 function updateCalendarObject($calendarId, $objectUri, $calendarData) {
289 function deleteCalendarObject($calendarId, $objectUri) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/
H A DSchedulingSupport.php31 function getSchedulingObject($principalUri, $objectUri);
53 function deleteSchedulingObject($principalUri, $objectUri);
63 function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php203 function getCalendarObject($calendarId, $objectUri) {
240 function createCalendarObject($calendarId, $objectUri, $calendarData) {
271 function updateCalendarObject($calendarId, $objectUri, $calendarData) {
289 function deleteCalendarObject($calendarId, $objectUri) {
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSchedulingSupport.php31 function getSchedulingObject($principalUri, $objectUri);
53 function deleteSchedulingObject($principalUri, $objectUri);
63 function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php203 function getCalendarObject($calendarId, $objectUri) {
240 function createCalendarObject($calendarId, $objectUri, $calendarData) {
271 function updateCalendarObject($calendarId, $objectUri, $calendarData) {
289 function deleteCalendarObject($calendarId, $objectUri) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSchedulingSupport.php31 function getSchedulingObject($principalUri, $objectUri);
53 function deleteSchedulingObject($principalUri, $objectUri);
63 function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php203 function getCalendarObject($calendarId, $objectUri) {
240 function createCalendarObject($calendarId, $objectUri, $calendarData) {
271 function updateCalendarObject($calendarId, $objectUri, $calendarData) {
289 function deleteCalendarObject($calendarId, $objectUri) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSchedulingSupport.php34 public function getSchedulingObject($principalUri, $objectUri);
56 public function deleteSchedulingObject($principalUri, $objectUri);
65 public function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php198 public function getCalendarObject($calendarId, $objectUri)
237 public function createCalendarObject($calendarId, $objectUri, $calendarData)
268 public function updateCalendarObject($calendarId, $objectUri, $calendarData)
284 public function deleteCalendarObject($calendarId, $objectUri)
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/CalDAV/Backend/
H A DSchedulingSupport.php34 public function getSchedulingObject($principalUri, $objectUri);
56 public function deleteSchedulingObject($principalUri, $objectUri);
65 public function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php198 public function getCalendarObject($calendarId, $objectUri)
237 public function createCalendarObject($calendarId, $objectUri, $calendarData)
268 public function updateCalendarObject($calendarId, $objectUri, $calendarData)
284 public function deleteCalendarObject($calendarId, $objectUri)
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/
H A DSchedulingSupport.php34 public function getSchedulingObject($principalUri, $objectUri);
56 public function deleteSchedulingObject($principalUri, $objectUri);
65 public function createSchedulingObject($principalUri, $objectUri, $objectData);
H A DSimplePDO.php198 public function getCalendarObject($calendarId, $objectUri)
237 public function createCalendarObject($calendarId, $objectUri, $calendarData)
268 public function updateCalendarObject($calendarId, $objectUri, $calendarData)
284 public function deleteCalendarObject($calendarId, $objectUri)
/dports/www/sabredav/sabre-dav-3.2.2/tests/Sabre/CalDAV/Backend/
H A DMockScheduling.php25 function getSchedulingObject($principalUri, $objectUri) {
60 function deleteSchedulingObject($principalUri, $objectUri) {
76 function createSchedulingObject($principalUri, $objectUri, $objectData) {
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockScheduling.php25 function getSchedulingObject($principalUri, $objectUri) {
60 function deleteSchedulingObject($principalUri, $objectUri) {
76 function createSchedulingObject($principalUri, $objectUri, $objectData) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockScheduling.php25 function getSchedulingObject($principalUri, $objectUri) {
60 function deleteSchedulingObject($principalUri, $objectUri) {
76 function createSchedulingObject($principalUri, $objectUri, $objectData) {
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockScheduling.php25 function getSchedulingObject($principalUri, $objectUri) {
60 function deleteSchedulingObject($principalUri, $objectUri) {
76 function createSchedulingObject($principalUri, $objectUri, $objectData) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockScheduling.php25 function getSchedulingObject($principalUri, $objectUri) {
60 function deleteSchedulingObject($principalUri, $objectUri) {
76 function createSchedulingObject($principalUri, $objectUri, $objectData) {

12345