Lines Matching +defs:text +defs:align
43 function header($text, $level, $pos) {
63 function cdata($text) {
250 function unformatted($text) {
261 function php($text, $wrapper = 'code') {
266 function phpblock($text) {
271 function html($text, $wrapper = 'code') {
276 function htmlblock($text) {
300 function preformatted($text) {
305 function file($text, $language = null, $filename = null) {
309 function code($text, $language = null, $filename = null) {
313 function _highlight($type, $text, $language = null, $filename = null) {
503 function internalmedia($src, $title = null, $align = null, $width = null,
539 function externalmedia($src, $title = null, $align = null, $width = null,
613 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
617 function _cellopen($tag, $colspan, $align, $rowspan) {
646 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {