/webtrees/app/Module/ |
H A D | PlaceHierarchyListModule.php | 236 protected function mapData(Place $place): array 336 private function getHierarchy(Place $place): array|null 360 private function breadcrumbs(Place $place): array 387 private function placeLinks(Place $place): Builder 404 private function familyPlaceLinks(Place $place): Builder 419 private function individualPlaceLinks(Place $place): Builder 434 private function locationPlaceLinks(Place $place): Builder
|
H A D | ModuleMapAutocompleteTrait.php | 49 public function searchPlaceNames(string $place): array 89 protected function createPlaceNameSearchRequest(string $place): RequestInterface
|
H A D | ModuleMapGeoLocationTrait.php | 59 public function searchPlaceNames(string $place): array 91 protected function searchLocationsRequest(string $place): RequestInterface
|
H A D | ModuleMapAutocompleteInterface.php | 32 public function searchPlaceNames(string $place): array;
|
H A D | ModuleMapGeoLocationInterface.php | 32 public function searchPlaceNames(string $place): array;
|
H A D | OpenRouteServiceAutocomplete.php | 116 protected function createPlaceNameSearchRequest(string $place): RequestInterface
|
H A D | GeonamesAutocomplete.php | 120 protected function createPlaceNameSearchRequest(string $place): RequestInterface
|
H A D | LifespansChartModule.php | 368 protected function findIndividualsByPlace(Place $place, Tree $tree): array
|
/webtrees/app/Census/ |
H A D | AbstractCensusColumn.php | 163 protected function lastPartOfPlace(string $place): string 177 protected function notCountry(string $place): string 193 public function place(): string function in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn
|
H A D | CensusColumnInterface.php | 59 public function place(): string; function
|
/webtrees/resources/views/statistics/other/ |
H A D | top10-list.phtml | 16 <?php $place = $record['place']; ?> variable
|
/webtrees/app/ |
H A D | PlaceLocation.php | 84 $place = $this->parts->first(); variable in Fisharebest\\Webtrees\\PlaceLocation 85 $place = mb_substr($place, 0, 120); variable in Fisharebest\\Webtrees\\PlaceLocation
|
H A D | Fact.php | 164 private Place $place; variable in Fisharebest\\Webtrees\\Fact 380 public function place(): Place function in Fisharebest\\Webtrees\\Fact
|
/webtrees/tests/app/Census/ |
H A D | CensusColumnMotherBirthPlaceSimpleTest.php | 33 private function getPlaceMock(string $place): Place
|
H A D | CensusColumnBirthPlaceTest.php | 31 private function getPlaceMock(string $place): Place
|
H A D | CensusColumnFatherBirthPlaceSimpleTest.php | 33 private function getPlaceMock(string $place): Place
|
H A D | CensusColumnBirthPlaceSimpleTest.php | 31 private function getPlaceMock(string $place): Place
|
H A D | CensusColumnFatherBirthPlaceTest.php | 33 private function getPlaceMock(string $place): Place
|
H A D | CensusColumnMotherForeignTest.php | 33 private function getPlaceMock(string $place): Place
|
H A D | CensusColumnFatherForeignTest.php | 33 private function getPlaceMock(string $place): Place
|
H A D | CensusColumnMotherBirthPlaceTest.php | 33 private function getPlaceMock(string $place): Place
|
H A D | CensusColumnNationalityTest.php | 34 private function getPlaceMock(string $place): Place
|
H A D | CensusColumnBornForeignPartsTest.php | 32 private function getPlaceMock(string $place): Place
|
/webtrees/resources/views/modules/timeline-chart/ |
H A D | chart.phtml | 301 $place = (int) ($yoffset / $bheight); variable 313 $place = (int) (($yoffset + $tyoffset) / $bheight); variable
|
/webtrees/app/Services/ |
H A D | SearchService.php | 148 public function searchFamiliesInPlace(Place $place): Collection 218 public function searchIndividualsInPlace(Place $place): Collection 956 …vidualsPhonetic(string $soundex, string $lastname, string $firstname, string $place, array $search…
|