Searched refs:commonGivenQuery (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 98 …private function commonGivenQuery(string $sex, string $type, bool $show_tot, int $threshold, int $… function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository 192 return $this->commonGivenQuery('B', 'nolist', false, $threshold, $maxtoshow); 205 return $this->commonGivenQuery('B', 'nolist', true, $threshold, $maxtoshow); 218 return $this->commonGivenQuery('B', 'list', false, $threshold, $maxtoshow); 231 return $this->commonGivenQuery('B', 'list', true, $threshold, $maxtoshow); 244 return $this->commonGivenQuery('B', 'table', false, $threshold, $maxtoshow); 257 return $this->commonGivenQuery('F', 'nolist', false, $threshold, $maxtoshow); 270 return $this->commonGivenQuery('F', 'nolist', true, $threshold, $maxtoshow); 283 return $this->commonGivenQuery('F', 'list', false, $threshold, $maxtoshow); 296 return $this->commonGivenQuery('F', 'list', true, $threshold, $maxtoshow); [all …]
|