Searched refs:isimage (Results 1 – 2 of 2) sorted by relevance
21 public $isimage; variable in dokuwiki\\Remote\\Response\\Media38 * @param bool|null $isimage Wether this is an image file47 $isimage = null, argument57 $this->isimage = (bool)($isimage ?? preg_match("/\.(jpe?g|gif|png)$/", $id));
264 'isimg' => $file->isimage,