Home
last modified time | relevance | path

Searched full:cal (Results 1 – 25 of 120) sorted by relevance

12345

/plugin/datepicker/script/jscalendar-1.0/
Dcalendar-setup.js106 function onSelect(cal) { argument
107 var p = cal.params;
108 var update = (cal.dateClicked || p.electric);
110 p.inputField.value = cal.date.print(p.ifFormat);
115 p.displayArea.innerHTML = cal.date.print(p.daFormat);
117 p.onUpdate(cal);
120 p.flatCallback(cal);
122 if (update && p.singleClick && cal.dateClicked)
123 cal.callCloseHandler();
133 var cal = new Calendar(params.firstDay, params.date, params.onSelect || onSelect);
[all …]
Dcalendar.js253 var cal = Calendar._C;
254 if (!cal) {
257 var cal = cal;
258 var cd = cal.activeDiv;
259 var mc = cal.monthsCombo;
260 if (cal.hilitedMonth) {
261 Calendar.removeClass(cal.hilitedMonth, "hilite");
263 if (cal.activeMonth) {
264 Calendar.removeClass(cal.activeMonth, "active");
266 var mon = cal.monthsCombo.getElementsByTagName("div")[cal.date.getMonth()];
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DParameterTest.php9 $cal = new Component\VCalendar();
11 $param = new Parameter($cal, 'name','value');
30 $cal = new Component\VCalendar();
32 $param = new Parameter($cal, 'name', null);
50 $cal = new Component\VCalendar();
51 $param = new Parameter($cal, 'name', 'value');
59 $cal = new Component\VCalendar();
60 $param = new Parameter($cal, 'name', null);
68 $cal = new Component\VCalendar();
69 $param = new Parameter($cal, 'name', 'value');
[all …]
DPropertyTest.php13 $cal = new VCalendar();
15 $property = $cal->createProperty('propname','propvalue');
25 $cal = new VCalendar();
32 $property = $cal->createProperty('propname','propvalue', $params);
41 $cal = new VCalendar();
43 $property = $cal->createProperty('propname','propvalue');
53 $cal = new VCalendar();
54 $property = $cal->createProperty('propname','propvalue');
65 $cal = new VCalendar();
66 $property = $cal->createProperty('propname','propvalue');
[all …]
DJCalTest.php9 $cal = new Component\VCalendar();
11 $event = $cal->add('VEVENT', array(
81 "attendee", new \StdClass(), "cal-address", "mailto:armin@example.org",
119 "cal-address",
146 $this->assertEquals($expected, $cal->jsonSerialize());
DElementListTest.php9 $cal = new Component\VCalendar();
10 $sub = $cal->createComponent('VEVENT');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DParameterTest.php9 $cal = new Component\VCalendar();
11 $param = new Parameter($cal, 'name','value');
30 $cal = new Component\VCalendar();
32 $param = new Parameter($cal, 'name', null);
50 $cal = new Component\VCalendar();
51 $param = new Parameter($cal, 'name', 'value');
59 $cal = new Component\VCalendar();
60 $param = new Parameter($cal, 'name', null);
68 $cal = new Component\VCalendar();
69 $param = new Parameter($cal, 'name', 'value');
[all …]
DPropertyTest.php13 $cal = new VCalendar();
15 $property = $cal->createProperty('propname','propvalue');
25 $cal = new VCalendar();
32 $property = $cal->createProperty('propname','propvalue', $params);
41 $cal = new VCalendar();
43 $property = $cal->createProperty('propname','propvalue');
53 $cal = new VCalendar();
54 $property = $cal->createProperty('propname','propvalue');
65 $cal = new VCalendar();
66 $property = $cal->createProperty('propname','propvalue');
[all …]
DJCalTest.php9 $cal = new Component\VCalendar();
11 $event = $cal->add('VEVENT', array(
81 "attendee", new \StdClass(), "cal-address", "mailto:armin@example.org",
119 "cal-address",
146 $this->assertEquals($expected, $cal->jsonSerialize());
DElementListTest.php9 $cal = new Component\VCalendar();
10 $sub = $cal->createComponent('VEVENT');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DParameterTest.php9 $cal = new Component\VCalendar();
11 $param = new Parameter($cal, 'name', 'value');
30 $cal = new Component\VCalendar();
32 $param = new Parameter($cal, 'name', null);
50 $cal = new Component\VCalendar();
51 $param = new Parameter($cal, 'name', 'value');
59 $cal = new Component\VCalendar();
60 $param = new Parameter($cal, 'name', null);
68 $cal = new Component\VCalendar();
69 $param = new Parameter($cal, 'name', 'value');
[all …]
DPropertyTest.php12 $cal = new VCalendar();
14 $property = $cal->createProperty('propname', 'propvalue');
24 $cal = new VCalendar();
31 $property = $cal->createProperty('propname', 'propvalue', $params);
40 $cal = new VCalendar();
42 $property = $cal->createProperty('propname', 'propvalue');
52 $cal = new VCalendar();
53 $property = $cal->createProperty('propname', 'propvalue');
64 $cal = new VCalendar();
65 $property = $cal->createProperty('propname', 'propvalue');
[all …]
DJCalTest.php9 $cal = new Component\VCalendar();
11 $event = $cal->add('VEVENT', [
80 "attendee", new \StdClass(), "cal-address", "mailto:armin@example.org",
88 "cal-address",
145 $this->assertEquals($expected, $cal->jsonSerialize());
DElementListTest.php9 $cal = new Component\VCalendar();
10 $sub = $cal->createComponent('VEVENT');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php9 $cal = new Component\VCalendar();
11 $param = new Parameter($cal, 'name','value');
30 $cal = new Component\VCalendar();
32 $param = new Parameter($cal, 'name', null);
50 $cal = new Component\VCalendar();
51 $param = new Parameter($cal, 'name', 'value');
59 $cal = new Component\VCalendar();
60 $param = new Parameter($cal, 'name', null);
68 $cal = new Component\VCalendar();
69 $param = new Parameter($cal, 'name', 'value');
[all …]
H A DPropertyTest.php13 $cal = new VCalendar();
15 $property = $cal->createProperty('propname','propvalue');
25 $cal = new VCalendar();
32 $property = $cal->createProperty('propname','propvalue', $params);
41 $cal = new VCalendar();
43 $property = $cal->createProperty('propname','propvalue');
53 $cal = new VCalendar();
54 $property = $cal->createProperty('propname','propvalue');
65 $cal = new VCalendar();
66 $property = $cal->createProperty('propname','propvalue');
[all …]
H A DJCalTest.php9 $cal = new Component\VCalendar();
11 $event = $cal->add('VEVENT', array(
81 "attendee", new \StdClass(), "cal-address", "mailto:armin@example.org",
119 "cal-address",
146 $this->assertEquals($expected, $cal->jsonSerialize());
H A DElementListTest.php9 $cal = new Component\VCalendar();
10 $sub = $cal->createComponent('VEVENT');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DScheduleCalendarTranspTest.php12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
47 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS…
48 <cal:opaque />
64 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS…
65 <cal:transparent />
73 $cal = CalDAV\Plugin::NS_CALDAV;
78 <d:root xmlns:d="DAV:" xmlns:cal="$cal" xmlns:cs="$cs">
79 <cal:transparent />
97 $cal = CalDAV\Plugin::NS_CALDAV;
102 <d:root xmlns:d="DAV:" xmlns:cal="$cal" xmlns:cs="$cs">
[all …]
H A DSupportedCalendarComponentSetTest.php12 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
48 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '" xmlns:cs="' . CalDAV\Plugin::NS…
49 <cal:comp name="VEVENT"/>
50 <cal:comp name="VTODO"/>
58 $cal = CalDAV\Plugin::NS_CALDAV;
63 <d:root xmlns:cal="$cal" xmlns:cs="$cs" xmlns:d="DAV:">
64 <cal:comp name="VEVENT"/>
65 <cal:comp name="VTODO"/>
86 $cal = CalDAV\Plugin::NS_CALDAV;
91 <d:root xmlns:cal="$cal" xmlns:cs="$cs" xmlns:d="DAV:">
H A DSupportedCollationSetTest.php24 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
29 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '">
30 <cal:supported-collation>i;ascii-casemap</cal:supported-collation>
31 <cal:supported-collation>i;octet</cal:supported-collation>
32 <cal:supported-collation>i;unicode-casemap</cal:supported-collation>
H A DSupportedCalendarDataTest.php22 $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal';
29 <d:root xmlns:d="DAV:" xmlns:cal="' . CalDAV\Plugin::NS_CALDAV . '">
30 <cal:calendar-data content-type="text/calendar" version="2.0"/>
31 <cal:calendar-data content-type="application/calendar+json"/>
/plugin/yearbox/
Dsyntax.php159 $cal = '';
174 $cal .= '<div class="yearbox"' . $font_css . '><table' . $align . '><tbody>';
178 $cal .= '<tr class="yr-header">';
182 $cal .= '<th class="plain">' . $year_num . '</th>';
185 $cal .= '<th>' . $h . '</th>';
187 $cal .= '</tr>';
190 $cal .= $this->getMonthHTML(
202 $cal .= '<tr class="blank"><td></td></tr>';
206 $cal .= '</tbody></table></div><div class="clearer"></div>';
207 return $cal;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php28 $this->namespaceMap['urn:ietf:params:xml:ns:caldav'] = 'cal';
55 <cs:root xmlns:cs="http://calendarserver.org/ns/" xmlns:d="DAV:" xmlns:cal="urn:ietf:params:xml:ns:…
92 <cs:root xmlns:cs="http://calendarserver.org/ns/" xmlns:d="DAV:" xmlns:cal="urn:ietf:params:xml:ns:…
128 <cs:root xmlns:cs="http://calendarserver.org/ns/" xmlns:d="DAV:" xmlns:cal="urn:ietf:params:xml:ns:…
166 <cs:root xmlns:cs="http://calendarserver.org/ns/" xmlns:d="DAV:" xmlns:cal="urn:ietf:params:xml:ns:…
181 <cal:supported-calendar-component-set>
182 <cal:comp name="VEVENT"/>
183 <cal:comp name="VTODO"/>
184 </cal:supported-calendar-component-set>
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php302 '<cal:request-status>2.0;Success</cal:request-status>',
303 '<cal:request-status>3.7;Could not find principal</cal:request-status>',
365 '<cal:request-status>2.0;Success</cal:request-status>',
413 '<cal:request-status>3.7;No calendar-home-set property found</cal:request-status>',

12345