Home
last modified time | relevance | path

Searched refs:colSpan (Results 1 – 25 of 59) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentPageTableTableCell.php26 public $colSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell
39 public function setColSpan($colSpan) argument
41 $this->colSpan = $colSpan;
48 return $this->colSpan;
H A DGoogleCloudDocumentaiV1DocumentPageTableTableCell.php26 public $colSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageTableTableCell
39 public function setColSpan($colSpan) argument
41 $this->colSpan = $colSpan;
48 return $this->colSpan;
H A DGoogleCloudDocumentaiV1beta2DocumentPageTableTableCell.php26 public $colSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell
39 public function setColSpan($colSpan) argument
41 $this->colSpan = $colSpan;
48 return $this->colSpan;
/plugin/prosemirror/parser/
H A DTableRowNode.php28 for ($colIndex = 1; $colIndex <= $numColsInTable; $colIndex += $colSpan) {
32 $colSpan = 1;
39 $colSpan = $tableCell->getColSpan();
40 // does nothing if $rowSpan==1 and $colSpan==1
41 for ($colSpanIndex = 0; $colSpanIndex < $colSpan; $colSpanIndex += 1) {
45 $doc .= str_repeat('|', $colSpan - 1);
/plugin/mobiletable/
H A DmobileTable.js37 const colSpan = cell.colSpan
41 while (indexSpan < colSpan) {
84 const addCell = (tr, cell, colSpan) => {
86 if (colSpan) {
87 newCell.colSpan = 2
100 newCell.colSpan = 2
188 const colSpan = row.children[i - colOffset].colSpan
193 newCell.rowSpan = colSpan
196 rowSpan = (rowSpan === 1) ? colSpan : rowSpan - 1
H A Dscript.js2 …("tr");g.appendChild(d);return d},H=function(g,d,e){var b=d.cloneNode(!1);e&&(b.colSpan=2);E(d,b)&&
3 …comp.makeIterator(n.children);for(var p=n.next();!p.done;p=n.next()){p=p.value;for(var t=p.colSpan,
5 …eak}if(l===k){q=z;var x=f.children[l-w],h=document.createElement("th");h.colSpan=2;h.className=x.c…
6 M.appendChild(h)}h=f.children[l-w].colSpan;n[l]=f.children[l-w].rowSpan-1;1===y&&(H(x,f.children[l-…
/plugin/bibtex/OSBib/create/
H A DTABLE.php64 …function td($data, $class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE, $width=FALS… argument
67 <td class="$class" align="$align" valign="$vAlign" colspan="$colSpan" width="$width">
74 function tdStart($class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE) argument
76 return "<td class=\"$class\" align=\"$align\" valign=\"$vAlign\" colspan=\"$colSpan\">\n";
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js68 var colSpan = isNaN( rbCell.colSpan ) ? 1 : rbCell.colSpan ;
69 lbCell = tableMap[rowIdx][colIdx + colSpan] ;
148 var colSpan = isNaN( cell.colSpan) ? 1 : cell.colSpan ;
150 colArray.push( { width : width / colSpan, colSpan : colSpan } ) ;
154 if ( guessItem.colSpan > colSpan )
156 guessItem.width = width / colSpan ;
157 guessItem.colSpan = colSpan ;
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js69 var colSpan = isNaN( rbCell.colSpan ) ? 1 : rbCell.colSpan ;
70 lbCell = tableMap[rowIdx][colIdx + colSpan] ;
150 var colSpan = isNaN( cell.colSpan) ? 1 : cell.colSpan ;
152 colArray.push( { width : width / colSpan, colSpan : colSpan } ) ;
156 if ( guessItem.colSpan > colSpan )
158 guessItem.width = width / colSpan ;
159 guessItem.colSpan = colSpan ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js456 var cellSpan = isNaN( refCell.colSpan ) ? 1 : refCell.colSpan ;
558 var colSpan = tableMap[currentRowIndex][i].colSpan ;
559 if ( isNaN( colSpan ) || colSpan < 1 )
560 colSpan = 1 ;
563 i += colSpan ;
570 i += colSpan ;
657 var iColSpan = isNaN( oCell.colSpan ) ? 1 : oCell.colSpan ;
713 cell.colSpan++ ;
764 j += cell.colSpan ;
768 j += cell.colSpan ;
[all …]
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc181 id: 'colSpan',
182 label: langCell.colSpan,
186 var attrVal = parseInt( element.getAttribute( 'colSpan' ), 10 );
193 selectedCell.setAttribute( 'colSpan', this.getValue() );
195 selectedCell.removeAttribute( 'colSpan' );
H A DtableCell.js1 …)}else{l.removeAttribute("rowSpan")}}},{type:"text",id:"colSpan",label:d.colSpan,"default":"",vali…
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc162 id: 'colSpan',
163 label: langCell.colSpan,
167 var attrVal = parseInt( element.getAttribute( 'colSpan' ), 10 );
174 selectedCell.setAttribute( 'colSpan', this.getValue() );
176 selectedCell.removeAttribute( 'colSpan' );
H A DtableCell.js1 …)}else{m.removeAttribute("rowSpan")}}},{type:"text",id:"colSpan",label:e.colSpan,"default":"",vali…
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktextcolorcommand.js130 oCell.colSpan = 8 ;
173 oCell.colSpan = 8 ;
/plugin/rater/scripts/
H A Djquery.tablesorter.js436 var colSpan = c.colSpan || 1
454 for (var l = firstAvailCol; l < firstAvailCol + colSpan; l++) {
471 if (cell.colSpan > 1) {
/plugin/tablelayout/script/
H A Dtablelayout_functions.js171 colIndex += this.colSpan;
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1 ….$.rows[g],k=0;for(var f=0,l,m=o.cells.length;f<m;f++){l=o.cells[f];k+=l.colSpan}k>h&&(h=k)}return…
H A Dtable.js.unc23 cols += cell.colSpan;
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1 ….$.rows[g],k=0;for(var f=0,l,m=o.cells.length;f<m;f++){l=o.cells[f];k+=l.colSpan}k>h&&(h=k)}return…
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js771 cell.colSpan = cs;
854 cell.colSpan = 2;
859 cell.colSpan = this.weekNumbers ? 4 : 3;
896 cell.colSpan = 2;
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1 …ically",title:"Cell Properties",cellType:"Cell Type",rowSpan:"Rows Span",colSpan:"Columns Span",wo… property in CKEDITOR.lang.en.table.cell
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1277 td.colSpan = 2;
1640 td.colSpan = 2;
2166 td.colSpan = 2;
2174 td.colSpan = 2;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js75colSpan)?1:B.colSpan;if (F>1){var G=Math.ceil(F/2);var H=FCK.EditorDocument.createElement(B.nodeNa…
84colSpan=8;var C=E.appendChild(CreateSelectionDiv());C.innerHTML='<table cellspacing="0" cellpaddin…
H A Dfckeditorcode_ie.js79colSpan)?1:B.colSpan;if (F>1){var G=Math.ceil(F/2);var H=FCK.EditorDocument.createElement(B.nodeNa…
88colSpan=8;var C=E.appendChild(CreateSelectionDiv());C.innerHTML='<table cellspacing="0" cellpaddin…

123