Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
DSanitize.php70 public $image_handler = ''; variable in SimplePie\\Sanitize
124 $this->image_handler = (string) $page;
126 $this->image_handler = false;
416 …if (isset($this->image_handler) && ((string) $this->image_handler) !== '' && $this->enable_cache) {
425 $img->setAttribute('src', $this->image_handler . $image_url);
432 … $img->setAttribute('src', $this->image_handler . $image_url);
DSimplePie.php1480 $this->image_handler = '';