Searched refs:jd1 (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Services/ |
H A D | CalendarService.php | 97 * @param int $jd1 the start range of julian day 106 …public function getCalendarEvents(int $jd1, int $jd2, string $facts, Tree $tree, string $filterof … argument 111 ->where(static function (Builder $query) use ($jd1, $jd2): void { 112 $query->where(static function (Builder $query) use ($jd1, $jd2): void { 114 ->where('d_julianday1', '>=', $jd1) 116 })->orWhere(static function (Builder $query) use ($jd1, $jd2): void { 118 ->where('d_julianday2', '>=', $jd1) 197 * @param int $jd1 206 …public function getEventsList(int $jd1, int $jd2, string $events, bool $only_living, string $sort_… argument 211 foreach (range($jd1, $jd2) as $jd) {
|