Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DIndexInsert.php10 $indexCollationLocale = '';
12 $indexCollationLocale = $attr['COLLATION'];
27 $this->mpdf->InsertIndex($usedivletters, $links, $indexCollationLocale, $indexCollationGroup);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php24017 …function InsertIndex($usedivletters = 1, $useLinking = false, $indexCollationLocale = '', $indexCo… argument
24080 if ($indexCollationLocale) {
24081 setlocale(LC_COLLATE, $indexCollationLocale);
24088 if ($indexCollationLocale) {