Home
last modified time | relevance | path

Searched refs:calendar (Results 76 – 100 of 249) sorted by last modified time

12345678910

/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dgl.js1 …L:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function…
H A Dis.js1 …YY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag …
H A Dit.js1 …LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function…
H A Dja.js1 …tion(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT…
H A Dka.js1 …L:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] …
H A Dkk.js1 …L:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін …
H A Dms.js1 …ction(e,a,t){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari i…
H A Dnl.js1 …LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaa…
H A Dnn.js1 …YY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag …
H A Dpl.js1 …L:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o…
H A Dpt-br.js1 …MM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje à…
H A Dro.js1 …,LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la…
H A Dru.js1 … YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодн…
H A Duk.js1 …YYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:a("[Сьог…
H A Dvi.js1 …Y",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm na…
H A Dzh-cn.js1 …;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT"…
H A Dzh-hk.js1 …eturn r<600?"凌晨":r<900?"早上":r<1200?"上午":1200===r?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT"…
H A Dzh-tw.js1 …;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT…
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php34 $calendar = VObject\Component::create('VCALENDAR'); variable
35 $calendar->version = '2.0';
36 $calendar->calscale = 'GREGORIAN';
73 $calendar->add($event);
79 $result = $calendar->validate();
88 echo $calendar->serialize();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php263 $calendar = new VCalendar();
286 $calendar = new VCalendar();
287 $property = $calendar->createProperty('X-PROP', $s);
297 $calendar = new VCalendar();
308 $calendar = new VCalendar();
337 $calendar = new VCalendar();
340 $calendar->add($property);
341 $calendar->{'X-PROP'}[0] = 'Something!';
352 $calendar = new VCalendar();
355 $calendar->add($property);
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js426 function calendar (key, mom, now) { function
1782 calendar: defaultCalendar,
3179 return this.format(output || this.localeData().calendar(format, this, createLocal(now)));
3834 proto.calendar = calendar$1;
3949 proto$1.calendar = calendar;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php97 …'{urn:ietf:params:xml:ns:caldav}schedule-calendar-transp' => new CalDAV\Xml\Property\ScheduleCalen…
146 …'{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => new CalDAV\Xml\Property\Suppo…
167 '{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => 'blabla',
H A DMock.php14 foreach($calendars as &$calendar) {
15 if (!isset($calendar['id'])) {
16 $calendar['id'] = DAV\UUIDUtil::getUUID();
91 foreach($this->calendars as $k=>$calendar) {
92 if ($calendar['id'] === $calendarId) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSubscriptionsTest.php46 $this->fail('There were no subscription nodes in the calendar home');
H A DCalendarObjectTest.php17 protected $calendar; variable in Sabre\\CalDAV\\CalendarObjectTest
33 unset($this->calendar);
40 $children = $this->calendar->getChildren();
81 $children = $this->calendar->getChildren();
95 $children = $this->calendar->getChildren();
113 $children = $this->calendar->getChildren();
129 $children = $this->calendar->getChildren();
144 $children = $this->calendar->getChildren();
156 $children = $this->calendar->getChildren();
166 $children = $this->calendar->getChildren();
[all …]

12345678910