Searched refs:fillYData (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Module/ |
H A D | StatisticsChartModule.php | 291 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata); 298 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata); 308 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata); 340 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata); 347 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata); 357 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata); 389 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata); 399 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata); 431 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata); 438 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata); [all …]
|
/webtrees/ |
H A D | phpstan-baseline.neon | 5332 …1 \$x of method Fisharebest\\Webtrees\\Module\\StatisticsChartModule\:\:fillYData\(\) expects int\… 5338 …2 \$z of method Fisharebest\\Webtrees\\Module\\StatisticsChartModule\:\:fillYData\(\) expects int\… 5344 …value of method Fisharebest\\Webtrees\\Module\\StatisticsChartModule\:\:fillYData\(\) expects int\… 5350 … type of method Fisharebest\\Webtrees\\Module\\StatisticsChartModule\:\:fillYData\(\) expects arra…
|