Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/Response/
DMedia.php21 public $isimage; variable in dokuwiki\\Remote\\Response\\Media
38 * @param bool|null $isimage Wether this is an image file
47 $isimage = null, argument
57 $this->isimage = (bool)($isimage ?? preg_match("/\.(jpe?g|gif|png)$/", $id));
/dokuwiki/inc/Remote/
DLegacyApiCore.php264 'isimg' => $file->isimage,