Searched refs:jd (Results 1 – 9 of 9) sorted by relevance
/webtrees/app/Services/ |
H A D | CalendarService.php | 211 foreach (range($jd1, $jd2) as $jd) { 212 … $found_facts = array_merge($found_facts, $this->getAnniversaryEvents($jd, $events, $tree)); 239 …$facts = $facts->sort(static fn (Fact $x, Fact $y): int => $x->jd <=> $y->jd ?: $x->date()->minimu… 243 …$facts = $facts->sort(static fn (Fact $x, Fact $y): int => $x->jd <=> $y->jd ?: $y->date()->minimu… 258 * @param int $jd the julian day 266 …public function getAnniversaryEvents(int $jd, string $facts, Tree $tree, string $filterof = '', st… argument 271 new GregorianDate($jd), 272 new JulianDate($jd), 273 new FrenchDate($jd), 274 new JewishDate($jd), [all …]
|
/webtrees/app/Module/ |
H A D | LifespansChartModule.php | 286 $jd = array_reduce($individuals, static function (int $carry, Individual $item): int { 294 $year = $this->jdToYear($jd); 309 $jd = array_reduce($individuals, static function (int $carry, Individual $item): int { 317 return $this->jdToYear($jd); 323 * @param int $jd 327 protected function jdToYear(int $jd): int argument 329 if ($jd === 0) { 334 [$y] = $gregorian->jdToYmd($jd);
|
H A D | YahrzeitModule.php | 104 for ($jd = $startjd - 1; $jd <= $endjd + $days; ++$jd) { 105 foreach ($calendar_service->getAnniversaryEvents($jd, 'DEAT _YART', $tree) as $fact) { 109 $jd_yahrtzeit = $jd; 112 $today = new JewishDate($jd);
|
/webtrees/app/Http/RequestHandlers/ |
H A D | CalendarEvents.php | 132 foreach ($jds as $jd) { 133 …foreach ($this->calendar_service->getAnniversaryEvents($jd, $filterev, $tree, $filterof, $filtersx… 138 $found_facts[$jd - $cal_date->minimumJulianDay() + 1][] = $fact;
|
/webtrees/app/Date/ |
H A D | AbstractCalendarDate.php | 141 …$jd = $date->calendar->ymdToJd($today[0], $date->month, $date->day === 0 ? $today[2] : $date->d… 144 $jd = intdiv($date->maximum_julian_day + $date->minimum_julian_day, 2); 146 [$this->year, $this->month, $this->day] = $this->calendar->jdToYmd($jd);
|
/webtrees/resources/views/lists/ |
H A D | anniversaries-table.phtml | 60 <td data-sort="<?= $fact->jd + $fact->anniv / 10000.0 ?>">
|
/webtrees/app/ |
H A D | Fact.php | 170 public int $jd; variable in Fisharebest\\Webtrees\\Fact
|
/webtrees/resources/lang/sv/ |
H A D | messages.po | 7306 msgstr "Höjd" 21729 #~ msgstr "Höjd"
|
/webtrees/resources/lang/cs/ |
H A D | messages.po | 2401 msgstr "Ázerbájdžán"
|