Lines Matching refs:clone

273 	this.currentEdgeStyle = mxUtils.clone(this.defaultEdgeStyle);
274 this.currentVertexStyle = mxUtils.clone(this.defaultVertexStyle);
1350 graph.stylesheet.styles = mxUtils.clone(stylesheet.styles);
2287 style = mxUtils.clone(this.getCurrentCellStyle(cell));
4435 geo = geo.clone();
4470 pgeo = pgeo.clone();
5789 var clone = this.cloneCell(child);
5790 var geo = this.getCellGeometry(clone)
5798 parent.insert(clone);
5962 rgeo = rgeo.clone();
5981 geo = geo.clone();
6003 tgeo = tgeo.clone();
6050 geo = geo.clone();
6069 geo = geo.clone();
6094 tgeo = tgeo.clone();
6227 cell = cell.clone();
6351 row = row.clone();
6368 row = row.clone();
6392 table = table.clone();
6399 table = table.clone();
7869 var ng1 = g1.clone();
7870 var ng2 = g2.clone();
7899 Graph.prototype.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
7901 if (!clone && this.swapUmlLifelines(cells, target))
7950 (clone || parent != target))
7952 if (!clone)
7958 table = table.clone();
7968 table = table.clone();
7978 cells[i] = (clone) ? this.cloneCell(cells[i]) : cells[i];
8015 geo2 = geo2.clone();
8031 if (!clone && this.model.contains(sourceTables[i]) &&
8038 if (clone)
8387 geo = geo.clone();
8434 geo = geo.clone();
8839 Graph.prototype.getDropTarget = function(cells, evt, cell, clone) argument
9381 table = table.clone();
9595 geo = geo.clone();
10175 table = table.clone();
10252 var clone = model.cloneCell(child, false);
10253 var geo = this.getCellGeometry(clone);
10254 clone.value = null;
10267 model.add(rows[i], clone, index + ((before) ? 0 : 1));
10274 tableGeo = tableGeo.clone();
10424 tableGeo = tableGeo.clone();
10507 tableGeo = tableGeo.clone();
10572 tableGeo = tableGeo.clone();
11148 function reference(node, clone) argument
11150 clone.originalNode = node;
11153 var child = clone.firstChild;
11162 return clone;
11166 function checkNode(node, clone) argument
11170 if (clone.originalNode != node)
11177 clone = clone.firstChild;
11183 if (clone == null)
11189 checkNode(node, clone);
11190 clone = clone.nextSibling;
11243 var clone = reference(this.textarea, this.textarea.cloneNode(true));
11253 checkNode(this.textarea, clone);
11685 geo = geo.clone();
12643 geo = geo.clone();