Home
last modified time | relevance | path

Searched refs:setXmlValue (Results 1 – 12 of 12) sorted by relevance

/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php74 public function setXmlValue(array $value) function in Sabre\\VObject\\Property\\IntegerValue
77 parent::setXmlValue($value);
H A DBoolean.php65 public function setXmlValue(array $value) function in Sabre\\VObject\\Property\\Boolean
73 parent::setXmlValue($value);
H A DFloatValue.php99 public function setXmlValue(array $value) function in Sabre\\VObject\\Property\\FloatValue
102 parent::setXmlValue($value);
H A DTime.php125 public function setXmlValue(array $value) function in Sabre\\VObject\\Property\\Time
133 parent::setXmlValue($value);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php82 function setXmlValue(array $value) { function in Sabre\\VObject\\Property\\IntegerValue
85 parent::setXmlValue($value);
H A DBoolean.php72 function setXmlValue(array $value) { function in Sabre\\VObject\\Property\\Boolean
80 parent::setXmlValue($value);
H A DFloatValue.php107 function setXmlValue(array $value) { function in Sabre\\VObject\\Property\\FloatValue
110 parent::setXmlValue($value);
H A DTime.php132 function setXmlValue(array $value) { function in Sabre\\VObject\\Property\\Time
140 parent::setXmlValue($value);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php345 $property->setXmlValue($value);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php382 $property->setXmlValue($value);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php337 function setXmlValue(array $value) { function in Sabre\\VObject\\Property
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php315 public function setXmlValue(array $value) function in Sabre\\VObject\\Property