Lines Matching +defs:text +defs:height
122 function header($text, $level, $pos, $returnonly = false) {
127 if($text) {
131 if ( preg_match("/^class:(.*?)>(.*?)$/", $text, $matches) ) {
133 $text = $matches[2];
168 parent::header($headingNumber . $text, $level, $pos);
405 * @param string $title descriptive text
408 * @param int $height height of media in pixel
469 * @param string $title descriptive text
472 * @param int $height height of media in pixel
477 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) {
478 $link = parent::_getMediaLinkConf( $src, $title, $align, $width, $height, $cache, $render );