Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportParserGenerate.php125 private array $repeats = []; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
1093 $this->repeats_stack[] = [$this->repeats, $this->repeat_bytes];
1094 $this->repeats = [];
1144 $this->repeats[] = $subrecord;
1163 if (count($this->repeats) > 0) {
1197 foreach ($this->repeats as $gedrec) {
1233 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);
1311 $this->repeats_stack[] = [$this->repeats, $this->repeat_bytes];
1312 $this->repeats = [];
1331 $this->repeats = [];
[all …]
/webtrees/
H A Dphpstan-baseline.neon7630 …message: '#^Property Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:\:\$repeats \(array\<str…