Home
last modified time | relevance | path

Searched refs:setValue (Results 501 – 525 of 708) sorted by path

1...<<212223242526272829

/plugin/davcard/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/davcard/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/davcard/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/davcard/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/davcard/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php42 $param->setValue(4);
H A DPropertyTest.php44 $property->setValue('value2');
313 $property->setValue(array());
317 $property->setValue(array(1));
321 $property->setValue(array(1,2));
325 $property->setValue('str');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php105 $elem->setValue($dt);
124 $elem->setValue(array($dt1, $dt2));
H A DRecurTest.php30 $recur->setValue(new \Exception());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php132 $prop->setValue(
145 $prop->setValue(
H A DLanguageTagTest.php37 $result->LANG->setValue(array('de'));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

1...<<212223242526272829