Home
last modified time | relevance | path

Searched refs:createComponent (Results 26 – 50 of 68) sorted by path

123

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php15 $sub = $comp->createComponent('VEVENT');
18 $sub = $comp->createComponent('VTODO');
37 $sub = $comp->createComponent('VEVENT');
40 $sub = $comp->createComponent('VTODO');
81 $sub = $comp->createComponent('VEVENT');
84 $sub = $comp->createComponent('VTODO');
156 $event = $comp->createComponent('VEVENT');
176 $event = $comp->createComponent('VEVENT');
318 $comp->add($comp->createComponent('VTODO'));
330 $comp->add($comp->createComponent('VTODO'));
[all …]
H A DDocumentTest.php25 $event = $vcal->createComponent('VEVENT');
H A DElementListTest.php10 $sub = $cal->createComponent('VEVENT');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php276 $event = $this->vcal->createComponent('VEVENT');
279 $timezone = $this->vcal->createComponent('VTIMEZONE');
303 $event = $this->vcal->createComponent('VEVENT');
306 $timezone = $this->vcal->createComponent('VTIMEZONE');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php25 $ev = $this->vcal->createComponent('VEVENT');
39 $ev = $this->vcal->createComponent('VEVENT');
86 $ev = $this->vcal->createComponent('VEVENT');
H A DMainTest.php15 $ev = $vcal->createComponent('VEVENT');
38 $ev = $vcal->createComponent('VEVENT');
77 $ev = $vcal->createComponent('VEVENT');
129 $ev = $vcal->createComponent('VEVENT');
177 $ev = $vcal->createComponent('VEVENT');
218 $ev = $vcal->createComponent('VEVENT');
271 $ev = $vcal->createComponent('VEVENT');
324 $ev = $vcal->createComponent('VEVENT');
377 $ev = $vcal->createComponent('VEVENT');
428 $ev = $vcal->createComponent('VEVENT');
[all …]
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md698 * Added: Document::createComponent and Document::createProperty.
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php166 function createComponent($name, array $children = null, $defaults = true) { function in Sabre\\VObject\\Document
H A DFreeBusyGenerator.php554 $vfreebusy = $calendar->createComponent('VFREEBUSY');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php116 return $this->root->createComponent(
H A DMimeDir.php208 $component = $this->root->createComponent(substr($line, 6), [], false);
H A DXML.php347 $currentComponent = $this->root->createComponent(
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php26 $valarm1 = $calendar->createComponent('VALARM');
35 $valarm2 = $calendar->createComponent('VALARM');
40 $vevent2 = $calendar->createComponent('VEVENT');
48 $valarm3 = $calendar->createComponent('VALARM');
51 $vevent3 = $calendar->createComponent('VEVENT');
60 $valarm4 = $calendar->createComponent('VALARM');
65 $vtodo4 = $calendar->createComponent('VTODO');
74 $valarm5 = $calendar->createComponent('VALARM');
80 $vevent5 = $calendar->createComponent('VEVENT');
87 $valarm6 = $calendar->createComponent('VALARM');
[all …]
H A DVEventTest.php22 $vevent = $calendar->createComponent('VEVENT');
H A DVJournalTest.php80 $vjournal = $calendar->createComponent('VJOURNAL');
85 $vjournal2 = $calendar->createComponent('VJOURNAL');
91 $vjournal3 = $calendar->createComponent('VJOURNAL');
H A DVTodoTest.php25 $vtodo = $calendar->createComponent('VTODO');
40 $vtodo4 = $calendar->createComponent('VTODO');
45 $vtodo5 = $calendar->createComponent('VTODO');
50 $vtodo6 = $calendar->createComponent('VTODO');
55 $vtodo7 = $calendar->createComponent('VTODO');
61 $vtodo7 = $calendar->createComponent('VTODO');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php14 $sub = $comp->createComponent('VEVENT');
17 $sub = $comp->createComponent('VTODO');
36 $sub = $comp->createComponent('VEVENT');
39 $sub = $comp->createComponent('VTODO');
80 $sub = $comp->createComponent('VEVENT');
83 $sub = $comp->createComponent('VTODO');
155 $event = $comp->createComponent('VEVENT');
175 $event = $comp->createComponent('VEVENT');
317 $comp->add($comp->createComponent('VTODO'));
329 $comp->add($comp->createComponent('VTODO'));
[all …]
H A DDocumentTest.php25 $event = $vcal->createComponent('VEVENT');
68 $event = $vcal->createComponent('VEVENT');
H A DElementListTest.php10 $sub = $cal->createComponent('VEVENT');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php288 $event = $this->vcal->createComponent('VEVENT');
291 $timezone = $this->vcal->createComponent('VTIMEZONE');
315 $event = $this->vcal->createComponent('VEVENT');
318 $timezone = $this->vcal->createComponent('VTIMEZONE');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php24 $ev = $this->vcal->createComponent('VEVENT');
38 $ev = $this->vcal->createComponent('VEVENT');
85 $ev = $this->vcal->createComponent('VEVENT');
H A DMainTest.php15 $ev = $vcal->createComponent('VEVENT');
38 $ev = $vcal->createComponent('VEVENT');
77 $ev = $vcal->createComponent('VEVENT');
129 $ev = $vcal->createComponent('VEVENT');
177 $ev = $vcal->createComponent('VEVENT');
218 $ev = $vcal->createComponent('VEVENT');
271 $ev = $vcal->createComponent('VEVENT');
324 $ev = $vcal->createComponent('VEVENT');
377 $ev = $vcal->createComponent('VEVENT');
428 $ev = $vcal->createComponent('VEVENT');
[all …]
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md759 * Added: Document::createComponent and Document::createProperty.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php160 public function createComponent($name, array $children = null, $defaults = true) function in Sabre\\VObject\\Document
H A DFreeBusyGenerator.php515 $vfreebusy = $calendar->createComponent('VFREEBUSY');

123