Home
last modified time | relevance | path

Searched refs:Location (Results 1 – 25 of 114) sorted by relevance

12345

/webtrees/app/Factories/
H A DLocationFactory.php25 use Fisharebest\Webtrees\Location; alias
36 private const TYPE_CHECK_REGEX = '/^0 @[^@]+@ ' . Location::RECORD_TYPE . '/';
41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Location|null
66 return fn (object $row): Location => $this->make($row->o_id, $tree, $row->o_gedcom);
78 * @return Location
80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location
82 return new Location($xref, $gedcom, $pending, $tree);
98 ->where('o_type', '=', Location::RECORD_TYPE)
/webtrees/app/Contracts/
H A DLocationFactoryInterface.php23 use Fisharebest\Webtrees\Location; alias
34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Location|null;
54 * @return Location
56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location;
/webtrees/resources/views/components/
H A Dselect-location.phtml7 use Fisharebest\Webtrees\Location; alias
12 * @var Location|null $location
33 <?php if (($location ?? null) instanceof Location) : ?>
/webtrees/resources/views/modules/place-hierarchy/
H A Dsidebar.phtml8 use Fisharebest\Webtrees\Location; alias
57 <?php if ($stats[Location::RECORD_TYPE] > 0) : ?>
60 … <div class="col-sm-3 align-digits"><?= I18N::number($stats[Location::RECORD_TYPE]) ?></div>
/webtrees/app/Http/RequestHandlers/
H A DTomSelectLocation.php22 use Fisharebest\Webtrees\Location; alias
64 if ($location instanceof Location) {
71 return $results->map(static fn (Location $location): array => [
H A DMergeRecordsPage.php26 use Fisharebest\Webtrees\Location; alias
82 'location1' => $record1 instanceof Location ? $record1 : null,
83 'location2' => $record2 instanceof Location ? $record2 : null,
/webtrees/resources/lang/zh-Hans/
H A Dmessages.po1160 # I18N: Location of an LDS church temple
1161 #. I18N: Location of an LDS church temple
1237 # I18N: Location of an LDS church temple
1238 #. I18N: Location of an LDS church temple
1611 # I18N: Location of an LDS church temple
1612 #. I18N: Location of an LDS church temple
1855 # I18N: Location of an LDS church temple
1856 #. I18N: Location of an LDS church temple
2069 # I18N: Location of an LDS church temple
2070 #. I18N: Location of an LDS church temple
[all …]
/webtrees/app/Module/
H A DLocationListModule.php26 use Fisharebest\Webtrees\Location; alias
101 ->where('o_type', '=', Location::RECORD_TYPE)
132 ->where('o_type', '=', Location::RECORD_TYPE)
H A DFixSearchAndReplace.php28 use Fisharebest\Webtrees\Location; alias
104 Location::RECORD_TYPE => I18N::translate('Locations'),
177 if ($params['type'] !== Location::RECORD_TYPE || $params['search-for'] === '') {
183 ->where('o_type', '=', Location::RECORD_TYPE);
H A DModuleDataFixTrait.php26 use Fisharebest\Webtrees\Location; alias
84 … $records = $records->concat($this->mergePendingRecords($locations, $tree, Location::RECORD_TYPE));
234 ->where('o_type', '=', Location::RECORD_TYPE)
H A DPlaceHierarchyListModule.php28 use Fisharebest\Webtrees\Location; alias
286 Location::RECORD_TYPE => $this->locationPlaceLinks($child)->count(),
442 ->where('o_type', '=', Location::RECORD_TYPE);
/webtrees/resources/lang/zh-Hant/
H A Dmessages.po1159 # I18N: Location of an LDS church temple
1160 #. I18N: Location of an LDS church temple
1236 # I18N: Location of an LDS church temple
1237 #. I18N: Location of an LDS church temple
1610 # I18N: Location of an LDS church temple
1611 #. I18N: Location of an LDS church temple
1854 # I18N: Location of an LDS church temple
1855 #. I18N: Location of an LDS church temple
2068 # I18N: Location of an LDS church temple
2069 #. I18N: Location of an LDS church temple
[all …]
/webtrees/resources/views/admin/
H A Dmerge-records-step-1.phtml11 use Fisharebest\Webtrees\Location; alias
25 * @var Location|null $location1
26 * @var Location|null $location2
/webtrees/app/
H A DAuth.php309 * @param Location|null $location
312 * @return Location
316 … public static function checkLocationAccess(Location|null $location, bool $edit = false): Location
/webtrees/resources/lang/sq/
H A Dmessages.po1178 # I18N: Location of an LDS church temple
1179 #. I18N: Location of an LDS church temple
1255 # I18N: Location of an LDS church temple
1256 #. I18N: Location of an LDS church temple
1627 # I18N: Location of an LDS church temple
1628 #. I18N: Location of an LDS church temple
1870 # I18N: Location of an LDS church temple
1871 #. I18N: Location of an LDS church temple
2085 # I18N: Location of an LDS church temple
2086 #. I18N: Location of an LDS church temple
[all …]
/webtrees/resources/views/selects/
H A Dlocation.phtml5 use Fisharebest\Webtrees\Location; alias
8 * @var Location $location
/webtrees/resources/views/icons/
H A Drecord.phtml8 use Fisharebest\Webtrees\Location; alias
33 <?php elseif ($record->tag() === Location::RECORD_TYPE) : ?>
/webtrees/tests/app/Elements/
H A DXrefLocationTest.php24 use Fisharebest\Webtrees\Location; alias
76 $record = $this->createMock(Location::class);
/webtrees/resources/views/modules/recent_changes/
H A Dchanges-table.phtml8 use Fisharebest\Webtrees\Location; alias
81 <?php elseif ($row->record->tag() === Location::RECORD_TYPE) : ?>
/webtrees/resources/lang/tt/
H A Dmessages.po1063 #. I18N: Location of an LDS church temple
1133 #. I18N: Location of an LDS church temple
1486 #. I18N: Location of an LDS church temple
1718 #. I18N: Location of an LDS church temple
1911 #. I18N: Location of an LDS church temple
1966 #. I18N: Location of an LDS church temple
2141 #. I18N: Location of an LDS church temple
2151 #. I18N: Location of an LDS church temple
2505 #. I18N: Location of an LDS church temple
2544 #. I18N: Location of an LDS church temple
[all …]
/webtrees/resources/lang/hi/
H A Dmessages.po1085 #. I18N: Location of an LDS church temple
1155 #. I18N: Location of an LDS church temple
1507 #. I18N: Location of an LDS church temple
1739 #. I18N: Location of an LDS church temple
1932 #. I18N: Location of an LDS church temple
1987 #. I18N: Location of an LDS church temple
2162 #. I18N: Location of an LDS church temple
2172 #. I18N: Location of an LDS church temple
2526 #. I18N: Location of an LDS church temple
2565 #. I18N: Location of an LDS church temple
[all …]
/webtrees/resources/lang/ja/
H A Dmessages.po1062 #. I18N: Location of an LDS church temple
1132 #. I18N: Location of an LDS church temple
1484 #. I18N: Location of an LDS church temple
1716 #. I18N: Location of an LDS church temple
1909 #. I18N: Location of an LDS church temple
1964 #. I18N: Location of an LDS church temple
2139 #. I18N: Location of an LDS church temple
2149 #. I18N: Location of an LDS church temple
2503 #. I18N: Location of an LDS church temple
2542 #. I18N: Location of an LDS church temple
[all …]
/webtrees/resources/lang/bg/
H A Dmessages.po1080 #. I18N: Location of an LDS church temple
1150 #. I18N: Location of an LDS church temple
1502 #. I18N: Location of an LDS church temple
1734 #. I18N: Location of an LDS church temple
1927 #. I18N: Location of an LDS church temple
1982 #. I18N: Location of an LDS church temple
2157 #. I18N: Location of an LDS church temple
2167 #. I18N: Location of an LDS church temple
2521 #. I18N: Location of an LDS church temple
2560 #. I18N: Location of an LDS church temple
[all …]
/webtrees/resources/lang/mr/
H A Dmessages.po1080 #. I18N: Location of an LDS church temple
1150 #. I18N: Location of an LDS church temple
1502 #. I18N: Location of an LDS church temple
1734 #. I18N: Location of an LDS church temple
1927 #. I18N: Location of an LDS church temple
1982 #. I18N: Location of an LDS church temple
2157 #. I18N: Location of an LDS church temple
2167 #. I18N: Location of an LDS church temple
2521 #. I18N: Location of an LDS church temple
2560 #. I18N: Location of an LDS church temple
[all …]
/webtrees/resources/lang/ne/
H A Dmessages.po1080 #. I18N: Location of an LDS church temple
1150 #. I18N: Location of an LDS church temple
1502 #. I18N: Location of an LDS church temple
1734 #. I18N: Location of an LDS church temple
1927 #. I18N: Location of an LDS church temple
1982 #. I18N: Location of an LDS church temple
2157 #. I18N: Location of an LDS church temple
2167 #. I18N: Location of an LDS church temple
2521 #. I18N: Location of an LDS church temple
2560 #. I18N: Location of an LDS church temple
[all …]

12345