Home
last modified time | relevance | path

Searched refs:strtoupper (Results 101 – 125 of 342) sorted by path

12345678910>>...14

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php295 if ((strtoupper($property) === 'BACKGROUND-IMAGE' || strtoupper($property) === 'BACKGROUND') && false !== stripos($value, '-webkit-gradient')) {
298 $classproperties[strtoupper($property)] = $value;
304 $tagstr = strtoupper(trim($styles[1][$i]));
522 if ((strtoupper($properties[$i]) === 'BACKGROUND-IMAGE' || strtoupper($properties[$i]) === 'BACKGROUND') && false !== stripos($values[$i], '-webkit-gradient')) {
527 $classproperties[strtoupper($properties[$i])] = trim($values[$i]);
878 $newprop['SIZE'] = strtoupper($prop[0]);
1020 $newprop['TEXT-ALIGN'] .= strtoupper(substr($m[1], 0, 1));
1035 $newprop['TEXT-ALIGN'] .= strtoupper(subst
[all...]
H A DMpdf.php3037 $orientation = substr(strtoupper($orientation), 0, 1);
3038 $condition = strtoupper($condition);
3348 $name = strtoupper(trim($name));
3372 $out = strtoupper($out);
3820 $style = strtoupper($style);
4084 $style = strtoupper($style);
4360 $tc = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
4424 $c = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
4449 $c = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
5156 $tc = strtoupper(
[all...]
H A DOtl.php5861 return (str_pad(strtoupper(dechex($unicode_dec)), 5, '0', STR_PAD_LEFT));
H A DOtlDump.php26 return (sprintf("%05s", strtoupper(dechex($unicode_dec))));
H A DPageFormat.php18 $format = strtoupper($name);
H A DTTFontFile.php33 return sprintf("%05s", strtoupper(dechex($unicode_dec)));
H A DTableOfContents.php149 if (strtoupper($toc_id) == 'ALL') {
260 if (strtoupper($toc_id) == 'ALL') {
626 if (isset($attr['PAGING']) && (strtoupper($attr['PAGING']) == 'OFF' || $attr['PAGING'] === '0')) {
631 if (isset($attr['LINKS']) && (strtoupper($attr['LINKS']) == 'ON' || $attr['LINKS'] == 1)) {
662 if (isset($attr['PAGING']) && (strtoupper($attr['PAGING']) == 'OFF' || $attr['PAGING'] === '0')) {
667 if (isset($attr['LINKS']) && (strtoupper($attr['LINKS']) == 'ON' || $attr['LINKS'] == 1)) {
706 if (isset($attr['TOC-ODD-HEADER-VALUE']) && ($attr['TOC-ODD-HEADER-VALUE'] == '1' || strtoupper($attr['TOC-ODD-HEADER-VALUE']) == 'ON')) {
708 } elseif (isset($attr['TOC-ODD-HEADER-VALUE']) && ($attr['TOC-ODD-HEADER-VALUE'] == '-1' || strtoupper($attr['TOC-ODD-HEADER-VALUE']) == 'OFF')) {
711 if (isset($attr['TOC-EVEN-HEADER-VALUE']) && ($attr['TOC-EVEN-HEADER-VALUE'] == '1' || strtoupper($attr['TOC-EVEN-HEADER-VALUE']) == 'ON')) {
713 } elseif (isset($attr['TOC-EVEN-HEADER-VALUE']) && ($attr['TOC-EVEN-HEADER-VALUE'] == '-1' || strtoupper(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3902 if (isset($this->cssManager->CSS['CLASS>>' . strtoupper($class)])) {
3903 $c = $this->cssManager->CSS['CLASS>>' . strtoupper($class)];
3968 if (isset($this->cssManager->CSS['CLASS>>' . strtoupper($class)])) {
3969 $c = $this->cssManager->CSS['CLASS>>' . strtoupper($class)];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBarCode.php37 $objattr['btype'] = strtoupper(trim($attr['TYPE']));
246 if (isset($properties['FLOAT']) && (strtoupper($properties['FLOAT']) === 'RIGHT' || strtoupper($properties['FLOAT']) === 'LEFT')) {
247 $objattr['float'] = strtoupper(substr($properties['FLOAT'], 0, 1));
H A DBlockTag.php267 if (strtoupper($p['PAGE-BREAK-BEFORE']) === 'RIGHT') {
290 } elseif (strtoupper($p['PAGE-BREAK-BEFORE']) === 'LEFT') {
313 } elseif (strtoupper($p['PAGE-BREAK-BEFORE']) === 'ALWAYS') {
339 if (isset($properties['PAGE-BREAK-INSIDE']) && strtoupper($properties['PAGE-BREAK-INSIDE']) === 'AVOID'
427 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl - 1);
445 if (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) === 'RIGHT' && !$this->mpdf->ColActive) {
497 } elseif (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) === 'LEFT' && !$this->mpdf->ColActive) {
H A DBr.php14 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
H A DFormFeed.php64 if (isset($attr['ODD-HEADER-VALUE']) && ($attr['ODD-HEADER-VALUE'] == '1' || strtoupper($attr['ODD-HEADER-VALUE']) === 'ON')) {
66 } elseif (isset($attr['ODD-HEADER-VALUE']) && ($attr['ODD-HEADER-VALUE'] == '-1' || strtoupper($attr['ODD-HEADER-VALUE']) === 'OFF')) {
69 if (isset($attr['EVEN-HEADER-VALUE']) && ($attr['EVEN-HEADER-VALUE'] == '1' || strtoupper($attr['EVEN-HEADER-VALUE']) === 'ON')) {
71 } elseif (isset($attr['EVEN-HEADER-VALUE']) && ($attr['EVEN-HEADER-VALUE'] == '-1' || strtoupper($attr['EVEN-HEADER-VALUE']) === 'OFF')) {
74 if (isset($attr['ODD-FOOTER-VALUE']) && ($attr['ODD-FOOTER-VALUE'] == '1' || strtoupper($attr['ODD-FOOTER-VALUE']) === 'ON')) {
76 } elseif (isset($attr['ODD-FOOTER-VALUE']) && ($attr['ODD-FOOTER-VALUE'] == '-1' || strtoupper($attr['ODD-FOOTER-VALUE']) === 'OFF')) {
79 if (isset($attr['EVEN-FOOTER-VALUE']) && ($attr['EVEN-FOOTER-VALUE'] == '1' || strtoupper($attr['EVEN-FOOTER-VALUE']) === 'ON')) {
81 } elseif (isset($attr['EVEN-FOOTER-VALUE']) && ($attr['EVEN-FOOTER-VALUE'] == '-1' || strtoupper($attr['EVEN-FOOTER-VALUE']) === 'OFF')) {
85 if (isset($attr['ORIENTATION']) && (strtoupper($attr['ORIENTATION']) === 'L' || strtoupper(
[all...]
H A DHr.php17 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
H A DImg.php401 if (isset($properties['FLOAT']) && (strtoupper($properties['FLOAT']) === 'RIGHT' || strtoupper($properties['FLOAT']) === 'LEFT')) {
402 $objattr['float'] = strtoupper(substr($properties['FLOAT'], 0, 1));
H A DIndexInsert.php21 if (isset($attr['USEDIVLETTERS']) && (strtoupper($attr['USEDIVLETTERS']) === 'OFF'
26 $links = isset($attr['LINKS']) && (strtoupper($attr['LINKS']) === 'ON' || $attr['LINKS'] == 1);
H A DInput.php111 switch (strtoupper($attr['TYPE'])) {
326 $type = strtoupper($attr['TYPE']);
356 if (strtoupper($attr['TYPE']) === 'PASSWORD') {
H A DPageFooter.php137 if ($attr['LINE'] == '1' || strtoupper($attr['LINE']) === 'ON') {
H A DSetHtmlPageFooter.php22 if (strtoupper($attr['PAGE']) === 'O' || strtoupper($attr['PAGE']) === 'ODD') {
24 } elseif (strtoupper($attr['PAGE']) === 'E' || strtoupper($attr['PAGE']) === 'EVEN') {
26 } elseif (strtoupper($attr['PAGE']) === 'ALL') {
34 if ($attr['VALUE'] == '1' || strtoupper($attr['VALUE']) === 'ON') {
36 } elseif ($attr['VALUE'] == '-1' || strtoupper($attr['VALUE']) === 'OFF') {
H A DTFoot.php19 if (strtoupper($properties['FONT-WEIGHT']) === 'BOLD') {
26 if (strtoupper($properties['FONT-STYLE']) === 'ITALIC') {
32 if (strtoupper($properties['FONT-VARIANT']) === 'SMALL-CAPS') {
H A DTHead.php17 if (strtoupper($properties['FONT-WEIGHT']) === 'BOLD') {
24 if (strtoupper($properties['FONT-STYLE']) === 'ITALIC') {
30 if (strtoupper($properties['FONT-VARIANT']) === 'SMALL-CAPS') {
H A DTable.php301 if (strtoupper($properties['FONT-WEIGHT']) === 'BOLD') {
306 if (strtoupper($properties['FONT-STYLE']) === 'ITALIC') {
391 if (isset($properties['BORDER-COLLAPSE']) && strtoupper($properties['BORDER-COLLAPSE']) === 'SEPARATE') {
416 if (isset($properties['PAGE-BREAK-INSIDE']) && strtoupper($properties['PAGE-BREAK-INSIDE']) === 'AVOID' && $this->mpdf->tableLevel == 1 && !$this->mpdf->writingHTMLfooter) {
422 $table['page_break_after'] = strtoupper($properties['PAGE-BREAK-AFTER']);
H A DTag.php114 return strtoupper(str_replace('Mpdf\Tag\\', '', $tag));
H A DTd.php392 if (strtoupper($properties['WHITE-SPACE']) === 'NOWRAP') {
H A DTextCircle.php104 if (strtoupper($properties['FONT-WEIGHT']) === 'BOLD') {
109 if (strtoupper($properties['FONT-STYLE']) === 'ITALIC') {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php201 $toUnistring .= sprintf("<%02s> <%02s%02s%02s%02s>\n", strtoupper(dechex($cp)), strtoupper(dechex($l1)), strtoupper(dechex($h1)), strtoupper(dechex($l2)), strtoupper(dechex($h2)));
203 $toUnistring .= sprintf("<%02s> <%04s>\n", strtoupper(dechex($cp)), strtoupper(dechex($u)));
252 // $toUni .= sprintf("<00> <%02s>\n", strtoupper(dechex(count($font['subsets'][$sfid])-1)));

12345678910>>...14