Home
last modified time | relevance | path

Searched refs:qual1 (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DDate.php39 public string $qual1 = ''; variable in Fisharebest\\Webtrees\\Date
68 $this->qual1 = $match[1];
73 $this->qual1 = $match[1];
118 $q1 = $this->qual1;
119 $d1 = $this->date1->format($date_format, $this->qual1);
133 $d1tmp = $d1conv->format($date_format, $this->qual1);
313 $tmp->qual1 = $qualifier;
336 switch ($a->qual1) {
350 switch ($b->qual1) {
/webtrees/app/Module/
H A DShareAnniversaryModule.php103 ->filter(fn (Fact $fact): bool => $fact->date()->qual1 === '')