Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php23981 function IndexEntrySee($txta, $txtb) argument
23988 if ($txtb == strip_tags($txtb)) {
23989 $txtb = str_replace(':', ' - ', $txtb); // *OTL*
23996 if ($txtb == strip_tags($txtb)) {
23997 $txtb = str_replace(':', ', ', $txtb);
24000 $this->Reference[] = ['t' => $txta . ' - see ' . $txtb, 'p' => []];