Home
last modified time | relevance | path

Searched refs:clone (Results 76 – 100 of 361) sorted by path

12345678910>>...15

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jar ... protected org.apache.http.config.ConnectionConfig clone () throws java.lang.CloneNotSupportedException public java ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js118 …6711935|(c<<24|c>>>8)&4278255360;return b},clone:function(){var b=v.clone.call(this);b._hash=this.…
783 this.parent&&(g=this.getParentOffset(g),b-=g.x,c-=g.y));if(e.x!=b||e.y!=c)e=e.clone(),e.x=b,e.y=c,d…
1025clone=function(){var a=mxUtils.clone(this,this.mxTransient);a.setValue(this.cloneValue());return a… method in mxCell
1092clone=function(){var a=new mxCellState(this.view,this.cell,this.style);if(null!=this.absolutePoint… method in mxCellState
1234 …=a.shape.boundingBox.clone()),null!=a.text&&null!=a.text.boundingBox&&(null!=c?c.add(a.text.boundi…
1382 …s=function(a,b){if(null!=a){var c=this.model.getGeometry(a);null!=c&&(c=c.clone(),this.updateAlter…
1411 …his.model.getGeometry(a);null!=b&&null!=b.points&&0<b.points.length&&(b=b.clone(),b.points=[],this…
1936 …s.convertPoint(b[0].clone(),!1);a=this.convertPoint(a.clone(),!1);for(var d=[],e=1;e<b.length;e++)…
2456 !0;a.insert(d.clone());a.insert(d.clone());a.insert(d.clone());return b.createVertexTemplateFromCel…
2734clone();c.height+=b;e.setGeometry(a,c);var f=e.getParent(a),k=e.getChildCells(f,!0);if(!d){var h=m…
[all …]
H A Dextensions.min.js56 …,0),"strokeColor=none;fillColor=none;");a.vertex=!0;f.insert(a);d=[a];c=c.clone();w.insertEdge(c,!…
57 …,0),"strokeColor=none;fillColor=none;");c.vertex=!0;k.insert(c);w=[c];n=n.clone();a.insertEdge(n,!…
1032 {};try{var c=a.getGraphBounds().clone(),g=a.view.scale,n=a.view.translate,d=Math.round(c.x/g)-n.x,f…
1043 … A(a,b,n,d,f,w,k){var y=a.geometry,m=y;if(null!=y)try{y.relative&&w&&(m=y.clone(),y.x*=w.width,y.y…
1044 "Shapes");F.save();F.translate(-y.x,-y.y);var M=y.clone();M.x=0;M.y=0;a.setGeometry(M);a.treatAsSin…
1596clone(f);q.defaults={fillColor:"#CCCCCC",strokeColor:"#6881B3"};var k=mxUtils.clone(f);k.defaults=…
1597clone(f);b.defaults={shape:"hexagon",strokeColor:"#007000"};var a=mxUtils.clone(f);a.defaults={sha…
1598clone(f);w.defaults={shape:"js:BpmnChoreography"};var x=mxUtils.clone(f);x.defaults={rounded:"1",g…
1600clone(f);C.defaults={shape:"js:table"};var B=mxUtils.clone(f);B.defaults={shape:"image"};B.image=f…
1631 …addRow=function(f,m,e,q,k,d,b){var a=new mxCell;a.vertex=!0;var c=mxUtils.clone(b);this.mapObject(…
[all …]
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js7 …&(this[c]=a[c]);a.hasOwnProperty("toString")&&(this.toString=a.toString)},clone:function(){return …
9 32-8*(c%4);a.length=u.ceil(c/4)},clone:function(){var a=t.clone.call(this);a.words=this.words.slice…
11 …k(e,q);q=e.splice(0,a);c.sigBytes-=j}return new r.init(q,j)},clone:function(){var a=t.clone.call(t…
12 a._data=this._data.clone();return a},_minBufferSize:0});l.Hasher=q.extend({cfg:t.extend(),init:func…
21 …6711935|(c<<24|c>>>8)&4278255360;return b},clone:function(){var b=v.clone.call(this);b._hash=this.…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js8738 g = g.clone();
9728 var clone = editorUi.editor.graph.cloneCell(cell);
9729 graph.addCells([clone]);
9731 var state = graph.view.getState(clone);
9843 updateShape(graph, clone, false);
H A DDistanceGuides.js25 mxGuide.prototype.move = function (bounds, delta, gridEnabled, clone) argument
56 if (clone || !this.graph.isCellSelected(state.cell))
453 var newPoint = guideMove.call(this, bounds, eqPoint, gridEnabled, clone);
H A DEditor.js6428 this.globalVars = (this.globalVars != null) ? mxUtils.clone(this.globalVars) : {};
6455 return (this.globalVars != null) ? mxUtils.clone(this.globalVars) : {};
6590 var clone = state.text.getContentNode();
6592 if (clone != null)
6594 clone = clone.cloneNode(true);
6597 if (clone.getElementsByTagNameNS)
6599 var ele = clone.getElementsByTagNameNS('http://www.w3.org/1998/Math/MathML', 'math');
6607 if (clone.innerHTML != null)
6610 state.text.value = clone.innerHTML;
H A DEditorUi.js1234 var clone = pageNode;
1239 clone = pageNode.cloneNode(false);
1247 clone.appendChild(mxUtils.parseXml(tmp).documentElement);
1253 clone = pageNode.cloneNode(false);
1258 clone = pageNode.cloneNode(true);
1261 node.appendChild(clone);
1385 var clone = doc.documentElement.cloneNode(false);
1387 if (clone.getAttribute('name') != null)
1389 clone.setAttribute('name', this.anonymizeString(clone.getAttribute('name')));
1392 patch[EditorUi.DIFF_INSERT][i].data = mxUtils.getXml(clone);
[all …]
H A DExtensions.js6822 var e = edge.clone();
6841 var e = edge.clone();
H A DGraphViewer.js467 translate: this.graph.view.translate.clone(),
724 translate: this.graph.view.translate.clone(),
817 this.graph.initialViewState.translate = this.graph.view.translate.clone();
862 translate: this.graph.view.translate.clone(),
1429 translate: v.translate.clone(),
1442 translate: v.translate.clone(),
H A DMenus.js4071 var extFonts = mxUtils.clone(this.editorUi.editor.graph.extFonts);
4085 var customFonts = mxUtils.clone(this.customFonts);
H A DMinimal.js1809 mxUtils.clone(graph.stylesheet.styles);
2181 cell = cell.clone();
H A DPages.js711 translate: this.view.translate.clone(),
H A DTrees.js465 var clone = this.cloneCell(edges[0]);
466 this.addEdge(clone, graph.getDefaultParent(),
483 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
551 if (!clone)
572 var clone = this.cloneCell(edges[0]);
573 this.addEdge(clone, graph.getDefaultParent(), temp, result[i]);
H A DmxRuler.js409 mxGuide.prototype.move = function (bounds, delta, gridEnabled, clone) argument
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js835 var bpmnEventStyle = mxUtils.clone(styleCommonMap);
863 var bevelNodeStyle = mxUtils.clone(styleCommonMap);
886 var demoGroupStyle = mxUtils.clone(styleCommonMap);
911 var tableStyle = mxUtils.clone(styleCommonMap);
916 var imageNodeStyle = mxUtils.clone(styleCommonMap);
926 var svgNodeStyle = mxUtils.clone(styleCommonMap);
939 var groupNodeStyle = mxUtils.clone(styleCommonMap);
954 var tableNodeStyle = mxUtils.clone(styleCommonMap);
1706 var rowStyle = mxUtils.clone(defRowStyle);
1773 var colStyle = mxUtils.clone(defColStyle);
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Advanced.js39 edge = edge.clone();
48 edge = edge.clone();
53 edge = edge.clone();
H A DSidebar-ER.js70 …return sb.createVertexTemplateFromCells([row.clone()], row.geometry.width, row.geometry.height, 'L…
H A DSidebar-UML25.js57 cell1.insert(divider.clone());
114 cell1.insert(divider.clone());
225 cell1.insert(divider.clone());
232 cell1.insert(divider.clone());
380 cell1.insert(divider.clone());
385 cell1.insert(divider.clone());
828 cell1.insert(divider.clone());
H A DSidebar.js576 var clone = content.cloneNode(true);
577 clone.style.backgroundColor = '#ffffff';
578 clone.style.borderColor = 'transparent';
579 clone.style.width = '456px';
583 title2.outerHTML + clone.outerHTML + '</body>', 'text/html');
591 clone.style.position = 'absolute';
592 window.document.body.appendChild(clone);
593 var h = clone.clientHeight + 18;
594 clone.parentNode.removeChild(clone);
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js131 this.state = mxUtils.clone(this.state);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js105 var bounds = graph.getGraphBounds().clone();
506 origGeo = geo.clone();
536 var newGeo = geo.clone();
H A Dimporter.js2819 /* add */ (points.push(startPoint.clone()));
12045 var styleMap = mxUtils.clone(this.getStyleMap()) || {};

12345678910>>...15