Lines Matching +defs:text +defs:align
17 public $text; variable in CommandHeader
21 function __construct($text, $level, $pos) {
52 public $text; variable in CommandCData
54 function __construct($text) {
80 public $text; variable in CommandInternalLink
220 private $align; variable in CommandTableHeaderOpen
223 function __construct($colspan = 1, $align = null, $rowspan = 1) {
239 private $align = null; variable in CommandTableCellOpen
242 function __construct($colspan = 1, $align = null, $rowspan = 1) {
270 private $align; variable in CommandInternalMedia
276 function __construct($src, $title, $align, $width, $height, $positionInGroup, $totalInGroup) {