Home
last modified time | relevance | path

Searched refs:DebugMessage (Results 1 – 5 of 5) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php424 $this->DebugMessage('SourceImageToGD() failed', __FILE__, __LINE__);
3827 $this->DebugMessage('Populating $rawimagedata', __FILE__, __LINE__);
3855 $this->DebugMessage('starting SourceImageToGD()', __FILE__, __LINE__);
4153 $this->DebugMessage('imagecropauto failed', __FILE__, __LINE__);
4343 $this->DebugMessage($text, __FILE__, __LINE__);
4486 $this->DebugMessage($ErrorMessage, __FILE__, __LINE__);
4501 $this->DebugMessage($ErrorMessage, __FILE__, __LINE__);
4505 $this->DebugMessage($ErrorMessage, __FILE__, __LINE__);
4530 $this->DebugMessage($ErrorMessage, __FILE__, __LINE__);
4532 $this->DebugMessage('deleting "'.$tempnam.'"', __FILE__, __LINE__);
[all …]
H A DphpThumb.php70 …$phpThumb->DebugMessage('Would have used cached file, but skipping due to phpThumbDebug', __FILE__…
169 $phpThumb->DebugMessage('$PHPTHUMB_CONFIG is empty', __FILE__, __LINE__);
176 $phpThumb->DebugMessage('PATH_INFO.$args set to ('.implode(')(', $args).')', __FILE__, __LINE__);
179 $phpThumb->DebugMessage('PATH_INFO."src" = "'.$_GET['src'].'"', __FILE__, __LINE__);
188 …$phpThumb->DebugMessage('PATH_INFO."w"x"h" set to "'.$_GET['w'].'"x"'.$_GET['h'].'"', __FILE__, __…
195 $phpThumb->DebugMessage('PATH_INFO."'.$array_key_name.'[]" = "'.$value.'"', __FILE__, __LINE__);
198 $phpThumb->DebugMessage('PATH_INFO."'.$key.'" = "'.$value.'"', __FILE__, __LINE__);
395 …$phpThumb->DebugMessage('setParameter('.$key.', '.$phpThumb->phpThumbDebugVarDump($value).')', __F…
636 …$phpThumb->DebugMessage('Setting "user_agent" to "'.$phpThumb->config_http_user_agent.'"', __FILE_…
645 $phpThumb->DebugMessage('Setting source data from URL "'.$phpThumb->src.'"', __FILE__, __LINE__);
[all …]
H A Dphpthumb.filters.php21 public function DebugMessage($message, $file='', $line='') { function in phpthumb_filters
23 return $this->phpThumbObject->DebugMessage($message, $file, $line);
36 $this->DebugMessage('Using alpha ApplyMask() technique', __FILE__, __LINE__);
62 $this->DebugMessage('ImageCreateFunction() failed', __FILE__, __LINE__);
67 $this->DebugMessage('ImageCreateFunction() failed', __FILE__, __LINE__);
247 $this->DebugMessage('FAILED: imagefilter($gdimg, IMG_FILTER_COLORIZE)', __FILE__, __LINE__);
443 $this->DebugMessage('FAILED: imagefilter($gdimg, IMG_FILTER_EMBOSS)', __FILE__, __LINE__);
520 $this->DebugMessage('FAILED: imagefilter($gdimg, IMG_FILTER_GRAYSCALE)', __FILE__, __LINE__);
871 $this->DebugMessage('FAILED: imagefilter($gdimg, IMG_FILTER_NEGATE)', __FILE__, __LINE__);
1147 $this->DebugMessage('Processing '.count($textlines).' lines of text', __FILE__, __LINE__);
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js11 DebugMessage:function(text){if(text.length > 1000)text=text.substr(0,1000)+"...\n[long response]\n.… method in xajax
18 getRequestObject:function(){if(xajaxConfig.debug)this.DebugMessage("Initializing Request Object..")…
27 req=window.createRequest();if(!req)this.DebugMessage("Request Object Instantiation failed.");return…
30 if(xajaxConfig.debug&&!returnObj){this.DebugMessage("Element with the id \""+sId+"\" not found.");}
91 catch(e){if(xajaxConfig.debug)this.DebugMessage(e.name+": "+e.message);}
119 …ajax.runDelayEvents()",this.delayEventTime);if(xajaxConfig.debug)this.DebugMessage("Starting xajax…
134 if(xajaxConfig.debug)this.DebugMessage("Calling "+sFunction+" uri="+uri+" (post:"+postData+")");r.s…
135 …tion(r){try{if(r.status==0||r.status==200){if(xajaxConfig.debug)xajax.DebugMessage("Received:\n"+r…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt648 * Bugfix: uncaught PHP warning in RenderToFile DebugMessage