Home
last modified time | relevance | path

Searched refs:sosa (Results 1 – 21 of 21) sorted by relevance

/webtrees/app/Module/
H A DPedigreeMapModule.php228 foreach ($facts as $sosa => $fact) {
243 $sosa_points[$sosa] = [$latitude, $longitude];
244 $sosa_child = intdiv($sosa, 2);
245 $generation = (int) log($sosa, 2);
265 'id' => $sosa,
277 'relationship' => $this->getSosaName($sosa),
278 'sosa' => $sosa,
304 foreach ($ancestors as $sosa => $person) {
310 $facts[$sosa] = $birth;
321 * @param int $sosa Sosa number
[all …]
H A DBranchesListModule.php239 $sosa = key($ancestors);
241 $family = $ancestors[$sosa]->childFamilies()->first();
245 $ancestors[$sosa * 2] = $family->husband();
248 $ancestors[$sosa * 2 + 1] = $family->wife();
377 $sosa = array_search($individual, $ancestors, true);
378 if (is_int($sosa) && $module instanceof RelationshipsChartModule) {
380 …I18N::translate('Relationship') . '">' . I18N::number($sosa) . '</a>' . self::sosaGeneration($sosa
415 $sosa = array_search($spouse, $ancestors, true);
416 if (is_int($sosa) && $module instanceof RelationshipsChartModule) {
418 …I18N::translate('Relationship') . '">' . I18N::number($sosa) . '</a>' . self::sosaGeneration($sosa
[all …]
H A DFanChartModule.php337 for ($sosa = $sosa_start; $sosa >= $sosa_end; $sosa--) {
338 if ($ancestors->has($sosa)) {
339 $individual = $ancestors->get($sosa);
342 … $start_angle = $chart_start_angle + intdiv($chart_angle * ($sosa - $sosa_end), $sosa_end);
343 … $end_angle = $chart_start_angle + intdiv($chart_angle * ($sosa - $sosa_end + 1), $sosa_end);
H A DPedigreeChartModule.php198 …$links = $ancestors->map(function (Individual|null $individual, $sosa) use ($ancestors, $style, $g…
199 …if ($individual instanceof Individual && $sosa >= 2 ** $generations / 2 && $individual->childFamil…
201 if ($sosa >= 2 ** $generations * 3 / 4) {
/webtrees/resources/views/modules/pedigree-chart/
H A Dchart-right.phtml26 <?php if ($sosa === 1) : ?>
30 <?= view('chart-box', ['individual' => $ancestors->get($sosa)]) ?>
33 <?= $links->get($sosa, $spacer) ?>
40 …dules/pedigree-chart/chart-right', ['ancestors' => $ancestors, 'sosa' => $sosa * 2, 'generation' =…
42 …dules/pedigree-chart/chart-right', ['ancestors' => $ancestors, 'sosa' => $sosa * 2 + 1, 'generatio…
H A Dchart-left.phtml21 …odules/pedigree-chart/chart-left', ['ancestors' => $ancestors, 'sosa' => $sosa * 2, 'generation' =…
23 …odules/pedigree-chart/chart-left', ['ancestors' => $ancestors, 'sosa' => $sosa * 2 + 1, 'generatio…
35 <?= $links->get($sosa, $spacer) ?>
38 <?= view('chart-box', ['individual' => $ancestors->get($sosa)]) ?>
40 <?php if ($sosa === 1) : ?>
H A Dchart-down.phtml26 <?php if ($sosa === 1) : ?>
30 <?= view('chart-box', ['individual' => $ancestors->get($sosa)]) ?>
33 <?= $links->get($sosa, $spacer) ?>
40 …odules/pedigree-chart/chart-down', ['ancestors' => $ancestors, 'sosa' => $sosa * 2, 'generation' =…
42 …odules/pedigree-chart/chart-down', ['ancestors' => $ancestors, 'sosa' => $sosa * 2 + 1, 'generatio…
H A Dchart-up.phtml21 …<?= view('modules/pedigree-chart/chart-up', ['ancestors' => $ancestors, 'sosa' => $sosa * 2, 'gene…
23 …<?= view('modules/pedigree-chart/chart-up', ['ancestors' => $ancestors, 'sosa' => $sosa * 2 + 1, '…
35 <?= $links->get($sosa, $spacer) ?>
38 <?= view('chart-box', ['individual' => $ancestors->get($sosa)]) ?>
40 <?php if ($sosa === 1) : ?>
/webtrees/app/Services/
H A DIndividualFactsService.php612 * @param int $sosa
618 …private function parentFacts(Individual $person, int $sosa, Date $min_date, Date $max_date): Colle… argument
702 if ($sosa === 1) {
747 … if (str_contains($SHOW_RELATIVES_EVENTS, '_DEAT' . ($sosa === 1 ? '_PARE' : '_GPAR'))) {
750 …if ($sosa === 1 && Date::compare($fact->date(), $min_date) < 0 || $this->includeFact($fact, $min_d…
751 switch ($sosa) {
/webtrees/resources/views/lists/
H A Dindividuals-table.phtml47 /* SOSA number */ { type: "num", visible: <?= json_encode($sosa, JSON_THROW_ON_ERROR) ?> },
62 sorting: <?= json_encode($sosa ? [[4, 'asc']] : [[1, 'asc']], JSON_THROW_ON_ERROR) ?>
213 <?php if ($sosa) : ?>
/webtrees/resources/views/modules/ancestors-chart/
H A Dtree.phtml21 <?= I18N::number($sosa) ?>
59 …->childFamilies()->first(), 'generations' => $generations - 1, 'sosa' => $sosa * 2 + ($spouse->sex…
/webtrees/resources/views/modules/pedigree-map/
H A Devents.phtml18 <a href="#" data-wt-sosa="<?= $sosa ?>">
/webtrees/resources/css/
H A D_chart-ancestors.css27 .wt-sosa-number {
/webtrees/public/css/
H A Dminimal.min.css1 …h:20rem}.wt-chart-ancestors .wt-chart-box-lifespan{display:none}[dir] .wt-sosa-number{border:thin …
H A Dfab.min.css1 …h:20rem}.wt-chart-ancestors .wt-chart-box-lifespan{display:none}[dir] .wt-sosa-number{border:thin …
H A Dadministration.min.css1 …h:20rem}.wt-chart-ancestors .wt-chart-box-lifespan{display:none}[dir] .wt-sosa-number{border:thin …
H A Dclouds.min.css1 …h:20rem}.wt-chart-ancestors .wt-chart-box-lifespan{display:none}[dir] .wt-sosa-number{border:thin …
H A Dwebtrees.min.css1 …h:20rem}.wt-chart-ancestors .wt-chart-box-lifespan{display:none}[dir] .wt-sosa-number{border:thin …
H A Dxenea.min.css1 …h:20rem}.wt-chart-ancestors .wt-chart-box-lifespan{display:none}[dir] .wt-sosa-number{border:thin …
H A Dcolors.min.css1 …h:20rem}.wt-chart-ancestors .wt-chart-box-lifespan{display:none}[dir] .wt-sosa-number{border:thin …
/webtrees/resources/lang/fi/
H A Dmessages.po20714 msgstr "kolme neljäsosa ympyrä"