Searched refs:isImage (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/inc/File/ |
| H A D | MediaFile.php | 117 public function isImage() function in dokuwiki\\File\\MediaFile 129 if (!$this->isImage()) return;
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 851 $name = $this->_getLinkTitle($name, $hash, $isImage); 909 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype); 910 if (!$isImage) { 972 $name = $this->_getLinkTitle($name, $url, $isImage); 991 if (!$isImage) { 1042 $link['name'] = $this->_getLinkTitle($name, $wikiUri, $isImage); 1049 if (!$isImage) { 1060 if ($exists !== null && !$isImage) { 1101 $link['name'] = $this->_getLinkTitle($name, $url, $isImage); 1102 if (!$isImage) { [all …]
|
| /dokuwiki/inc/Ui/Media/ |
| H A D | Display.php | 36 if ($this->mediaFile->isImage()) {
|
| H A D | DisplayRow.php | 51 if ($this->mediaFile->isImage()) $this->showDetails();
|