Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 6 of 6) sorted by relevance

/template/battlehorse/js/
H A Dslider.js78 slider.setValue(parseFloat(
127 setValue: function(sliderValue, handleIdx){ method in Control.Slider
151 this.setValue(this.values[handleIdx || this.activeHandleIdx || 0] + delta,
216 this.setValue(this.translateToValue(
256 this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] ));
/template/a_new_day/js/
H A Dslider.js78 slider.setValue(parseFloat(
127 setValue: function(sliderValue, handleIdx){ method in Control.Slider
151 this.setValue(this.values[handleIdx || this.activeHandleIdx || 0] + delta,
216 this.setValue(this.translateToValue(
256 this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] ));
/template/kajukkk/
H A Dscript.js7 DokuCookie.setValue('dark','0');
13 DokuCookie.setValue('dark','1');
/template/bootstrap3/tpl/
H A Dfunctions.php21 return $reflection->setValue($object, $new_value);
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php189 …$p->setValue($twig, '__TwigTemplate_'.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', uniqid(m…
/template/bootstrap3/
H A Dscript.js374 DokuCookie.setValue('cookieNoticeAccepted', 1);