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()
129 if (!$this->isImage()) return;
109 public function isImage() global() function in dokuwiki\\File\\MediaFile
/dokuwiki/inc/parser/
H A Dxhtml.php850 $name = $this->_getLinkTitle($name, $hash, $isImage);
908 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
909 if (!$isImage) {
971 $name = $this->_getLinkTitle($name, $url, $isImage);
990 if (!$isImage) {
1041 $link['name'] = $this->_getLinkTitle($name, $wikiUri, $isImage);
1048 if (!$isImage) {
1059 if ($exists !== null && !$isImage) {
1100 $link['name'] = $this->_getLinkTitle($name, $url, $isImage);
1101 if (!$isImage) {
1704 _getLinkTitle($title, $default, & $isImage, $id = null, $linktype = 'content') global() argument
[all...]
/dokuwiki/inc/Ui/Media/
H A DDisplay.php36 if ($this->mediaFile->isImage()) {
H A DDisplayRow.php51 if ($this->mediaFile->isImage()) $this->showDetails();