Home
last modified time | relevance | path

Searched refs:setValue (Results 601 – 625 of 708) sorted by path

1...<<212223242526272829

/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php84 $this->setValue($value);
98 function setValue($value) { function in Sabre\\VObject\\Property
290 $this->setValue(reset($value));
292 $this->setValue($value);
H A DVCardConverter.php117 $newProperty->setValue($newValue);
178 $newProperty->setValue($newValue);
313 $newProperty->setValue('data:' . $mimeType . ';base64,' . base64_encode($value));
349 $newProperty->setValue(base64_decode(substr($value, strpos($value, ',') + 1)));
351 $newProperty->setValue(substr($value, strpos($value, ',') + 1));
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DBinary.php40 function setValue($value) { function in Sabre\\VObject\\Property\\Binary
H A DBoolean.php35 $this->setValue($val);
H A DFlatText.php46 $this->setValue($val);
H A DIntegerValue.php32 $this->setValue((int)$val);
H A DText.php102 $this->setValue(MimeDir::unescapeValue($val, $this->delimiter));
125 $this->setValue($matches);
H A DTime.php59 $this->setValue(reset($value));
61 $this->setValue($value);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php67 function setValue($value) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
74 parent::setValue($value);
91 $this->setValue(explode($this->delimiter, $val));
322 $this->setValue(
H A DDuration.php41 $this->setValue(explode($this->delimiter, $val));
H A DPeriod.php42 $this->setValue(explode($this->delimiter, $val));
H A DRecur.php36 function setValue($value) { function in Sabre\\VObject\\Property\\ICalendar\\Recur
101 $this->setValue($parts);
131 $this->setValue($val);
352 $this->setValue($values);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php78 function setValue($value) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
83 parent::setValue($value);
350 $this->setValue($val);
H A DLanguageTag.php31 $this->setValue($val);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php42 $param->setValue(4);
H A DPropertyTest.php43 $property->setValue('value2');
312 $property->setValue([]);
316 $property->setValue([1]);
320 $property->setValue([1, 2]);
324 $property->setValue('str');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php117 $elem->setValue($dt);
136 $elem->setValue([$dt1, $dt2]);
H A DRecurTest.php34 $recur->setValue(new \Exception());
41 $recur->setValue(['COUNT' => 3]);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php144 $prop->setValue(
157 $prop->setValue(
170 $prop->setValue(
H A DLanguageTagTest.php37 $result->LANG->setValue(['de']);
/plugin/issuetracker/
H A Dprototype.js5127 setValue: function(element, value) { method in Form.Element.Methods
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1...<<212223242526272829