Home
last modified time | relevance | path

Searched refs:setValue (Results 51 – 75 of 708) sorted by relevance

12345678910>>...29

/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1setValue(k.$.rows.length)},commit:b},{type:"text",id:"txtCols","default":2,label:h.lang.table.colu…
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1setValue(k.$.rows.length)},commit:b},{type:"text",id:"txtCols","default":2,label:h.lang.table.colu…
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
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/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/webdavclient/vendor/sabre/vobject/tests/VObject/
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/davcal/vendor/sabre/vobject/tests/VObject/
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/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js6 a.getStyle("list-style-type")||h[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(…
8 a.getFirst(f).getAttribute("value")||a.getAttribute("start")||1;this.setValue(a)},commit:function(a…
9 a.getStyle("list-style-type")||h[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(…
/plugin/davcard/vendor/sabre/vobject/lib/
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 DParameter.php69 $this->setValue($value);
181 public function setValue($value) { function in Sabre\\VObject\\Parameter
/plugin/webdavclient/vendor/sabre/vobject/lib/
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 DParameter.php69 $this->setValue($value);
181 public function setValue($value) { function in Sabre\\VObject\\Parameter
/plugin/davcal/vendor/sabre/vobject/lib/
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 DParameter.php69 $this->setValue($value);
181 public function setValue($value) { function in Sabre\\VObject\\Parameter
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataBoolean.php50 public function setValue($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataBoolean
122 return $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);
/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);
/plugin/combo/ComboStrap/
H A DCacheTag.php41 ->setValue($cronExpression)
88 ->setValue($cronExpression)
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1setValue(W[X][this.id]||"")}};var P=function(W){return z.call(this,"target",W)};var O=function(W){…
/plugin/s5reloaded/ui/effects_support/
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/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php105 $this->setValue($value);
147 public function setValue(array $value) function in Hoa\\Compiler\\Llk\\TreeNode
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php83 $reflector->setValue($value);
107 $attribute->setValue($defaults[$name]);
/plugin/statistics/
H A Dscript.js17 DokuCookie.setValue('plgstats', uid);
113 DokuCookie.setValue('plgstatsses', now.getTime() + '-' + ses);
/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);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php82 $this->setValue($value);
93 public function setValue($value) function in Sabre\\VObject\\Property
271 $this->setValue(reset($value));
273 $this->setValue($value);
H A DParameter.php69 $this->setValue($value);
180 public function setValue($value) function in Sabre\\VObject\\Parameter

12345678910>>...29