Home
last modified time | relevance | path

Searched refs:toFixed (Results 126 – 130 of 130) sorted by last modified time

123456

/plugin/eshop/
H A Dscript.js5 var usd = (jQuery('#eshop_price_usd').data('unitprice') * count).toFixed(2);
7 var eur = (jQuery('#eshop_price_eur').data('unitprice') * count).toFixed(2);
9 var btc = (jQuery('#eshop_price_btc').data('unitprice') * count).toFixed(3);
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js1015 (transform.targetValue - transform.originalValue) * position).toFixed(3) +
/plugin/processing/
H A Dscript.js8293 curveBasisMatrix.set(((s - 1) / 2).toFixed(2), ((s + 3) / 2).toFixed(2),
8294 ((-3 - s) / 2).toFixed(2), ((1 - s) / 2).toFixed(2),
8295 (1 - s), ((-5 - s) / 2).toFixed(2), (s + 2), ((s - 1) / 2).toFixed(2),
8296 ((s - 1) / 2).toFixed(2), 0, ((1 - s) / 2).toFixed(2), 0, 0, 1, 0, 0);
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10 …oUpperCase();break;case"f":if(_>0){Q=(O[2]==' '||O[2]=='+');}_=Number(_).toFixed(isNumeric(O[4])?O…
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js267 ins = Number(ins).toFixed(isNumeric(x[4])?x[4]:6);

123456