Searched refs:colspan (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 842 * @param int $colspan 846 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1) argument 860 * @param int $colspan 864 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) argument
|
| H A D | xhtml.php | 1541 * @param int $colspan 1546 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument 1558 if ($colspan > 1) { 1559 $this->_counter['cell_counter'] += $colspan - 1; 1560 $this->doc .= ' colspan="' . $colspan . '"'; 1579 * @param int $colspan 1584 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument 1596 if ($colspan > 1) { 1597 $this->_counter['cell_counter'] += $colspan - 1; 1598 $this->doc .= ' colspan="' . $colspan . '"';
|
| /dokuwiki/_test/tests/Parsing/Markdown/ |
| H A D | SpecCompatRenderer.php | 48 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument 55 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) argument
|
| /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/_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 | |
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 316 | Row 2 Col 1 | some colspan (note the double pipe) || 323 | Row 2 Col 1 | some colspan (note the double pipe) || 332 ^ Heading 4 | no colspan this time | | 339 ^ Heading 4 | no colspan this time | |
|