Lines Matching refs:place
144 * @param Place $place
148 public function searchFamiliesInPlace(Place $place): Collection argument
156 ->where('f_file', '=', $place->tree()->id())
157 ->where('pl_p_id', '=', $place->id())
214 * @param Place $place
218 public function searchIndividualsInPlace(Place $place): Collection argument
226 ->where('i_file', '=', $place->tree()->id())
227 ->where('pl_p_id', '=', $place->id())
496 $place = implode(', ', array_filter((array) $row));
498 return new Place($place, $tree);
886 $place = Place::find((int) $field_value, $tree);
889 …if ($fact->place()->gedcomName() === $place->gedcomName() || str_ends_with($fact->place()->gedcomN…
897 $place = Place::find((int) $field_value, $tree);
901 …if ($fact->place()->gedcomName() === $place->gedcomName() || str_ends_with($fact->place()->gedcomN…
951 * @param string $place
956 …alsPhonetic(string $soundex, string $lastname, string $firstname, string $place, array $search_tre… argument
963 $plac_sdx = Soundex::russell($place);
971 $plac_sdx = Soundex::daitchMokotoff($place);