Home
last modified time | relevance | path

Searched refs:calendar (Results 101 – 125 of 249) sorted by last modified time

12345678910

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php20 protected $calendar; variable in Sabre\\CalDAV\\CalendarTest
93 $this->calendar->getChild('randomname');
102 $children = $this->calendar->getChildren();
116 $children = $this->calendar->getChildren();
127 $this->calendar->createDirectory('hello');
136 $this->calendar->setName('hello');
166 $calendar->createFile('hello',$file);
168 $file = $calendar->getChild('hello');
175 $this->calendar->delete();
236 $this->calendar->setACL(array());
[all …]
H A DFreeBusyReportTest.php78 $calendar = new Calendar($caldavBackend, [
85 $this->server = new DAV\Server([$calendar]);
H A DPluginTest.php356 foreach($calendars as $calendar) {
357 if ($calendar['uri'] === 'NEWCALENDAR') {
358 $newCalendar = $calendar;
405 foreach($calendars as $calendar) {
406 if ($calendar['uri'] === 'NEWCALENDAR') {
407 $newCalendar = $calendar;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php125 'Content-Type: text/calendar; charset=UTF-8; method=REQUEST',
167 'Content-Type: text/calendar; charset=UTF-8; method=CANCEL',
H A DSchedulingObjectTest.php16 protected $calendar; variable in Sabre\\CalDAV\\Schedule\\SchedulingObjectTest
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php48 'hostUrl' => 'calendar',
86 'hostUrl' => 'calendar',
121 'hostUrl' => 'calendar',
160 'hostUrl' => 'calendar',
/plugin/davcal/
H A DcalendarBackendDokuwiki.php101 $calendar = array(
111 $calendar['{http://sabredav.org/ns}read-only'] = '1';
116 $calendar[$xmlName] = $row[$dbName];
119 $calendars[] = $calendar;
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js774 calendar = $('<div class="xdsoft_calendar"></div>'),
1187 .append(calendar)
1583 calendar.html(table);
1685 calendar
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php147 … foreach ($this->caldavBackend->getCalendarsForUser($this->principalInfo['uri']) as $calendar) {
148 if ($calendar['uri'] === $name) {
150 if (isset($calendar['{http://calendarserver.org/ns/}shared-url'])) {
151 return new SharedCalendar($this->caldavBackend, $calendar);
153 return new ShareableCalendar($this->caldavBackend, $calendar);
156 return new Calendar($this->caldavBackend, $calendar);
199 foreach ($calendars as $calendar) {
201 if (isset($calendar['{http://calendarserver.org/ns/}shared-url'])) {
202 $objs[] = new SharedCalendar($this->caldavBackend, $calendar);
204 $objs[] = new ShareableCalendar($this->caldavBackend, $calendar);
[all …]
H A DPlugin.php647 $calendar = $this->server->tree->getNodeForPath($uri);
648 if (!$calendar instanceof ICalendar) {
667 $urls = $calendar->calendarQuery([
686 $objects = array_map(function($url) use ($calendar) {
687 $obj = $calendar->getChild($url)->get();
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Den-ca.js1 …MM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today …
H A Den-gb.js1 …L:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today …
H A Den-ie.js1 …LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today …
H A Den-nz.js1 …"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today …
H A Des-do.js1 … [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function…
H A Des-us.js1 … [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function…
H A Des.js1 …L:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function…
H A Deu.js1 …[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] …
H A Dfr-ca.js1 …LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujour…
H A Dfr-ch.js1 …LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujour…
H A Dfr.js1 …LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujour…
H A Dhe.js1 …Y",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב…
H A Dhi.js1 …YY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT…
H A Dhr.js1 …:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas …
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md178 calendar.

12345678910