Home
last modified time | relevance | path

Searched refs:cells (Results 76 – 100 of 185) sorted by last modified time

12345678

/plugin/diagramsnet/lib/plugins/
H A Danimation.js35 function animateCells(graph, cells, steps, delay) argument
73 for (var id in graph.getModel().cells)
75 var cell = graph.getModel().cells[id];
246 var cells = editorUi.editor.graph.getSelectionCells();
248 if (cells.length > 0)
250 for (var i = 0; i < cells.length; i++)
252 var tmp = val.replace('CELL', cells[i].id)
344 function toggleFlowAnim(graph, cells, status) argument
351 for (var i = 0; i < cells.length; i++)
353 if (editorUi.editor.graph.model.isEdge(cells[i]))
[all …]
H A Dimport.js18 var cells = [];
101 cells.push(nodeVertex);
147 graph.fireEvent(new mxEventObject('cellsInserted', 'cells', cells));
155 graph.setSelectionCells(cells);
H A Dtags.js150 var cells = graph.getCellsForTags([tag], null, true);
155 for (var i = 0; i < cells.length; i++)
157 if (graph.model.isVertex(cells[i]) || graph.model.isEdge(cells[i]))
159 temp.push(cells[i]);
163 graph.setCellsVisible(cells, visible);
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);
H A Dupdate.js208 for (var id in graph.model.cells)
210 var cell = graph.model.cells[id];
H A Dvoice.js834 if (cells.length == 1)
1243 if (cells.length == 0)
1618 if (cells.length == 0)
1732 if (cells.length == 0)
1752 var cell = cells[i];
1965 var cell = cells[i];
2160 if (cells.length > 1)
2167 var cell = cells[i];
2216 cell = cells[0];
2248 if (cells.length > 1)
[all …]
/plugin/diagramsnet/lib/js/
H A Dapp.min.js484cells=null;mxMorphing.prototype.updateAnimation=function(){mxAnimation.prototype.updateAnimation.a… method in mxMorphing
983 …etId(this.createId(a)),b=this.getCell(a.getId());null==this.cells&&(this.cells={});this.cells[a.ge…
988 …=this.cells){for(var b=this.getChildCount(a)-1;0<=b;b--)this.cellRemoved(this.getChildAt(a,b));nul…
1095cells.length};mxGraphSelectionModel.prototype.clear=function(){this.changeSelection(null,this.cell…
1099 …ed(a)||this.cells.push(a)};mxGraphSelectionModel.prototype.cellRemoved=function(a){null!=a&&(a=mxU…
1612cells=null!=d?d:this.getCells(this.cell);this.bounds=this.graph.getView().getBounds(this.cells);th…
1633 ….isSplitTarget(g,this.cells,b.getEvent())?c.splitEdge(g,this.cells,null,f,e,b.getGraphX(),b.getGra…
3089 …,c.cells):e.setCellStyles(mxConstants.STYLE_NOLABEL,null,c.cells);e.setCellStyles(mxConstants.STYL…
3134 f.value,e.cells);b.fireEvent(new mxEventObject("styleChanged","keys",["fillStyle"],"values",[f.valu…
3248cells:h,colspans:[]}];if(A)for(A=1;A<g.length;A++){var k=r.getCellGeometry(g[A]),F={y:0,cells:r.mo… property in a.paintTableForeground.F
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js183 this.updateSelectionStateForCell(result, cells[i], cells, initial);
208 result.cells.push(cell);
762 var cells = this.format.getSelectionState().cells;
1103 var temp = (cells != null) ? cells : self.format.getSelectionState().cells;
1344 var cells = self.format.getSelectionState().cells;
1511 var cells = this.format.getSelectionState().cells;
1958 var cell = ss.cells[0];
2751 var cells = panel.format.getSelectionState().cells;
2824 var cells = panel.format.getSelectionState().cells;
2900 var cells = this.format.getSelectionState().cells;
[all …]
H A DMenus.js954 for (var j = row.cells.length; j < cols; j++)
1034 for (var j = 0; j < r.cells.length; j++)
1036 var cell = r.cells[j];
1094 var cells = graph.getSelectionCells();
1097 for (var i = 0; i < cells.length; i++)
1099 var cell = cells[i];
1201 graph.setCellStyles(keys[i], values[i], cells);
1206 graph.updateLabelElements(cells, function(elt)
1223 for (var j = 0; j < cells.length; j++)
1225 if (graph.model.getChildCount(cells[j]) == 0)
[all …]
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6cells=ow,aw=sw=cw=ow=null}fw.prototype={constructor:fw,polygons:function(){var t=this.edges;return…
/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());
H A DExtensions.js6479 var allCells = graph.getModel().cells;
6815 function addRouterEdge(x, y, edge, select, graph, cells, v, cell) argument
6820 cells = [dummy];
6825 cells.push(e);
6834 cells = [dummy1];
6839 cells = [dummy2];
6844 cells.push(e);
10001 var cells = [cell];
10008 addRouterEdge(w * 0.5, 0, edge, select, graph, cells, v, cell);
10024 var cells = [cell];
[all …]
H A DMenus.js606 var cells = graph.getSelectionCells();
717 var cells = graph.getSelectionCells();
720 for (var i = 0; i < cells.length; i++)
722 if (graph.getModel().isVertex(cells[i]))
724 vertices.push(cells[i]);
847 …var xml = mxUtils.getXml((cells.length == 0) ? editorUi.editor.getGraphXml() : graph.encodeCells(c…
848 editorUi.copyImage(cells, xml);
1596 var bbox = graph.getBoundingBoxFromGeometry(cells);
1597 cells = graph.moveCells(cells, -bbox.x, -bbox.y);
2418 graph.setSelectionCells(cells);
[all …]
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js204 cells = newCells;
236 cells = cells.concat(edges);
240 tmp.push(cells[i]);
244 cells = tmp;
258 cells = (cells != null) ? cells : this.getSelectionCells();
326 if (isTreeCell(cells[i]) || (graph.model.isEdge(cells[i]) &&
861 if (cells != null && cells.length > 0)
863 if (cells.length == 1 && graph.model.isEdge(cells[0]))
869 graph.setSelectionCell(cells[cells.length - 1]);
980 return cells;
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js107 var cells = model.cells;
112 for (var id in cells)
114 var cell = cells[id];
279 var cells = model.cells;
283 for (var id in cells)
285 var cell = cells[id];
353 for (var id in cells)
355 var cell = cells[id];
/plugin/pdftools/
H A DREADME.md68 Increases the padding of cells in a table
77 ## Create spaces in empty table cells
/plugin/refnotes/lang/en/
H A D__template.txt10 For sheets and cards plugin does not make a distinction between normal table cells and header cells. The field name cells are identified only based on their content. The names are case insensitive and can also be specified using locale-specific labels. BibTeX and ''dataentry'' sections support only field names. The full list of field names is provided in [[doku>plugin:refnotes:refdb|reference database documentation]].
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1cells=ow,aw=sw=cw=ow=null}fw.prototype={constructor:fw,polygons:function(){var t=this.edges;return…
H A Dmermaid.min.js.map1cells","halfedges","createBorderEdge","vertex","clipEdge","connectEdge","fm","fb","lx","ly","rx","…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1cells, edges, epsilon} from \"./Diagram\";\n\nexport function createCell(site) {\n return cells[s…
H A D3.3.js.map1cells containing data.\\\") element should be styled using [CSS](https://developer.mozilla.org/en-…
H A D2.2.js.map1cells may be selected. Often rendered as a thick plus-sign with a dot in the middle.\"\n …
/plugin/dtable/
H A Dscript.js412 var cells = row_data[0];
414 for(var i = 0; i < cells.length; i++)
416 switch (cells[i][2]) {
424 var colspan = cells[i][0];
425 var rowspan = cells[i][1];
426 var content = cells[i][3];
/plugin/diagram/syntax/
H A Dmain.php864 $cells[$i] = array('classes' => array());
895 $cells[1]['classes'][] = $this->css_classes['arrow-top'];
896 $cells[1]['content'] = '<div />';
900 $cells[3]['classes'][] = $this->css_classes['arrow-right'];
901 $cells[3]['content'] = '<div />';
906 $cells[2]['content'] = '<div />';
910 $cells[0]['classes'][] = $this->css_classes['arrow-left'];
911 $cells[0]['content'] = '<div />';
925 if (empty($cells[$i]['classes']))
926 unset($cells[$i]['classes']);
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid3-1.js7 var abc=this,cfmt=abc.cfmt(),img=abc.get_img(),txt=s.text,font,font_cl,cls,w,ln,i,lines=[],cl=[],bars=[],cells=[],nr=0,nc=0,wc=0
37 while(1){cl=cells.shift()
90 cells[nr]=[]
96 cells[nr][i]=[]}else{if(!cells[nr][i]){bars[nr][++i]='|'
97 cells[nr][i]=[]}
100 cells[nr][i].push(cl)}}
101 if(cells[nr][i].length)
104 cells[nr][i]=null
108 while(1){cl=cells[n
[all...]

12345678