Lines Matching defs:lang

375 							} elseif (preg_match('/^:LANG\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/', $t, $m)) { // mPDF 6  Special case for lang as attribute selector
377 } elseif (preg_match('/^(' . $this->mpdf->allowedCSStags . ')[.](.*)$/', $t, $m)) { // mPDF 6 Special case for lang as attribute selector
387 } elseif (preg_match('/^(' . $this->mpdf->allowedCSStags . '):LANG\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/', $t, $m)) { // mPDF 6 Special case for lang as attribute selector
389 } elseif (preg_match('/^(' . $this->mpdf->allowedCSStags . ')$/', $t)) { // mPDF 6 Special case for lang as attribute selector
424 } elseif (preg_match('/^:LANG\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/', $t, $m)) { // mPDF 6 Special case for lang as attribute selector
426 } elseif (preg_match('/^(' . $this->mpdf->allowedCSStags . ')[.](.*)$/', $t, $m)) { // mPDF 6 Special case for lang as attribute selector
436 } elseif (preg_match('/^(' . $this->mpdf->allowedCSStags . '):LANG\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/', $t, $m)) { // mPDF 6 Special case for lang as attribute selector
438 } elseif (preg_match('/^(' . $this->mpdf->allowedCSStags . ')$/', $t)) { // mPDF 6 Special case for lang as attribute selector
1383 function _mergeFullCSS($p, &$t, $tag, $classes, $id, $lang)
1423 // STYLESHEET CLASS e.g. [lang=fr]{} or :lang(fr)
1424 if (isset($lang) && isset($p['LANG>>' . $lang])) {
1425 $this->_mergeCSS($p['LANG>>' . $lang], $t);
1438 // STYLESHEET CLASS e.g. [lang=fr]{} or :lang(fr)
1439 if (isset($lang) && isset($p[$tag . '>>LANG>>' . $lang])) {
1440 $this->_mergeCSS($p[$tag . '>>LANG>>' . $lang], $t);
1822 // STYLESHEET LANG e.g. [lang=fr]{} or :lang(fr)
1873 // STYLESHEET LANG e.g. [lang=fr]{} or :lang(fr)