Home
last modified time | relevance | path

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

12

/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Report/
H A DReportBaseTextbox.php114 public $reseth; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox
130 * @param bool $reseth
144 $reseth argument
157 $this->reseth = $reseth;
H A DReportBaseCell.php113 public $reseth; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell
147 $reseth argument
164 $this->reseth = $reseth;
H A DReportPdf.php171 * @param bool $reseth
189 $reseth argument
191 … $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth);
208 * @param bool $reseth
224 $reseth argument
226 …, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck, $style, $fill, $padding, $reseth);
H A DReportHtml.php315 * @param bool $reseth
319 …, $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth) argument
321 … $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth);
342 …h, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck, $style, $fill, $padding, $reseth) argument
344 …, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck, $style, $fill, $padding, $reseth);
H A DReportPdfCell.php127 $this->reseth,
H A DReportParserGenerate.php434 $reseth = true;
438 $reseth = false;
440 $reseth = true;
544 $reseth
754 $reseth = false;
757 $reseth = true;
759 $reseth = false;
782 $reseth
H A DReportHtmlTextbox.php261 if ($this->reseth) {
H A DReportPdfTextbox.php310 if ($this->reseth) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Report/
H A DReportBaseTextbox.php110 public $reseth; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox
126 * @param bool $reseth
140 bool $reseth argument
153 $this->reseth = $reseth;
H A DReportBaseCell.php119 public $reseth; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell
137 * @param bool $reseth
153 bool $reseth argument
170 $this->reseth = $reseth;
H A DAbstractRenderer.php155 * @param bool $reseth
173 bool $reseth argument
190 * @param bool $reseth
206 bool $reseth argument
H A DHtmlRenderer.php311 * @param bool $reseth
315 …top, $left, int $fill, int $stretch, string $bocolor, string $tcolor, bool $reseth): ReportBaseCell argument
317 … $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth);
334 * @param bool $reseth
350 bool $reseth argument
352 …, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck, $style, $fill, $padding, $reseth);
H A DPdfRenderer.php537 * @param bool $reseth
541 …top, $left, int $fill, int $stretch, string $bocolor, string $tcolor, bool $reseth): ReportBaseCell argument
543 … $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth);
560 * @param bool $reseth
576 bool $reseth argument
578 …, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck, $style, $fill, $padding, $reseth);
H A DReportPdfCell.php146 $this->reseth,
H A DReportParserGenerate.php509 $reseth = true;
513 $reseth = false;
515 $reseth = true;
619 $reseth
839 $reseth = false;
842 $reseth = true;
844 $reseth = false;
867 $reseth
H A DReportHtmlTextbox.php274 if ($this->reseth) {
H A DReportPdfTextBox.php317 if ($this->reseth) {
/dports/games/libretro-hatari/hatari-561c07e/tests/debugger/data/
H A Dos-header.sym11 # reseth: Pointer to the system reset handler.
30 04 D reseth
H A Ddebugger.ini13 b pc = ("reseth")
/dports/emulators/hatari/hatari-2.2.1/tests/debugger/data/
H A Dos-header.sym11 # reseth: Pointer to the system reset handler.
30 04 D reseth
H A Ddebugger.ini13 b pc = ("reseth")
/dports/finance/frontaccounting/frontaccounting/reporting/includes/
H A Dtcpdf.php3121 * @param boolean $reseth if true reset the last cell height (default true).
3128 …function MultiCell($w, $h, $txt, $border=0, $align='J', $fill=0, $ln=1, $x='', $y='', $reseth=true… argument
3129 if ((empty($this->lasth))OR ($reseth)) {
3179 $this->writeHTML($txt, true, 0, $reseth, true, $align);
9130 * @param boolean $reseth if true reset the last cell height (default true).
9135 …function writeHTMLCell($w, $h, $x, $y, $html='', $border=0, $ln=0, $fill=0, $reseth=true, $align='… argument
9136 return $this->MultiCell($w, $h, $html, $border, $align, $fill, $ln, $x, $y, $reseth, 0, true);
9456 * @param boolean $reseth if true reset the last cell height (default false).
9460 function writeHTML($html, $ln=true, $fill=false, $reseth=false, $cell=false, $align='') { argument
9501 if ((empty($this->lasth))OR ($reseth)) {
/dports/www/matomo/piwik/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php5822 * @param boolean $reseth if true reset the last cell height (default true).
5844 if (TCPDF_STATIC::empty_string($this->lasth) OR $reseth) {
5904 $this->writeHTML($txt, true, false, $reseth, true, $align);
6193 * @param boolean $reseth if true reset the last cell height (default false).
6225 if ($reseth) {
6313 * @param boolean $reseth if true reset the last cell height (default false).
6329 $lines = $this->getNumLines($txt, $w, $reseth, $autopadding, $cellpadding, $border);
17208 * @param boolean $reseth if true reset the last cell height (default true).
17226 * @param boolean $reseth if true reset the last cell height (default false).
17316 if ((TCPDF_STATIC::empty_string($this->lasth)) OR ($reseth)) {
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php5822 * @param boolean $reseth if true reset the last cell height (default true).
5844 if (TCPDF_STATIC::empty_string($this->lasth) OR $reseth) {
5904 $this->writeHTML($txt, true, false, $reseth, true, $align);
6193 * @param boolean $reseth if true reset the last cell height (default false).
6225 if ($reseth) {
6313 * @param boolean $reseth if true reset the last cell height (default false).
6329 $lines = $this->getNumLines($txt, $w, $reseth, $autopadding, $cellpadding, $border);
17208 * @param boolean $reseth if true reset the last cell height (default true).
17226 * @param boolean $reseth if true reset the last cell height (default false).
17316 if ((TCPDF_STATIC::empty_string($this->lasth)) OR ($reseth)) {
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php5834 * @param boolean $reseth if true reset the last cell height (default true).
5856 if (TCPDF_STATIC::empty_string($this->lasth) OR $reseth) {
5916 $this->writeHTML($txt, true, false, $reseth, true, $align);
6205 * @param boolean $reseth if true reset the last cell height (default false).
6237 if ($reseth) {
6325 * @param boolean $reseth if true reset the last cell height (default false).
6341 $lines = $this->getNumLines($txt, $w, $reseth, $autopadding, $cellpadding, $border);
17231 * @param boolean $reseth if true reset the last cell height (default true).
17249 * @param boolean $reseth if true reset the last cell height (default false).
17339 if ((TCPDF_STATIC::empty_string($this->lasth)) OR ($reseth)) {
[all …]

12