Home
last modified time | relevance | path

Searched refs:clones (Results 1 – 25 of 30) sorted by relevance

12

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
DAssetCollection.php31 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/
DAssetCollectionIterator.php30 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/
Dexplore.js308 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/
DTrees.js687 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/
Dtrees.js508 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/
Djquery.fancytree.clones.js431 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/
DREADME.md3 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/
DREADME.md3 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/
Dcomposer.lock190 "description": "Create deep copies (clones) of your objects",
/plugin/diagramsnet/lib/js/grapheditor/
DEditorUi.js1884 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);
DGraph.js7621 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 …]
DSidebar.js2341 var clones = graph.cloneCells(cells);
2342 graph.splitEdge(target, clones, null,
2345 select = clones;
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.min.js37clones.highlightClones&&o[r[0]].renderStatus()):l[u]=[a])):(null==o[a]&&c.error("clones.treeRegist…
Djquery.fancytree-all-deps.min.js1clones.highlightClones&&s[i[0]].renderStatus()):a[d]=[l])):(null==s[l]&&c.error("clones.treeRegist…
Djquery.fancytree-all.js8048 ctx.options.clones.highlightClones
8081 ctx.options.clones.highlightClones
8100 if (ctx.options.clones.highlightClones) {
8117 if (ctx.options.clones.highlightActiveClones && node.isClone()) {
Djquery.fancytree-all-deps.js9511 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/
Dcomposer.lock173 "description": "Create deep copies (clones) of your objects",
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md454 This method is useful for reducing the number of clones needed to mutate
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md487 This method is useful for reducing the number of clones needed to mutate
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
Dcomposer.lock580 "description": "Create deep copies (clones) of your objects",
/plugin/jsontable/script/
Dhandsontable.full.min.js41clones=[],n.lockedCollection=!1,n.freezeOverlays=!1,n}return function(e,t){if("function"!=typeof t…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md848 * Bug: Cloning an EntityEnclosingRequest now clones the EntityBody too
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1143 * Bug: Cloning an EntityEnclosingRequest now clones the EntityBody too
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md1501 * Changed: Cloning VObject objects now clones the entire tree, rather than just
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md4541 This method is like `_.clone` except that it recursively clones `value`.
4569 This method is like `_.cloneWith` except that it recursively clones `value`.

12