Lines Matching defs:isImage
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) {
1142 $name = $this->_getLinkTitle($name, '', $isImage);
1143 if (!$isImage) {
1810 * @param bool $isImage will be set to true if it's a media file
1816 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content')
1818 $isImage = false;
1820 $isImage = true;