Searched refs:show_tot (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 92 * @param bool $show_tot 98 …private function commonGivenQuery(string $sex, string $type, bool $show_tot, int $threshold, int $… argument 165 'show_totals' => $show_tot, 170 … array_walk($nameList, static function (string &$value, string $key) use ($show_tot): void { 171 if ($show_tot) { 554 * @param bool $show_tot 563 bool $show_tot, argument 593 'totals' => $show_tot, 601 'totals' => $show_tot,
|