Home
last modified time | relevance | path

Searched refs:precision (Results 26 – 50 of 88) sorted by relevance

1234

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php205 return $this->precision > 0 ? str_repeat(chr(0), ($this->precision + 1) >> 3) : '';
211 return $this->precision > 0 ?
213 substr($result, -(($this->precision + 7) >> 3)),
214 ($this->precision + 7) >> 3,
755 $result->precision = $this->precision;
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8precision:r,$is:function(n){return typeof n=="number"&&Math.floor(n,0)===n&&n>=t&&n<=i},getDefault… method in System.Decimal
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8precision:r,$is:function(n){return typeof n=="number"&&Math.floor(n,0)===n&&n>=t&&n<=i},getDefault… method in System.Decimal
/plugin/amcharts/assets/amcharts/
H A Dpie.js5precision;isNaN(this.tempPrec)||(this.pf.precision=this.tempPrec);a=k.formatValue(a,b,["percents"]…
21 …cents,this.pf.precision));p=k.roundTo(p,this.pf.precision);this.tempPrec=NaN;this.adjustPrecision&…
H A Dfunnel.js5precision;isNaN(this.tempPrec)||(this.pf.precision=this.tempPrec);a=e.formatValue(a,b,["percents"]…
H A Damcharts.js19 …d.formatNumber(l,f),1==l.split(k)[0].length&&(l="0"+l)):l=d.roundTo(l,f.precision);("mm"==b||"hh"=…
20 …turn c};d.formatNumber=function(a,b,c,e,h){a=d.roundTo(a,b.precision);isNaN(c)&&(c=b.precision);va…
25 …=b[k].number&&(l=a/b[k].number,m=Number(e.precision),1>m&&(m=1),c=d.roundTo(l,m),m=d.formatNumber(…
60precision;isNaN(y)||(x=y);isNaN(this.maxZoom)&&(this.max=d.roundTo(this.max,this.maxDecCount),this…
68 …")):(h&&(e=String(a).split("."),e[1]?(f.precision=e[1].length,0>c&&(f.precision=Math.abs(c)),b&&1<…
69precision=-1),c=this.usePrefixes?d.addPrefix(a,g.prefixesOfBigNumbers,g.prefixesOfSmallNumbers,f,!…
98 …is.addCodeCredits=!0;this.touchStartTime=this.touchClickDuration=0;this.precision=-1;this.percentP…
109precision)||(this.precision=a.precision),void 0!==a.thousandsSeparator&&(this.thousandsSeparator=a… property in AnonymousFunction30194f815000.nf
141 …b=a.type;if(a.drawGraphs){isNaN(this.precision)||(this.numberFormatter?this.numberFormatter.precis…
142 {precision:this.precision,decimalSeparator:a.decimalSeparator,thousandsSeparator:a.thousandsSeparat…
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php528 * @param int|float $precision The rounding precision
533 function twig_round($value, $precision = 0, $method = 'common') argument
536 return round($value, $precision);
543 return $method($value * pow(10, $precision)) / pow(10, $precision);
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md89 "precision": 2,
113 "precision": 2,
137 It can be either simple properties, like "fontSize" or "precision", or complext
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md15 SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519…
/plugin/searchtablejs/
H A Dtablefilter.js806 var precision = 2;//decimal precision
855 result = result.toFixed( precision );
877 grabEBI( labelId[i] ).innerHTML = result.toFixed( precision );
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js806 var precision = 2;//decimal precision
855 result = result.toFixed( precision );
877 grabEBI( labelId[i] ).innerHTML = result.toFixed( precision );
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt145 - Add insertSignature method for precision signature insertion. Merge
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1precision real date datetime year unsigned signed decimal numeric\"\n\n // A generic SQL Mode. It…
H A Dmathematica.min.js.map1 …n // Mathematica numbers. Floats (1.2, .2, 1.) can have optionally a precision (`float) or an a…
H A Dfortran.min.js.map1 …\", \"not\", \"or\", \"pack\",\n \"perror\", \"precision\", \"present\", …
H A Dclojure.min.js.map1precision\", \"with-redefs\", \"with-redefs-fn\", \"xml-seq\", \"zero?\",\n \"zipmap\"];\n v…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1015 function FileSizeNiceDisplay($filesize, $precision=2) { argument
1018 $precision = 0;
1031 return number_format($filesize, $precision).' '.$sizeunit;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md300 … timestamp precision via `Logger->useMicrosecondTimestamps(false)`, disabling it gets you a bit of…
525 * Added microsecond precision to log records' timestamps
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js5416 return function(number, precision) { argument
5418 precision = precision == null ? 0 : nativeMin(toInteger(precision), 292);
5419 if (precision && nativeIsFinite(number)) {
5423 value = func(pair[0] + 'e' + (+pair[1] + precision));
5426 return +(pair[0] + 'e' + (+pair[1] - precision));
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js5416 return function(number, precision) { argument
5418 precision = precision == null ? 0 : nativeMin(toInteger(precision), 292);
5419 if (precision && nativeIsFinite(number)) {
5423 value = func(pair[0] + 'e' + (+pair[1] + precision));
5426 return +(pair[0] + 'e' + (+pair[1] - precision));
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1244 precision = pathLength / pathNode.pathSegList.numberOfItems * .125,
1250 … for (var scan, scanLength = 0, scanDistance; scanLength <= pathLength; scanLength += precision) {
1257 precision *= .5;
1258 while (precision > .5) {
1265 …if ((beforeLength = bestLength - precision) >= 0 && (beforeDistance = distance2(before = pathNode.…
1267 …} else if ((afterLength = bestLength + precision) <= pathLength && (afterDistance = distance2(afte…
1270 precision *= .5;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2 …A,C,N,b,_,w,f,s,h,p,g,v,d,y))}}var u=.5,o=Math.cos(30*Yo),a=16;return t.precision=function(n){retu… function
4precision=function(t){return arguments.length?(u.precision(t),o.precision(t),a.precision(t),n):u.p… function
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}function qs(t){this.fill=void 0===t.fill?" ":… function
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}function Vs(t){this.fill=void 0===t.fill?" ":… function
/plugin/flowcharts/
H A Dmermaid.min.js1precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}function Hs(t){this.fill=void 0===t.fill?" ":… function

1234