Searched refs:toFixed (Results 1 – 25 of 165) sorted by relevance
1234567
/plugin/abc2/abc-libraries/abc2svg/ |
D | grid3-1.js | 8 …path class="stroke" stroke-width="1" d="M',sf='" style="font-size:'+(font.size*.72).toFixed(1)+'px' 10 x.toFixed(1)+'" y="'+y.toFixed(1)+'">'+ 14 (x-wc/2).toFixed(1)+' '+ 15 yl.toFixed(1)+'l'+ 16 wc.toFixed(1)+' -'+hr.toFixed(1)+'"/>\n' 18 (x-wc/2).toFixed(1)+' '+ 19 (yl-hr).toFixed(1)+'l'+ 20 (wc/2).toFixed(1)+' '+(hr/2).toFixed(1)+'"/>\n'+ 24 x.toFixed(1)+' '+ 25 (yl-hr/2).toFixed(1)+'l'+ [all …]
|
D | psvg-1.js | 75 svgbuf+="scale("+gcur.xscale.toFixed(3)+")" 77 svgbuf+="scale("+gcur.xscale.toFixed(3)+","+gcur.yscale.toFixed(3)+")"} 78 …cur.sin,_cos=gcur.cos;x=xtmp*_cos-y*_sin;y=xtmp*_sin+y*_cos;svgbuf+=" translate("+x.toFixed(1)+","+ 79 y.toFixed(1)+")";x_rot=gcur.xoffs;y_rot=gcur.yoffs;gcur.xoffs=0;gcur.yoffs=0} 80 svgbuf+=" rotate("+gcur.rotate.toFixed(2)+")"} 108 …gcur.py=gcur.cy;path='<path d="m'+(gcur.xoffs+gcur.cx).toFixed(1)+' '+(gcur.yoffs-gcur.cy).toFixed… 122 path+='m';path+=(x1-gcur.cx).toFixed(1)+" "+ 123 (-(y1-gcur.cy)).toFixed(1)}else{gcur.cx=x1;gcur.cy=y1;path_def()}}else{if(path) 126 …cos(a2*Math.PI/180);y2=y+r*Math.sin(a2*Math.PI/180);path+='a'+r.toFixed(2)+' '+r.toFixed(2)+' 0 0 … 128 (x2-x1).toFixed(2)+' '+ [all …]
|
D | grid-1.js | 26 wmx.toFixed(1)+' -'+hr.toFixed(1)+'"/>\n') 30 (wmx/2).toFixed(1)+' '+(hr/2).toFixed(1)+'"/>\n') 38 (wmx/2).toFixed(1)+' '+(hr/2).toFixed(1)+'"/>\n') 81 abc.out_svg('h'+w.toFixed(1)+'\n') 86 abc.out_svg('v'+(hr*nr).toFixed(1)+'\n') 95 (font.size*1.5).toFixed(1)+'px">:</text>\n')} 102 (font.size*1.5).toFixed(1)+'px">:</text>\n')} 115 abc.param_set_font("gsfont",font.name+' '+(font.size*.7).toFixed(1))
|
D | page-1.js | 111 font_class(font)+'" x="'+x.toFixed(1)+'" y="'+y.toFixed(1)+ 127 ((page.pn&1)?page.gutter:-page.gutter).toFixed(1)+"px" 140 …width="'+cfmt.pagewidth.toFixed(0)+'px" height="'+(ht+h).toFixed(0)+'px">\n'+sty+'<g transform="tr… 141 page.topmargin.toFixed(1)+')">'+ 145 width="'+cfmt.pagewidth.toFixed(0)+'px" height="'+ht.toFixed(0)+'px">\n</svg>')} 157 …width="'+cfmt.pagewidth.toFixed(0)+'px" height="'+h.toFixed(0)+'px">\n'+page.ffsty+'<g transform="… 158 (h-page.fh).toFixed(1)+')">'+
|
D | pedline-1.js | 24 this.out_svg("h"+val.toFixed(1)+'l2.5 -6"/>\n')}else{this.out_svg("h"+val.toFixed(1)+'v-6"/>\n')}},…
|
/plugin/asciidocjs/node_modules/core-js/modules/ |
D | es6.number.to-fixed.js | 6 var $toFixed = 1.0.toFixed; 57 0.00008.toFixed(3) !== '0.000' || 58 0.9.toFixed(0) !== '1' || 59 1.255.toFixed(2) !== '1.25' || 60 1000000000000000128.0.toFixed(0) !== '1000000000000000128' 65 toFixed: function toFixed(fractionDigits) {
|
/plugin/asciidocjs/node_modules/core-js/library/modules/ |
D | es6.number.to-fixed.js | 6 var $toFixed = 1.0.toFixed; 57 0.00008.toFixed(3) !== '0.000' || 58 0.9.toFixed(0) !== '1' || 59 1.255.toFixed(2) !== '1.25' || 60 1000000000000000128.0.toFixed(0) !== '1000000000000000128' 65 toFixed: function toFixed(fractionDigits) {
|
/plugin/eshop/ |
D | script.js | 5 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/diagramsnet/lib/js/diagramly/ |
D | mxFreehand.js | 183 drawShape += '<line x="'+ startP.x.toFixed(2) + '" y="' + startP.y.toFixed(2) + '"/>'; 191 drawShape += '<path><move x="'+ p.x.toFixed(2) + '" y="' + p.y.toFixed(2) + '"/>' 195 drawShape += '<line x="'+ p.x.toFixed(2) + '" y="' + p.y.toFixed(2) + '"/>';
|
/plugin/traumacalc/ |
D | script.js | 47 return rts.toFixed(3); 88 const bluntProb = (1 / (1 + Math.exp(-bluntB)) * 100).toFixed(1); 89 const penProb = (1 / (1 + Math.exp(-penB)) * 100).toFixed(1);
|
/plugin/googlemap3/ |
D | googlemap3.js | 16 var sec = (((dec_abs - deg)*60 - min)*60).toFixed(4); 83 lat.toFixed(7)+ ', ' + lng.toFixed(7) + '<br />' + 86 clat.toFixed(7)+ ', ' + clng.toFixed(7) + '<br />' +
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
D | theme.js | 116 return 'C' + p1.x.toFixed(1) + ',' + p1.y.toFixed(1) + // start control point 117 ' ' + p2.x.toFixed(1) + ',' + p2.y.toFixed(1) + // end control point 118 ' ' + x2.toFixed(1) + ',' + y2.toFixed(1); // end point 138 return 'M' + x1.toFixed(1) + ',' + y1.toFixed(1) + wobble(x1, y1, x2, y2);
|
/plugin/schedule/lib/ |
D | scheduleCitiesMap.js | 38 parseFloat (parseFloat (lat).toFixed (schedulePrecision))+"|"+ 39 parseFloat (parseFloat (lon).toFixed (schedulePrecision))+")"; 52 …return [parseFloat (lonLat[1]).toFixed (schedulePrecision), parseFloat (lonLat [0]).toFixed (sched… 303 var lat = parseFloat (match [1]).toFixed (schedulePrecision); 304 var lon = parseFloat (match [2]).toFixed (schedulePrecision); 578 scheduleSelectedCity.attr ('lat', parseFloat (match [1]).toFixed (schedulePrecision)); 579 scheduleSelectedCity.attr ('lon', parseFloat (match [2]).toFixed (schedulePrecision));
|
/plugin/asciidocjs/node_modules/core-js/fn/number/virtual/ |
D | to-fixed.js | 2 module.exports = require('../../../modules/_entry-virtual')('Number').toFixed;
|
/plugin/asciidocjs/node_modules/core-js/library/fn/number/ |
D | to-fixed.js | 2 module.exports = require('../../modules/_core').Number.toFixed;
|
/plugin/asciidocjs/node_modules/core-js/fn/number/ |
D | to-fixed.js | 2 module.exports = require('../../modules/_core').Number.toFixed;
|
/plugin/asciidocjs/node_modules/core-js/library/fn/number/virtual/ |
D | to-fixed.js | 2 module.exports = require('../../../modules/_entry-virtual')('Number').toFixed;
|
/plugin/geonav/js/ |
D | earth_a.js | 87 lat=lat.toFixed(6); 88 lon=lon.toFixed(6);}
|
/plugin/amcharts/assets/amcharts/plugins/export/examples/ |
D | export.config.advanced.js | 125 label.innerHTML = "Capturing: " + ( diff < 0 ? 0 : diff ).toFixed( 2 ); 161 label.innerHTML = "Capturing: " + ( diff < 0 ? 0 : diff ).toFixed( 2 );
|
/plugin/abc2/abc-libraries/abc-ui/ |
D | abc-ui-1.0.0.min.js | 8 …toFixed(3)+")":t+="scale("+o.xscale.toFixed(3)+","+o.yscale.toFixed(3)+")";if(o.rotate){if(o.xoffs…
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
D | raphael.core.js | 1382 px2 = +px.toFixed(2), 1383 py2 = +py.toFixed(2); 1385 px2 < +mmin(x1, x2).toFixed(2) || 1386 px2 > +mmax(x1, x2).toFixed(2) || 1387 px2 < +mmin(x3, x4).toFixed(2) || 1388 px2 > +mmax(x3, x4).toFixed(2) || 1389 py2 < +mmin(y1, y2).toFixed(2) || 1390 py2 > +mmax(y1, y2).toFixed(2) || 1391 py2 < +mmin(y3, y4).toFixed(2) || 1392 py2 > +mmax(y3, y4).toFixed(2) [all …]
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
D | snap.svg.js | 1472 return "rgba(" + [round(r), round(g), round(b), +o.toFixed(2)] + ")"; 3603 x: +bb.x.toFixed(3), 3604 y: +bb.y.toFixed(3), 3605 width: +bb.width.toFixed(3), 3606 height: +bb.height.toFixed(3), 3778 var cos = +math.cos(a).toFixed(9), 3779 sin = +math.sin(a).toFixed(9); 3808 return +this[Str.fromCharCode(97 + i)].toFixed(4); 3814 return [this.e.toFixed(4), this.f.toFixed(4)]; 3882 …out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r… [all …]
|
D | snap.svg-min.js | 19 …,b,c,d){if(e(d,"finite")){var f=D.round;return"rgba("+[f(a),f(b),f(c),+d.toFixed(2)]+")"}return"#"… 20 …toFixed(3),y:+b.y.toFixed(3),width:+b.width.toFixed(3),height:+b.height.toFixed(3),contents:this.o… 21 …f:j(m)}}function f(a){return a}function g(a){return function(b){return+b.toFixed(3)+a}}function h(…
|
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
D | menclose.js | 19 …toFixed(2).replace(/\.?0+$/,"");j.cx=Math.floor(e/2);j.cy=Math.floor((i+k)/2-k);j.rx=Math.floor((e…
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
D | sequence-diagram-snap.js | 919 return 'C' + p1.x.toFixed(1) + ',' + p1.y.toFixed(1) + // start control point 920 ' ' + p2.x.toFixed(1) + ',' + p2.y.toFixed(1) + // end control point 921 ' ' + x2.toFixed(1) + ',' + y2.toFixed(1); // end point 941 return 'M' + x1.toFixed(1) + ',' + y1.toFixed(1) + wobble(x1, y1, x2, y2);
|
1234567