Searched refs:isImage (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/inc/Ui/Media/ |
| H A D | Display.php | 36 if ($this->mediaFile->isImage()) { 68 if (!$this->mediaFile->isImage()) return '';
|
| H A D | DisplayRow.php | 51 if ($this->mediaFile->isImage()) $this->showDetails();
|
| /dokuwiki/inc/File/ |
| H A D | MediaFile.php | 119 public function isImage() function in dokuwiki\\File\\MediaFile 131 if (!$this->isImage()) return;
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 852 $name = $this->_getLinkTitle($name, $hash, $isImage); 910 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype); 911 if (!$isImage) { 973 $name = $this->_getLinkTitle($name, $url, $isImage); 992 if (!$isImage) { 1043 $link['name'] = $this->_getLinkTitle($name, $wikiUri, $isImage); 1050 if (!$isImage) { 1061 if ($exists !== null && !$isImage) { 1102 $link['name'] = $this->_getLinkTitle($name, $url, $isImage); 1103 if (!$isImage) { [all …]
|