| /plugin/diagramsnet/lib/plugins/trees/ |
| D | trees.js | 51 if (isTreeCell(graph.getSelectionCell()) && graph.getSelectionCount() == 1) 74 if (graph.isEnabled() && graph.getSelectionCount() == 1) 96 if (graph.isEnabled() && graph.getSelectionCount() == 1) 123 if (graph.isEnabled() && graph.getSelectionCount() == 1) 137 if (graph.isEnabled() && graph.getSelectionCount() == 1) 842 if (graph.isEnabled() && !graph.isEditing() && graph.getSelectionCount() == 1 &&
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Menus.js | 1491 if (this.editorUi.editor.graph.getSelectionCount() == 1) 1512 if (graph.getSelectionCount() == 1) 1518 if (graph.getSelectionCount() > 1) 1522 else if (graph.getSelectionCount() == 1 && !graph.getModel().isEdge(cell) && 1543 if (graph.getSelectionCount() == 1 && graph.getModel().isEdge(cell)) 1584 if (graph.getSelectionCount() == 1 && (hasWaypoints || (graph.getModel().isVertex(cell) && 1590 if (graph.getSelectionCount() == 1 && graph.isCellEditable(cell))
|
| D | EditorUi.js | 3816 this.actions.get('setAsDefaultStyle').setEnabled(graph.getSelectionCount() == 1); 3818 this.actions.get('copySize').setEnabled(graph.getSelectionCount() == 1); 3826 var oneVertexSelected = vertexSelected && graph.getSelectionCount() == 1; 3827 this.actions.get('group').setEnabled(graph.getSelectionCount() > 1 || 3840 …this.actions.get('enterGroup').setEnabled(graph.getSelectionCount() == 1 && graph.isValidRoot(grap… 3841 …var foldable = graph.getSelectionCount() == 1 && graph.isCellFoldable(graph.getSelectionCell()); /… 3845 this.actions.get('openLink').setEnabled(graph.getSelectionCount() == 1 && 3854 this.menus.get('align').setEnabled(unlocked && vertexSelected && graph.getSelectionCount() > 1); 3855 …this.menus.get('distribute').setEnabled(unlocked && vertexSelected && graph.getSelectionCount() > … 5170 if (graph.getSelectionCount() == 1 && graph.model.isVertex(cell) &&
|
| D | Graph.js | 1192 else if (this.getSelectionCount() > 1 && this.isCellSelected(cell)) 5131 if (this.graph.getSelectionCount() != 1 || !this.graph.model.isEdge( 12538 this.graph.getSelectionCount() > 1) 12987 this.rotationShape.node.style.display = (this.graph.getSelectionCount() == 1) ? '' : 'none'; 13015 else if (this.graph.getSelectionCount() == 1 && 13036 this.graph.getSelectionCount() < this.graph.graphHandler.maxCells) ? 13081 this.graph.getSelectionCount() > 1) 13179 this.linkHint.style.display = (this.graph.getSelectionCount() == 1) ? '' : 'none'; 13185 this.graph.getSelectionCount() < this.graph.graphHandler.maxCells) ? 13261 this.cornerHandles[i].node.style.display = (this.graph.getSelectionCount() == 1) ? '' : 'none'; [all …]
|
| D | Format.js | 1921 if (graph.getSelectionCount() == 1) 1965 if (graph.getSelectionCount() > 1) 2035 if (graph.getSelectionCount() > 0) 2613 if (!rect.containsLabel && rect.vertices.length == graph.getSelectionCount() && 2633 if (rect.vertices.length == graph.getSelectionCount() &&
|
| D | Actions.js | 1650 if (graph.getSelectionCount() == 1)
|
| D | Dialogs.js | 2158 if (graph.getSelectionCount() == 1 && graph.model.isAncestor(child, graph.getSelectionCell()))
|
| D | Sidebar.js | 3479 if (mxEvent.isAltDown(evt) && graph.getSelectionCount() == 1 &&
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Trees.js | 212 if (graph.getSelectionCount() == 1) 247 if (graph.isEnabled() && graph.getSelectionCount() == 1) 269 if (graph.isEnabled() && graph.getSelectionCount() == 1) 296 if (graph.isEnabled() && graph.getSelectionCount() == 1) 1096 graph.getSelectionCount() == 1)
|
| D | Minimal.js | 757 if (graph.getSelectionCount() == 1) 765 if (graph.getSelectionCount() == 1) 1387 if (graph.getSelectionCount() > 0) 1390 div.innerHTML = 'Selected: ' + graph.getSelectionCount();
|
| D | Menus.js | 608 if (graph.getSelectionCount() == 1)
|
| D | EditorUi.js | 9707 if (this.editor.graph.getSelectionCount() > 0) 10682 else if (pasteAsLabel && graph.getSelectionCount() == 1)
|
| D | Dialogs.js | 7047 graph.getSelectionCount() != 1))
|
| /plugin/diagramsnet/lib/plugins/ |
| D | voice.js | 1927 if (graph.getSelectionCount() == 0) 1931 else if (graph.getSelectionCount() == 1)
|
| /plugin/diagramsnet/lib/js/diagramly/sidebar/ |
| D | Sidebar.js | 1370 if (cells != null && graph.getSelectionCount() == 1 && graph.getModel().isVertex(cells[0]))
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 1511 …nction(){return this.getSelectionModel().clear()};mxGraph.prototype.getSelectionCount=function(){r… method in mxGraph 1517 …)?c?this.removeSelectionCell(a):this.addSelectionCell(a):c&&1==this.getSelectionCount()||this.setS… 1606 …l,e=d.getGeometry(c);this.graph.isCellMovable(c)&&(!d.isEdge(c)||1<this.graph.getSelectionCount()|| 1779 …MOVABLE_VERTEX);if(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan… 1783 …this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan… 1839 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()}; 1852 …container))}this.graph.isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHan… 1916 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()}; 2286 …bled(1==a.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(c);this.actions.get("… 2287 …("autosize").setEnabled(b);e=b&&1==a.getSelectionCount();this.actions.get("group").setEnabled(1<a.… [all …]
|
| D | viewer.min.js | 1477 …nction(){return this.getSelectionModel().clear()};mxGraph.prototype.getSelectionCount=function(){r… method in mxGraph 1483 …)?c?this.removeSelectionCell(a):this.addSelectionCell(a):c&&1==this.getSelectionCount()||this.setS… 1572 …l,e=d.getGeometry(c);this.graph.isCellMovable(c)&&(!d.isEdge(c)||1<this.graph.getSelectionCount()|| 1745 …MOVABLE_VERTEX);if(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan… 1749 …this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan… 1805 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()}; 1818 …container))}this.graph.isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHan… 1882 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()}; 2252 …bled(1==b.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(g);this.actions.get("… 2253 …("autosize").setEnabled(c);k=c&&1==b.getSelectionCount();this.actions.get("group").setEnabled(1<b.… [all …]
|
| D | viewer-static.min.js | 1477 …nction(){return this.getSelectionModel().clear()};mxGraph.prototype.getSelectionCount=function(){r… method in mxGraph 1483 …)?c?this.removeSelectionCell(a):this.addSelectionCell(a):c&&1==this.getSelectionCount()||this.setS… 1572 …l,e=d.getGeometry(c);this.graph.isCellMovable(c)&&(!d.isEdge(c)||1<this.graph.getSelectionCount()|| 1745 …MOVABLE_VERTEX);if(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan… 1749 …this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan… 1805 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()}; 1818 …container))}this.graph.isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHan… 1882 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()}; 2252 …bled(1==b.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(g);this.actions.get("… 2253 …("autosize").setEnabled(c);k=c&&1==b.getSelectionCount();this.actions.get("group").setEnabled(1<b.… [all …]
|
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 1273 …nction(){return this.getSelectionModel().clear()};mxGraph.prototype.getSelectionCount=function(){r… method in mxGraph 1279 …)?c?this.removeSelectionCell(a):this.addSelectionCell(a):c&&1==this.getSelectionCount()||this.setS… 1368 …l,e=d.getGeometry(c);this.graph.isCellMovable(c)&&(!d.isEdge(c)||1<this.graph.getSelectionCount()|| 1541 …MOVABLE_VERTEX);if(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan… 1545 …this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan… 1601 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()}; 1614 …container))}this.graph.isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHan… 1678 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()};
|
| /plugin/jdraw/lib/ |
| D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |