Home
last modified time | relevance | path

Searched refs:imageError (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php151 …return $this->imageError($file, $firsttime, 'File contains an invalid stream. Only ' . implode(', …
154 …return $this->imageError($orig_srcpath, $firsttime, 'File contains an invalid stream. Only ' . imp…
166 return $this->imageError($file, $firsttime, 'Unknown image variable');
212 return $this->imageError($file, $firsttime, '');
250 return $this->imageError($file, $firsttime, 'Could not find image file');
258 …return $this->imageError($file, $firsttime, 'WMF or SVG image file not supported in this context');
273 return $this->imageError($file, $firsttime, 'Error parsing SVG file');
287 return $this->imageError($file, $firsttime, 'Missing GD support for WEBP images.');
295 …return $this->imageError($file, $firsttime, 'Error creating temporary file (' . $tempfile . ') whe…
312 return $this->imageError($file, $firsttime, 'Error parsing JPG header');
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
DAssetImportMessage.php66 public function setImageError(ImageError $imageError) argument
68 $this->imageError = $imageError;
75 return $this->imageError;