Home
last modified time | relevance | path

Searched refs:censusPlace (Results 1 – 25 of 148) sorted by relevance

123456

/webtrees/resources/views/modules/GEDFact_assistant/
H A Dselect-census.phtml19 <optgroup label="<?= $census_place->censusPlace() ?>">
21 …ata-wt-date="<?= $census->censusDate() ?>" data-wt-place="<?= $census->censusPlace() ?>" data-wt-c…
24 <?= $census->censusPlace() ?>
/webtrees/app/Census/
H A DCensusPlaceInterface.php39 public function censusPlace(): string; function
H A DCensusOfRhodeIsland.php46 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfRhodeIsland
H A DCensusOfSlovakia.php46 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfSlovakia
H A DCensusOfCzechRepublic.php48 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfCzechRepublic
H A DCensusOfDeutschland.php48 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDeutschland
H A DCensusOfDenmark1835.php42 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDenmark1835
H A DCensusOfScotland.php52 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfScotland
H A DCensusOfWales.php52 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfWales
H A DCensusOfEngland.php52 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfEngland
H A DCensusOfDenmark1803.php42 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDenmark1803
H A DCensusOfCanada.php54 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfCanada
H A DCensusOfUnitedStates.php60 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfUnitedStates
H A DCensusOfDenmark.php65 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDenmark
H A DCensusOfFrance.php65 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfFrance
H A DCensusOfDenmark1885.php42 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDenmark1885
H A DCensusOfDeutschland1819.php42 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDeutschland1819
H A DCensusOfDeutschland1919.php42 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDeutschland1919
H A DCensusOfDeutschlandNL1867.php42 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDeutschlandNL1867
H A DCensusOfDeutschland1867.php42 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDeutschland1867
H A DCensusOfDeutschland1900.php42 public function censusPlace(): string function in Fisharebest\\Webtrees\\Census\\CensusOfDeutschland1900
/webtrees/tests/app/Census/
H A DCensusOfSlovakiaTest.php35 self::assertSame('Slovensko', $census->censusPlace());
H A DCensusOfRhodeIslandTest.php35 self::assertSame('Rhode Island, United States', $census->censusPlace());
H A DCensusOfDeutschlandTest.php35 self::assertSame('Deutschland', $census->censusPlace());
H A DCensusOfCzechRepublicTest.php35 self::assertSame('Česko', $census->censusPlace());

123456