Home
last modified time | relevance | path

Searched refs:mapping (Results 26 – 50 of 191) sorted by path

12345678

/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)…
H A Dviewer-static.min.js1944mapping=null!=d?d:[];this.reverse={};for(var e in this.mapping)this.reverse[this.mapping[e]]=e}mxO… method in mxObjectCodec
1945 …bjectCodec.prototype.getAttributeName=function(a){if(null!=a){var b=this.mapping[a];null!=b&&(a=b)…
H A Dviewer.min.js1944mapping=null!=d?d:[];this.reverse={};for(var e in this.mapping)this.reverse[this.mapping[e]]=e}mxO… method in mxObjectCodec
1945 …bjectCodec.prototype.getAttributeName=function(a){if(null!=a){var b=this.mapping[a];null!=b&&(a=b)…
/plugin/diagramsnet/lib/js/diagramly/
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 …]
H A DTrees.js483 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js370 mxGraphMlCodec.prototype.mapArray = function(arr, mapping, map) argument
380 this.mapObject(obj, mapping, map);
384 mxGraphMlCodec.prototype.mapObject = function (obj, mapping, map) argument
387 if (mapping.defaults)
389 for (var key in mapping.defaults)
391 map[key] = mapping.defaults[key];
395 for (var key in mapping)
415 var mappingObj = mapping[key];
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js7502 Graph.prototype.createCellMapping = function(mapping, lookup, cellMapping) argument
7506 for (var objectId in mapping)
7514 cellMapping[cellId] = mapping[objectId].getId() || '';
7906 mapping = (mapping != null) ? mapping : new Object();
8040 this.updateCustomLinks(this.createCellMapping(mapping,
8132 Graph.prototype.updateCustomLinks = function(mapping, cells, graph) argument
8140 graph.updateCustomLinksForCell(mapping, cells[i], graph);
8148 Graph.prototype.updateCustomLinksForCell = function(mapping, cell) argument
8150 this.doUpdateCustomLinksForCell(mapping, cell);
8155 this.updateCustomLinksForCell(mapping,
[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/plugins/trees/
H A Dtrees.js312 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
/plugin/diagramsnet/lib/resources/
H A Ddia.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_am.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_ar.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_bn.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_bs.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_et.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_fa.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_fi.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_fil.txt994 confABuildingPagesMap=Building pages mapping
H A Ddia_fr.txt994 confABuildingPagesMap=Building pages mapping

12345678