Home
last modified time | relevance | path

Searched refs:getValueType (Results 101 – 125 of 147) sorted by path

123456

/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php198 abstract public function getValueType(); function in Sabre\\VObject\\Property
303 strtolower($this->getValueType()),
364 $valueType = strtolower($this->getValueType());
H A DVCardConverter.php84 $valueType = $property->getValueType();
236 if ($tempProperty->getValueType() !== $newProperty->getValueType()) {
237 $newProperty['VALUE'] = $newProperty->getValueType();
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBinary.php82 public function getValueType() function in Sabre\\VObject\\Property\\Binary
H A DBoolean.php54 public function getValueType() function in Sabre\\VObject\\Property\\Boolean
H A DFloatValue.php66 public function getValueType() function in Sabre\\VObject\\Property\\FloatValue
H A DIntegerValue.php51 public function getValueType() function in Sabre\\VObject\\Property\\IntegerValue
H A DText.php183 public function getValueType() function in Sabre\\VObject\\Property\\Text
H A DTime.php34 public function getValueType() function in Sabre\\VObject\\Property\\Time
H A DUnknown.php37 public function getValueType() function in Sabre\\VObject\\Property\\Unknown
H A DUri.php35 public function getValueType() function in Sabre\\VObject\\Property\\Uri
H A DUtcOffset.php32 public function getValueType() function in Sabre\\VObject\\Property\\UtcOffset
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php35 public function getValueType() function in Sabre\\VObject\\Property\\ICalendar\\CalAddress
H A DDateTime.php245 public function getValueType() function in Sabre\\VObject\\Property\\ICalendar\\DateTime
344 $valueType = $this->getValueType();
H A DDuration.php60 public function getValueType() function in Sabre\\VObject\\Property\\ICalendar\\Duration
H A DPeriod.php61 public function getValueType() function in Sabre\\VObject\\Property\\ICalendar\\Period
125 $writer->startElement(strtolower($this->getValueType()));
H A DRecur.php143 public function getValueType() function in Sabre\\VObject\\Property\\ICalendar\\Recur
180 $valueType = strtolower($this->getValueType());
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php24 public function getValueType() function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php39 public function getValueType() function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
239 $valueType = strtolower($this->getValueType());
H A DDateTime.php24 public function getValueType() function in Sabre\\VObject\\Property\\VCard\\DateTime
H A DLanguageTag.php50 public function getValueType() function in Sabre\\VObject\\Property\\VCard\\LanguageTag
H A DPhoneNumber.php26 public function getValueType() function in Sabre\\VObject\\Property\\VCard\\PhoneNumber
H A DTimeStamp.php36 public function getValueType() function in Sabre\\VObject\\Property\\VCard\\TimeStamp
78 $valueType = strtolower($this->getValueType());
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVTodo.php153 if ($due->getValueType() !== $dtStart->getValueType()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php206 abstract function getValueType(); function in Sabre\\VObject\\Property
317 strtolower($this->getValueType()),
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBinary.php93 public function getValueType() { function in Sabre\\VObject\\Property\\Binary

123456