Home
last modified time | relevance | path

Searched refs:isImage (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/File/
H A DMediaFile.php117 public function isImage() function in dokuwiki\\File\\MediaFile
129 if (!$this->isImage()) return;
/dokuwiki/inc/parser/
H A Dxhtml.php851 $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 DDisplay.php36 if ($this->mediaFile->isImage()) {
H A DDisplayRow.php51 if ($this->mediaFile->isImage()) $this->showDetails();