Home
last modified time | relevance | path

Searched refs:_setBidiCodes (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBr.php25 $blockpre = $this->mpdf->_setBidiCodes('end', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']);
26 …$blockpost = $this->mpdf->_setBidiCodes('start', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']…
44 $inlinepre .= $this->mpdf->_setBidiCodes('end', $iBDF[$i]);
47 $inlinepost .= $this->mpdf->_setBidiCodes('start', $iBDF[$i]);
DInlineTag.php223 $popf = $this->mpdf->_setBidiCodes('end', $bdf);
DBlockTag.php24 … $blockpost = $this->mpdf->_setBidiCodes('end', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']);
959 … $blockpost = $this->mpdf->_setBidiCodes('end', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']);
1340 …$blockpre = $this->mpdf->_setBidiCodes('start', $this->mpdf->blk[$this->mpdf->blklvl]['bidicode']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php25503 function _setBidiCodes($mode = 'start', $bdf = '') function in Mpdf\\Mpdf