Home
last modified time | relevance | path

Searched defs:place (Results 1 – 25 of 26) sorted by relevance

12

/webtrees/app/Module/
H A DPlaceHierarchyListModule.php236 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 DModuleMapAutocompleteTrait.php49 public function searchPlaceNames(string $place): array
89 protected function createPlaceNameSearchRequest(string $place): RequestInterface
H A DModuleMapGeoLocationTrait.php59 public function searchPlaceNames(string $place): array
91 protected function searchLocationsRequest(string $place): RequestInterface
H A DModuleMapAutocompleteInterface.php32 public function searchPlaceNames(string $place): array;
H A DModuleMapGeoLocationInterface.php32 public function searchPlaceNames(string $place): array;
H A DOpenRouteServiceAutocomplete.php116 protected function createPlaceNameSearchRequest(string $place): RequestInterface
H A DGeonamesAutocomplete.php120 protected function createPlaceNameSearchRequest(string $place): RequestInterface
H A DLifespansChartModule.php368 protected function findIndividualsByPlace(Place $place, Tree $tree): array
/webtrees/app/Census/
H A DAbstractCensusColumn.php163 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 DCensusColumnInterface.php59 public function place(): string; function
/webtrees/resources/views/statistics/other/
H A Dtop10-list.phtml16 <?php $place = $record['place']; ?> variable
/webtrees/app/
H A DPlaceLocation.php84 $place = $this->parts->first(); variable in Fisharebest\\Webtrees\\PlaceLocation
85 $place = mb_substr($place, 0, 120); variable in Fisharebest\\Webtrees\\PlaceLocation
H A DFact.php164 private Place $place; variable in Fisharebest\\Webtrees\\Fact
380 public function place(): Place function in Fisharebest\\Webtrees\\Fact
/webtrees/tests/app/Census/
H A DCensusColumnMotherBirthPlaceSimpleTest.php33 private function getPlaceMock(string $place): Place
H A DCensusColumnBirthPlaceTest.php31 private function getPlaceMock(string $place): Place
H A DCensusColumnFatherBirthPlaceSimpleTest.php33 private function getPlaceMock(string $place): Place
H A DCensusColumnBirthPlaceSimpleTest.php31 private function getPlaceMock(string $place): Place
H A DCensusColumnFatherBirthPlaceTest.php33 private function getPlaceMock(string $place): Place
H A DCensusColumnMotherForeignTest.php33 private function getPlaceMock(string $place): Place
H A DCensusColumnFatherForeignTest.php33 private function getPlaceMock(string $place): Place
H A DCensusColumnMotherBirthPlaceTest.php33 private function getPlaceMock(string $place): Place
H A DCensusColumnNationalityTest.php34 private function getPlaceMock(string $place): Place
H A DCensusColumnBornForeignPartsTest.php32 private function getPlaceMock(string $place): Place
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml301 $place = (int) ($yoffset / $bheight); variable
313 $place = (int) (($yoffset + $tyoffset) / $bheight); variable
/webtrees/app/Services/
H A DSearchService.php148 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…

12