Searched refs:colspan (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 826 * @param int $colspan 830 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1) argument 844 * @param int $colspan 848 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) argument
|
| H A D | xhtml.php | 1531 * @param int $colspan 1536 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument 1548 if ($colspan > 1) { 1549 $this->_counter['cell_counter'] += $colspan - 1; 1550 $this->doc .= ' colspan="' . $colspan . '"'; 1569 * @param int $colspan 1574 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument 1586 if ($colspan > 1) { 1587 $this->_counter['cell_counter'] += $colspan - 1; 1588 $this->doc .= ' colspan="' . $colspan . '"';
|
| /dokuwiki/inc/ |
| H A D | DifferenceEngine.php | 1121 var $colspan = 2; variable in TableDiffFormatter 1150 … $r = '<tr><td '.HTMLDiff::css('diff-blockheader').' colspan="'.$this->colspan.'">'.$l1.":</td>\n". 1151 … '<td '.HTMLDiff::css('diff-blockheader').' colspan="'.$this->colspan.'">'.$l2.":</td>\n". 1183 return '<td colspan="'.$this->colspan.'"> </td>'; 1235 var $colspan = 2; variable in InlineDiffFormatter 1266 …$r = '<tr><td colspan="'.$this->colspan.'" '.HTMLDiff::css('diff-blockheader').'>@@ '.$lang['line'…
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 308 | Row 2 Col 1 | some colspan (note the double pipe) || 315 | Row 2 Col 1 | some colspan (note the double pipe) || 324 ^ Heading 4 | no colspan this time | | 331 ^ Heading 4 | no colspan this time | |
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 308 | Row 2 Col 1 | some colspan (note the double pipe) || 315 | Row 2 Col 1 | some colspan (note the double pipe) || 324 ^ Heading 4 | no colspan this time | | 331 ^ Heading 4 | no colspan this time | |
|