Home
last modified time | relevance | path

Searched refs:mapping (Results 76 – 100 of 191) sorted by last modified time

12345678

/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js483 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
H A DEditor.js6994 Graph.prototype.doUpdateCustomLinksForCell = function(mapping, cell) argument
7000 this.setLinkForCell(cell, this.updateCustomLink(mapping, href));
7016 links[i].setAttribute('href', this.updateCustomLink(mapping, href));
7031 Graph.prototype.updateCustomLink = function(mapping, href) argument
7041 this.updateCustomLinkActions(mapping, link.actions);
7057 Graph.prototype.updateCustomLinkActions = function(mapping, actions) argument
7065 this.updateCustomLinkAction(mapping, action[name], 'cells');
7066 this.updateCustomLinkAction(mapping, action[name], 'excludeCells');
7074 Graph.prototype.updateCustomLinkAction = function(mapping, action, name) argument
7088 var temp = mapping[action[name][i]];
H A DEditorUi.js6970 var mapping = {};
7024 mapping[oldId] = diagrams[i].getAttribute('id');
7037 this.updatePageLinks(mapping, pages);
7049 this.updatePageLinksForCell(mapping, cells[i]);
7086 EditorUi.prototype.updatePageLinks = function(mapping, pages) argument
7090 this.updatePageLinksForCell(mapping, pages[i].root);
7097 EditorUi.prototype.updatePageLinksForCell = function(mapping, cell) argument
7105 graph.setLinkForCell(cell, this.updatePageLink(mapping, href));
7140 EditorUi.prototype.updatePageLink = function(mapping, href) argument
7144 var newId = mapping[href.substring(href.indexOf(',') + 1)];
[all …]
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js1740mapping=null!=d?d:[];this.reverse={};for(var e in this.mapping)this.reverse[this.mapping[e]]=e}mxO… method in mxObjectCodec
1741 …bjectCodec.prototype.getAttributeName=function(a){if(null!=a){var b=this.mapping[a];null!=b&&(a=b)…
/plugin/diagramsnet/lib/plugins/
H A Danimation.js40 function mapCell(cell, clone, mapping) argument
42 mapping = (mapping != null) ? mapping : new Object();
43 mapping[cell.id] = clone;
49 mapCell(cell.getChildAt(i), clone.getChildAt(i), mapping);
52 return mapping;
89 var mapping = mapCell(editorUi.editor.graph.getModel().getRoot(), graph.getModel().getRoot());
112 var cell = mapping[tokens[1]];
/plugin/diagramsnet/lib/resources/
H A Ddia_ar.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_bn.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_ca.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_da.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_el.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_eo.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_fil.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_fr.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_he.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_mr.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_my.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_fi.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_gl.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_hi.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_ko.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_lt.txt994 confABuildingPagesMap=Building pages mapping
/plugin/diagramsnet/lib/js/
H A Dapp.min.js1978mapping=null!=d?d:[];this.reverse={};for(var e in this.mapping)this.reverse[this.mapping[e]]=e}mxO… method in mxObjectCodec
1979 …bjectCodec.prototype.getAttributeName=function(a){if(null!=a){var b=this.mapping[a];null!=b&&(a=b)…
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js312 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js.map1mapping of a precached URL to the corresponding cache key, taking\n * into account the revisio…
H A Dworkbox-f163abaa.js.map1mapping of a precached URL to the corresponding cache key, taking\n * into account the revisio…

12345678