Lines Matching refs:gen
180 * @param int $gen number of generations to draw
185 private function drawChildren(Collection $familyList, int $gen = 1, bool $ajax = false): string argument
216 $html .= $this->drawPerson($child, $gen - 1, -1, null, $co, false);
219 …$html = '<td align="right"' . ($gen === 0 ? ' abbr="c' . $f2load . '"' : '') . '>' . $html . '</td…
230 * @param int $gen The number of generations up or down to print
238 …private function drawPerson(Individual $person, int $gen, int $state, Family|null $pfamily, string… argument
240 if ($gen < 0) {
260 $html .= $this->drawChildren($person->spouseFamilies(), $gen);
312 …$html .= '<tr><td ' . ($gen === 0 ? ' abbr="p' . $primaryChildFamily->xref() . '@' . $u . '"' : ''…
313 $html .= $this->drawPerson($parent, $gen - 1, 1, $primaryChildFamily, $u, false);
323 …$html .= '<tr><td ' . ($gen === 0 ? ' abbr="p' . $p[1]->xref() . '@' . $u . '"' : '') . '>' . $thi…