Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportBaseTextbox.php72 public bool $reseth; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox
88 * @param bool $reseth
102 bool $reseth argument
115 $this->reseth = $reseth;
H A DReportBaseCell.php101 public bool $reseth; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell
119 * @param bool $reseth
135 bool $reseth argument
150 $this->reseth = $reseth;
H A DPdfRenderer.php418 * @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 DHtmlRenderer.php235 * @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 DAbstractRenderer.php195 * @param bool $reseth
213 bool $reseth argument
230 * @param bool $reseth
246 bool $reseth argument
H A DReportParserGenerate.php550 $reseth = (bool) ($attrs['reseth'] ?? '1');
633 $reseth
853 $reseth = false;
856 $reseth = true;
858 $reseth = false;
881 $reseth
H A DReportPdfCell.php144 $this->reseth,
H A DReportHtmlTextbox.php272 if ($this->reseth) {
H A DReportPdfTextBox.php312 if ($this->reseth) {