Home
last modified time | relevance | path

Searched refs:cell (Results 176 – 200 of 383) sorted by last modified time

12345678910>>...16

/plugin/diagramsnet/lib/math/config/
H A DAccessible-full.js73cell=b.Subclass({type:"cell",isClose:true});b.mml=b.Subclass({type:"mml",isNotStack:true,Add:funct…
H A DAccessible.js70cell=b.Subclass({type:"cell",isClose:true});b.mml=b.Subclass({type:"mml",isNotStack:true,Add:funct…
H A DTeX-MML-AM_HTMLorMML-full.js70cell=b.Subclass({type:"cell",isClose:true});b.mml=b.Subclass({type:"mml",isNotStack:true,Add:funct…
H A DTeX-MML-AM_HTMLorMML.js67cell=b.Subclass({type:"cell",isClose:true});b.mml=b.Subclass({type:"mml",isNotStack:true,Add:funct…
H A DTeX-MML-AM_SVG-full.js63cell=b.Subclass({type:"cell",isClose:true});b.mml=b.Subclass({type:"mml",isNotStack:true,Add:funct…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMScd.js19 …=0){this.Push(b.mpadded().With({height:"8.5pt",depth:"2pt"}))}this.Push(d.cell().With({isEntry:tru…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js31 graph.view.validateCellState = function(cell, recurse) argument
36 if (recurse && state != null && graph.model.isVertex(state.cell) &&
52 if (enabled && numbered && graph.model.isVertex(state.cell) &&
H A Dsvgdata.js23 g.setAttribute('id', 'cell-' + state.cell.id);
37 else if (mxUtils.isNode(state.cell.value))
39 g.setAttribute('content', mxUtils.getXml(state.cell.value));
41 for (var i = 0; i < state.cell.value.attributes.length; i++)
43 var attrib = state.cell.value.attributes[i];
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js156 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 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 …]
H A DDrawioFile.js723 if (state.view.graph.isEditing(state.cell))
725 state.view.graph.scrollCellToVisible(state.cell);
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 …]
H A DEditorUi.js7792 var cell = null;
7806 return cell;
7917 var cell = null;
8003 graph.setLinkForCell(cell, cell.value);
8015 return [cell];
11590 if (cell != null && cell.style != null)
13193 lookups[edges[e].to][cell.getAttribute(edges[e].to)] = cell;
13199 graph.setLinkForCell(cell, cell.getAttribute(link));
13222 cell.geometry.y = originY + parseFloat(cell.getAttribute(top));
13393 insertEdge(cell, cell, edge);
[all …]
H A DEmbed.js412 this.currentLink = graph.getLinkForCell(state.cell);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js156 cell.setAttribute("V", val);
160 return cell;
521 if (!cell.treatAsSingle && cell.getChildCount() > 0) //Group
539 cell.setGeometry(newGeo);
543 cell.setGeometry(geo);
570 else if (cell.vertex)
609 cell.geometry = origGeo;
662 var layerIndex = cell.parent != null? layerIdsMaps[cell.parent.id] : null;
681 if (cell.edge)
683 if (cell.source)
[all …]
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1037 …));1==a.style[mxConstants.STYLE_ROUNDED]&&c.appendChild(d("Rounding",.1*a.cell.geometry.width,g));…
1058 …unction(f,m,e){this.geoIndex=0;this.shape=f;this.cellState=m;this.xmGeo=m.cell.geometry;this.xmlDo…
H A Dshapes-14-6-5.min.js576cell),isNaN(f)||(a.stroke(),f=g*Math.round(100*f)/1E3,10!=g&&0!=f&&a.text(e,.5*(c-10),0,0,f.toStri…
H A Dshapes.min.js527cell),isNaN(f)||(a.stroke(),f=g*Math.round(100*f)/1E3,10!=g&&0!=f&&a.text(e,.5*(c-10),0,0,f.toStri…
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js300 if (graph.isEnabled() && cell != null && graph.getModel().isVertex(cell))
351 var value = cell.cloneValue();
366 function applyValue(cell, value) argument
368 var old = model.getValue(cell);
383 model.setValue(cell, value);
646 ui.showDataDialog(cell);
652 if (graph.isEnabled() && cell != null && graph.isCellEditable(cell))
698 if (graph.isEnabled() && cell != null && graph.isCellEditable(cell))
840 var cell = cells[i];
1487 if (cell != null && graph.getModel().isEdge(cell))
[all …]
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 DEditorUi.js102 var clone = cell.clone();
236 var cell = cells[i];
1283 cell = temp;
1293 execute(cell);
1336 if (cell != null)
1340 execute(cell);
1500 …this.sidebar.createThumb([cell], 25, 25, node, null, true, false, cell.geometry.width, cell.geomet…
1579 return [(cell != null) ? this.editor.graph.cloneCell(cell) :
3781 editable.push(cell);
4401 if (cell != null && !lookup.get(cell))
[all …]
H A DShapes.js16 var start = graph.getActualStartSize(state.cell);
17 var rows = graph.model.getChildCells(state.cell, true);
181 var start = graph.getActualStartSize(this.state.cell);
182 var rows = graph.model.getChildCells(this.state.cell, true);
5401 state.view.invalidate(this.state.cell);
5829 if (graph.isTableRow(state.cell) || graph.isTableCell(state.cell))
5832 var parent = graph.model.getParent(state.cell);
5839 if (cells[i] != state.cell && graph.isSwimlane(cells[i]) &&
6223 if (this.graph.isCellRotatable(this.state.cell))
6234 else if (this.state.view.graph.isSwimlane(this.state.cell))
H A DSidebar.js1206 …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 …]
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js153 var cell = cells[i];
155 …if (cell.geometry != null && cell.vertex && cell.parent == RPOrgChart.parent) //Vertices and first…
160 var incomingEdge = graph.getIncomingEdges(cell)[0];
168 item.Id = cell.id;
433 var cell = cells[box.DataId];
434 var geo = cell.geometry.clone();
437 graph.model.setGeometry(cell, geo);
450 var cell = cells[node.Element.DataId];
452 var outgoingEdge = graph.getOutgoingEdges(cell);
592 var outgoingEdge = graph.getOutgoingEdges(cell);
[all …]

12345678910>>...16