Home
last modified time | relevance | path

Searched refs:setValue (Results 676 – 700 of 708) sorted by last modified time

1...<<212223242526272829

/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/lib/
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));
H A DParameter.php69 $this->setValue($value);
183 function setValue($value) { function in Sabre\\VObject\\Parameter
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php144 $prop->setValue(
157 $prop->setValue(
170 $prop->setValue(
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
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/lib/Property/
H A DBoolean.php35 $this->setValue($val);
H A DIntegerValue.php32 $this->setValue((int)$val);
/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/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3521 setValue: function(element, value) { method in Form.Element.Methods
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DLeaf.php46 $this->setValue($value);
64 function setValue($value) { function in Leaf
/plugin/authowncloud/
H A Dauth.php112 if(!OC_Preferences::setValue($user, 'settings', 'email', $mail)) return null;
148 … if(!OC_Preferences::setValue($user, 'settings', 'email', $changes['mail'])) return false;
/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/aceeditor/
H A Dbuild.js1setValue=function(e){var t=this.getLength();this.remove(new s(0,0,t,this.getLine(t-1).length)),thi… class
/plugin/projects/
H A Dcodemirror-compressed.js1 …rn||s.autofocus?setTimeout(Tn,20):Nn();var on=C.CodeMirror={getValue:ln,setValue:pi(fn),getSelecti…
/plugin/autoindentcontrol/
H A Dscript.js89 DokuCookie.setValue('autoIndentOFF', 1);
94 DokuCookie.setValue('autoIndentOFF', '');
207 DokuCookie.setValue('autoIndentOFF', auto.enabled ? '' : 1);
/plugin/jdraw/lib/
H A Djgraphx.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 ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4070 setValue: function(element, value) { method in Form.Element.Methods
H A Dslider.js77 slider.setValue(parseFloat(
125 setValue: function(sliderValue, handleIdx){
149 this.setValue(this.values[handleIdx || this.activeHandleIdx || 0] + delta,
214 this.setValue(this.translateToValue(
253 this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] ));
/plugin/processing/
H A Dscript.js693 this.setValue = function(value) { method in HashMap.HashMap.Entry
3176 setValue: function(newval) { method in XMLAttribute
3519 attr.setValue(arguments[2]);
3527 attr.setValue(arguments[1]);

1...<<212223242526272829