Lines Matching refs:repeat_bytes

122     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;
1442 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);
2264 $this->repeats_stack[] = [$this->repeats, $this->repeat_bytes];
2265 $this->repeat_bytes = xml_get_current_line_number($this->parser) + 1;
2288 … ((!str_contains($lines[$lineoffset + $this->repeat_bytes], '<List')) && (($lineoffset + $this->re…
2293 $line_nr = $lineoffset + $this->repeat_bytes;
2357 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);
2490 $this->repeats_stack[] = [$this->repeats, $this->repeat_bytes];
2491 $this->repeat_bytes = xml_get_current_line_number($this->parser) + 1;
2514 … (!str_contains($lines[$lineoffset + $this->repeat_bytes], '<Relatives') && $lineoffset + $this->r…
2519 $line_nr = $lineoffset + $this->repeat_bytes;
2580 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);