Home
last modified time | relevance | path

Searched refs:cell (Results 126 – 150 of 383) sorted by relevance

12345678910>>...16

/plugin/latexit/tests/dw_orig_test_files/
H A Dtest8.txt13 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
/plugin/odt/ODT/elements/
H A DODTContainerElement.php56 $cell = $container;
/plugin/acknowledge/
H A Dstyle.less34 display: table-cell;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php111 $cell = $this->headerCells[$i];
112 $tableCell = $this->parseCell($cell, $i, $inlineParser);
124 $cell = $cells[$i] ?? '';
125 $tableCell = $this->parseCell($cell, $i, $inlineParser);
139 private function parseCell(string $cell, int $column, InlineParserEngineInterface $inlineParser): TableCell
147 $inlineParser->parse(\trim($cell), $tableCell);
172 // Pipe is special for table parsing. An escaped pipe doesn't result in a new cell, but is
/plugin/jdraw/lib/
H A Djdraw.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
/plugin/filelisting/
H A Dstyle.less31 //checkbox cell
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.css14 padding: 0; /* Shrink cell to allow 1px border indicating focus. */
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.css14 padding: 0; /* Shrink cell to allow 1px border indicating focus. */
/plugin/copycode/
H A Dstyle.css
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js2789 var parent = this.graph.model.getParent(cell)
2794 this.graph.getCellGeometry(cell);
2797 !this.graph.isSiblingSelected(cell) &&
2800 this.graph.isPart(cell));
2806 if (this.graph.isTableCell(cell) || this.graph.isTableRow(cell))
2830 var cell = me.getCell();
2832 var parent = model.getParent(cell);
2834 var selected = this.graph.isCellSelected(cell);
2842 this.graph.isTableRow(cell))))
2844 cell = parent;
[all …]
H A DDialogs.js1342 var EditDataDialog = function(ui, cell) argument
1347 var value = graph.getModel().getValue(cell);
1384 EditDataDialog.getDisplayIdForCell(ui, cell) : null;
1510 graph.getModel().cellRemoved(cell);
1511 cell.setId(value);
1514 graph.getModel().cellAdded(cell);
1675 graph.getModel().setValue(cell, value);
1704 if (ui.editor.graph.getModel().isVertex(cell) || ui.editor.graph.getModel().isEdge(cell))
1776 EditDataDialog.getDisplayIdForCell = function(ui, cell) argument
1782 id = cell.getId();
[all …]
H A DToolbar.js560 var cell = graph.getParentByNames(elt, ['TD', 'TH'], graph.cellEditor.text2);
596 graph.selectNode(graph.insertColumn(table, (cell != null) ? cell.cellIndex : 0));
609 graph.selectNode(graph.insertColumn(table, (cell != null) ? cell.cellIndex + 1 : -1));
620 if (cell != null)
624 graph.deleteColumn(table, cell.cellIndex);
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.auto.php16 $cell = $table->content[$colspan->row]->content[$colspan->column];
20 $cell_width = $cell->$width_fun($context);
/plugin/tablelayout/script/
H A Dscript.js118 var hideRow = jQuery(row).find('td,th').toArray().some(function (cell, index) { argument
119 var $this = jQuery(cell);
/plugin/odt/ODT/
H A DODTTable.php333 $cell = new ODTElementTableCell
335 $params->document->state->enter($cell);
336 $cell->setHTMLElement ($element);
339 $params->content .= $cell->getOpeningTag();
/plugin/tile/
H A Dstyle.css31 display: table-cell;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java782 Object cell = graph.getSelectionCell();
784 if (cell == null
785 || graph.getModel().getChildCount(cell) == 0)
787 cell = graph.getDefaultParent();
794 layout.execute(cell);
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js491 return cell != null && (graph.isSwimlane(cell) || graph.model.getChildCount(cell) > 0);
501 return cell != null && ((graph.isContainer(cell) && state.style['collapsible'] != '0') ||
3783 id = cell.getId();
4487 if (state.cell.vertex)
7003 if (this.isHtmlLabel(cell))
7154 return cell != parent;
7161 if (cell != null)
7163 result.push(cell);
7683 var cell = null;
7691 if (cell != null)
[all …]
/plugin/bez/
H A Dstyle.css182 display: table-cell;
189 display: table-cell;
473 display: table-cell;
480 display: table-cell;
571 display: table-cell;
577 display: table-cell;
757 display: table-cell;
/plugin/jorgchart/
H A Dstyle.css31 /* node cell */
/plugin/watchcycle/
H A Dstyle.less46 display: table-cell;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DAnnotation.php89 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['textbuffer'][] = [$e];
/plugin/photogallery/
H A Dall.less38 display: table-cell;
49 display: table-cell;
/plugin/rack/
H A Dprint.css12 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
/plugin/imagebox/
H A Dstyle.css

12345678910>>...16