Home
last modified time | relevance | path

Searched refs:getRawMimeDirValue (Results 1 – 25 of 74) sorted by relevance

123

/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php119 return $this->getRawMimeDirValue($this->value);
224 abstract function getRawMimeDirValue(); function in Sabre\\VObject\\Property
242 $str.=':' . $this->getRawMimeDirValue();
463 if (!StringUtil::isUTF8($this->getRawMimeDirValue())) {
465 $oldValue = $this->getRawMimeDirValue();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php119 return $this->getRawMimeDirValue($this->value);
224 abstract function getRawMimeDirValue(); function in Sabre\\VObject\\Property
242 $str.=':' . $this->getRawMimeDirValue();
463 if (!StringUtil::isUTF8($this->getRawMimeDirValue())) {
465 $oldValue = $this->getRawMimeDirValue();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php119 return $this->getRawMimeDirValue($this->value);
224 abstract function getRawMimeDirValue(); function in Sabre\\VObject\\Property
242 $str.=':' . $this->getRawMimeDirValue();
463 if (!StringUtil::isUTF8($this->getRawMimeDirValue())) {
465 $oldValue = $this->getRawMimeDirValue();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php123 return $this->getRawMimeDirValue();
229 abstract function getRawMimeDirValue(); function in Sabre\\VObject\\Property
247 $str .= ':' . $this->getRawMimeDirValue();
552 if (!StringUtil::isUTF8($this->getRawMimeDirValue())) {
554 $oldValue = $this->getRawMimeDirValue();
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php117 return $this->getRawMimeDirValue();
215 abstract public function getRawMimeDirValue(); function in Sabre\\VObject\\Property
233 $str .= ':'.$this->getRawMimeDirValue();
513 if (!StringUtil::isUTF8($this->getRawMimeDirValue())) {
514 $oldValue = $this->getRawMimeDirValue();
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DUnknown.php26 return [$this->getRawMimeDirValue()];
H A DIntegerValue.php38 public function getRawMimeDirValue() function in Sabre\\VObject\\Property\\IntegerValue
H A DBoolean.php41 public function getRawMimeDirValue() function in Sabre\\VObject\\Property\\Boolean
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DUnknown.php26 return [$this->getRawMimeDirValue()];
H A DIntegerValue.php41 function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\IntegerValue
H A DBoolean.php44 function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Boolean
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php37 public function getRawMimeDirValue() function in Sabre\\VObject\\Property\\VCard\\LanguageTag
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php40 function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\VCard\\LanguageTag
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php39 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\VCard\\LanguageTag
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php39 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\VCard\\LanguageTag
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php39 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\VCard\\LanguageTag
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php40 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\IntegerValue
H A DUnknown.php32 return array($this->getRawMimeDirValue());
H A DBoolean.php43 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Boolean
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php40 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\IntegerValue
H A DUnknown.php32 return array($this->getRawMimeDirValue());
H A DBoolean.php43 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Boolean
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DInteger.php40 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Integer
H A DUnknown.php32 return array($this->getRawMimeDirValue());
H A DBoolean.php43 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Boolean

123