Home
last modified time | relevance | path

Searched refs:individuals (Results 1 – 25 of 111) sorted by relevance

12345

/webtrees/app/Module/
H A DTimelineChartModule.php156 $individuals = (new Collection($xrefs))
165 foreach ($individuals as $exclude) {
166 $xrefs_1 = $individuals
177 …$individuals = array_map(static fn (string $xref): Individual|null => Registry::individualFactory(…
179 …$individuals = array_filter($individuals, static fn (Individual|null $individual): bool => $indivi…
213 'individuals' => $individuals,
235 …$individuals = array_map(static fn (string $xref): Individual|null => Registry::individualFactory(…
237 …$individuals = array_filter($individuals, static fn (Individual|null $individual): bool => $indivi…
246 foreach ($individuals as $individual) {
306 'individuals' => $individuals,
H A DLifespansChartModule.php246 …$individuals = array_map(static fn (string $xref): Individual|null => Registry::individualFactory(…
248 …$individuals = array_filter($individuals, static fn (Individual|null $individual): bool => $indivi…
251 usort($individuals, Individual::birthDateComparator());
254 $start_year = intdiv($this->minYear($individuals), 10) * 10;
255 $end_year = intdiv($this->maxYear($individuals) + 9, 10) * 10;
257 $lifespans = $this->layoutIndividuals($individuals);
284 protected function maxYear(array $individuals): int argument
286 $jd = array_reduce($individuals, static function (int $carry, Individual $item): int {
307 protected function minYear(array $individuals): int argument
309 $jd = array_reduce($individuals, static function (int $carry, Individual $item): int {
[all …]
H A DBranchesListModule.php182 $individuals = $this->loadIndividuals($tree, $surname, $soundex_dm, $soundex_std);
184 $individuals = [];
194 …'branches' => $this->getPatriarchsHtml($tree, $individuals, $ancestors, $surname, $soundex_dm, $so…
268 $individuals = DB::table('individuals')
306 usort($individuals, Individual::birthDateComparator());
308 return $individuals;
323 …private function getPatriarchsHtml(Tree $tree, array $individuals, array $ancestors, string $surna… argument
326 foreach ($individuals as $individual) {
329 if (in_array($parent, $individuals, true)) {
334 …$html .= $this->getDescendantsHtml($tree, $individuals, $ancestors, $surname, $soundex_dm, $sounde…
[all …]
H A DAbstractIndividualListModule.php441 … 'individuals' => $this->individuals($tree, $surns_to_show, $falpha, $show_marnm === 'yes', false),
692 …protected function individuals(Tree $tree, array $surns_to_show, string $galpha, bool $marnm, bool… function in Fisharebest\\Webtrees\\Module\\AbstractIndividualListModule
712 $individuals = new Collection();
726 $individuals->push(clone $individual);
733 return $individuals;
751 foreach ($this->individuals($tree, $surnames, $galpha, $marnm, true) as $indi) {
H A DModuleDataFixTrait.php65 $individuals = $this->individualsToFix($tree, $params);
79 if ($individuals !== null) {
80 …$records = $records->concat($this->mergePendingRecords($individuals, $tree, Individual::RECORD_TYP…
H A DDescendancyChartModule.php189 $individuals = $this->chart_service->descendants($individual, $generations - 1);
192 'individuals' => $individuals,
H A DResearchTaskModule.php103 $individuals = $this->individualsWithTasks($tree, $end_jd);
106 $records = $individuals->merge($families);
/webtrees/app/Http/RequestHandlers/
H A DSearchGeneralPage.php136 $individuals = new Collection();
150 … $individuals = $this->search_service->searchIndividuals($search_trees->all(), $search_terms);
178 …if ($individuals->count() === 1 && $families->isEmpty() && $sources->isEmpty() && $notes->isEmpty(…
179 return redirect($individuals->first()->url());
182 …if ($individuals->isEmpty() && $families->count() === 1 && $sources->isEmpty() && $notes->isEmpty(…
186 …if ($individuals->isEmpty() && $families->isEmpty() && $sources->count() === 1 && $notes->isEmpty(…
190 …if ($individuals->isEmpty() && $families->isEmpty() && $sources->isEmpty() && $notes->count() === …
194 …if ($individuals->isEmpty() && $families->isEmpty() && $sources->isEmpty() && $notes->isEmpty() &&…
207 'individuals' => $individuals,
H A DSearchPhoneticPage.php91 $individuals = new Collection();
100 …$individuals = $this->search_service->searchIndividualsPhonetic($soundex, $lastname, $firstname, $…
108 'individuals' => $individuals,
H A DSearchAdvancedPage.php165 …$individuals = $this->search_service->searchIndividualsAdvanced($tree, $search_fields, $modifiers);
167 $individuals = new Collection();
176 'individuals' => $individuals,
H A DAutoCompleteCitation.php55 $individuals = DB::table('individuals')
88 foreach ($individuals->merge($families) as $record) {
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml32 <?php foreach ($individuals as $c => $indi) : ?>
328 $col = array_search($event->record(), $individuals, true);
331 $col = array_search($event->record()->husband(), $individuals, true);
335 $col = array_search($event->record()->wife(), $individuals, true);
339 if (count($individuals) > 6) {
398 <?php foreach ($individuals as $p => $indi) : ?>
/webtrees/resources/views/
H A Dsearch-results.phtml38 …<button class="nav-link <?= $individuals->isEmpty() ? 'text-muted' : '' ?>" data-bs-target="#indiv…
41 <?= I18N::number(count($individuals)) ?>
106 …<?= view('lists/individuals-table', ['individuals' => $individuals, 'sosa' => false, 'tree' => $tr…
H A Dsearch-phonetic-page.phtml96 <?php if ($individuals->isEmpty()) : ?>
101 …<?= view('search-results', ['individuals' => $individuals, 'search_families' => false, 'search_ind…
H A Dsearch-advanced-page.phtml96 <?php if ($individuals->isEmpty()) : ?>
101 …<?= view('search-results', ['individuals' => $individuals, 'search_families' => false, 'search_ind…
H A Dsearch-general-page.phtml136 …<?php if ($individuals->isEmpty() && $families->isEmpty() && $locations->isEmpty() && $repositorie…
141 …<?= view('search-results', ['families' => $families, 'individuals' => $individuals, 'locations' =>…
/webtrees/resources/views/admin/
H A Dcontrol-panel.phtml374 <?php if ($individuals[$tree->id()] > 0) : ?>
376 …="<?= e($individual_list_module->listUrl($tree)) ?>"><?= I18N::number($individuals[$tree->id()]) ?…
378 <?= I18N::number($individuals[$tree->id()]) ?>
463 <?= I18N::number($individuals->sum()) ?>
/webtrees/resources/lang/en-GB/
H A Dmessages.po186 msgid "%s and the individuals that reference it."
187 msgstr "%s and the individuals that reference it."
271 msgid_plural "%s individuals"
273 msgstr[1] "%s individuals"
280 msgid_plural "%s individuals have been updated."
282 msgstr[1] "%s individuals have been updated."
653 …ting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our s…
654 …ting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our s…
663 msgid "A chart displaying relationships between two individuals."
664 msgstr "A chart displaying relationships between two individuals."
[all …]
/webtrees/resources/lang/en-AU/
H A Dmessages.po186 msgid "%s and the individuals that reference it."
187 msgstr "%s and the individuals that reference it."
271 msgid_plural "%s individuals"
273 msgstr[1] "%s individuals"
280 msgid_plural "%s individuals have been updated."
282 msgstr[1] "%s individuals have been updated."
653 …ting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our s…
654 …ting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our s…
663 msgid "A chart displaying relationships between two individuals."
664 msgstr "A chart displaying relationships between two individuals."
[all …]
/webtrees/resources/lang/ku/
H A Dmessages.po185 msgid "%s and the individuals that reference it."
270 msgid_plural "%s individuals"
279 msgid_plural "%s individuals have been updated."
652 …ting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our s…
662 msgid "A chart displaying relationships between two individuals."
692 msgid "A chart of individuals’ lifespans."
767 msgid "A list of individuals."
768 msgstr "A list of individuals."
918 msgid "A report of individuals who died in a given time or place."
919 msgstr "A report of individuals who died in a given time or place."
[all …]
/webtrees/resources/lang/bg/
H A Dmessages.po185 msgid "%s and the individuals that reference it."
270 msgid_plural "%s individuals"
279 msgid_plural "%s individuals have been updated."
652 …ting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our s…
662 msgid "A chart displaying relationships between two individuals."
692 msgid "A chart of individuals’ lifespans."
767 msgid "A list of individuals."
918 msgid "A report of individuals who died in a given time or place."
924 msgid "A report of individuals who had a given occupation."
929 msgid "A report of individuals who were born in a given time or place."
[all …]
/webtrees/resources/lang/tt/
H A Dmessages.po184 msgid "%s and the individuals that reference it."
262 msgid_plural "%s individuals"
270 msgid_plural "%s individuals have been updated."
634 …ting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our s…
644 msgid "A chart displaying relationships between two individuals."
674 msgid "A chart of individuals’ lifespans."
750 msgid "A list of individuals."
901 msgid "A report of individuals who died in a given time or place."
907 msgid "A report of individuals who had a given occupation."
912 msgid "A report of individuals who were born in a given time or place."
[all …]
/webtrees/resources/views/lists/
H A Dindividuals-table.phtml194 <?php foreach ($individuals as $key => $individual) : ?>
215 …<a href="<?= e($module->chartUrl($individuals[1], ['xref2' => $individual->xref()])) ?>" rel="nofo…
/webtrees/resources/lang/ms/
H A Dmessages.po184 msgid "%s and the individuals that reference it."
262 msgid_plural "%s individuals"
270 msgid_plural "%s individuals have been updated."
634 …ting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our s…
644 msgid "A chart displaying relationships between two individuals."
674 msgid "A chart of individuals’ lifespans."
749 msgid "A list of individuals."
900 msgid "A report of individuals who died in a given time or place."
906 msgid "A report of individuals who had a given occupation."
911 msgid "A report of individuals who were born in a given time or place."
[all …]
/webtrees/resources/lang/hi/
H A Dmessages.po190 msgid "%s and the individuals that reference it."
275 msgid_plural "%s individuals"
284 msgid_plural "%s individuals have been updated."
657 …ting this form, you agree:</p><ul><li>to protect the privacy of living individuals listed on our s…
667 msgid "A chart displaying relationships between two individuals."
697 msgid "A chart of individuals’ lifespans."
772 msgid "A list of individuals."
923 msgid "A report of individuals who died in a given time or place."
929 msgid "A report of individuals who had a given occupation."
934 msgid "A report of individuals who were born in a given time or place."
[all …]

12345