Home
last modified time | relevance | path

Searched refs:txta (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php55 $txta = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['a'];
131 $table['txta'] = $txta;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php23981 function IndexEntrySee($txta, $txtb) argument
23985 if ($txta == strip_tags($txta)) {
23986 $txta = str_replace(':', ' - ', $txta); // *OTL*
23993 if ($txta == strip_tags($txta)) {
23994 $txta = str_replace(':', ', ', $txta);
24000 $this->Reference[] = ['t' => $txta . ' - see ' . $txtb, 'p' => []];