Searched refs:commonSurnamesQuery (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 561 private function commonSurnamesQuery( function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository 620 … return $this->commonSurnamesQuery('nolist', false, $threshold, $number_of_surnames, $sorting); 637 … return $this->commonSurnamesQuery('nolist', true, $threshold, $number_of_surnames, $sorting); 654 return $this->commonSurnamesQuery('list', false, $threshold, $number_of_surnames, $sorting); 671 return $this->commonSurnamesQuery('list', true, $threshold, $number_of_surnames, $sorting);
|