Searched defs:maxtoshow (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 98 …unction commonGivenQuery(string $sex, string $type, bool $show_tot, int $threshold, int $maxtoshow) 190 public function commonGiven(int $threshold = 1, int $maxtoshow = 10): string 203 public function commonGivenTotals(int $threshold = 1, int $maxtoshow = 10): string 216 public function commonGivenList(int $threshold = 1, int $maxtoshow = 10): string 229 public function commonGivenListTotals(int $threshold = 1, int $maxtoshow = 10): string 242 public function commonGivenTable(int $threshold = 1, int $maxtoshow = 10): string 255 public function commonGivenFemale(int $threshold = 1, int $maxtoshow = 10): string 268 public function commonGivenFemaleTotals(int $threshold = 1, int $maxtoshow = 10): string 281 public function commonGivenFemaleList(int $threshold = 1, int $maxtoshow = 10): string 294 public function commonGivenFemaleListTotals(int $threshold = 1, int $maxtoshow = 10): string [all …]
|
/webtrees/app/ |
H A D | Statistics.php | 2205 public function commonGiven(string $threshold = '1', string $maxtoshow = '10'): string 2216 public function commonGivenTotals(string $threshold = '1', string $maxtoshow = '10'): string 2227 public function commonGivenList(string $threshold = '1', string $maxtoshow = '10'): string 2238 public function commonGivenListTotals(string $threshold = '1', string $maxtoshow = '10'): string 2249 public function commonGivenTable(string $threshold = '1', string $maxtoshow = '10'): string 2260 public function commonGivenFemale(string $threshold = '1', string $maxtoshow = '10'): string 2271 … public function commonGivenFemaleTotals(string $threshold = '1', string $maxtoshow = '10'): string 2282 public function commonGivenFemaleList(string $threshold = '1', string $maxtoshow = '10'): string 2293 …public function commonGivenFemaleListTotals(string $threshold = '1', string $maxtoshow = '10'): st… 2304 … public function commonGivenFemaleTable(string $threshold = '1', string $maxtoshow = '10'): string [all …]
|