Searched refs:newline (Results 1 – 11 of 11) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportBaseTextbox.php | 48 public bool $newline; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox 81 * @param bool $newline 95 bool $newline, argument 109 $this->newline = $newline;
|
H A D | ReportHtmlCell.php | 168 if ($this->newline === 0) { 172 } elseif ($this->newline === 1) { 177 } elseif ($this->newline === 2) {
|
H A D | PdfRenderer.php | 434 * @param bool $newline 450 bool $newline, argument 459 …return new ReportPdfTextBox($width, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck,…
|
H A D | ReportBaseCell.php | 70 public int $newline; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell 144 $this->newline = $ln;
|
H A D | HtmlRenderer.php | 251 * @param bool $newline 267 bool $newline, argument 276 …return new ReportHtmlTextbox($width, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck…
|
H A D | ReportPdfCell.php | 141 $this->newline, 149 if ($this->newline >= 1) {
|
H A D | AbstractRenderer.php | 223 * @param bool $newline 239 bool $newline, argument
|
H A D | ReportHtmlTextbox.php | 276 if (!$this->newline) {
|
H A D | ReportParserGenerate.php | 826 $newline = false; 829 $newline = true; 831 $newline = false; 874 $newline,
|
H A D | ReportPdfTextBox.php | 320 if (!$this->newline) {
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | CHANGES.md | 1555 * [#11102](https://dev.ckeditor.com/ticket/11102): Added newline character support. 1604 * [#11202](https://dev.ckeditor.com/ticket/11202): Fixed: No newline in [BBCode](https://ckeditor.c…
|