Home
last modified time | relevance | path

Searched refs:cell (Results 151 – 175 of 383) sorted by relevance

12345678910>>...16

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php117 if ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] > 0 && !$this->mpdf->nestedtablejustfinished) {
119 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
120 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
121 } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) {
122 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
124 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
128 $this->mpdf->cell[
[all...]
/plugin/columns/
H A Dsyntax.php448 private function getOdtTableStyleName($blockId, $columnId = 0, $cell = 0) { argument
458 if ($cell != 0) {
459 $result .= $cell;
/plugin/rack/
H A Dstyle.css17 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
/plugin/datatables/assets/datatables.net-dt/css/
H A Djquery.dataTables.min.css
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js98 this.xmGeo = cellState.cell.geometry;
183 var cell = this.createElt("Cell");
184 cell.setAttribute("N", name);
185 cell.setAttribute("V", val);
187 if (formula) cell.setAttribute("F", formula);
189 return cell;
H A Dimporter.js1140 while (cell != null)
1149 cell = cell.parent;
1498 var geo = cell.geometry;
1733 var geo = cell.geometry;
1737 if (cell.vertex)
1761 var geo = cell.geometry;
1768 if (cell.isEdge())
7802 …if (((cell != null && (cell.nodeType == 1)) || cell === null) && ((typeof defaultValue === 'number…
7805 … else if (((typeof cell === 'number') || cell === null) && defaultValue === undefined) {
9188 … var v = cell.getAttribute("V") || cell.textContent || "";
[all …]
/plugin/latexit/tests/my/
H A Dtest8.latex37 Row 1 Col 1 & \multirow{3}{*}{ this cell spans vertically } & Row 1 Col 3 \\
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js979cell&&(this.value=this.previous,this.previous=this.model.valueForCellChanged(this.cell,this.previo…
980cell&&(this.geometry=this.previous,this.previous=this.model.geometryForCellChanged(this.cell,this.…
1211cell!=this.currentRoot){var b=this.graph.getModel(),c=this.getState(b.getParent(a.cell));null!=c&&…
1555cell)){a.view.updateCellState(a);var e=d.getGeometry(a.cell);0==b&&0==c||null==e||e.relative&&null…
1556cell)&&a.view.updateCellState(a);var f=this.graph.getCellGeometry(a.cell),g=a.view.getState(e.getP…
1567cell)))for(var c=this.graph.model,d=this.graph.view.getState(c.getParent(b.cell));null!=d&&!this.g…
1579cell),this.cell);for(b=0;b<a.length;b++)c=this.graph.view.getState(a[b]),null==c||g.get(c)||g.put(…
1604 …h.model.isEdge(a.cell)||this.graph.model.isVertex(a.cell))&&this.graph.isCellDeletable(a.cell)&&0=…
1825cell||null!=c&&!b.graph.connectableEdges&&e.isEdge(c)||e.isAncestor(b.state.cell,c))c=null;this.gr…
2327cell)||(this.selectionCellsHandler.handlers.put(e.cell,k),this.selectCellForEvent(e.cell,c.getEven…
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md313 - Tables - bug when using colspan across columns which may have a cell width specified
315 - Tables - cell height (when specified) is not resized when table is shrunk
316 - Tables - if table width specified, but narrower than minimum cell wdith, and less than page width - table will expand to
317 minimum cell width(s) as long as $keep_table_proportions = true
318 - Tables - if using packTableData, and borders-collapse, wider border is overwriting content of adjacent cell
357 - Tables - cell in a nested table with a specified width, should determine width of parent table cell
379 - tables - if table width set to 100% and one cell/column is empty with no padding/border, sizing incorrectly
405 - cell height miscalculated when using hard-hyphenate
418 - table with fixed width column and long word in cell se
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js610 var cell = graph.getSelectionCell();
1306 orgChartLayout.execute(cell);
1952 cell.vertex = true;
2981 cell.vertex = true;
2984 cell.geometry.x = pt.x;
2985 cell.geometry.y = pt.y;
2990 cell = graph.addCell(cell);
2998 graph.scrollCellToVisible(cell);
2999 graph.setSelectionCell(cell);
3004 graph.startEditing(cell);
[all …]
H A DDialogs.js1914 var cell = null;
1919 cell = (format == 'txt') ?
1933 if (cell != null)
1935 graph.setSelectionCell(cell);
1975 var cell = null;
1992 if (cell != null)
6840 if (typeof cell.value === 'object' && cell.value.attributes != null)
6969 (graph.model.isVertex(state.cell) || graph.model.isEdge(state.cell)))
7218 var cell = lastFound.cell, lbl = graph.getLabel(cell);
7255 var cell = lastFound.cell, lbl = graph.getLabel(cell);
[all …]
/plugin/nroff/
H A Drenderer.php857 $this->cell = 0;
889 if ($this->cell == 0)
905 if ($this->cell == 0)
909 $this->cell++;
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php978 foreach ($matches[0] as $index => $cell)
980 $cell = trim($cell);
985 'text' => $cell,
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js17764 if(cell && this.getEditorConfig(cell)){
17780 if(cell && this.getEditorConfig(cell)){
18345 controller.startEdit(cell.id, cell.columnName);
18527 controller.startEdit(cell.id, cell.columnName);
20854 if(cell.$config.group && cell.$name != "scrollbar" && cell.$name != "resizer"){
20858 groups[cell.$config.group].push(cell);
20954 cell = cell || this;
22208 var cell = _super.prototype.cell.call(this, id);
22240 cellSize[cell] = Math.max(cellSize[cell], otherCell[cell]);
24071 }else if (cell && !cell.parentNode){
[all …]
/plugin/semanticdata/syntax/
H A Dentry.php284 foreach($cells as $cell) {
286 $renderer->form->addElement($cell);
/plugin/diagramsnet/lib/plugins/
H A Dtags.js141 graph.isCellVisible = function(cell) argument
145 !matchTags(graph.getTagsForCell(cell), hiddenTags, hiddenTagCount));
/plugin/extlist/css/
H A D_bullets.less99 display: table-cell;
/plugin/phpipam/
H A Dstyle.css36 * also makes cell spacing uniform
/plugin/data-au/syntax/
H A Dentry.php409 foreach($cells as $index => $cell) {
411 $renderer->form->addElement($cell);
/plugin/tablecalc/
H A Dscript.js123 function cell(x,y) { function
136 var tmp=cell(x,y);
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php233 $cell = $this->renderValue ( $column, $value, $def, false, false );
235 $row [$column] = "<td class=\"$class\">" . $cell . "</td>\n";
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php209 $cell = $this->renderValue ( $column, $value, $def, false, false );
211 $row [$column] = "<td class=\"$class\">" . $cell . "</td>\n";
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less77 .fc-more-cell,
85 display: table-cell !important; }
H A Dfullcalendar.less534 /* to the day cell's edge */ }
540 /* to the day cell's edge */ }
870 /* ensure a space at bottom of cell for user selecting/clicking */ }
946 /* .fc to overcome default cell styles */
993 /* divs within a cell within the fc-content-skeleton */
1023 /* each cell is responsible for its top border */ }
1031 /* a div within a cell within the fc-highlight-skeleton */
1219 /* for shrinkwrapping cell content */ }
1265 /* every event title cell has an <a> tag */
1287 display: table-cell;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak771 Object cell = graphComponent.getGraph()
774 if (cell == null
776 .getChildCount(cell) == 0)
778 cell = graphComponent.getGraph().getDefaultParent();
782 layout.execute(cell);

12345678910>>...16