Lines Matching refs:trim

74 			if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
82 if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
222 if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
276 $stylestr = trim($styles[2][$i]);
280 if (trim($sta)) {
290 $property = trim($property);
292 $value = trim($value);
304 $tagstr = strtoupper(trim($styles[1][$i]));
314 $tags = preg_split('/\s+/', trim($tg));
320 if (trim($tags[0]) === '@PAGE') {
323 $t = trim($tags[0]);
327 $t2 = trim($tags[1]);
331 $t3 = trim($tags[2]);
360 $t = trim($tags[0]);
409 $t = trim($tags[$n]);
527 $classproperties[strtoupper($properties[$i])] = trim($values[$i]);
544 $prop = preg_split('/\s+/', trim($bd));
625 $s = trim($v);
681 $fonttype = trim($f);
684 $v = strtolower(trim($fonttype));
703 $fonttype = trim($f);
706 $v = strtolower(trim($fonttype));
850 $prop = preg_split('/\s+/', trim($v));
861 $prop = preg_split('/\s+/', trim($v));
863 if (strtolower(trim($v)) === 'none') {
875 $prop = preg_split('/\s+/', trim($v));
889 $prop = preg_split('/\s+/', trim($v));
953 $bits = preg_split('/\s+/', trim($s));
1052 $newprop['LIST-STYLE-TYPE'] = strtolower(trim($m[1]));
1054 $newprop['LIST-STYLE-TYPE'] = strtolower(trim($m[1]));
1058 $newprop['LIST-STYLE-IMAGE'] = strtolower(trim($m[1]));
1062 $newprop['LIST-STYLE-POSITION'] = strtolower(trim($m[1]));
1088 $p = explode(' ', trim($s));
1090 $new['x'] = $this->sizeConverter->convert(trim($p[0]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1093 $new['y'] = $this->sizeConverter->convert(trim($p[1]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1097 $new['blur'] = $this->sizeConverter->convert(trim($p[2]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1103 $new['spread'] = $this->sizeConverter->convert(trim($p[3]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1137 $p = explode(' ', trim($s));
1140 $new['x'] = $this->sizeConverter->convert(trim($p[0]), $this->mpdf->FontSize, $this->mpdf->FontSize, false);
1144 $new['y'] = $this->sizeConverter->convert(trim($p[1]), $this->mpdf->FontSize, $this->mpdf->FontSize, false);
1152 trim($p[2]),
1203 $bits = preg_split('/\s+/', trim($s));
1240 $prop = preg_split('/\s+/', trim($mp));
1271 $hv = explode('/', trim($val));
1272 $prop = preg_split('/\s+/', trim($hv[0]));
1291 $prop = preg_split('/\s+/', trim($hv[1]));
1318 $prop = preg_split('/\s+/', trim($val));
1485 $s = trim($a['BORDER-' . $side . '-' . $el]);
1487 $p = trim($b['BORDER-' . $side]);
2102 $f = preg_split('/\s+/', trim($bilp['OTLtags']['Minus']));
2108 $f = preg_split('/\s+/', trim($bilp['OTLtags']['FFMinus']));
2114 $f = preg_split('/\s+/', trim($bilp['OTLtags']['Plus']));
2120 $f = preg_split('/\s+/', trim($bilp['OTLtags']['FFPlus']));