Home
last modified time | relevance | path

Searched refs:_saveTextBuffer (Results 1 – 13 of 13) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DA.php29 …$this->mpdf->_saveTextBuffer($e, '', $attr['NAME']); //an internal link (adds a space for recognit…
DInlineTag.php172 $this->mpdf->_saveTextBuffer(UtfString::code2utf($bdf) . $bdf2);
228 $this->mpdf->_saveTextBuffer($popf);
DDotTab.php61 $this->mpdf->_saveTextBuffer($e);
DBr.php77 $this->mpdf->_saveTextBuffer($blockpre . $inlinepre . "\n" . $inlinepost . $blockpost);
DHr.php119 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
DSelect.php143 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
DBarCode.php261 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
DTextCircle.php238 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
DBlockTag.php30 $this->mpdf->_saveTextBuffer($blockpost);
944 $this->mpdf->_saveTextBuffer(UtfString::code2utf($bdf) . $bdf2);
965 $this->mpdf->_saveTextBuffer($blockpost);
1346 $this->mpdf->_saveTextBuffer($blockpre);
DInput.php413 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
DMeter.php293 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
DImg.php420 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php13539 $this->_saveTextBuffer($te, $this->HREF);
13620 $this->_saveTextBuffer($e, $this->HREF);
15459 $this->_saveTextBuffer($e);
15463 $this->_saveTextBuffer($e);
15490 $this->listitem = $this->_saveTextBuffer($e, '', '', true); // true returns array
15513 $this->_saveTextBuffer($e);
15528 $this->listitem = $this->_saveTextBuffer($e, '', '', true); // true returns array
15545 $this->_saveTextBuffer($e);
15568 $this->listitem = $this->_saveTextBuffer($e, '', '', true); // true returns array
15761 function _saveTextBuffer($t, $link = '', $intlink = '', $return = false) function in Mpdf\\Mpdf