Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBr.php55 $this->mpdf->_saveCellTextBuffer($blockpre . $inlinepre . "\n" . $inlinepost . $blockpost);
58 $this->mpdf->_saveCellTextBuffer($blockpre . $inlinepre . "\n" . $inlinepost . $blockpost);
DA.php26 $this->mpdf->_saveCellTextBuffer($e, '', $attr['NAME']); // *TABLES*
DInlineTag.php170 $this->mpdf->_saveCellTextBuffer(UtfString::code2utf($bdf) . $bdf2);
226 $this->mpdf->_saveCellTextBuffer($popf);
DDotTab.php58 $this->mpdf->_saveCellTextBuffer($e);
DHr.php115 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
DSelect.php139 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
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);
DBarCode.php257 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
DTextCircle.php234 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
DInput.php409 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
DMeter.php290 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
DImg.php416 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF);
DTable.php716 $this->mpdf->_saveCellTextBuffer($e);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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