Searched refs:xmlData (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/ |
H A D | script.js | 43 xmlData = msg.xml; 45 xmlData = xmlData.replace(new RegExp('^<mxfile host=".*?"'), '<mxfile host="hostname"'); 46 xmlData = xmlData.replace(new RegExp('agent=".*?"'), 'agent="anonymous browser agent"'); 48 …dow.postMessage(JSON.stringify({action: 'export', format: 'xmlpng', xml: xmlData, spinKey: 'saving…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Dialogs.js | 3092 var xmlData = null; 3110 if (xmlData == null) 3127 xmlData = req.getText(); 3128 callback(xmlData); 3132 callback(xmlData); 3138 callback(xmlData); 10152 var xmlData = null; 10156 if (xmlData == null) 10174 callback(xmlData); 10178 callback(xmlData); [all …]
|
H A D | Editor.js | 1719 var xmlData = pako.inflateRaw(Graph.stringToArrayBuffer( 1722 if (xmlData != null && xmlData.length > 0) 1724 result = xmlData;
|
H A D | EditorUi.js | 7365 EditorUi.prototype.importGraphML = function(xmlData, done, onerror) argument 7381 this.doImportGraphML(xmlData, done, onerror);
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 3131 EditorUi.prototype.doImportGraphML = function(xmlData, done, onerror) argument 3133 new mxGraphMlCodec().decode(xmlData, done, onerror);
|