Home
last modified time | relevance | path

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

/dports/finance/prestashop/prestashop/admin/filemanager/include/
H A Dphp_image_magician.php180 private $transparentArray = array('.png', '.gif'); variable in imageLib
420 if (in_array($this->fileExtension, $this->transparentArray) && $this->keepTransparency) {
/dports/www/thirtybees/thirtybees-1.1.0/admin/filemanager/include/
H A Dphp_image_magician.php181 private $transparentArray = ['.png', '.gif']; variable in imageLib
425 if (in_array($this->fileExtension, $this->transparentArray) && $this->keepTransparency) {