Home
last modified time | relevance | path

Searched refs:deleteCalendar (Results 1 – 17 of 17) sorted by path

/plugin/davcal/
H A DcalendarBackendDokuwiki.php201 function deleteCalendar($calendarId) function in DokuWikiSabreCalendarBackend
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.php78 function deleteCalendar($calendarId); function
H A DPDO.php303 function deleteCalendar($calendarId) { function in Sabre\\CalDAV\\Backend\\PDO
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php210 $this->caldavBackend->deleteCalendar($this->calendarInfo['id']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractTest.php116 function deleteCalendar($calendarId) { } function in Sabre\\CalDAV\\Backend\\AbstractMock
H A DMock.php89 public function deleteCalendar($calendarId) { function in Sabre\\CalDAV\\Backend\\Mock
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php328 $this->caldavBackend->deleteCalendar(1);
329 $this->caldavBackend->deleteCalendar(2);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc22 * <<Elasticsearch_Namespaces_MlNamespacedeleteCalendar_deleteCalendar,`deleteCalendar()`>>
104 .`deleteCalendar(array $params = [])`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DMlNamespace.php66 public function deleteCalendar(array $params = []) function in Elasticsearch\\Namespaces\\MlNamespace
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DBackendInterface.php80 function deleteCalendar($calendarId); function
H A DPDO.php354 function deleteCalendar($calendarId) { function in Sabre\\CalDAV\\Backend\\PDO
H A DSimplePDO.php125 function deleteCalendar($calendarId) { function in Sabre\\CalDAV\\Backend\\SimplePDO
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php212 $this->caldavBackend->deleteCalendar($this->calendarInfo['id']);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1450 deleteCalendar(id: string|number): void; method
H A Ddhtmlxgantt.js13deleteCalendar:n.bind(t.deleteCalendar,t)}}}},function(t,e){function i(t,e){this.argumentsHelper=e…
H A Ddhtmlxgantt.js.map1deleteCalendar","CalendarDisabledTimeStrategy","argumentsHelper","_calculateDuration","fixedUnits"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js11851 deleteCalendar: utils.bind(calendarManager.deleteCalendar, calendarManager)
27764 deleteCalendar: function (calendar) { method in CalendarManager