Home
last modified time | relevance | path

Searched refs:getValueType (Results 1 – 25 of 147) sorted by relevance

123456

/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php36 public function getValueType() function in Sabre\\VObject\\Property\\VCard\\TimeStamp
78 $valueType = strtolower($this->getValueType());
H A DDateTime.php24 public function getValueType() function in Sabre\\VObject\\Property\\VCard\\DateTime
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php36 function getValueType() { function in Sabre\\VObject\\Property\\VCard\\TimeStamp
82 $valueType = strtolower($this->getValueType());
H A DDateTime.php24 function getValueType() { function in Sabre\\VObject\\Property\\VCard\\DateTime
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php65 function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Period
140 $writer->startElement(strtolower($this->getValueType()));
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php61 public function getValueType() function in Sabre\\VObject\\Property\\ICalendar\\Period
125 $writer->startElement(strtolower($this->getValueType()));
/plugin/odt/ODT/elements/
H A DODTElementTableCell.php49 $encoded = '<table:table-cell office:value-type="'.$this->getValueType().'"';
170 public function getValueType() { function in ODTElementTableCell
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php84 $valueType = $property->getValueType();
236 if ($tempProperty->getValueType() !== $newProperty->getValueType()) {
237 $newProperty['VALUE'] = $newProperty->getValueType();
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php85 $valueType = $property->getValueType();
251 if ($tempProperty->getValueType() !== $newProperty->getValueType()) {
252 $newProperty['VALUE'] = $newProperty->getValueType();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php89 $valueType = $property->getValueType();
255 if ($tempProperty->getValueType() !== $newProperty->getValueType()) {
256 $newProperty['VALUE'] = $newProperty->getValueType();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php85 $valueType = $property->getValueType();
251 if ($tempProperty->getValueType() !== $newProperty->getValueType()) {
252 $newProperty['VALUE'] = $newProperty->getValueType();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php85 $valueType = $property->getValueType();
251 if ($tempProperty->getValueType() !== $newProperty->getValueType()) {
252 $newProperty['VALUE'] = $newProperty->getValueType();
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVTodo.php153 if ($due->getValueType() !== $dtStart->getValueType()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVTodo.php153 if ($due->getValueType() !== $dtStart->getValueType()) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVTodo.php153 if ($due->getValueType() !== $dtStart->getValueType()) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVTodo.php154 if ($due->getValueType() !== $dtStart->getValueType()) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVTodo.php155 if ($due->getValueType() !== $dtStart->getValueType()) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DUtcOffset.php32 public function getValueType() { function in Sabre\\VObject\\Property\\UtcOffset
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DUtcOffset.php32 public function getValueType() { function in Sabre\\VObject\\Property\\UtcOffset
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DUtcOffset.php32 public function getValueType() { function in Sabre\\VObject\\Property\\UtcOffset
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DUnknown.php37 public function getValueType() function in Sabre\\VObject\\Property\\Unknown
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DUnknown.php38 function getValueType() { function in Sabre\\VObject\\Property\\Unknown
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateTime.php27 public function getValueType() { function in Sabre\\VObject\\Property\\VCard\\DateTime
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateTime.php27 public function getValueType() { function in Sabre\\VObject\\Property\\VCard\\DateTime
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateTime.php27 public function getValueType() { function in Sabre\\VObject\\Property\\VCard\\DateTime

123456