Home
last modified time | relevance | path

Searched refs:setValue (Results 676 – 700 of 708) sorted by path

1...<<212223242526272829

/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php62 public function setValue($value) function in Sabre\\VObject\\Property\\ICalendar\\DateTime
69 parent::setValue($value);
83 $this->setValue(explode($this->delimiter, $val));
291 $this->setValue(
H A DDuration.php39 $this->setValue(explode($this->delimiter, $val));
H A DPeriod.php40 $this->setValue(explode($this->delimiter, $val));
H A DRecur.php34 public function setValue($value) function in Sabre\\VObject\\Property\\ICalendar\\Recur
96 $this->setValue($parts);
122 $this->setValue($val);
333 $this->setValue($values);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php30 $this->setValue((int) $val);
H A DText.php97 $this->setValue(MimeDir::unescapeValue($val, $this->delimiter));
117 $this->setValue($matches);
H A DTime.php56 $this->setValue(reset($value));
58 $this->setValue($value);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php72 public function setValue($value) function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
77 parent::setValue($value);
319 $this->setValue($val);
H A DLanguageTag.php29 $this->setValue($val);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php110 $newProperty->setValue($newValue);
162 $newProperty->setValue($newValue);
290 $newProperty->setValue('data:'.$mimeType.';base64,'.base64_encode($value));
326 $newProperty->setValue(base64_decode(substr($value, strpos($value, ',') + 1)));
328 $newProperty->setValue(substr($value, strpos($value, ',') + 1));
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php69 $this->setValue($value);
181 public function setValue($value) { function in Sabre\\VObject\\Parameter
H A DProperty.php81 $this->setValue($value);
94 function setValue($value) { function in Sabre\\VObject\\Property
284 $this->setValue(reset($value));
286 $this->setValue($value);
H A DVCardConverter.php113 $newProperty->setValue($newValue);
174 $newProperty->setValue($newValue);
308 $newProperty->setValue('data:' . $mimeType . ';base64,' . base64_encode($value));
343 $newProperty->setValue(base64_decode(substr($value, strpos($value,',')+1)));
345 $newProperty->setValue(substr($value, strpos($value,',')+1));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBinary.php41 public function setValue($value) { function in Sabre\\VObject\\Property\\Binary
H A DBoolean.php34 $this->setValue($val);
H A DFlatText.php45 $this->setValue($val);
H A DIntegerValue.php31 $this->setValue((int)$val);
H A DText.php100 $this->setValue(MimeDir::unescapeValue($val, $this->delimiter));
122 $this->setValue($matches);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php63 public function setValue($value) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
70 parent::setValue($value);
86 $this->setValue(explode($this->delimiter, $val));
311 $this->setValue(
H A DDuration.php42 $this->setValue(explode($this->delimiter, $val));
H A DPeriod.php42 $this->setValue(explode($this->delimiter, $val));
H A DRecur.php36 public function setValue($value) { function in Sabre\\VObject\\Property\\ICalendar\\Recur
98 $this->setValue($parts);
127 $this->setValue($val);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php74 public function setValue($value) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
79 parent::setValue($value);
265 $this->setValue($val);
H A DLanguageTag.php30 $this->setValue($val);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php42 $param->setValue(4);

1...<<212223242526272829