Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportParserGenerate.php122 private int $repeat_bytes = 0; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
1093 $this->repeats_stack[] = [$this->repeats, $this->repeat_bytes];
1095 $this->repeat_bytes = xml_get_current_line_number($this->parser);
1172 while (!str_contains($lines[$lineoffset + $this->repeat_bytes], '<RepeatTag')) {
1177 $line_nr = $lineoffset + $this->repeat_bytes;
1233 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);
1311 $this->repeats_stack[] = [$this->repeats, $this->repeat_bytes];
1313 $this->repeat_bytes = xml_get_current_line_number($this->parser);
1371 …while ($lineoffset + $this->repeat_bytes > 0 && !str_contains($lines[$lineoffset + $this->repeat_b…
1377 $line_nr = $this->repeat_bytes + $lineoffset;
[all …]
/webtrees/
H A Dphpstan-baseline.neon7624 …message: '#^Property Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:\:\$repeat_bytes \(int\)…