Home
last modified time | relevance | path

Searched refs:strtolower (Results 51 – 75 of 846) sorted by last modified time

12345678910>>...34

/plugin/addnewpage/
H A Dsyntax.php253 $excludes = @explode(';', strtolower($excludes));
/plugin/adhocmathml/
H A Dabstract.php43 …return in_array(strtolower($value), array('normal','bold','italic','bold-italic','double-struck','…
51 return in_array(strtolower($value), array('true','false'));
H A Dmaction.php29 return in_array(strtolower($value), array('statusline','toggle'));
H A Dmath.php23 return in_array(strtolower($value), array('block','inline'));
H A Dmo.php28 return in_array(strtolower($value), array('true','false'));
H A Dmover.php24 return in_array(strtolower($value), array('true','false'));
H A Dmunder.php24 return in_array(strtolower($value), array('true','false'));
H A Dmunderover.php24 return in_array(strtolower($value), array('true','false'));
/plugin/dw2pdf/syntax/
H A Dpagesetting.php82 $orientation = strtolower(substr($data[0], 6, -2));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DI25.php63 $code = 'AA' . strtolower($code) . 'ZA';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php41 $color = strtolower(trim($color));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToAlpha.php42 $alpha = strtolower($alpha);
H A DDecToRoman.php78 $romanNumber = strtolower($romanNumber);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php374 $tag = 'LANG>>' . strtolower($m[1]);
376 $tag = 'LANG>>' . strtolower($m[1]);
386 $tag = $m[1] . '>>LANG>>' . strtolower($m[2]);
388 $tag = $m[1] . '>>LANG>>' . strtolower($m[2]);
423 $tag = 'LANG>>' . strtolower($m[1]);
425 $tag = 'LANG>>' . strtolower($m[1]);
435 $tag = $m[1] . '>>LANG>>' . strtolower($m[2]);
437 $tag = $m[1] . '>>LANG>>' . strtolower($m[2]);
604 $s = strtolower($s);
620 $v = strtolower(
[all...]
H A DGradient.php653 if (strtolower($m[2]) === 'grad') {
655 } elseif (strtolower($m[2]) === 'rad') {
H A DMpdf.php1470 if (in_array(strtolower($this->defaultCSS['BODY']['FONT-FAMILY']), $this->mono_fonts)) {
1472 } elseif (in_array(strtolower($this->defaultCSS['BODY']['FONT-FAMILY']), $this->sans_fonts)) {
1667 $orientation = strtolower($orientation);
3819 $family = strtolower($family);
4022 $family = strtolower($family);
4242 $file .= strtolower($style);
7258 $c = strtolower($m[1][$i]);
10771 $fontkey = strtolower($family) . strtoupper($style);
10912 if (strtolower($font) == 'ctimes') {
10915 if (strtolower(
[all...]
H A DOtl.php6148 ? strtolower($tags[0])
6153 $country = strtolower($tags[1]);
6158 $country = strtolower($tags[2]);
H A DSizeConverter.php52 $size = trim(strtolower($size));
H A DTableOfContents.php154 $toc_id = strtolower($toc_id);
157 if ($TOCusePaging === false || strtolower($TOCusePaging) == "off" || $TOCusePaging === 0 || $TOCusePaging === "0" || $TOCusePaging === "") {
265 $toc_id = strtolower($toc_id);
637 $toc_id = strtolower($attr['NAME']);
647 $toc_id = strtolower($attr['NAME']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php299 $ar = preg_split('/\s+/', strtolower($par));
471 $c = strtolower($m[1][$i]);
522 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'userspaceonuse') {
529 if (strtolower($gradient_info['spread']) == 'reflect') {
532 elseif (strtolower($gradient_info['spread']) == 'repeat') {
574 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'userspaceonuse') {
629 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'userspaceonuse') {
655 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'objectboundingbox') {
803 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'userspaceonuse') {
890 if (isset($gradient_info['units']) && strtolower(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DLanguageToFont.php11 $lang = strtolower($tags[0]);
16 $script = strtolower($tags[1]);
18 $country = strtolower($tags[1]);
22 $country = strtolower($tags[2]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBarCode.php84 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
H A DBlockTag.php37 if (isset($p['DISPLAY']) && strtolower($p['DISPLAY']) === 'none') {
46 if (isset($attr['POSITION']) && strtolower($attr['POSITION']) === 'bottom') {
51 if (isset($attr['ALIGN']) && strtolower($attr['ALIGN']) === 'bottom') {
53 } elseif (isset($p['CAPTION-SIDE']) && strtolower($p['CAPTION-SIDE']) === 'bottom') {
70 if (isset($attr['METHOD']) && strtolower($attr['METHOD']) === 'get') {
84 && (strtolower($p['POSITION']) === 'fixed'
85 || strtolower($p['POSITION']) === 'absolute'))
391 $v = strtolower($properties['VISIBILITY']);
687 && strtolower($properties['MARGIN-LEFT']) === 'auto' && strtolower(
[all...]
H A DFormFeed.php105 if (strtolower($attr['PAGE-BREAK-TYPE']) === 'cloneall'
106 || strtolower($attr['PAGE-BREAK-TYPE']) === 'clonebycss'
107 || strtolower($attr['PAGE-BREAK-TYPE']) === 'slice') {
108 $pagebreaktype = strtolower($attr['PAGE-BREAK-TYPE']);
H A DHr.php62 if (isset($properties['MARGIN-LEFT']) && strtolower($properties['MARGIN-LEFT']) === 'auto') {
65 if (isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-RIGHT']) === 'auto') {
67 if (isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-RIGHT']) === 'auto'
68 && isset($properties['MARGIN-LEFT']) && strtolower($properties['MARGIN-LEFT']) === 'auto') {

12345678910>>...34