/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | TableRange.php | 31 public $rowSpan; variable in Google\\Service\\Slides\\TableRange 64 public function setRowSpan($rowSpan) argument 66 $this->rowSpan = $rowSpan; 73 return $this->rowSpan;
|
H A D | TableCell.php | 31 public $rowSpan; variable in Google\\Service\\Slides\\TableCell 68 public function setRowSpan($rowSpan) argument 70 $this->rowSpan = $rowSpan; 77 return $this->rowSpan;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | TableRange.php | 29 public $rowSpan; variable in Google\\Service\\Docs\\TableRange 50 public function setRowSpan($rowSpan) argument 52 $this->rowSpan = $rowSpan; 59 return $this->rowSpan;
|
H A D | TableCellStyle.php | 51 public $rowSpan; variable in Google\\Service\\Docs\\TableCellStyle 210 public function setRowSpan($rowSpan) argument 212 $this->rowSpan = $rowSpan; 219 return $this->rowSpan;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell.php | 34 public $rowSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell 81 public function setRowSpan($rowSpan) argument 83 $this->rowSpan = $rowSpan; 90 return $this->rowSpan;
|
H A D | GoogleCloudDocumentaiV1DocumentPageTableTableCell.php | 34 public $rowSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageTableTableCell 81 public function setRowSpan($rowSpan) argument 83 $this->rowSpan = $rowSpan; 90 return $this->rowSpan;
|
H A D | GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell.php | 34 public $rowSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell 81 public function setRowSpan($rowSpan) argument 83 $this->rowSpan = $rowSpan; 90 return $this->rowSpan;
|
/plugin/mobiletable/ |
H A D | mobileTable.js | 161 let rowSpan = 1 189 rowSpans[i] = row.children[i - colOffset].rowSpan - 1 191 if (rowSpan === 1) { 193 newCell.rowSpan = colSpan 196 rowSpan = (rowSpan === 1) ? colSpan : rowSpan - 1 197 if (rowSpan > 1) {
|
H A D | script.js | 6 …h)}h=f.children[l-w].colSpan;n[l]=f.children[l-w].rowSpan-1;1===y&&(H(x,f.children[l-w],q===D).row…
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktablehandler.js | 468 var rowSpan = isNaN( refCell.rowSpan ) ? 1 : refCell.rowSpan ; 519 var currentRowSpan = currentCell.rowSpan ; 566 var rowSpan = tableMap[currentRowIndex][i].rowSpan ; 567 if ( isNaN( rowSpan ) ) 568 rowSpan = 1 ; 569 tableMap[currentRowIndex][i].rowSpan = rowSpan + 1 ; 658 var iRowSpan = isNaN( oCell.rowSpan ) ? 1 : oCell.rowSpan ; 695 cell.colSpan = cell.rowSpan = 1 ; 730 cell.rowSpan++ ; 771 if ( cell.rowSpan == 1 ) [all …]
|
/plugin/prosemirror/parser/ |
H A D | TableRowNode.php | 37 $rowSpan = $tableCell->getRowSpan(); 39 // does nothing if $rowSpan==1 and $colSpan==1 41 $rowSpans[$colIndex + $colSpanIndex] = $rowSpan - 1;
|
/plugin/combo/ComboStrap/ |
H A D | BrandListTag.php | 110 $rowSpan = sizeof($variants) + 1; // 1 for the brand column 111 $html .= "<tr><td rowspan=\"$rowSpan\" class=\"text-danger\">$message</td></tr>";
|
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/ |
H A D | tableCell.js.unc | 162 id: 'rowSpan', 163 label: langCell.rowSpan, 167 var attrVal = parseInt( selectedCell.getAttribute( 'rowSpan' ), 10 ); 174 selectedCell.setAttribute( 'rowSpan', this.getValue() ); 176 selectedCell.removeAttribute( 'rowSpan' );
|
H A D | tableCell.js | 1 …n(l){l.renameNode(this.getValue())}},f,{type:"text",id:"rowSpan",label:d.rowSpan,"default":"",vali…
|
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
H A D | tableCell.js.unc | 143 id: 'rowSpan', 144 label: langCell.rowSpan, 148 var attrVal = parseInt( selectedCell.getAttribute( 'rowSpan' ), 10 ); 155 selectedCell.setAttribute( 'rowSpan', this.getValue() ); 157 selectedCell.removeAttribute( 'rowSpan' );
|
H A D | tableCell.js | 1 …n(m){m.renameNode(this.getValue())}},h,{type:"text",id:"rowSpan",label:e.rowSpan,"default":"",vali…
|
/plugin/rater/scripts/ |
H A D | jquery.tablesorter.js | 435 var rowSpan = c.rowSpan || 1; 449 for (var k = rowIndex; k < rowIndex + rowSpan; k++) { 474 if (table.tHead.length == 1 || (cell.rowSpan > 1 || !r[row + 1])) {
|
/plugin/ckgdoku/ckeditor/lang/ |
H A D | en.js | 1 …cal:"Split Cell Vertically",title:"Cell Properties",cellType:"Cell Type",rowSpan:"Rows Span",colSp… property in CKEDITOR.lang.en.table.cell
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 65 …rowSpan)?1:B.rowSpan;for (var r=D;r<D+K;r++){for (var i=I;i<J;i++) C[r][i]=H;}}else{var L=[];for (…
|
H A D | fckeditorcode_gecko.js | 64 …rowSpan)?1:B.rowSpan;for (var r=D;r<D+K;r++){for (var i=I;i<J;i++) C[r][i]=H;}}else{var L=[];for (…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 75 …rowSpan)?1:B.rowSpan;for (var r=D;r<D+K;r++){for (var i=I;i<J;i++) C[r][i]=H;}}else{var L=[];for (…
|
H A D | fckeditorcode_ie.js | 79 …rowSpan)?1:B.rowSpan;for (var r=D;r<D+K;r++){for (var i=I;i<J;i++) C[r][i]=H;}}else{var L=[];for (…
|
/plugin/ckgedit/ckeditor/lang/ |
H A D | en.js.4.9 | 5 …Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","col…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 13851 if (column.rowSpan && column.rowSpan > 1) { 14352 if (data.rowSpan && data.rowSpan > 1) { 14353 markVSpans(node.table, row, col, data.rowSpan); 14462 rowSpan: rowData[col].rowSpan 16768 rsd.push({ left: 0, rowSpan: 0 }); 16776 rsd.push({ left: x, rowSpan: 0, width: 0 }); 16820 var shouldDrawLine = !data.rowSpan; 16959 if (row[i].rowSpan) { 16960 this.rowSpanData[i].rowSpan = row[i].rowSpan; 16970 if(this.rowSpanData[i].rowSpan > 0) { [all …]
|
H A D | pdfmake.min.js | 9 …rowSpan&&t.rowSpan>1){var n=o+t.rowSpan-1;if(n>=i.length)throw"Row span for column "+e+" (with ind… property in r.measureTable.s.t 10 …rowSpan:0});for(var r=0,i=a.tableNode.table.body[0].length;i>r;r++){var o=a.layout.paddingLeft(r,a…
|