Lines Matching refs:strtoupper

3037 		$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($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
5584 $tx = sprintf("%02s", strtoupper(dechex($init)));
5593 $tx = sprintf("%02s", strtoupper(dechex($n)));
5667 $tx = sprintf("%02s", strtoupper(dechex($init)));
5675 $tx = sprintf("%02s", strtoupper(dechex($n)));
6288 if (($this->lSpacingCSS || $this->lSpacingCSS === '0') && strtoupper($this->lSpacingCSS) != 'NORMAL') {
6294 if ($this->wSpacingCSS && strtoupper($this->wSpacingCSS) != 'NORMAL') {
7671 $lcol = strtoupper($fcol); // change 0 0 0 rg to 0 0 0 RG
9534 $dest = strtoupper($dest);
9654 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
10197 $orientation = strtoupper(substr($orientation, 0, 1));
10306 if ($ohvalue < 0 || strtoupper($ohvalue) == 'OFF') {
10323 if ($ehvalue < 0 || strtoupper($ehvalue) == 'OFF') {
10340 if ($ofvalue < 0 || strtoupper($ofvalue) == 'OFF') {
10357 if ($efvalue < 0 || strtoupper($efvalue) == 'OFF') {
10738 $ret .= sprintf("%02s", strtoupper(dechex($init)));
10748 $ret .= sprintf("%02s", strtoupper(dechex($n)));
10771 $fontkey = strtolower($family) . strtoupper($style);
10944 $this->defaultCSS['BODY'][strtoupper($prop)] = $val;
10945 $this->cssManager->CSS['BODY'][strtoupper($prop)] = $val;
10981 } elseif (strtoupper($v) == 'NORMAL' || $v == 'N') {
11553 if (strtoupper($psarr['suppress']) == 'ON' || $psarr['suppress'] == 1) {
11555 } elseif (strtoupper($psarr['suppress']) == 'OFF') {
11598 if (strtoupper($psarr['suppress']) == 'ON' || $psarr['suppress'] == 1) {
11600 } elseif (strtoupper($psarr['suppress']) == 'OFF') {
11704 if (strtoupper($psarr['suppress']) == 'ON' || $psarr['suppress'] == 1) {
11706 } elseif (strtoupper($psarr['suppress']) == 'OFF') {
13631 $endtag = trim(strtoupper(substr($e, 1)));
13722 $te = strtoupper(substr($e, 0, strpos($e, ' ')));
13724 $te = strtoupper($e);
13741 $te = strtoupper(substr($e, 0, strpos($e, ' ')));
13743 $te = strtoupper($e);
13792 $tag = (isset($a2[0]) ? strtoupper($a2[0]) : '');
13801 if (strtoupper($a3[1]) == 'ID' || strtoupper($a3[1]) == 'CLASS') { // 4.2.013 Omits STYLE
13802 $attr[strtoupper($a3[1])] = trim(strtoupper($a3[2]));
13805 $attr[strtoupper($a3[1])] = trim(strtoupper($a3[2]));
13807 $attr[strtoupper($a3[1])] = trim($a3[2]);
14923 $name = strtoupper($name);
15176 if (strtoupper($p['SIZE']) == 'AUTO') {
15178 } elseif (strtoupper($p['SIZE']) == 'LANDSCAPE') {
15212 } elseif (strtoupper($p['MARKS']) == 'CROP') {
15214 } elseif (strtoupper($p['MARKS']) == 'CROSS') {
15590 $e = strtoupper(substr($e, 1));
15601 $e = strtoupper($e);
16060 if ($this->wSpacingCSS && strtoupper($this->wSpacingCSS) != 'NORMAL') {
16066 if (($this->lSpacingCSS || $this->lSpacingCSS === '0') && strtoupper($this->lSpacingCSS) != 'NORMAL') {
18089 $name = ( strtoupper($firstattr[$i]) == "NAME" ) ? strtoupper($aux[2][$i]) : strtoupper($aux[4][$i]);
18090 $content = ( strtoupper($firstattr[$i]) == "CONTENT" ) ? $aux[2][$i] : $aux[4][$i];
18110 if (strtoupper($m[1]) != 'UTF-8') {
18111 $this->charset_in = strtoupper($m[1]);
18146 $v = strtoupper($v);
18327 if (strtoupper($v) == 'PADDING-BOX') {
18329 } elseif (strtoupper($v) == 'CONTENT-BOX') {
18335 if (strtoupper($v) == 'AVOID') {
18337 } elseif (strtoupper($v) == 'ALWAYS' || strtoupper($v) == 'LEFT' || strtoupper($v) == 'RIGHT') {
18338 $this->blk[$this->blklvl]['page_break_after'] = strtoupper($v);
18344 if (strtoupper($v) == 'CLONE') {
18346 } elseif (strtoupper($v) == 'SLICE') {
18352 if (strtoupper($v) != 'AUTO') {
18380 if (strtoupper($v) == 'COLLAPSE') {
18402 switch (strtoupper($v)) {
18438 if (strtoupper($v) == 'NONE') {
18483 if (strtoupper($v) == 'NOJUSTIFY' && $this->blk[$this->blklvl]['align'] == "J") {
18511 switch (strtoupper($v)) {
18568 if (($this->lSpacingCSS || $this->lSpacingCSS === '0') && strtoupper($this->lSpacingCSS) != 'NORMAL') {
18575 if ($this->wSpacingCSS && strtoupper($this->wSpacingCSS) != 'NORMAL') {
18581 switch (strtoupper($v)) {
18593 switch (strtoupper($v)) {
18604 if (strtoupper($v) == 'NORMAL' || (strtoupper($v) == 'AUTO' && $this->useKerning)) {
18615 } elseif (strtoupper($v) == 'NONE' || (strtoupper($v) == 'AUTO' && !$this->useKerning)) {
18628 $v = strtoupper($v);
18641 switch (strtoupper($v)) {
18654 $v = strtoupper($v);
18680 $v = strtoupper($v);
18718 $v = strtoupper($v);
18755 $v = strtoupper($v);
18805 switch (strtoupper($v)) { // Not working 100%
18837 if (strtoupper($v) == 'NONE') {
18839 } elseif (strtoupper($v) == 'AUTO') {
18841 } elseif (strtoupper($v) == 'MANUAL') {
18847 if (strtoupper($v) == 'NONE') {
18854 switch (strtoupper($v)) {
18876 if (strtoupper($v) == 'INVERT') {
18914 $this->textparam['s-decoration']['color'] = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
18926 $this->textparam['u-decoration']['color'] = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
18938 $this->textparam['o-decoration']['color'] = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
19118 if ($this->wSpacingCSS && strtoupper($this->wSpacingCSS) != 'NORMAL') {
19124 if (($this->lSpacingCSS || $this->lSpacingCSS === '0') && strtoupper($this->lSpacingCSS) != 'NORMAL') {
23487 if (strtoupper($toc_id) == 'ALL') {
24336 if ((strtoupper($vAlign) == 'J') || (strtoupper($vAlign) == 'JUSTIFY')) {