Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/Media/
H A DDisplay.php36 if ($this->mediaFile->isImage()) {
68 if (!$this->mediaFile->isImage()) return '';
H A DDisplayRow.php51 if ($this->mediaFile->isImage()) $this->showDetails();
/dokuwiki/inc/File/
H A DMediaFile.php119 public function isImage() function in dokuwiki\\File\\MediaFile
131 if (!$this->isImage()) return;
/dokuwiki/inc/parser/
H A Dxhtml.php852 $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 …]