Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportParserGenerate.php113 private int $process_gedcoms = 0; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
312 …_footnote && ($this->process_ifs === 0 || $name === 'if') && ($this->process_gedcoms === 0 || $nam…
333 …ootnote') && ($this->process_ifs === 0 || $name === 'if') && ($this->process_gedcoms === 0 || $nam…
352 …if ($this->print_data && $this->process_gedcoms === 0 && $this->process_ifs === 0 && $this->proces…
687 if ($this->process_gedcoms > 0) {
688 $this->process_gedcoms++;
739 $this->process_gedcoms++;
750 if ($this->process_gedcoms > 0) {
751 $this->process_gedcoms--;
1665 if ($this->print_data && $this->process_gedcoms === 0) {
[all …]