Home
last modified time | relevance | path

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

123

/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/davcal/vendor/sabre/vobject/lib/Property/
H A DBinary.php79 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Binary
H A DBoolean.php43 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Boolean
H A DFloat.php52 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Float
H A DInteger.php40 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Integer
H A DText.php131 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Text
H A DUnknown.php32 return array($this->getRawMimeDirValue());
H A DUri.php85 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Uri
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php95 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
H A DDuration.php51 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\ICalendar\\Duration
H A DPeriod.php51 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\ICalendar\\Period
H A DRecur.php136 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\ICalendar\\Recur
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php274 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
H A DLanguageTag.php39 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\VCard\\LanguageTag
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php291 …D()0C()0B()0A(\\n)09( )08()07()06()05()04()03()02()01()00()]end", $property->getRawMimeDirValue());
/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/davcard/vendor/sabre/vobject/lib/Property/
H A DBinary.php79 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Binary
H A DBoolean.php43 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Boolean
H A DFloatValue.php52 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\FloatValue
H A DIntegerValue.php40 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\IntegerValue
H A DText.php131 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\Text
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php95 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
H A DDuration.php51 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\ICalendar\\Duration
H A DPeriod.php51 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\ICalendar\\Period
H A DRecur.php136 public function getRawMimeDirValue() { function in Sabre\\VObject\\Property\\ICalendar\\Recur

123