Home
last modified time | relevance | path

Searched refs:round (Results 126 – 150 of 682) sorted by last modified time

12345678910>>...28

/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js2round(e*t)/t}function yr(e){return E(e)?e+"px":e}function gr(e,t,n){var r=Fn("g");In(r).add(t);var…
/plugin/katex/_assets/
H A Dkatex.min.js1round(1e3*t))),i=new K([a],{width:F(n),height:F(t),style:"width:"+F(n),viewBox:"0 0 "+1e3*n+" "+Ma…
/plugin/statistics/inc/pchart/
H A DGDCanvas.php81 imagefilledrectangle($this->picture, round($X1), round($Y1), round($X2), round($Y2), $C_Rectangle);
92 imagefilledrectangle($this->Layers [0], round(1), round(1), round($LayerWidth - 1), round($LayerHeight - 1), $C_Rectangle);
94 imagecopymerge($this->picture, $this->Layers [0], round(min($X1, $X2) - 1), round(mi
[all...]
H A DPieChart.php266 $Caption = (round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $Decimals))."%";
270 $Caption = $iLabels [$Key]."\r\n".(round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $Decimals))."%";
272 $Caption = $iLabels [$Key]."\r\n".(round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $Decimals))."%";
400 $TopPlots [$Key] [] = round($XPos + $XOffset);
401 $TopPlots [$Key] [] = round($YPos + $YOffset);
415 $TopPlots [$Key] [] = round($XPos + $XOffset);
416 $TopPlots [$Key] [] = round($YPos + $YOffset);
516 $TopPlots [$Key] [] = round($XCenterPos);
517 $BotPlots [$Key] [] = round($XCenterPos);
518 $TopPlots [$Key] [] = round(
[all...]
H A DpChart.php381 $Value = round($Value * pow(10, $Decimals)) / pow(10, $Decimals);
712 $Value = round($Value * pow(10, $Decimals)) / pow(10, $Decimals);
784 $Value = round($Value * pow(10, $Decimals)) / pow(10, $Decimals);
1401 $Hsize = round($BigRadius / 2);
3126 $this->ImageMap [] = round($X1).",".round($Y1).",".round($X2).",".round($Y2).",".$SerieName.",".$Value;
/plugin/const/
H A Dclass.evalmath.php1072 public static function round( $value, $decimals = 0 ) { function in EvalMath_Functions
1073 return round( $value, $decimals );
/plugin/odt/ODT/
H A DODTUnits.php141 return round ($value, 2).'pt';
153 return round ($value, 2).'pt';
178 $value = round (($value/self::$point_in_cm), 2).'pt';
181 $value = round (($value/(10 * self::$point_in_cm)), 2).'pt';
184 $value = round (($value * self::$inch_in_pt), 2).'pt';
187 $value = round (($value * self::$pc_in_pt), 2).'pt';
224 $value = round (($value * self::$point_in_cm), 2).'cm';
250 $value = round ((($value*self::$twips_per_point)/$this->twips_per_pixel_x), 2).'px';
252 $value = round ((($value*self::$twips_per_point)/$this->twips_per_pixel_y), 2).'px';
H A DODTUtility.php203 $height = round(($width * $info[1]) / $info[0]);
H A DODTDocument.php2258 $fontSizeInPt = round($fontSizeInPt, 2);
/plugin/odt/ODT/elements/
H A DODTElementTable.php435 $rel_width = round(($width * 100)/$maxPageWidth);
440 $rel_width = round(($width * 100)/$max_width);
/plugin/orphanmedia2/
H A Dsyntax.php837 return round(microtime(true) - $microtime_start, 3);
/plugin/edittable/lib/
H A Dhandsontable.full.js9853 return Math.round(-1 * number) * -1;
9855 return Math.round(number);
11355 var round = Math.round;
11372 var seconds = round(duration.as('s'));
11373 var minutes = round(duration.as('m'));
11374 var hours = round(duration.as('h'));
11375 var days = round(duration.as('d'));
11376 var months = round(duration.as('M'));
11377 var years = round(duration.as('y'));
11400 return round;
[all …]
/plugin/captcha/
H A Dhelper.php352 $svg->setLetterSpacing(round(random_int(1, 4) / 10, 2)); // 0.1 - 0.4
353 $svg->addText($char, $x, random_int(0, round($y - $size))); // random up and down
/plugin/statdisplay/pchart/
H A DGDCanvas.php77 …imagefilledrectangle($this->picture, round ( $X1 ), round ( $Y1 ), round ( $X2 ), round ( $Y2 ), $…
88 …imagefilledrectangle ( $this->Layers [0], round ( 1 ), round ( 1 ), round ( $LayerWidth - 1 ), rou…
90 …imagecopymerge ($this->picture, $this->Layers [0], round ( min ( $X1, $X2 ) - 1 ), round ( min ( $…
H A DPieChart.php489 $TopPlots [$Key] [] = round ( $XCenterPos );
490 $BotPlots [$Key] [] = round ( $XCenterPos );
491 $TopPlots [$Key] [] = round ( $YCenterPos );
537 $TopPlots [$Key] [] = round ( $TopX );
538 $BotPlots [$Key] [] = round ( $TopX );
539 $TopPlots [$Key] [] = round ( $TopY );
547 $TopPlots [$Key] [] = round ( $XCenterPos2 );
548 $BotPlots [$Key] [] = round ( $XCenterPos2 );
549 $TopPlots [$Key] [] = round ( $YCenterPos2 );
582 $plotArray[] = round ( $PosX );
[all …]
H A DpChart.php376 $Value = round ( $Value * pow ( 10, $Decimals ) ) / pow ( 10, $Decimals );
676 $Value = round ( $Value * pow ( 10, $Decimals ) ) / pow ( 10, $Decimals );
740 $Value = round ( $Value * pow ( 10, $Decimals ) ) / pow ( 10, $Decimals );
1286 $Hsize = round ( $BigRadius / 2 );
2910 …$this->ImageMap [] = round ( $X1 ) . "," . round ( $Y1 ) . "," . round ( $X2 ) . "," . round ( $Y2…
/plugin/statdisplay/helper/
H A Dtable.php327 $this->cell(round($this->log->avg($data['hits']['day'] ?? [], 'count'))); // Hits
328 $this->cell(round($this->log->avg($data['media']['day'] ?? [], 'count'))); // Files
329 $this->cell(round($this->log->avg($data['page']['day'] ?? [], 'count'))); // Pages
330 $this->cell(round($this->log->avg($data['hits']['day'] ?? [], 'visitor'))); // Visits
/plugin/s5/ui/default/
H A Dslides.js417 var newSize = Math.min(Math.round(vSize/vScale),Math.round(hSize/hScale));
/plugin/s5/ui/dokuwiki/
H A Dslides.js416 var newSize = Math.min(Math.round(vSize/vScale),Math.round(hSize/hScale));
/plugin/archivegenerator/
H A Dadmin.php516 $time = round(microtime(true) - $startTime, 3);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc561 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
737 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
805 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doverview.asciidoc13 added to the client (cluster state sniffing, round-robin requests, and so on)
H A Dselectors.asciidoc16 This selector returns connections in a round-robin fashion. Node #1 is selected
40 failure, the selector will round-robin to the next available node, then "stick"
51 round-robin dynamics from per-request to per-script.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md61 - Load balancing (with pluggable selection strategy) across all available nodes. Defaults to round-robin
/plugin/achart/assets/
H A Dapexcharts.min.js6round((a-r)*s)+r)+","+(Math.round((a-o)*s)+o)+","+(Math.round((a-n)*s)+n)+")"}},{key:"shadeHexColo…

12345678910>>...28