Home
last modified time | relevance | path

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

123

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
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/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/webdavclient/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/davcal/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/
H A DElementListTest.php10 $sub = $cal->createComponent('VEVENT');
H A DDocumentTest.php25 $event = $vcal->createComponent('VEVENT');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DElementListTest.php10 $sub = $cal->createComponent('VEVENT');
H A DDocumentTest.php25 $event = $vcal->createComponent('VEVENT');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DElementListTest.php10 $sub = $cal->createComponent('VEVENT');
H A DDocumentTest.php25 $event = $vcal->createComponent('VEVENT');
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php166 function createComponent($name, array $children = null, $defaults = true) { function in Sabre\\VObject\\Document
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php164 public function createComponent($name, array $children = null, $defaults = true) { function in Sabre\\VObject\\Document
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php164 public function createComponent($name, array $children = null, $defaults = true) { function in Sabre\\VObject\\Document
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php164 public function createComponent($name, array $children = null, $defaults = true) { function in Sabre\\VObject\\Document
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php160 public function createComponent($name, array $children = null, $defaults = true) function in Sabre\\VObject\\Document
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php117 return $this->root->createComponent(
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php115 return $this->root->createComponent(
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php24 $vevent = $calendar->createComponent('VEVENT');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php116 return $this->root->createComponent(
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php115 return $this->root->createComponent(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php24 $vevent = $calendar->createComponent('VEVENT');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php24 $vevent = $calendar->createComponent('VEVENT');
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php115 return $this->root->createComponent(

123