Lines Matching +refs:text +refs:line

1627 				foreach ($IMhelp_lines as $line) {
1628 if (preg_match('#^[\\+\\-]([a-z\\-]+) #', trim($line), $matches)) {
3130 …@list($text, $size, $alignment, $hex_color, $ttffont, $opacity, $margin, $angle, $bg_color, $bg_op…
3131 $text = ($text ? $text : '');
3149 …$phpthumbFilters->WatermarkText($this->gdimg_output, $text, $size, $alignment, $hex_color, $ttffon…
4329 public function FatalError($text) { argument
4331 $this->fatalerror = $text;
4336 public function ErrorImage($text, $width=0, $height=0, $forcedisplay=false) { argument
4340text = 'phpThumb() v'.$this->phpthumb_version."\n".'http://phpthumb.sourceforge.net'."\n\n".($this…
4342 $this->FatalError($text);
4343 $this->DebugMessage($text, __FILE__, __LINE__);
4372 echo $text;
4374 echo '<pre>'.htmlspecialchars($text).'</pre>';
4382 $LinesOfText = explode("\n", @wordwrap($text, floor($width / $FontWidth), "\n", true));
4389 …on line "'.$headers_line.'", dumping error message as text:**<br><pre>'."\n\n".$text."\n".'</pre>';
4393 …echo "\n".'**Headers already sent, dumping error message as text:**<br><pre>'."\n\n".$text."\n".'<…
4401 foreach ($LinesOfText as $line) {
4402 imagestring($gdimg_error, $this->config_error_fontsize, 2, $lineYoffset, $line, $text_color);
4425 …o "\n".'**Failed to send graphical error image, dumping error message as text:**<br>'."\n\n".$text;
4585 public function DebugMessage($message, $file='', $line='') { argument
4586 … in file "'.(basename($file) ? basename($file) : $file).'"' : '').($line ? ' on line '.$line : '');
4590 public function DebugTimingMessage($message, $file='', $line='', $timestamp=0) { argument
4594 … in file "'.(basename($file) ? basename($file) : $file).'"' : '').($line ? ' on line '.$line : '');