Home
last modified time | relevance | path

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

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