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