/webtrees/resources/views/modules/pedigree-chart/ |
H A D | chart-right.phtml | 19 …pedigree-generation wt-generation-fwd-<?= $generation ?> wt-generation-rev-<?= 1 + $generations - … 21 <?php if ($generation < $generations) : ?> 32 <?php if ($generation === $generations) : ?> 38 <?php if ($generation < $generations) : ?> 40 …ht', ['ancestors' => $ancestors, 'sosa' => $sosa * 2, 'generation' => $generation + 1, 'generation… 42 … ['ancestors' => $ancestors, 'sosa' => $sosa * 2 + 1, 'generation' => $generation + 1, 'generation…
|
H A D | chart-left.phtml | 19 <?php if ($generation < $generations) : ?> 21 …ft', ['ancestors' => $ancestors, 'sosa' => $sosa * 2, 'generation' => $generation + 1, 'generation… 23 … ['ancestors' => $ancestors, 'sosa' => $sosa * 2 + 1, 'generation' => $generation + 1, 'generation… 27 …pedigree-generation wt-generation-fwd-<?= $generation ?> wt-generation-rev-<?= 1 + $generations - … 29 <?php if ($generation < $generations) : ?> 34 <?php if ($generation === $generations) : ?>
|
H A D | chart-down.phtml | 19 …pedigree-generation wt-generation-fwd-<?= $generation ?> wt-generation-rev-<?= 1 + $generations - … 21 <?php if ($generation < $generations) : ?> 32 <?php if ($generation === $generations) : ?> 38 <?php if ($generation < $generations) : ?> 40 …wn', ['ancestors' => $ancestors, 'sosa' => $sosa * 2, 'generation' => $generation + 1, 'generation… 42 … ['ancestors' => $ancestors, 'sosa' => $sosa * 2 + 1, 'generation' => $generation + 1, 'generation…
|
H A D | chart-up.phtml | 19 <?php if ($generation < $generations) : ?> 21 …up', ['ancestors' => $ancestors, 'sosa' => $sosa * 2, 'generation' => $generation + 1, 'generation… 23 … ['ancestors' => $ancestors, 'sosa' => $sosa * 2 + 1, 'generation' => $generation + 1, 'generation… 27 …pedigree-generation wt-generation-fwd-<?= $generation ?> wt-generation-rev-<?= 1 + $generations - … 29 <?php if ($generation < $generations) : ?> 34 <?php if ($generation === $generations) : ?>
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 161 private int $generation = 1; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate 1472 $value = (string) $this->generation; 1554 $value = '"' . $this->generation . '"'; 2451 $this->list[$id]->generation = 1; 2477 $this->generation = $value->generation; 2478 if ($this->generation == $genCounter) { 2479 $newarray[$key] = (object) ['generation' => $this->generation]; 2543 if (isset($value->generation)) { 2544 $this->generation = $value->generation; 2591 $this->current_element->addText((string) $this->generation); [all …]
|
/webtrees/app/Module/ |
H A D | FanChartModule.php | 313 for ($generation = $generations; $generation >= 1; $generation--) { 316 $sosa_start = 2 ** $generation - 1; 317 $sosa_end = 2 ** ($generation - 1); 319 $arc_diameter = intdiv($width * $generation, $generations); 367 if ($generation === 1) { 400 if ($generation === 1) {
|
H A D | PedigreeMapModule.php | 245 $generation = (int) log($sosa, 2); 246 … $color = 'var(--wt-pedigree-map-gen-' . $generation % self::COUNT_CSS_COLORS . ')'; 247 $class = 'wt-pedigree-map-gen-' . $generation % self::COUNT_CSS_COLORS;
|
H A D | BranchesListModule.php | 481 $generation = (int) log($sosa, 2) + 1; 483 return '<sup title="' . I18N::translate('Generation') . '">' . $generation . '</sup>';
|
/webtrees/resources/css/ |
H A D | _chart-pedigree.css | 52 .wt-chart-pedigree-right .wt-generation-rev-2 > .wt-pedigree-lines { 70 .wt-chart-pedigree-left .wt-generation-rev-2 > .wt-pedigree-lines { 92 .wt-chart-pedigree-down .wt-generation-rev-2 > .wt-pedigree-lines { 114 .wt-chart-pedigree-up .wt-generation-rev-2 > .wt-pedigree-lines {
|
/webtrees/public/css/ |
H A D | minimal.min.css | 1 …generation-rev-2>.wt-pedigree-lines{bottom:12.5%;height:75%;top:12.5%}.wt-chart-pedigree-left .wt-…
|
H A D | fab.min.css | 1 …generation-rev-2>.wt-pedigree-lines{bottom:12.5%;height:75%;top:12.5%}.wt-chart-pedigree-left .wt-…
|
H A D | administration.min.css | 1 …generation-rev-2>.wt-pedigree-lines{bottom:12.5%;height:75%;top:12.5%}.wt-chart-pedigree-left .wt-…
|
H A D | clouds.min.css | 1 …generation-rev-2>.wt-pedigree-lines{bottom:12.5%;height:75%;top:12.5%}.wt-chart-pedigree-left .wt-…
|
H A D | webtrees.min.css | 1 …generation-rev-2>.wt-pedigree-lines{bottom:12.5%;height:75%;top:12.5%}.wt-chart-pedigree-left .wt-…
|
H A D | xenea.min.css | 1 …generation-rev-2>.wt-pedigree-lines{bottom:12.5%;height:75%;top:12.5%}.wt-chart-pedigree-left .wt-…
|
H A D | colors.min.css | 1 …generation-rev-2>.wt-pedigree-lines{bottom:12.5%;height:75%;top:12.5%}.wt-chart-pedigree-left .wt-…
|
/webtrees/app/ |
H A D | Individual.php | 48 public int|null $generation = null; variable in Fisharebest\\Webtrees\\Individual
|
/webtrees/ |
H A D | phpstan-baseline.neon | 7228 …s\\GedcomRecord\|static\(Fisharebest\\Webtrees\\Report\\ReportParserGenerate\)\:\:\$generation\.$#' 7252 …s\\GedcomRecord\|static\(Fisharebest\\Webtrees\\Report\\ReportParserGenerate\)\:\:\$generation\.$#' 7582 …message: '#^Property Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:\:\$generation \(int\) d… 7588 …s\\Report\\ReportParserGenerate\)\>\) does not accept array\<\(object\{generation\: int\}&stdClass…
|
/webtrees/resources/lang/sv/ |
H A D | messages.po | 322 msgstr "%s en generation mera" 328 msgstr "%s en generation mindre" 21063 #~ msgstr[0] "%1$s person visas, av totalt %2$s, från %3$s generation."
|