Searched defs:year1 (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Statistics/Google/ |
H A D | ChartNoChildrenFamilies.php | 57 private function queryRecords(int $year1, int $year2): array 91 int $year1 = -1,
|
/webtrees/app/Statistics/Repository/ |
H A D | FamilyRepository.php | 289 public function chartNoChildrenFamilies(int $year1 = -1, int $year2 = -1): string 557 public function statsChildrenQuery(int $year1 = -1, int $year2 = -1): array 699 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder 745 public function monthFirstChildBySexQuery(int $year1 = -1, int $year2 = -1): Builder 1390 public function statsMarrAgeQuery(string $sex, int $year1 = -1, int $year2 = -1): array 1659 public function statsMarriageQuery(int $year1 = -1, int $year2 = -1): Builder 1682 public function statsFirstMarriageQuery(int $year1 = -1, int $year2 = -1): Builder
|
H A D | IndividualRepository.php | 682 public function statsBirthQuery(int $year1 = -1, int $year2 = -1): Builder 706 public function statsBirthBySexQuery(int $year1 = -1, int $year2 = -1): Builder 740 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder 764 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder 800 …public function statsAgeQuery(string $related = 'BIRT', string $sex = 'BOTH', int $year1 = -1, int…
|
/webtrees/app/ |
H A D | Statistics.php | 929 public function statsBirthQuery(int $year1 = -1, int $year2 = -1): Builder 940 public function statsBirthBySexQuery(int $year1 = -1, int $year2 = -1): Builder 1026 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder 1037 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder 1063 …public function statsAgeQuery(string $related = 'BIRT', string $sex = 'BOTH', int $year1 = -1, int… 1448 public function statsMarriageQuery(int $year1 = -1, int $year2 = -1): Builder 1459 public function statsFirstMarriageQuery(int $year1 = -1, int $year2 = -1): Builder 1661 public function statsMarrAgeQuery(string $sex, int $year1 = -1, int $year2 = -1): array 1912 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder 1923 public function monthFirstChildBySexQuery(int $year1 = -1, int $year2 = -1): Builder [all …]
|