Lines Matching defs:img
739 $this->doc .= '<img src="' . DOKU_BASE . 'lib/images/smileys/' . $this->smileys[$smiley] .
1638 // (we can't do this for name because it can contain an img tag)
1707 $ret .= '<img src="' . ml(
1838 * @param array $img
1839 * @return string HTML img tag or similar
1842 public function _imageTitle($img)
1846 // some fixes on $img['src']
1848 [$img['src']] = explode('#', $img['src'], 2);
1849 if ($img['type'] == 'internalmedia') {
1850 $img['src'] = (new MediaResolver($ID))->resolveId($img['src'], $this->date_at, true);
1854 $img['src'],
1855 $img['title'],
1856 $img['align'],
1857 $img['width'],
1858 $img['height'],
1859 $img['cache']