Lines Matching refs:chr

1974 				$this->writer->write('%' . chr(226) . chr(227) . chr(207) . chr(211)); // 4 chars > 128 to show binary file
3510 // Soft Hyphens chr(173)
3511 if ($c == chr(173) && $this->FontFamily != 'csymbol' && $this->FontFamily != 'czapfdingbats') {
3514 $charw = $this->CurrentFont['cw'][chr($this->upperCase[ord($c)])];
3709 $s = str_replace(chr(173), '', $s);
3717 $charw = $cw[chr($this->upperCase[ord($s[$i])])];
4380 $txt2 = str_replace(chr(160), chr(32), $txt);
4382 $txt2 = str_replace(chr(194) . chr(160), chr(32), $txt);
4738 $txt = str_replace(chr(160), chr(32), $txt);
4740 $txt = str_replace(chr(194) . chr(160), chr(32), $txt);
5458 // $txt= preg_replace('/'.preg_quote($this->aliasNbPg,'/').'/', chr(7), $txt); // ? Need to adjust OTL info
5459 // $txt= preg_replace('/'.preg_quote($this->aliasNbPgGp,'/').'/', chr(8), $txt); // ? Need to adjust OTL info
6041 $tmp = str_replace(chr(194) . chr(160), chr(32), $tmp);
6155 $tmp = str_replace(chr(160), chr(32), $tmp);
6557 // Soft Hyphens chr(173)
6567 $content[$k] = $chunk = str_replace(chr(194) . chr(160), chr(32), $chunk);
6570 $content[$k] = $chunk = str_replace(chr(173), '', $chunk);
6571 $content[$k] = $chunk = str_replace(chr(160), chr(32), $chunk);
7884 // Soft Hyphens chr(173)
8131 } elseif (isset($this->textparam['hyphens']) && $this->textparam['hyphens'] != 2 && $this->FontFamily != 'csymbol' && $this->FontFamily != 'czapfdingbats' && $prevchar == chr(173)) {
8302 // Soft Hyphens chr(173) + Replace NBSP with SPACE + Set inclcursive if includes CURSIVE TEXT
8314 $content[$k] = $chunk = str_replace(chr(194) . chr(160), chr(32), $chunk);
8317 $content[$k] = $chunk = str_replace(chr(173), '', $chunk);
8318 $content[$k] = $chunk = str_replace(chr(160), chr(32), $chunk);
10710 // $str = preg_replace('/'.preg_quote($this->aliasNbPg,'/').'/', chr(7), $str ); // mPDF 6 deleted
10711 // $str = preg_replace('/'.preg_quote($this->aliasNbPgGp,'/').'/', chr(8), $str ); // mPDF 6 deleted
13391 $html = str_replace('<tta>160</tta>', chr(32), $html);
13501 $e .= chr($val);
17212 $col1 = '1' . $sh['col'][1] . '1' . chr(100);
17214 $col2 = '1' . $sh['col'][1] . '1' . chr(0);
17217 $col1 = '6' . $sh['col'][1] . $sh['col'][2] . $sh['col'][3] . $sh['col'][4] . chr(100);
17218 $col2 = '6' . $sh['col'][1] . $sh['col'][2] . $sh['col'][3] . $sh['col'][4] . chr(0);
17222 $col2 = '5' . $sh['col'][1] . $sh['col'][2] . $sh['col'][3] . chr(0);
17226 $col2 = '6' . $sh['col'][1] . $sh['col'][2] . $sh['col'][3] . $sh['col'][4] . chr(0);
17229 $col1 = '5' . $sh['col'][1] . $sh['col'][2] . $sh['col'][3] . chr(100);
17230 $col2 = '5' . $sh['col'][1] . $sh['col'][2] . $sh['col'][3] . chr(0);