Home
last modified time | relevance | path

Searched refs:orig_srcpath (Results 1 – 7 of 7) sorted by relevance

/plugin/dw2pdf/
DDokuImageProcessorDecorator.php21 $orig_srcpath = false, argument
24 [$file, $orig_srcpath] = self::adjustGetImageLinks($file, $orig_srcpath);
26 return parent::getImage($file, $firsttime, $allowvector, $orig_srcpath, $interpolation);
30 public static function adjustGetImageLinks($file, $orig_srcpath) argument
107 $orig_srcpath = $local;
111 return [$file, $orig_srcpath];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php142 …public function getImage(&$file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $i… argument
153 if ($wrapperChecker->hasBlacklistedStreamWrapper($orig_srcpath)) {
154 …return $this->imageError($orig_srcpath, $firsttime, 'File contains an invalid stream. Only ' . imp…
182 if ($firsttime && $orig_srcpath) {
184 if (strpos($orig_srcpath, 'data:') !== 0) {
185 $orig_srcpath = str_replace(' ', '%20', $orig_srcpath);
187 if (!preg_match('/^(http|ftp)/', $orig_srcpath)) {
188 $orig_srcpath = $this->urldecodeParts($orig_srcpath);
193 if ($orig_srcpath && isset($this->mpdf->images[$orig_srcpath])) {
194 $file = $orig_srcpath;
[all …]
DSvg.php278 $orig_srcpath = '';
280 $orig_srcpath = $srcpath;
286 …$info = $this->imageProcessor->getImage($srcpath, true, false, $orig_srcpath, $this->mpdf->interpo…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DInput.php148 $orig_srcpath = $attr['ORIG_SRC'];
218 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
DMeter.php229 $orig_srcpath = $srcpath;
232 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
DImg.php31 $orig_srcpath = (isset($attr['ORIG_SRC']) ? $attr['ORIG_SRC'] : '');
277 …$info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath, $interpolation); // m…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php8842 $orig_srcpath = $file;
8845 $info = $this->imageProcessor->getImage($file, true, $allowvector, $orig_srcpath);
13763 $orig_srcpath = '';
13774 $orig_srcpath = $path;
13794 if ($orig_srcpath) {
13795 $attr['ORIG_SRC'] = $orig_srcpath;
15374 $orig_srcpath = $listitemimage;
15381 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);