Home
last modified time | relevance | path

Searched refs:cells (Results 101 – 125 of 185) sorted by relevance

12345678

/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md194 * `FEAT`: enable context-menu for index cells ([#555](https://github.com/bpmn-io/dmn-js/issues/555))
231 * `FEAT`: move drag'n'drop handle to top left of decision table head cells ([`518bfd5`](https://git…
233 * `FEAT`: wrap decision rule cells content ([`844a505`](https://github.com/bpmn-io/dmn-js/commit/84…
297 * `FIX(decision-table)`: do not show misleading `-` placeholder for output cells
325 * `FIX(decision-table)`: do not show misleading `-` placeholder for output cells
506 * `FIX`: fix copy/paste not being possible in decision table cells and editors
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js1365 Sidebar.prototype.itemClicked = function(cells, ds, evt) argument
1370 if (cells != null && graph.getSelectionCount() == 1 && graph.getModel().isVertex(cells[0]))
1372 var target = graph.cloneCell(cells[0]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php4351 // Called (internally) by Watermark() & _tableWrite() [rotated cells] & TableHeaderFooter() & WriteText()
11751 $firstrow = count($table['cells']) - $table['footernrows'];
11752 $lastrow = count($table['cells']) - 1;
16159 $cell = &$table['cells'][$objattr['row']][$objattr['col']];
19352 $c = &$table['cells'][$i][$j];
19525 // table Array of (w, h, bc, nr, wc, hr, cells)
19532 // cells List of cells of each rows, cells[i][j] is a cell in the table
19535 $cs = &$table['cells'];
[all...]
/plugin/c3chart/assets/
H A Dc3.css148 empty-cells: show;
/plugin/aceeditor/
H A DNEWS15 * Fixed highñighting of tables with multiline cells
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …[e]});for(s+=this.renderer.tablerow(n),e=0;e<this.token.cells.length;e++){for(t=this.token.cells[e…
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1109 var cells = ui.stringToCells(Graph.decompress(img.xml));
1111 if (cells.length > 0)
1113 ui.sidebar.createThumb(cells, ew, eh, wrapper, null, true, false);
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js539 var cells = mxClipboard.getCells();
541 if (cells && cells.length > 0)
546 tmpGraph.importCells(cells, 0, 0, tmpGraph.getDefaultParent());
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt283 To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators!
299 You can have rowspans (vertically connected cells) by adding '':::'' into the cells below the one to which they should connect.
306 Apart from the rowspan syntax those cells should not contain anything else.
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... .mxgraph.model.mxICell dropCell Object[] cells double dx double dy Object target java.awt. ...
H A Djdraw.jar ... .mxgraph.model.mxICell dropCell Object[] cells double dx double dy Object target java.awt. ...
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less97 /* don't display the side axis at all ("all-day" and time cells) */
H A Dfullcalendar.less20 /* when user is selecting cells */
263 /* highlighting cells & background event skeleton */
313 /* don't put a border between event cells */
555 /* rows and cells that are hidden because of a "more" link */
/plugin/edittable/script/
H A Deditor.js186 cells: function (row, col) { method in edittable.loadEditor.handsontable_config
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js16005 var cells = [];
16023 if(cells.length){
16210 var cells = [];
16231 cells.push(el);
19293 var cells = [];
19327 cells.push(cell);
20877 …r resizeSibling = direction > 0 ? cells[i].$parent.getNextSibling(cells[i].$id) : cells[i].$parent…
21888 var last = cells[cells.length - 1];
24225 var cells = [];
24283 cells.push(cell);
[all …]
/plugin/fckg/
H A DChanges72 Fixed bug where table markup inside code blocks dropped empty cells (edit.php::_preprocess)
303 Fixed corrupted tables with vertical spans in across from empty cells (on initial table creation)
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js62 var cells = graph.getModel().cells;
65 for (var id in cells)
67 var edge = cells[id];
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css180 empty-cells: show;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js129 for (var id in model.cells) {
130 var c = model.cells[id];
1730 for (var id in graph.model.cells)
1732 var cell = graph.model.cells[id];
1758 for (var id in graph.model.cells)
1760 var cell = graph.model.cells[id];
1804 for (var id in model.cells) {
1805 var c = model.cells[id];
3052 this.pageSheet[cells[i].getAttribute("N")] = cells[i];
5215 var cell = cells[j];
[all …]
/plugin/mytemplate/
H A DREADME69 Of course the cells can contain further replacement commands:
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js1343 var cells = row.getElementsByTagName("td");
1344 for (var j = cells.length; j > 0;) {
1345 var cell = cells[--j];
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js193 x: 0, cells: cells, colspans: []}];
202 var data = {y: 0, cells: graph.model. property in TableShape.paintTableForeground.data
215 for (j = 0; j < data.cells.length; j++)
217 if (graph.model.isVisible(data.cells[j]))
243 var cols = rowData[0].cells;
259 data.cells[i - 1], true)['colspan'] || 1) :
267 data.cells[i], true)['colspan'] || 1);
5836 for (var i = 0; i < cells.length; i++)
5839 if (cells[i] != state.cell && graph.isSwimlane(cells[i]) &&
5841 cells[i])) == dir)
[all …]
/plugin/ckgdoku/ckeditor/
H A Dcontents.css1 …,ul,dl{margin-right:0;padding:0 40px}table{border-collapse:collapse;empty-cells:show;border-spacin…
/plugin/ckgedit/ckeditor/
H A Dcontents.css1 …,ul,dl{margin-right:0;padding:0 40px}table{border-collapse:collapse;empty-cells:show;border-spacin…
/plugin/odt/
H A DChangeLog.txt48 + Support for padding in table cells

12345678