Lines Matching refs:facts
99 * @param string $facts restrict the search to just these facts or leave blank for all
106 …public function getCalendarEvents(int $jd1, int $jd2, string $facts, Tree $tree, string $filterof … argument
124 if ($facts === '') {
127 preg_match_all('/([_A-Z]+)/', $facts, $matches);
181 foreach ($record->facts([$row->d_fact]) as $fact) {
209 $facts = new Collection();
233 $facts->push($fact);
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…
247 …$facts = $facts->sort(static fn (Fact $x, Fact $y): int => GedcomRecord::nameComparator()($x->reco…
251 return $facts->values();
259 * @param string $facts restrict the search to just these facts or leave blank for all
266 …public function getAnniversaryEvents(int $jd, string $facts, Tree $tree, string $filterof = '', st… argument
318 if ($facts === '') {
323 preg_match_all('/([_A-Z]+)/', $facts, $matches);
381 foreach ($record->facts([$row->d_fact]) as $fact) {