Home
last modified time | relevance | path

Searched refs:rowSpan (Results 1 – 25 of 43) sorted by last modified time

12

/plugin/combo/ComboStrap/
H A DBrandListTag.php110 $rowSpan = sizeof($variants) + 1; // 1 for the brand column
111 $html .= "<tr><td rowspan=\"$rowSpan\" class=\"text-danger\">$message</td></tr>";
/plugin/mobiletable/
H A DmobileTable.js161 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 Dscript.js6 …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/prosemirror/parser/
H A DTableRowNode.php38 $rowSpan = $tableCell->getRowSpan();
40 // does nothing if $rowSpan==1 and $colSpan==1
42 $rowSpans[$colIndex + $colSpanIndex] = $rowSpan - 1;
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc23071 …1 < e[k].rowSpan && g && e[k] == g[k] ? (h = e[k], h.rowSpan += 1) : (h = (new CKEDITOR.dom.elemen…
23086 g = b.getParent().$.rowIndex + b.$.rowSpan - 1,
23258 z = a.$.rowSpan,
23272 p >= h ? d.removeAttribute("rowSpan") : d.$.rowSpan = n;
23291 h = b.$.rowSpan,
23305 b.$.rowSpan = l;
23306 c.$.rowSpan = h;
23307 1 == l && b.removeAttribute("rowSpan");
23308 1 == h && c.removeAttribute("rowSpan");
23327 1 < l[a].rowSpan && (h += l[a].rowSpan - 1)
[all …]
H A Dckeditor.js1168 …etParent(),a=g.$.rowIndex,b=b[b.length-1],k=b.getParent().$.rowIndex+b.$.rowSpan-1,b=new CKEDITOR.…
1169 …c=c.createElement("tr"),k=0;e[k]&&k<b;k++){var h;1<e[k].rowSpan&&a&&e[k]==a[k]?(h=e[k],h.rowSpan+=…
1170rowSpan-1,b=[];d.reset();for(d=g;d<=a;d++){for(var k=e[d],h=new CKEDITOR.dom.element(c.$.rows[d]),…
1172 …ogus(),a[f?"insertBefore":"insertAfter"].call(a,g),b.push(a),a=a.$),h+=a.rowSpan-1);return b}funct…
1174 …R.dom.element(g[m]),g.$&&(1==g.$.colSpan?g.remove():--g.$.colSpan,n+=g.$.rowSpan-1,e.$.cells.lengt…
1179rowSpan,t=t.$.rowIndex,B=A(a,t,g),w=w+v*z,p=Math.max(p,B-m+v);n=Math.max(n,t-l+z);b||(v=g,(z=v.get…
1180 …able"),g=CKEDITOR.tools.buildTableMap(e),a=c.$.rowIndex,k=A(g,a,b),h=b.$.rowSpan,l;if(1<h){l=Math.…
1181 …pend(c=b.clone()),m=A(g,a),k=0;k<m.length;k++)m[k].rowSpan++;c.appendBogus();b.$.rowSpan=l;c.$.row…
1182 …r a=c=1,k=[],h=0;h<e.length;h++){var l=e[h];k.push(l[g]);1<l[g].rowSpan&&(h+=l[g].rowSpan-1)}for(e…
1195 …t++;y[u][t];)t++;for(var A=isNaN(p.colSpan)?1:p.colSpan,p=isNaN(p.rowSpan)?1:p.rowSpan,x=0;x<p&&!(…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified663 "rowSpan": "Rows Span",
H A Den.js-4.9.merged5 …Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","col…
H A Den.js.4.95 …Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","col…
H A Den.js.unc5 …Split Cell Vertically","title":"Cell Properties","cellType":"Cell Type","rowSpan":"Rows Span","col…
H A Dfr.js.unc592 "rowSpan": "Fusion de lignes",
H A Dlang_array.txt586 "rowSpan": "Rows Span",
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …n(m){m.renameNode(this.getValue())}},h,{type:"text",id:"rowSpan",label:e.rowSpan,"default":"",vali…
H A DtableCell.js.unc143 id: 'rowSpan',
144 label: langCell.rowSpan,
148 var attrVal = parseInt( selectedCell.getAttribute( 'rowSpan' ), 10 );
155 selectedCell.setAttribute( 'rowSpan', this.getValue() );
157 selectedCell.removeAttribute( 'rowSpan' );
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified663 "rowSpan": "Rows Span",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentPageTableTableCell.php34 public $rowSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell
81 public function setRowSpan($rowSpan) argument
83 $this->rowSpan = $rowSpan;
90 return $this->rowSpan;
H A DGoogleCloudDocumentaiV1DocumentPageTableTableCell.php34 public $rowSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageTableTableCell
81 public function setRowSpan($rowSpan) argument
83 $this->rowSpan = $rowSpan;
90 return $this->rowSpan;
H A DGoogleCloudDocumentaiV1beta2DocumentPageTableTableCell.php34 public $rowSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell
81 public function setRowSpan($rowSpan) argument
83 $this->rowSpan = $rowSpan;
90 return $this->rowSpan;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableRange.php31 public $rowSpan; variable in Google\\Service\\Slides\\TableRange
64 public function setRowSpan($rowSpan) argument
66 $this->rowSpan = $rowSpan;
73 return $this->rowSpan;
H A DTableCell.php31 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 DTableCellStyle.php51 public $rowSpan; variable in Google\\Service\\Docs\\TableCellStyle
210 public function setRowSpan($rowSpan) argument
212 $this->rowSpan = $rowSpan;
219 return $this->rowSpan;
H A DTableRange.php29 public $rowSpan; variable in Google\\Service\\Docs\\TableRange
50 public function setRowSpan($rowSpan) argument
52 $this->rowSpan = $rowSpan;
59 return $this->rowSpan;
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …n(l){l.renameNode(this.getValue())}},f,{type:"text",id:"rowSpan",label:d.rowSpan,"default":"",vali…
H A DtableCell.js.unc162 id: 'rowSpan',
163 label: langCell.rowSpan,
167 var attrVal = parseInt( selectedCell.getAttribute( 'rowSpan' ), 10 );
174 selectedCell.setAttribute( 'rowSpan', this.getValue() );
176 selectedCell.removeAttribute( 'rowSpan' );

12