/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
D | AssetCollection.php | 31 private $clones; variable in Assetic\\Asset\\AssetCollection 52 $this->clones = new \SplObjectStorage(); 60 $this->clones = new \SplObjectStorage(); 76 $clone = isset($this->clones[$asset]) ? $this->clones[$asset] : null; 78 unset($this->clones[$asset], $this->assets[$i]); 98 $clone = isset($this->clones[$asset]) ? $this->clones[$asset] : null; 100 unset($this->clones[$asset]); 131 $this->clones = new \SplObjectStorage(); 217 …atorIterator(new AssetCollectionFilterIterator(new AssetCollectionIterator($this, $this->clones)));
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/ |
D | AssetCollectionIterator.php | 30 private $clones; variable in Assetic\\Asset\\Iterator\\AssetCollectionIterator 32 public function __construct(AssetCollectionInterface $coll, \SplObjectStorage $clones) argument 38 $this->clones = $clones; 63 if (!isset($this->clones[$asset])) { 64 $clone = $this->clones[$asset] = clone $asset; 73 $clone = $this->clones[$asset]; 114 return new self($this->current(), $this->clones);
|
/plugin/diagramsnet/lib/plugins/ |
D | explore.js | 308 var clones = graph.cloneCells(cells); 315 clones[i].sourceCellId = cells[i].id; 317 if (graph.model.isEdge(clones[i])) 320 clones[i].geometry.x = 0; 321 clones[i].geometry.y = 0; 322 clones[i].geometry.points = null; 323 clones[i].setStyle(clones[i].getStyle() + edgeStyle); 324 clones[i].setTerminal(realCell, clones[i].getTerminal(true) == null); 333 clones.splice(0, 0, backCell); 341 clones.splice(0, 0, moreCell); [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
D | Trees.js | 687 var clones = graph.cloneCells([edges[0], cell]); 688 graph.model.setTerminal(clones[0], graph.model.getTerminal(edges[0], true), true); 694 clones[1].geometry.x += (after) ? cell.geometry.width + spacing : 695 -clones[1].geometry.width - spacing; 699 clones[1].geometry.y += (after) ? cell.geometry.height + spacing : 700 -clones[1].geometry.height - spacing; 705 clones[1].geometry.x -= pgeo.x; 706 clones[1].geometry.y -= pgeo.y; 721 -clones[1].geometry.width - spacing) * s; 726 -clones[1].geometry.height - spacing) * s; [all …]
|
/plugin/diagramsnet/lib/plugins/trees/ |
D | trees.js | 508 var clones = graph.cloneCells([edges[0], cell]); 509 graph.model.setTerminal(clones[0], graph.model.getTerminal(edges[0], true), true); 515 clones[1].geometry.x += (after) ? cell.geometry.width + spacing : 516 -clones[1].geometry.width - spacing; 520 clones[1].geometry.y += (after) ? cell.geometry.height + spacing : 521 -clones[1].geometry.height - spacing; 526 clones[1].geometry.x = cell.geometry.x + cell.geometry.width - clones[1].geometry.width; 541 -clones[1].geometry.width - spacing) * s; 546 -clones[1].geometry.height - spacing) * s; 626 return graph.addCells(clones); [all …]
|
/plugin/indexmenu/scripts/fancytree/modules/ |
D | jquery.fancytree.clones.js | 431 ctx.options.clones.highlightClones 464 ctx.options.clones.highlightClones 483 if (ctx.options.clones.highlightClones) { 500 if (ctx.options.clones.highlightActiveClones && node.isClone()) {
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/ |
D | README.md | 3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in … 96 DeepCopy recursively traverses all the object's properties and clones them. To avoid cloning the sa…
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/ |
D | README.md | 3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in … 91 DeepCopy recursively traverses all the object's properties and clones them. To avoid cloning the sa…
|
/plugin/dw2pdf/ |
D | composer.lock | 190 "description": "Create deep copies (clones) of your objects",
|
/plugin/diagramsnet/lib/js/grapheditor/ |
D | EditorUi.js | 1884 var clones = graph.cloneCells(result, null, cloneMap); 1892 for (var i = 0; i < clones.length; i++) 1894 model.add(parent, clones[i]); 1901 var geo = graph.getCellGeometry(clones[i]); 1914 graph.updateCustomLinks(graph.createCellMapping(cloneMap, lookup), clones); 1917 mxClipboard.setCells(clones);
|
D | Graph.js | 7621 var clones = this.cloneCells(cells, null, cloneMap); 7635 for (var i = 0; i < clones.length; i++) 7637 model.add(parent, clones[i]); 7644 var geo = this.getCellGeometry(clones[i]); 7658 this.createCellLookup(cells)), clones); 9351 var clones = this.cloneCells(cells, false, cloneMap, true); 9359 var child = this.moveCells([clones[i]], s, s, false)[0]; 9364 model.add(parent, clones[i]); 9370 model.add(parent, clones[i], index + 1); 9376 var row = this.getCellGeometry(clones[i]); [all …]
|
D | Sidebar.js | 2341 var clones = graph.cloneCells(cells); 2342 graph.splitEdge(target, clones, null, 2345 select = clones;
|
/plugin/indexmenu/scripts/fancytree/ |
D | jquery.fancytree-all.min.js | 37 …clones.highlightClones&&o[r[0]].renderStatus()):l[u]=[a])):(null==o[a]&&c.error("clones.treeRegist…
|
D | jquery.fancytree-all-deps.min.js | 1 …clones.highlightClones&&s[i[0]].renderStatus()):a[d]=[l])):(null==s[l]&&c.error("clones.treeRegist…
|
D | jquery.fancytree-all.js | 8048 ctx.options.clones.highlightClones 8081 ctx.options.clones.highlightClones 8100 if (ctx.options.clones.highlightClones) { 8117 if (ctx.options.clones.highlightActiveClones && node.isClone()) {
|
D | jquery.fancytree-all-deps.js | 9511 ctx.options.clones.highlightClones 9544 ctx.options.clones.highlightClones 9563 if (ctx.options.clones.highlightClones) { 9580 if (ctx.options.clones.highlightActiveClones && node.isClone()) {
|
/plugin/barcodes/ |
D | composer.lock | 173 "description": "Create deep copies (clones) of your objects",
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
D | README.md | 454 This method is useful for reducing the number of clones needed to mutate
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
D | README.md | 487 This method is useful for reducing the number of clones needed to mutate
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
D | composer.lock | 580 "description": "Create deep copies (clones) of your objects",
|
/plugin/jsontable/script/ |
D | handsontable.full.min.js | 41 …clones=[],n.lockedCollection=!1,n.freezeOverlays=!1,n}return function(e,t){if("function"!=typeof t…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
D | CHANGELOG.md | 848 * Bug: Cloning an EntityEnclosingRequest now clones the EntityBody too
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
D | CHANGELOG.md | 1143 * Bug: Cloning an EntityEnclosingRequest now clones the EntityBody too
|
/plugin/webdav/vendor/sabre/dav/ |
D | CHANGELOG.md | 1501 * Changed: Cloning VObject objects now clones the entire tree, rather than just
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
D | README.md | 4541 This method is like `_.clone` except that it recursively clones `value`. 4569 This method is like `_.cloneWith` except that it recursively clones `value`.
|