Home
last modified time | relevance | path

Searched refs:precision (Results 1 – 25 of 88) sorted by path

1234

/plugin/aceeditor/
H A Dbuild.js1 …|integer|float|float4|float8|double|char|varbinary|varchar|varcharacter|precision|date|datetime|ye…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt145 - Add insertSignature method for precision signature insertion. Merge
/plugin/amcharts/assets/amcharts/
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.pf
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…
H A Dfunnel.js5precision;isNaN(this.tempPrec)||(this.pf.precision=this.tempPrec);a=e.formatValue(a,b,["percents"]…
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&…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js2864 precision: 2
2868 …ring.delayed.menu.label" ).replace( "{{duration}}", AmCharts.toFixed( cfg.delay, cfg.precision ) ),
H A Dexport.min.js2precision:2},a||{}),g=Number(new Date),h=c.createMenu([{label:c.i18l("capturing.delayed.menu.label…
/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/
H A Dcomposer.lock743 …e GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmet…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DAggregateClassificationMetrics.php25 public $precision; variable in Google\\Service\\Bigquery\\AggregateClassificationMetrics
54 public function setPrecision($precision) argument
56 $this->precision = $precision;
60 return $this->precision;
H A DBinaryConfusionMatrix.php33 public $precision; variable in Google\\Service\\Bigquery\\BinaryConfusionMatrix
96 public function setPrecision($precision) argument
98 $this->precision = $precision;
102 return $this->precision;
H A DTableFieldSchema.php52 public $precision; variable in Google\\Service\\Bigquery\\TableFieldSchema
177 public function setPrecision($precision) argument
179 $this->precision = $precision;
186 return $this->precision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry.php41 public $precision; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry
122 public function setPrecision($precision) argument
124 $this->precision = $precision;
131 return $this->precision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DOracleColumn.php49 public $precision; variable in Google\\Service\\Datastream\\OracleColumn
146 public function setPrecision($precision) argument
148 $this->precision = $precision;
155 return $this->precision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1EvaluationMetrics.php26 public $precision; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1EvaluationMetrics
64 public function setPrecision($precision) argument
66 $this->precision = $precision;
70 return $this->precision;
/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/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md15 SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php82 private $precision; variable in phpseclib3\\Math\\BigInteger
435 if ($this->precision > 0) {
437 $this->setPrecision($this->precision);
450 if ($this->precision > 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php162 return $this->precision > 0 ?
163 … substr(str_pad($value, $this->precision >> 3, chr(0), STR_PAD_LEFT), -($this->precision >> 3)) :
480 $result->precision = $this->precision;
H A DEngine.php102 protected $precision = -1; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine
252 return $this->precision > 0 ? str_repeat(chr(0), ($this->precision + 1) >> 3) : '';
294 $result = $this->precision > 0 ? substr($bits, -$this->precision) : ltrim($bits, '0');
412 return $this->precision > 0 ? $result + ['precision' => $this->precision] : $result;
426 $this->precision = -1;
431 $this->precision = $bits;
447 return $this->precision;
540 $precision = $this->precision;
552 $mask = chr((1 << ($precision & 0x7)) - 1) . str_repeat(chr(0xFF), $precision >> 3);
556 $shift += $precision;
[all …]
H A DGMP.php132 if ($this->precision > 0) {
133 $bits = substr($bits, -$this->precision);
136 if ($twos_compliment && $this->compare(new static()) > 0 && $this->precision <= 0) {
156 return $this->precision > 0 ? str_repeat(chr(0), ($this->precision + 1) >> 3) : '';
161 return $this->precision > 0 ?
162 … substr(str_pad($temp, $this->precision >> 3, chr(0), STR_PAD_LEFT), -($this->precision >> 3)) :
469 $result->precision = $this->precision;
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/c3chart/assets/
H A Dd3.min.js2precision=s,this.type=f}function xn(n){return Sl=Cl(n),t.format=Sl.format,t.formatPrefix=Sl.format… function
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1precision\", \"with-redefs\", \"with-redefs-fn\", \"xml-seq\", \"zero?\",\n \"zipmap\"];\n v…
H A Dfortran.min.js.map1 …\", \"not\", \"or\", \"pack\",\n \"perror\", \"precision\", \"present\", …

1234