Home
last modified time | relevance | path

Searched refs:calendar (Results 51 – 75 of 249) sorted by last modified time

12345678910

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php172 foreach ($this->getCalendarsForUser($principalUri) as $calendar) {
175 if ($calendar['principaluri'] !== $principalUri) {
180 …if (isset($calendar['{http://sabredav.org/ns}owner-principal']) && $calendar['{http://sabredav.org…
185 $calendar['id'],
214 return $calendar['uri'] . '/' . $results[0];
H A DPDO.php163 $calendar = [
175 $calendar[$xmlName] = $row[$dbName];
178 $calendars[] = $calendar;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1070 _this.calendar = calendar;
1747 var calendar = source.calendar;
3794 _this.calendar = calendar;
3911 var calendar = this.calendar;
4476 var calendar = this.calendar;
6648 var calendar = view.calendar;
8615 this.calendar = calendar;
8928 this.calendar = calendar;
9393 var calendar = this.calendar;
11809 var calendar = view.calendar;
[all …]
H A Dfullcalendar.print.less12 * Include this stylesheet on your page to get a more printer-friendly calendar.
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php24 $calendar = new VCalendar();
27 $valarm1 = $calendar->createComponent('VALARM');
36 $valarm2 = $calendar->createComponent('VALARM');
41 $vevent2 = $calendar->createComponent('VEVENT');
49 $valarm3 = $calendar->createComponent('VALARM');
52 $vevent3 = $calendar->createComponent('VEVENT');
61 $valarm4 = $calendar->createComponent('VALARM');
66 $vtodo4 = $calendar->createComponent('VTODO');
75 $valarm5 = $calendar->createComponent('VALARM');
81 $vevent5 = $calendar->createComponent('VEVENT');
[all …]
H A DVEventTest.php22 $calendar = new VCalendar();
24 $vevent = $calendar->createComponent('VEVENT');
H A DVTodoTest.php24 $calendar = new VCalendar();
26 $vtodo = $calendar->createComponent('VTODO');
41 $vtodo4 = $calendar->createComponent('VTODO');
46 $vtodo5 = $calendar->createComponent('VTODO');
51 $vtodo6 = $calendar->createComponent('VTODO');
56 $vtodo7 = $calendar->createComponent('VTODO');
62 $vtodo7 = $calendar->createComponent('VTODO');
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Daf.js1 …L:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag…
H A Dar-dz.js1 …LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم …
H A Dar-kw.js1 …LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم …
H A Dar-ly.js1 …unction(e){return"م"===e},meridiem:function(e,t,r){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم …
H A Dar-ma.js1 …LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم …
H A Dbg.js1 …,LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в…
H A Dbs.js1 …:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas …
H A Dca.js1 …,LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function…
H A Dda.js1 …YY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag …
H A Dde-at.js1 …D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute …
H A Dde-ch.js1 …D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute …
H A Dde.js1 …D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute …
H A Del.js1 …[{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,n){var…
H A Den-au.js1 …"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today …
H A Det.js1 …:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,]…
H A Dfa.js1 …est(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز …
H A Dfi.js1 …Y",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php477 $calendar = $this->server->tree->getNodeForPath($calendarPath);
478 $calendar->createFile($newFileName, $newObject->serialize());

12345678910