Home
last modified time | relevance | path

Searched refs:colspan (Results 26 – 50 of 88) sorted by path

1234

/plugin/dokutexit/
H A Dlatex.php713 $this->$table_mode($colspan, $align);
723 $this->$table_mode($colspan, $align);
864 'args' => array($colspan, $align)));
876 'args' => array($colspan, $align)));
921 $this->tablecell_open($colspan, $align);
935 if ($colspan > 0) {
1020 $this->tablecell_open($colspan, $align);
1034 if ($colspan > 1) {
1124 $this->tablecell_open($colspan, $align);
1138 if ($colspan > 0) {
[all …]
/plugin/dtable/
H A Dscript.js309 var colspan = $this_cell.attr("colspan");
424 var colspan = cells[i][0];
436 colspan = mod[2];
467 if (colspan > 1)
546 width /= colspan;
547 for (var j = 0; j < colspan; j++)
598 for (var j = 1; j < colspan; j++)
606 $button.data('colspan', colspan);
614 var width = $mother.width() / colspan;
641 function(cclass, rowspan, colspan, value) argument
[all …]
/plugin/dw2markdown/
H A Drenderer.php540 * @param int $colspan
544 function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) { argument
545 $this->doc .= str_repeat( '|', $colspan );
546 $this->tableColumns += $colspan;
558 * @param int $colspan
562 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) { argument
563 $this->doc .= str_repeat( '|', $colspan );
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md313 - Tables - bug when using colspan across columns which may have a cell width specified
314 cf. http://www.mpdf1.com/forum/discussion/2221/colspan-bug
359 - Tables - colspan (on a row after first row) exceeds number of columns in table
418 - table with fixed width column and long word in cell set to colspan across this column (adding spare width to all columns)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php19591 if (!isset($c['colspan'])) {
19661 if (isset($c['colspan'])) { // Not perfect - but % set on colspan is shared equally on cols.
19662 for ($k = 0; $k < $c['colspan']; $k++) {
19663 $table['wc'][($j + $k)]['wpercent'] = $c['wpercent'] / $c['colspan'];
19687 // mPDF 5.7.4 Do not set column width in colspan
19688 // cf. http://www.mpdf1.com/forum/discussion/2221/colspan-bug
19689 if (!isset($c['colspan'])) {
19703 if (!isset($c['colspan'])) {
19738 if (!isset($c['colspan'])) {
[all...]
/plugin/dwcommits/
H A Dadmin.php236 ptln('<tr><td colspan="5">' . $this->getLang('explain_git') . '</td>');
297 ptln('<tr><td colspan="2" align="right">');
301 ptln('<tr><td colspan="2">&nbsp;'); //Row spacer
304 …ptln('<tr><th align="center" colspan="2">' . $this->getLang('repo_names') . '&nbsp;&nbsp;&nbsp;</t…
310 ptln('<tr><td colspan="2">&nbsp;'); //Row spacer
313 …ptln('<tr><th align="center" colspan="2">' . $this->getLang('branch_names') . '&nbsp;&nbsp;&nbsp;<…
/plugin/edittable/lib/
H A Dhandsontable.full.js44041 var colspan = th.getAttribute('colspan');
44043 if (th && (colspan === null || colspan === 1)) {
46181 mergeParent.colspan = bottomRight.col - topLeft.col + 1;
46211 TD.setAttribute('colspan', info.colspan);
46232 if (coords.col >= merged.col && coords.col <= merged.col + merged.colspan - 1) {
46261 range = new _src.CellCoords(range.row + range.rowspan - 1, range.col + range.colspan - 1);
46290 … newDelta.col = mergedParent.col + mergedParent.colspan - 1 - currentPosition.col + delta.col;
46354 newDelta.col -= currentMerge.colspan - 1;
46356 newDelta.col += currentMerge.colspan - 1;
46654 var mergeEnd = mergeParent.col + mergeParent.colspan - 1;
[all …]
/plugin/edittable/renderer/
H A Dinverse.php613 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
614 $this->_cellopen('th', $colspan, $align, $rowspan);
617 function _cellopen($tag, $colspan, $align, $rowspan) { argument
646 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
647 $this->_cellopen('td', $colspan, $align, $rowspan);
H A Djson.php71 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { argument
72 $this->_tablefield_open('th', $colspan, $align, $rowspan);
79 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { argument
80 $this->_tablefield_open('td', $colspan, $align, $rowspan);
95 private function _tablefield_open($tag, $colspan, $align, $rowspan) { argument
104 $this->tmetacell['colspan'] = $colspan;
126 $colspan = $this->tmetacell['colspan'];
128 for($c = 1; $c < $colspan; $c++) {
/plugin/edittable/script/
H A Deditor.js48 return { rowspan: 1, colspan: 1 };
81 meta[row][col].hasOwnProperty('colspan') && meta[row][col].colspan > 1) {
86 merge.colspan = meta[row][col].colspan;
207 if (cellMeta.colspan) {
208 $td.attr('colspan', cellMeta.colspan);
311 meta[row][col].colspan = 1;
324 var colspan = this.mergeCells.mergedCellInfoCollection[merge].colspan;
326 meta[row][col].colspan = colspan;
332 for (c = col; c < col + colspan; c += 1) {
338 meta[r][c].colspan = 1;
[all …]
/plugin/exttab3/helper/
H A Dodt.php38 $colspan = 1;
40 $colspan = $matches[1];
90 $renderer->_odtTableHeaderOpenUseCSS($colspan, $rowspan, $tag, $attr);
96 $renderer->_odtTableCellOpenUseCSS($colspan, $rowspan, $tag, $attr);
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt262 | Row 2 Col 1 | some colspan (note the double pipe) ||
269 | Row 2 Col 1 | some colspan (note the double pipe) ||
278 ^ Heading 4 | no colspan this time | |
285 ^ Heading 4 | no colspan this time | |
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt273 | Row 2 Col 1 | some colspan (note the double pipe) ||
280 | Row 2 Col 1 | some colspan (note the double pipe) ||
289 ^ Heading 4 | no colspan this time | |
296 ^ Heading 4 | no colspan this time | |
/plugin/filelisting/
H A Dscript.js281 //remember about first th colspan
282 var colspan = this.$headertable.find('th').first().attr('colspan'),
283 index = this.$sortHeader.index() + (colspan - 1),
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/
H A Dmethod_item.html.dist2 <td class="{{methods_level}}" colspan="4">{{name}}</td>
/plugin/form/
H A Dsyntax.php910 $data .= '<tr><td colspan="2">'
1019 $data .= '<tr><td colspan="2">&nbsp;</td></tr>';
1057 $data .= '<tr><td colspan="2"><span style="color:#FF0000;">'
/plugin/groupmanager/
H A Dsyntax.php406 $colspan = 4 + count($this->grplst) + ($allow_delete_user?0:-1) ;
424 …$renderer->doc .= " <tr><td colspan=\"" . $colspan . "\" class=\"centeralign\" STYLE='border…
444 …$renderer->doc .= " <td colspan=\"" . $colspan . "\" class=\"centeralign\" style=\"border-bo…
549 …$renderer->doc .= " <tr><td colspan=\"" . $colspan . "\" class=\"centeralign\" STYLE='border-…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1207 * Fixed: support for 'colspan' / 'rowspan' attributes was broken
1543 after colspan
1559 * box.table.php: fixed bug 1231826 - empty colspan columns are not
H A Dbox.table.cell.fake.php4 var $colspan; variable in FakeTableCellBox
28 $this->colspan = 1;
H A Dbox.table.cell.php5 var $colspan; variable in TableCellBox
19 $this->colspan = 1;
199 $box->colspan = max(1,(int)$root->get_attribute('colspan'));
H A Dbox.table.php234 if ($cell->colspan > 1) { continue; }
282 $cell->colspan >= count($this->content[$j])) {
363 for ($cs = 0; $cs < $row->content[$i_col]->colspan; $cs++) {
760 foreach ($colspans as $colspan) {
761 $cell = $this->content[$colspan->row]->content[$colspan->column];
785 for ($i=$colspan->column; $i < $colspan->column+$colspan->size; $i++) {
817 array_splice($widths, $colspan->column, $colspan->size, $spanned_widths);
900 if ($cell->colspan > 1 &&
959 return $this->content[$y]->content[$x]->colspan;
H A Dbox.table.row.php44 for ($j=1; $j<$this->content[$i]->colspan; $j++) {
110 if ($this->content[$i]->colspan > 1) {
111 $colspan = new CellSpan;
112 $colspan->row = $row_index;
113 $colspan->column = $i;
114 $colspan->size = $this->content[$i]->colspan;
116 $colspans[] = $colspan;
145 if ($this->content[$i]->colspan > 1) {
160 if ($this->content[$i]->colspan > 1) {
H A Dstrategy.table.layout.auto.php15 foreach ($colspans as $colspan) {
16 $cell = $table->content[$colspan->row]->content[$colspan->column];
27 for ($i=$colspan->column; $i < $colspan->column+$colspan->size; $i++) {
59 array_splice($widths, $colspan->column, $colspan->size, $spanned_widths);
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …h",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:…
/plugin/jquery/
H A Djquery-1.4.2.js981 colspan: "colSpan", property in jQuery.props

1234