Home
last modified time | relevance | path

Searched refs:round (Results 1 – 20 of 20) sorted by relevance

/webtrees/app/Module/
H A DFanChartModule.php58 use function round; alias
427 $areas .= round($center_x + $arc_radius * cos($rad), 1) . ',';
428 $areas .= round($center_y + $arc_radius * sin($rad), 1) . ',';
432 … $areas .= round($center_x + ($arc_radius - $arc_width) * cos($rad), 1) . ',';
433 … $areas .= round($center_y + ($arc_radius - $arc_width) * sin($rad), 1) . ',';
436 $areas .= round($center_x + $arc_radius * cos($rad), 1) . ',';
437 $areas .= round($center_y + $arc_radius * sin($rad), 1) . '"';
/webtrees/app/Statistics/Service/
H A DColorService.php25 use function round; alias
57 (int) round($s[0] + $factorR * $x),
58 (int) round($s[1] + $factorG * $x),
59 (int) round($s[2] + $factorB * $x)
/webtrees/app/Statistics/Google/
H A DChartAge.php30 use function round; alias
121 round($male_age, 1),
122 round($female_age, 1),
123 round($average_age, 1),
H A DChartMarriageAge.php30 use function round; alias
144 round($male_age, 1),
145 round($female_age, 1),
146 round($average_age, 1),
H A DChartChildren.php92 round($record->total, 2),
/webtrees/app/Http/RequestHandlers/
H A DMapDataSave.php32 use function round; alias
62 $latitude = round((float) $latitude, 5);
63 $longitude = round((float) $longitude, 5);
/webtrees/app/Services/
H A DMapDataService.php35 use function round; alias
326 $degrees = round($degrees, 5);
H A DGedcomImportService.php55 use function round; alias
167 …(2 + (int) $level) . ' LATI ' . ($match[5] . round($degns + $minns / 60 + $secns / 3600, 4)) . "\n…
168 … (2 + (int) $level) . ' LONG ' . ($match[9] . round($degew + $minew / 60 + $secew / 3600, 4));
/webtrees/app/
H A DI18N.php386 return self::$locale->number(round($n, $precision));
403 return self::$locale->percent(round($n, $precision + 2));
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/
H A Dimage.js6 …is.id?(a&&"0"!=a&&(a=Math.round(a/c.$.height*c.$.width)),isNaN(a)||b.setValueOf("info","txtWidth",…
7 …fo","txtHeight"),c=c.$.width/c.$.height,e=d/h;a.lockRatio=!1;d||h?1==Math.round(c/e*100)/100&&(a.l…
26 …b.$.height/b.$.width*d,isNaN(b)||(this.setValueOf("info","txtHeight",Math.round(b)),e(this)));a.da…
/webtrees/app/Report/
H A DReportParserGenerate.php71 use function round; alias
1722 $height = round($attributes[1] * $perc);
1725 $width = round($attributes[0] * $perc);
1774 $height = round($attributes[1] * $perc);
1777 $width = round($attributes[0] * $perc);
1791 $height = round($size[1] * $perc);
1794 $width = round($size[0] * $perc);
/webtrees/resources/views/modules/relatives/
H A Dfamily.phtml195 … <?= I18N::plural('%s year', '%s years', intdiv($months, 12), I18N::number(round($months / 12))) ?>
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml408 … <?php $tyear = round(($ageyoffset + $bheight / 2) / $scale) + $baseyear; ?>
/webtrees/resources/js/
H A Dwebtrees.js602 n = Math.round(n * 1E4) / 1E4;
609 n = Math.round(n * 1E4) / 1E4;
/webtrees/public/js/
H A Dwebtrees.min.js1 …600,r+(a=Math.round(1e4*a)/1e4)}))).replace(/^([0-9]+):([0-9]+)(.*)/g,(function(e,t,n,o){var r=par…
/webtrees/public/css/
H A Dvendor.min.css6round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");-webkit-appearanc…
11round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%…
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/dialogs/
H A Doptions.js25 …&&(c=-1);return c});e={};for(l=0;l<f.length;l++)e[f[l][0]]=f[l][1];f=Math.round(f.length/2);for(m …
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastefromword/filter/
H A Ddefault.js41 …Step(g.filter(c,function(a){return 0!==a})),f=k(c,function(a){return Math.round(a/h)});-1!==g.inde…
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js126 …s},setOpacity:function(a){CKEDITOR.env.ie&&9>CKEDITOR.env.version?(a=Math.round(100*a),this.setSty…
693 …entageProgress());return b},_getPercentageProgress:function(){return Math.round(100*(this.progress…
1082 …e,d,g,f={dataValue:h(a)},c=window.screen;e=Math.round(.8*c.width);d=Math.round(.7*c.height);g=Math…
/webtrees/
H A Dphpstan-baseline.neon9406 message: '#^Parameter \#1 \$num of function round expects float\|int, mixed given\.$#'
9490 message: '#^Parameter \#1 \$num of function round expects float\|int, mixed given\.$#'
9718 message: '#^Parameter \#1 \$num of function round expects float\|int, mixed given\.$#'