| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
| D | GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell.php | 26 public $colSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell 39 public function setColSpan($colSpan) argument 41 $this->colSpan = $colSpan; 48 return $this->colSpan;
|
| D | GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell.php | 26 public $colSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell 39 public function setColSpan($colSpan) argument 41 $this->colSpan = $colSpan; 48 return $this->colSpan;
|
| D | GoogleCloudDocumentaiV1DocumentPageTableTableCell.php | 26 public $colSpan; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageTableTableCell 39 public function setColSpan($colSpan) argument 41 $this->colSpan = $colSpan; 48 return $this->colSpan;
|
| /plugin/mobiletable/ |
| D | mobileTable.js | 37 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
|
| D | script.js | 2 …("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/prosemirror/parser/ |
| D | TableRowNode.php | 27 for ($colIndex = 1; $colIndex <= $numColsInTable; $colIndex += $colSpan) { 31 $colSpan = 1; 38 $colSpan = $tableCell->getColSpan(); 40 for ($colSpanIndex = 0; $colSpanIndex < $colSpan; ++$colSpanIndex) { 44 $doc .= str_repeat('|', $colSpan - 1);
|
| /plugin/bibtex/OSBib/create/ |
| D | TABLE.php | 64 …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/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fcktablehandler.js | 220 var iColSpan = isNaN( aCells[0].colSpan ) ? 1 : aCells[0].colSpan ; 243 iColSpan += isNaN( eCell.colSpan ) ? 1 : eCell.colSpan ; 251 aCells[0].colSpan = iColSpan ; 281 if ( isNaN( aCollCells[i].colSpan ) ) 282 aCollCells[i].colSpan = 2 ; 284 aCollCells[i].colSpan += 1 ; 352 var iColSpan = isNaN( oCell.colSpan ) ? 1 : oCell.colSpan ;
|
| /plugin/fckg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 69 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 } ) ; property 156 if ( guessItem.colSpan > colSpan ) 158 guessItem.width = width / colSpan ; 159 guessItem.colSpan = colSpan ;
|
| /plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 68 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 } ) ; property 154 if ( guessItem.colSpan > colSpan ) 156 guessItem.width = width / colSpan ; 157 guessItem.colSpan = colSpan ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcktablehandler.js | 456 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 ; 695 cell.colSpan = cell.rowSpan = 1 ; 713 cell.colSpan++ ; 764 j += cell.colSpan ; [all …]
|
| /plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
| D | tableCell.js.unc | 162 id: 'colSpan', 163 label: langCell.colSpan, 167 var attrVal = parseInt( element.getAttribute( 'colSpan' ), 10 ); 174 selectedCell.setAttribute( 'colSpan', this.getValue() ); 176 selectedCell.removeAttribute( 'colSpan' );
|
| D | tableCell.js | 1 …)}else{m.removeAttribute("rowSpan")}}},{type:"text",id:"colSpan",label:e.colSpan,"default":"",vali…
|
| /plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/ |
| D | tableCell.js.unc | 181 id: 'colSpan', 182 label: langCell.colSpan, 186 var attrVal = parseInt( element.getAttribute( 'colSpan' ), 10 ); 193 selectedCell.setAttribute( 'colSpan', this.getValue() ); 195 selectedCell.removeAttribute( 'colSpan' );
|
| D | tableCell.js | 1 …)}else{l.removeAttribute("rowSpan")}}},{type:"text",id:"colSpan",label:d.colSpan,"default":"",vali…
|
| /plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/ |
| D | fcktextcolorcommand.js | 131 oCell.colSpan = 8 ; 168 oCell.colSpan = 8 ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
| D | fcktextcolorcommand.js | 130 oCell.colSpan = 8 ; 173 oCell.colSpan = 8 ;
|
| /plugin/rater/scripts/ |
| D | jquery.tablesorter.js | 436 var colSpan = c.colSpan || 1 454 for (var l = firstAvailCol; l < firstAvailCol + colSpan; l++) { 471 if (cell.colSpan > 1) {
|
| /plugin/tablelayout/script/ |
| D | tablelayout_functions.js | 171 colIndex += this.colSpan;
|
| /plugin/ckgedit/ckeditor/plugins/table/dialogs/ |
| D | table.js | 1 ….$.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/ckgdoku/ckeditor/plugins/table/dialogs/ |
| D | table.js | 1 ….$.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/ |
| D | calendar.js | 771 cell.colSpan = cs; 854 cell.colSpan = 2; 859 cell.colSpan = this.weekNumbers ? 4 : 3; 896 cell.colSpan = 2;
|
| /plugin/ckgdoku/ckeditor/lang/ |
| D | en.js | 1 …ically",title:"Cell Properties",cellType:"Cell Type",rowSpan:"Rows Span",colSpan:"Columns Span",wo… property
|
| /plugin/grensladawritezor/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 59 …colSpan)?1:A[0].colSpan;var C='';var D=FCK.EditorDocument.createDocumentFragment();for (var i=A.le… 68 …colSpan=8;var C=E.appendChild(CreateSelectionDiv());C.innerHTML='<table cellspacing="0" cellpaddin…
|
| D | fckeditorcode_ie.js | 60 …colSpan)?1:A[0].colSpan;var C='';var D=FCK.EditorDocument.createDocumentFragment();for (var i=A.le… 69 …colSpan=8;var C=E.appendChild(CreateSelectionDiv());C.innerHTML='<table cellspacing="0" cellpaddin…
|