/plugin/xlsx2dw/ |
H A D | script.js | 55 row.forEach((cell, index) => { 68 … colorFont: (cell?.colorFont && cell.colorFont.length === 7) ? cell.colorFont : "#000000", 69 …colorBackground: (cell?.colorBackground && cell.colorBackground.length === 7) ? cell.colorBackgrou… 119 row.forEach(cell => { 126 … ((cell["-self-closing"] !== undefined) || (cell["-office:value-type"] !== undefined)) && 276 if(!cell.isMerged) { 333 function setStyle(cell) { argument 334 let styledCell = cell.value; 341 if (cell.isMerged) { 350 if (!cell.value && !cell.isMerged) { [all …]
|
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaAdaptor.js | 359 if (cell.isVertex() && this.isLeafOrCollapsed(cell) && activeVertices[cell.id]) 384 if (cell.isEdge() && cell.getTerminal(true) != null && cell.getTerminal(false) != null) 430 if (!cell.isVertex() || !this.isLeafOrCollapsed(cell)) 530 if (cell.isEdge() && cell.source != null && cell.target != null) 630 cell.children == null || cell.children.length == 0 || 719 if (!cell.isVertex() || !activeVertices[cell]) 787 if (cell.children == null || cell.children.length == 0) 798 if (cell.children != null && cell.children.length > 0) 811 cell = cell.getParent(); 812 if (cell != null && cell.isCollapsed()) [all …]
|
H A D | mxWebColaLayout.js | 114 var cell = cells[id]; 115 var state = view.getState(cell); 118 if (cell.isVertex()) { 285 var cell = cells[id]; 289 if (cell.isVertex() && this.layout.isLeafOrCollapsed(cell)) 330 cell.geometry = this.originalGeometries.get(cell); 347 else if (cell.isEdge()) 355 var cell = cells[id]; 358 if (cell.isVertex() && !this.layout.isLeafOrCollapsed(cell)) 383 cell.geometry = this.originalGeometries.get(cell); [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.vertical-align.inc.php | 35 $old_top = $cell->get_top(); 36 $cell->offset(0, -$delta); 37 $cell->put_top($old_top); 45 $old_top = $cell->get_top(); 46 $cell->offset(0, -$delta); 47 $cell->put_top($old_top); 55 $old_top = $cell->get_top(); 56 $cell->offset(0, -$delta); 57 $cell->put_top($old_top); 72 $cell->offset(0, -$delta); [all …]
|
H A D | box.table.row.php | 75 $cell =& $this->content[$i]; 78 $cell->offset(0, 80 $cell->get_top_margin()); 83 if ($cell->rowspan == 1) { 84 $va = $cell->get_css_property(CSS_VERTICAL_ALIGN); 86 $va_fun->apply_cell($cell, $height, $baseline); 89 $cell->put_full_height($height); 97 $cell = $this->content[$i]; 98 if ($cell->rowspan == 1) { 203 $cell =& $this->content[$i]; [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Trees.js | 156 return model.isVertex(cell) && hasTreeParent(cell); 163 if (cell != null) 177 if (cell != null) 193 if (cell != null) 434 var cell = temp[i]; 1362 cell.geometry.height, cell.value); 1450 cell.geometry.height, cell.value); 1469 cell.geometry.height, cell.value); 1487 cell.geometry.height, cell.value); 1543 cell.geometry.height, cell.value); [all …]
|
H A D | DiffSync.js | 373 if (cell != null) 402 if (cell != null) 435 if (cell != null) 769 lookup[cell.getId()] = {cell: cell, prev: prev}; property in EditorUi.createCellLookup.lookup 799 var temp = this.diffCell(cell, newCell.cell); 920 cell.id = json.id; 930 return cell; 940 if (cell.vertex) 945 if (cell.edge) 985 if (cell.collapsed) [all …]
|
/plugin/diagramsnet/lib/plugins/ |
H A D | tickets.js | 147 var prev = cell.style; 149 cell.style = mxUtils.setStyle(cell.style, 'issueType', type); 150 cell.style = mxUtils.setStyle(cell.style, 'issueStatus', status); 151 cell.style = mxUtils.setStyle(cell.style, 'issueStatusWidth', sw); 152 cell.style = mxUtils.setStyle(cell.style, 'issuePriority', priority); 154 return prev != cell.style; 266 var cell = graph.view.states.map[key].cell; 270 return cell; 316 if (cell != null) 333 var cell = null; [all …]
|
H A D | update.js | 210 var cell = graph.model.cells[id]; 212 if (graph.model.isEdge(cell)) 215 var state = graph.view.getState(cell); 220 update.setAttribute('id', cell.id); 230 update.setAttribute('id', cell.id); 237 else if (graph.model.isVertex(cell)) 241 if (cell.value != null && typeof(cell.value) == 'object' && 245 if (cell.prevStyle == null) 247 cell.prevStyle = cell.style; 253 update.setAttribute('id', cell.id); [all …]
|
H A D | explore.js | 106 if (this.model.isVertex(cell)) 138 var cell = me.getCell(); 140 if (cell != null && cell != graph.rootCell) 142 load(graph, cell); 156 cell.geometry.x = cx - cell.geometry.width / 2; 157 cell.geometry.y = cy - cell.geometry.height / 2; 177 load(graph, cell); 184 function load(graph, cell) argument 194 graph.rootCell = cell.referenceCell || cell; 294 var realCell = cell.referenceCell || cell; [all …]
|
H A D | animation.js | 40 function mapCell(cell, clone, mapping) argument 43 mapping[cell.id] = clone; 45 var childCount = cell.getChildCount(); 75 var cell = graph.getModel().cells[id]; 77 if (graph.getModel().isVertex(cell) || graph.getModel().isEdge(cell)) 79 graph.setCellStyles('opacity', '0', [cell]); 112 var cell = mapping[tokens[1]]; 114 if (cell != null) 127 animateCells(graph, [cell]); 387 function showCell(graph, cell) argument [all …]
|
/plugin/sqlraw/ |
H A D | test2.php | 35 foreach ($element->find('th') as $cell) { 40 foreach ($element->find('td') as $cell) { 67 foreach ($element->find('th') as $cell) { 68 …if (strpos(trim($cell->class), 'actions') === false && strpos(trim($cell->class), 'checker') === f… 74 foreach ($element->find('td') as $cell) { 75 …if (strpos(trim($cell->class), 'actions') === false && strpos(trim($cell->class), 'checker') === f… 115 $mdTable[$rowPos][$colPos] = $cell->plaintext; 117 if (isset($cell->rowspan)) { 119 for ($i=1; $i <= ($cell->rowspan)-1; $i++) { 124 if (isset($cell->colspan)) { [all …]
|
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar-ER.js | 61 cell.vertex = true; 66 …return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'List'); 75 cell.vertex = true; 83 …return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'List I… 96 cell.vertex = true; 102 cell.insert(cell1); 104 …return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'Entity… 129 cell.vertex = true; 133 cell.insert(cell1); 137 cell.insert(cell2); [all …]
|
/plugin/issuetracker/ |
H A D | tablekit.js | 80 return $A(cell.parentNode.cells).indexOf(cell); 89 data.textContent = cell.textContent ? cell.textContent : cell.innerText; 96 if(!cell.id) { 346 while(!(cell.tagName && cell.tagName.match(/td|th/gi))) { 347 cell = cell.parentNode; 352 var cell; 412 cell = $(cell); 421 if(cell.id && TableKit.Sortable.types[cell.id]) { 625 var cell; 742 if(cell) { [all …]
|
/plugin/diagramsnet/lib/plugins/trees/ |
H A D | trees.js | 29 function isTreeCell(cell) argument 33 if (cell != null) 263 var cell = temp[i]; 634 function addParent(cell) argument 693 function addChild(cell) argument 1257 cell.vertex = true; 1296 cell.vertex = true; 1307 cell.vertex = true; 1325 cell.vertex = true; 1344 cell.vertex = true; [all …]
|
/plugin/mobiletable/ |
H A D | mobileTable.js | 36 for (let cell of row.children) { 37 const colSpan = cell.colSpan 60 const isTextCell = cell => cell.childNodes.length === 1 && cell.lastChild.nodeName === "#text" 90 if (moveContent(cell, newCell)) { 91 cellMap.set(cell, newCell) 98 const addHeaderCell = (tr, cell) => { 104 if (moveContent(cell, newCell)) { 105 cellMap.set(cell, newCell) 113 let cell 119 cell = name.cloneNode(true) [all …]
|
/plugin/statdisplay/helper/ |
H A D | table.php | 170 $this->cell($data['hits'][$by][$idx]['count']); 176 $this->cell($data['page'][$by][$idx]['count']); 214 $this->cell($data['media']['all']['count'], 2); 219 $this->cell($data['page']['all']['count'], 2); 224 $this->cell($data['page']['all']['visitor'], 2); 275 $this->cell($count, 2); 325 $this->cell($month, 1, false); // Month 394 $this->cell($row); 396 $this->cell($val); 397 $this->cell($this->pct($count, $max)); [all …]
|
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.table.top-boundary.php | 22 $cell = $tree->get_element_by_id('cell'); 25 $cell->get_top_margin(), 27 $text = $cell->content[0]->content[0]; 29 $cell->get_top_margin(), 51 $cell = $tree->get_element_by_id('cell'); 54 $cell->get_top_margin(), 56 $text = $cell->content[0]->content[0]; 58 $cell->get_top_margin(),
|
/plugin/dtable/ |
H A D | helper.php | 107 foreach ($array_line as $cell) 109 if ($cell[0] == 'tableheader_open') 111 $line .= '^'.$cell[1]; 114 $line .= '|'.$cell[1]; 147 public $cell = 0; 168 $this->calls[$this->row][0][$this->cell] = array(1, 1, $type, ''); 182 $this->calls[$this->row][0][$this->cell][3] .= $match; 188 $this->calls[$this->row][0][$this->cell][3] .= $match; 190 $this->calls[$this->row][0][$this->cell][3] .= $match; 193 while (preg_match('/^\s*:::\s*$/', $this->calls[$row][0][$this->cell][ 151 public $cell = 0; global() variable in helper_plugin_dtable_handler [all...] |
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | UserObject.java | 64 public boolean isCellEditable(Object cell) in UserObject() 66 return !getModel().isEdge(cell); in UserObject() 70 public String convertValueToString(Object cell) in UserObject() 72 if (cell instanceof mxCell) in UserObject() 74 Object value = ((mxCell) cell).getValue(); in UserObject() 101 return super.convertValueToString(cell); in UserObject() 108 if (cell instanceof mxCell && newValue != null) in UserObject() 110 Object value = ((mxCell) cell).getValue(); in UserObject() 167 if (cell instanceof mxCell) in UserObject() 169 Object value = ((mxCell) cell).getValue(); in UserObject() [all …]
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Sidebar.js | 1206 …return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'List'); 1221 …return this.createEdgeTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'Curve'… 1367 …return this.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'Link… 1384 …return this.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'Vari… 1516 …return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'List'); 1577 …return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'List'); 1634 …return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'Class'… 1645 …return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'Class … 1657 …return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'Item 2… 3065 if (cell != null && !this.graph.isCellConnectable(cell) && [all …]
|
H A D | Graph.js | 862 if (cell != null && !lookup.get(cell)) 1146 cell = this.model.getParent(cell); 2252 cell = this.model.getChildAt(cell, 0); 3482 cell = this.model.getParent(cell); 5643 var cell = state.cell; 6227 cell = cell.clone(); 6235 cell.width = positions[i + 1] - cell.x; 6258 cell.alternateBounds = new mxRectangle(0, 0, cell.width, cell.height); 8505 var cell = change.cell; 8509 cell = this.model.getParent(cell); [all …]
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktablehandler.js | 226 cell.parentNode.removeChild( cell ) ; 591 if ( oRow[c] == cell ) 693 if ( cell.parentNode ) 694 cell.parentNode.removeChild( cell ) ; 695 cell.colSpan = cell.rowSpan = 1 ; 706 if ( ! cell) 713 cell.colSpan++ ; 727 if ( ! cell || cell._rowScanned === true ) 730 cell.rowSpan++ ; 764 j += cell.colSpan ; [all …]
|
/plugin/datepicker/script/jscalendar-1.0/ |
H A D | calendar.js | 765 var cell = null; 771 cell.colSpan = cs; 779 return cell; 854 cell.colSpan = 2; 896 cell.colSpan = 2; 1142 cell = cell.nextSibling; 1151 dpos[j] = cell; 1197 cell.className += cell.otherMonth ? " oweekend" : " weekend"; 1218 if (cell) 1228 if (cell) { [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | DotTab.php | 52 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) { 53 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']; 54 } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) { 55 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']; 57 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
|