Searched refs:gedcomName (Results 1 – 20 of 20) sorted by relevance
209 if ($data !== null && $action2 !== 'hierarchy-e' && $place->gedcomName() !== '') {250 $location = new PlaceLocation($child->gedcomName());271 'tooltip' => $child->gedcomName(),300 'bounds' => (new PlaceLocation($place->gedcomName()))->boundingRectangle(),317 …sort(static fn (Place $x, Place $y): int => I18N::comparator()($x->gedcomName(), $y->gedcomName()))363 if ($place->gedcomName() !== '') {366 while ($parent_place->gedcomName() !== '') {
136 $location = new PlaceLocation($fact->place()->gedcomName());160 'tooltip' => $fact->place()->gedcomName(),185 if ($childsBirth instanceof Fact && $childsBirth->place()->gedcomName() !== '') {194 return $item->place()->gedcomName() !== '';
229 $location = new PlaceLocation($fact->place()->gedcomName());307 ->first(static fn (Fact $fact): bool => $fact->place()->gedcomName() !== '');
889 …if ($fact->place()->gedcomName() === $place->gedcomName() || str_ends_with($fact->place()->gedcomN…901 …if ($fact->place()->gedcomName() === $place->gedcomName() || str_ends_with($fact->place()->gedcomN…
49 $place = $individual->getBirthPlace()->gedcomName();59 $place = $fact->place()->gedcomName();
42 return $this->notCountry($mother->getBirthPlace()->gedcomName());
42 return $this->notCountry($father->getBirthPlace()->gedcomName());
41 …if ($father && $this->lastPartOfPlace($father->getBirthPlace()->gedcomName()) !== $this->place()) {
41 …if ($mother && $this->lastPartOfPlace($mother->getBirthPlace()->gedcomName()) !== $this->place()) {
41 $birth_place = $individual->getBirthPlace()->gedcomName();
245 <td data-sort="<?= e($individual->getBirthPlace()->gedcomName()) ?>">280 <td data-sort="<?= e($individual->getDeathPlace()->gedcomName()) ?>">
57 <?php if ($fact->place()->gedcomName() !== '') : ?>
245 <td data-sort="<?= e($family->getMarriagePlace()->gedcomName()) ?>">
552 if ($this->place()->gedcomName() !== '') {596 if ($this->place()->gedcomName() !== '') {
230 public function gedcomName(): string function in Fisharebest\\Webtrees\\Place
551 if ($fact->place()->gedcomName() !== '' && $style === 2) {
38 <?php if ($place->gedcomName() !== '') : ?>
58 'text' => $place->gedcomName(),
60 ->map(static fn (Place $place): string => $place->gedcomName());
363 if ($event->place()->gedcomName() !== '') {