Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
Dphpthumb.class.php279 $this->DebugMessage('phpThumb() v'.$this->phpthumb_version, __FILE__, __LINE__);
321 $this->DebugMessage('Deleting temp file "'.$tempFileToDelete.'"', __FILE__, __LINE__);
339 …$this->DebugMessage('setSourceFilename('.$sourceFilename.') set $this->config_output_format to "'.…
341 …$this->DebugMessage('setSourceFilename('.$sourceFilename.') did NOT set $this->config_output_forma…
344 …$this->DebugMessage('setSourceFilename('.$sourceFilename.') set $this->sourceFilename to "'.$this-…
353 …$this->DebugMessage('setSourceData() setting $this->rawImageData ('.strlen($this->rawImageData).' …
361 …$this->DebugMessage('setSourceData() attempting to save source image to "'.$this->config_cache_sou…
419 …$this->DebugMessage('Skipping rest of GenerateThumbnail() because ($this->useRawIMoutput == true)'…
424 $this->DebugMessage('SourceImageToGD() failed', __FILE__, __LINE__);
478 …$this->DebugMessage('memory_get_usage() after copy-resize = '.(function_exists('memory_get_usage')…
[all …]
DphpThumb.php47 …$phpThumb->DebugMessage('SendSaveAsFileHeaderIfNeeded() sending header: Content-Disposition: '.(!e…
65 …$phpThumb->DebugMessage('Would have used cached (image/'.$phpThumb->thumbnailFormat.') file "'.$ph…
70 …$phpThumb->DebugMessage('Would have used cached file, but skipping due to phpThumbDebug', __FILE__…
71 …$phpThumb->DebugMessage('* Would have sent headers (1): Last-Modified: '.gmdate('D, d M Y H:i:s', …
73 …$phpThumb->DebugMessage('* Would have sent headers (2): Content-Type: '.phpthumb_functions::ImageT…
76 …$phpThumb->DebugMessage('* Would have sent headers (3): Location: '.dirname($matches[1]).'/'.urlen…
78 …$phpThumb->DebugMessage('* Would have sent data: file_get_contents('.$phpThumb->cache_filename.')'…
160 …$phpThumb->DebugMessage('setParameter('.$keyname.', '.$phpThumb->phpThumbDebugVarDump($value).')',…
169 $phpThumb->DebugMessage('$PHPTHUMB_CONFIG is empty', __FILE__, __LINE__);
176 $phpThumb->DebugMessage('PATH_INFO.$args set to ('.implode(')(', $args).')', __FILE__, __LINE__);
[all …]
Dphpthumb.filters.php21 public function DebugMessage($message, $file='', $line='') { function in phpthumb_filters
23 return $this->phpThumbObject->DebugMessage($message, $file, $line);
31 …$this->DebugMessage('Skipping ApplyMask() because gd_version is "'.phpthumb_functions::gd_version(…
36 $this->DebugMessage('Using alpha ApplyMask() technique', __FILE__, __LINE__);
62 $this->DebugMessage('ImageCreateFunction() failed', __FILE__, __LINE__);
67 $this->DebugMessage('ImageCreateFunction() failed', __FILE__, __LINE__);
72 …$this->DebugMessage('Skipping ApplyMask() technique because PHP is v"'. PHP_VERSION .'"', __FILE__…
139 $this->DebugMessage('FAILED: imagefilter($gdimg, IMG_FILTER_GAUSSIAN_BLUR)', __FILE__, __LINE__);
142 …$this->DebugMessage('FAILED: phpthumb_filters::BlurGaussian($gdimg) [using phpthumb_filters::Blur(…
152 … $this->DebugMessage('FAILED: imagefilter($gdimg, IMG_FILTER_SELECTIVE_BLUR)', __FILE__, __LINE__);
[all …]
/plugin/freechat/phpfreechat/data/public/js/
Dxajax.js11 DebugMessage:function(text){if(text.length > 1000)text=text.substr(0,1000)+"...\n[long response]\n.… method
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/
Dphpthumb.changelog.txt648 * Bugfix: uncaught PHP warning in RenderToFile DebugMessage