Home
last modified time | relevance | path

Searched refs:setParts (Results 26 – 50 of 77) sorted by path

1234

/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php133 function setParts(array $parts) { function in Sabre\\VObject\\Property
H A DVCardConverter.php301 $parameters['TYPE']->setParts($newTypes);
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php43 $this->setParts($val);
H A DText.php325 $this->setParts($parts);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php43 public function setParts(array $parts) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
48 parent::setParts($parts);
H A DRecur.php96 public function setParts(array $parts) { function in Sabre\\VObject\\Property\\ICalendar\\Recur
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php51 public function setParts(array $parts) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
59 parent::setParts($parts);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php36 $param->setParts(array(1,2));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php19 $elem->setParts($arr);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php143 $elem->setParts(array($dt1, $dt2));
158 $elem->setParts(array($dt1, $dt2));
H A DRecurTest.php17 $recur->setParts(array('freq'=>'MONTHLY'));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php91 $prop->setParts(array(
107 $prop->setParts(array(
119 $prop->setParts(array(
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md609 * Added: Easy support for properties with more than one value, using setParts
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php590 $currentEvent->EXDATE->setParts(array_merge(
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php214 function setParts(array $value) { function in Sabre\\VObject\\Parameter
H A DProperty.php138 function setParts(array $parts) { function in Sabre\\VObject\\Property
H A DVCardConverter.php306 $parameters['TYPE']->setParts($newTypes);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php44 $this->setParts($val);
H A DText.php405 $this->setParts($parts);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php46 function setParts(array $parts) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
51 parent::setParts($parts);
H A DRecur.php99 function setParts(array $parts) { function in Sabre\\VObject\\Property\\ICalendar\\Recur
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php54 function setParts(array $parts) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
62 parent::setParts($parts);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php36 $param->setParts([1, 2]);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php19 $elem->setParts($arr);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php155 $elem->setParts([$dt1, $dt2]);
170 $elem->setParts([$dt1, $dt2]);

1234