Searched refs:writehtml_a (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 25571 function SubstituteCharsSIP(&$writehtml_a, &$writehtml_i, &$writehtml_e) argument 25579 $writehtml_a[$writehtml_i] = $writehtml_e = $m[1]; 25580 …array_splice($writehtml_a, $writehtml_i + 1, 0, ['span style="font-family: ' . $font . '"', $m[2],… 25592 function SubstituteCharsNonCore(&$writehtml_a, &$writehtml_i, &$writehtml_e) argument 25595 if ($writehtml_i > 0 && strtolower(substr($writehtml_a[$writehtml_i - 1], 0, 8)) == 'textarea') { 25681 array_splice($writehtml_a, $writehtml_i + 1, 0, ['', $cont]); 25695 …array_splice($writehtml_a, $writehtml_i + 1, 0, ['span style="font-family: ' . $font . '"', $m[2],… 25708 function SubstituteCharsMB(&$writehtml_a, &$writehtml_i, &$writehtml_e) argument 25711 if ($writehtml_i > 0 && strtolower(substr($writehtml_a[$writehtml_i - 1], 0, 8)) == 'textarea') { 25802 …array_splice($writehtml_a, $writehtml_i + 1, 0, ['span style="font-family: ' . $font . '"', $m[2],… [all …]
|