Home
last modified time | relevance | path

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

/plugin/gallery/classes/
DImage.php9 public const IMG_REGEX = '/\.(jpe?g|gif|png|svg|webp)$/i'; define in dokuwiki\\plugin\\gallery\\classes\\Image
87 $title = preg_replace(self::IMG_REGEX, '', $title);
DAbstractGallery.php33 return (bool)preg_match(Image::IMG_REGEX, $src);