Home
last modified time | relevance | path

Searched refs:image_handler (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php71 public $image_handler = ''; variable in SimplePie\\Sanitize
125 $this->image_handler = (string) $page;
127 $this->image_handler = false;
417 if (isset($this->image_handler) && ((string) $this->image_handler) !== '' && $this->enable_cache) {
426 $img->setAttribute('src', $this->image_handler . $image_url);
433 $img->setAttribute('src', $this->image_handler . $image_url);
H A DSimplePie.php608 public $image_handler = ''; variable in SimplePie\\SimplePie
1482 $this->image_handler = '';