Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 226) sorted by relevance

12345678910

/webtrees/resources/css/
H A D_chart-pedigree-map.css17 * Pedigree map
19 * wt-chart, wt-chart-pedigree-map
22 --wt-pedigree-map-gen-0: red;
23 --wt-pedigree-map-gen-1: orange;
24 --wt-pedigree-map-gen-2: gold;
25 --wt-pedigree-map-gen-3: lightgreen;
26 --wt-pedigree-map-gen-4: green;
27 --wt-pedigree-map-gen-5: limegreen;
28 --wt-pedigree-map-gen-6: cyan;
29 --wt-pedigree-map-gen-7: blue;
[all …]
H A D_maps.css17 --wt-map-height: 70vh;
42 .wt-map {
43 height: var(--wt-map-height);
46 :fullscreen .wt-map {
50 .wt-map-sidebar {
51 height: var(--wt-map-height);
55 :fullscreen .wt-map-sidebar {
/webtrees/app/Services/
H A DUserService.php54 ->map(User::rowMapper())
66 ->map(User::rowMapper())
79 ->map(User::rowMapper())
99 ->map(User::rowMapper());
116 ->map(User::rowMapper())
128 ->map(User::rowMapper())
177 ->map(User::rowMapper());
195 ->map(User::rowMapper());
214 ->map(User::rowMapper());
233 ->map(User::rowMapper());
[all …]
H A DLinkedRecordService.php77 …return $xrefs->map(static fn (string $xref) => Registry::gedcomRecordFactory()->make($xref, $recor…
107 ->map(Registry::familyFactory()->mapper($record->tree()))
138 ->map(Registry::individualFactory()->mapper($record->tree()))
163 ->map(Registry::locationFactory()->mapper($record->tree()))
187 ->map(Registry::mediaFactory()->mapper($record->tree()))
212 ->map(Registry::noteFactory()->mapper($record->tree()))
237 ->map(Registry::repositoryFactory()->mapper($record->tree()))
261 ->map(Registry::sourceFactory()->mapper($record->tree()))
287 ->map(Registry::repositoryFactory()->mapper($record->tree()))
H A DAdminService.php126 …->map(static fn (string $xrefs): array => array_map(static fn (string $xref): Source => Registry::…
150 ->map($distinct_order_by)
152 …->map(static fn (string $xrefs): array => array_map(static fn (string $xref): Individual => Regist…
163 …->map(static fn (string $xrefs): array => array_map(static fn (string $xref): Family => Registry::…
174 …->map(static fn (string $xrefs): array => array_map(static fn (string $xref): Media => Registry::m…
262 ->map(fn (StorageAttributes $attributes) => $attributes->path())
H A DGedcomExportService.php215 …$this->individualQuery($tree, $sort_by_xref)->get()->map(Registry::individualFactory()->mapper($tr…
216 … $this->familyQuery($tree, $sort_by_xref)->get()->map(Registry::familyFactory()->mapper($tree)),
217 … $this->sourceQuery($tree, $sort_by_xref)->get()->map(Registry::sourceFactory()->mapper($tree)),
218 …$this->otherQuery($tree, $sort_by_xref)->get()->map(Registry::gedcomRecordFactory()->mapper($tree)…
219 … $this->mediaQuery($tree, $sort_by_xref)->get()->map(Registry::mediaFactory()->mapper($tree)),
H A DMapDataService.php127 …->map(static fn (object $row): string => implode(Gedcom::PLACE_SEPARATOR, array_filter((array) $ro…
150 …->map(static fn (object $row): string => implode(Gedcom::PLACE_SEPARATOR, array_filter((array) $ro…
201 … $place_ids = $places->map(static fn (object $place): int => (int) $place->p_id)->all();
257 ->map(static function (object $row): object {
H A DMediaFileService.php289 ->map(fn (StorageAttributes $attributes): string => $attributes->path())
339 ->map(fn (StorageAttributes $attributes): string => $attributes->path())
364 ->map(static fn (string $path): string => dirname($path) . '/');
383 ->map(fn (StorageAttributes $attributes): string => $attributes->path() . '/')
/webtrees/public/css/
H A Dminimal.min.css1map-gen-0:red;--wt-pedigree-map-gen-1:orange;--wt-pedigree-map-gen-2:gold;--wt-pedigree-map-gen-3:…
H A Dfab.min.css1map-gen-0:red;--wt-pedigree-map-gen-1:orange;--wt-pedigree-map-gen-2:gold;--wt-pedigree-map-gen-3:…
H A Dadministration.min.css1map-gen-0:red;--wt-pedigree-map-gen-1:orange;--wt-pedigree-map-gen-2:gold;--wt-pedigree-map-gen-3:…
H A Dclouds.min.css1map-gen-0:red;--wt-pedigree-map-gen-1:orange;--wt-pedigree-map-gen-2:gold;--wt-pedigree-map-gen-3:…
H A Dwebtrees.min.css1map-gen-0:red;--wt-pedigree-map-gen-1:orange;--wt-pedigree-map-gen-2:gold;--wt-pedigree-map-gen-3:…
H A Dxenea.min.css1map-gen-0:red;--wt-pedigree-map-gen-1:orange;--wt-pedigree-map-gen-2:gold;--wt-pedigree-map-gen-3:…
H A Dcolors.min.css1map-gen-0:red;--wt-pedigree-map-gen-1:orange;--wt-pedigree-map-gen-2:gold;--wt-pedigree-map-gen-3:…
/webtrees/app/Module/
H A DSiteMapModule.php197 ->map(static fn (Tree $tree): int => $tree->id());
366 ->map(Registry::familyFactory()->mapper($tree));
384 ->map(Registry::individualFactory()->mapper($tree));
402 ->map(Registry::mediaFactory()->mapper($tree));
421 ->map(Registry::noteFactory()->mapper($tree));
440 ->map(Registry::repositoryFactory()->mapper($tree));
458 ->map(Registry::sourceFactory()->mapper($tree));
477 ->map(Registry::submitterFactory()->mapper($tree));
/webtrees/app/Http/RequestHandlers/
H A DControlPanel.php236 ->map(static fn (string $count): int => (int) $count)
251 ->map(static fn (string $count): int => (int) $count);
265 ->map(static fn (string $count): int => (int) $count);
279 ->map(static fn (string $count): int => (int) $count);
293 ->map(static fn (string $count): int => (int) $count);
311 ->map(static fn (string $count): int => (int) $count);
329 ->map(static fn (string $count): int => (int) $count);
347 ->map(static fn (string $count): int => (int) $count);
H A DTreePreferencesPage.php119 ->map($this->module_service->titleMapper())
143 … ->map(static fn (string $tag): ElementInterface => Registry::elementFactory()->make($tag))
145 ->map(static fn (ElementInterface $element): string => $element->label())
151 … ->map(static fn (string $tag): ElementInterface => Registry::elementFactory()->make($tag))
153 ->map(static fn (ElementInterface $element): string => $element->label())
/webtrees/app/
H A DRelationship.php403 …$date1 = $nodes[0]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d…
404 …$date2 = $nodes[2]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d…
502 …$date1 = $nodes[0]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d…
503 …$date2 = $nodes[2]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d…
530 …$date1 = $nodes[0]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d…
531 …$date2 = $nodes[2]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d…
/webtrees/resources/views/lists/
H A Dnotes-table.phtml33 ->map(static fn ($n) => (int) $n)
45 ->map(static fn ($n) => (int) $n)
57 ->map(static fn ($n) => (int) $n)
69 ->map(static fn ($n) => (int) $n)
H A Dsources-table.phtml34 ->map(static fn ($n) => (int) $n)
46 ->map(static fn ($n) => (int) $n)
58 ->map(static fn ($n) => (int) $n)
71 ->map(static fn ($n) => (int) $n)
H A Dmedia-table.phtml33 ->map(static fn ($n) => (int) $n)
45 ->map(static fn ($n) => (int) $n)
57 ->map(static fn ($n) => (int) $n)
/webtrees/
H A D.gitignore6 /public/css/*.map
7 /public/css/*/*.map
8 /public/js/*.map
/webtrees/app/Http/Middleware/
H A DLoadRoutes.php68 $map = $router_container->getMap();
69 $this->api_routes->load($map);
70 $this->web_routes->load($map);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php173 ->map(Registry::familyFactory()->mapper($this->tree))
175 ->map(static function (Family $family): array {
255 ->map(Registry::familyFactory()->mapper($this->tree))
632 ->map(Registry::familyFactory()->mapper($this->tree))
634 ->map(static fn (Family $family): array => [
1297 ->map(Registry::familyFactory()->mapper($this->tree))
1299 ->map(function (Family $family) use ($age_dir): array {
1418 ->map(static function (object $row): object {

12345678910