Searched defs:color_to (Results 1 – 15 of 15) sorted by relevance
/webtrees/app/Statistics/Google/ |
H A D | ChartCommonGiven.php | 53 public function chartCommonGiven(
|
H A D | ChartMedia.php | 53 public function chartMedia(
|
H A D | ChartFamilyWithSources.php | 53 public function chartFamsWithSources(
|
H A D | ChartIndividualWithSources.php | 53 public function chartIndisWithSources(
|
H A D | ChartDivorce.php | 86 … public function chartDivorce(string|null $color_from = null, string|null $color_to = null): string
|
H A D | ChartDeath.php | 86 public function chartDeath(string|null $color_from = null, string|null $color_to = null): string
|
H A D | ChartBirth.php | 86 public function chartBirth(string|null $color_from = null, string|null $color_to = null): string
|
H A D | ChartMarriage.php | 86 …public function chartMarriage(string|null $color_from = null, string|null $color_to = null): string
|
H A D | ChartCommonSurname.php | 111 public function chartCommonSurnames(
|
H A D | ChartFamilyLargest.php | 80 public function chartLargestFamilies(
|
/webtrees/app/Statistics/Repository/Interfaces/ |
H A D | MediaRepositoryInterface.php | 175 … public function chartMedia(string|null $color_from = null, string|null $color_to = null): string;
|
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 726 public function statsBirth(string|null $color_from = null, string|null $color_to = null): string 784 public function statsDeath(string|null $color_from = null, string|null $color_to = null): string 1808 public function chartCommonGiven( 1833 public function chartCommonSurnames( 1877 public function chartIndisWithSources( 1896 public function chartFamsWithSources(
|
H A D | FamilyRepository.php | 682 public function chartLargestFamilies( 1712 public function statsMarr(string|null $color_from = null, string|null $color_to = null): string 1726 public function statsDiv(string|null $color_from = null, string|null $color_to = null): string
|
H A D | MediaRepository.php | 247 public function chartMedia(string|null $color_from = null, string|null $color_to = null): string
|
/webtrees/app/ |
H A D | Statistics.php | 317 public function chartIndisWithSources( 370 public function chartFamsWithSources( 799 public function chartMedia(string|null $color_from = null, string|null $color_to = null): string 951 public function statsBirth(string|null $color_from = null, string|null $color_to = null): string 1048 public function statsDeath(string|null $color_from = null, string|null $color_to = null): string 1470 public function statsMarr(string|null $color_from = null, string|null $color_to = null): string 1545 public function statsDiv(string|null $color_from = null, string|null $color_to = null): string 1979 public function chartLargestFamilies( 2190 public function chartCommonSurnames( 2426 public function chartCommonGiven(
|