/webtrees/app/Report/ |
H A D | ReportBaseTextbox.php | 72 public bool $reseth; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox 88 * @param bool $reseth 102 bool $reseth argument 115 $this->reseth = $reseth;
|
H A D | ReportBaseCell.php | 101 public bool $reseth; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell 119 * @param bool $reseth 135 bool $reseth argument 150 $this->reseth = $reseth;
|
H A D | PdfRenderer.php | 418 * @param bool $reseth 422 …oat $left, bool $fill, int $stretch, string $bocolor, string $tcolor, bool $reseth): ReportBaseCell argument 424 … $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth); 441 * @param bool $reseth 457 bool $reseth argument 459 …, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck, $style, $fill, $padding, $reseth);
|
H A D | HtmlRenderer.php | 235 * @param bool $reseth 239 …oat $left, bool $fill, int $stretch, string $bocolor, string $tcolor, bool $reseth): ReportBaseCell argument 241 … $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth); 258 * @param bool $reseth 274 bool $reseth argument 276 …, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck, $style, $fill, $padding, $reseth);
|
H A D | AbstractRenderer.php | 195 * @param bool $reseth 213 bool $reseth argument 230 * @param bool $reseth 246 bool $reseth argument
|
H A D | ReportParserGenerate.php | 550 $reseth = (bool) ($attrs['reseth'] ?? '1'); 633 $reseth 853 $reseth = false; 856 $reseth = true; 858 $reseth = false; 881 $reseth
|
H A D | ReportPdfCell.php | 144 $this->reseth,
|
H A D | ReportHtmlTextbox.php | 272 if ($this->reseth) {
|
H A D | ReportPdfTextBox.php | 312 if ($this->reseth) {
|