Searched refs:arrayaux (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 15881 …function printbuffer($arrayaux, $blockstate = 0, $is_table = false, $table_draft = false, $cell_di… argument 15948 $array_size = count($arrayaux); 15958 if (empty($arrayaux[$i][18])) { 15959 … if (substr($arrayaux[$i][0], 0, 3) == "\xbb\xa4\xac") { // object identifier has been identified! 15962 $unicode = $this->UTF8StringToArray($arrayaux[$i][0], false); 15965 $this->getBasicOTLdata($arrayaux[$i][18], $unicode, $is_strong); 15968 … (($blockdir == 'rtl' || $this->biDirectional) && isset($arrayaux[$i][4]) && in_array($arrayaux[$i… 15978 $this->otl->bidiPrepare($arrayaux, $blockdir); 15979 $array_size = count($arrayaux); 15985 …if (empty($arrayaux[$i][0]) && (isset($arrayaux[$i][16]) && $arrayaux[$i][16] !== '0') && empty($a… [all …]
|