Home
last modified time | relevance | path

Searched refs:_saveCellTextBuffer (Results 1 – 14 of 14) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBr.php55 $this->mpdf->_saveCellTextBuffer($blockpre . $inlinepre . "\n" . $inlinepost . $blockpost);
58 $this->mpdf->_saveCellTextBuffer($blockpre . $inlinepre . "\n" . $inlinepost . $blockpost);
H A DA.php26 $this->mpdf->_saveCellTextBuffer($e, '', $attr['NAME']); // *TABLES*
H A DInlineTag.php170 $this->mpdf->_saveCellTextBuffer(UtfString::code2utf($bdf) . $bdf2);
226 $this->mpdf->_saveCellTextBuffer($popf);
H A DDotTab.php58 $this->mpdf->_saveCellTextBuffer($e);
H A DHr.php115 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
H A DSelect.php139 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
H A DBlockTag.php28 $this->mpdf->_saveCellTextBuffer($blockpost);
118 $this->mpdf->_saveCellTextBuffer("\n");
218 $this->mpdf->_saveCellTextBuffer($ls);
942 $this->mpdf->_saveCellTextBuffer(UtfString::code2utf($bdf) . $bdf2);
963 $this->mpdf->_saveCellTextBuffer($blockpost);
1344 $this->mpdf->_saveCellTextBuffer($blockpre);
H A DBarCode.php257 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
H A DTextCircle.php234 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
H A DInput.php409 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
H A DMeter.php290 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
H A DImg.php416 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
H A DTable.php716 $this->mpdf->_saveCellTextBuffer($e);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php13537 $this->_saveCellTextBuffer($te, $this->HREF);
13555 $this->_saveCellTextBuffer("\n");
13576 $this->_saveCellTextBuffer($e, $this->HREF);
15826 function _saveCellTextBuffer($t, $link = '', $intlink = '') function in Mpdf\\Mpdf