Lines Matching +defs:text +defs:height
69 * @param string $text
73 public function header($text, $level, $pos, $returnonly = false)
76 if (!$text) {
81 $hid = $this->_headerToLink($text, true);
84 $this->toc_additem($hid, $text, $level);
120 $this->_xmlEntities($text),
128 $this->doc .= $this->_xmlEntities($text);
196 * @param string $title descriptive text
199 * @param int $height height of media in pixel
209 $height = null,
216 $out .= '<div align="center" style="text-align: center">';
219 $out .= parent::_media($src, $title, $align, $width, $height, $cache, $render);
267 '<img src="%s" width="16" height="16" style="vertical-align: middle" class="%s" />%s',