Home
last modified time | relevance | path

Searched refs:parseXml (Results 1 – 25 of 37) sorted by relevance

12

/plugin/diagramsnet/lib/js/
H A Dembed.dev.js125 var xmlDoc = mxUtils.parseXml(stencils[i]);
173 var xmlDocument = mxUtils.parseXml(xml);
186 xmlDocument = mxUtils.parseXml(xml);
246 var xmlDoc = mxUtils.parseXml(stylesheet);
507 var newDocument = mxUtils.parseXml(data);
526 newDocument = mxUtils.parseXml(data);
548 newDocument = mxUtils.parseXml(tmp);
567 newDocument = mxUtils.parseXml(tmp);
H A Dstencils.min.js212 window.setTimeout(function(){fn(mxUtils.parseXml(s))}, 0);
214 return (s != null) ? mxUtils.parseXml(s) : l.apply(this, arguments)
H A Dexport.js78 var doc = mxUtils.parseXml(data.xml);
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js125 var xmlDoc = mxUtils.parseXml(stencils[i]);
173 var xmlDocument = mxUtils.parseXml(xml);
186 xmlDocument = mxUtils.parseXml(xml);
246 var xmlDoc = mxUtils.parseXml(stylesheet);
507 var newDocument = mxUtils.parseXml(data);
526 newDocument = mxUtils.parseXml(data);
548 newDocument = mxUtils.parseXml(tmp);
567 newDocument = mxUtils.parseXml(tmp);
H A DDiffSync.js172 var diagram = mxUtils.parseXml(ins.data).documentElement;
563 model.setValue(cell, mxUtils.parseXml(diff.xmlValue).documentElement);
603 model.setGeometry(cell, this.codec.decode(mxUtils.parseXml(
906 mxUtils.parseXml(json.geometry).documentElement) : null;
911 value = mxUtils.parseXml(json.xmlValue).documentElement;
H A DDrawioFile.js286 this.ui.getPagesForNode(mxUtils.parseXml(
291 mxUtils.parseXml(file.data).
500 mxUtils.parseXml(file.data).documentElement)), 25000) : 'n/a';
2042 mxUtils.parseXml(this.getData()).documentElement),
2090 mxUtils.parseXml(savedData).documentElement),
H A DDrawioFileSync.js1079 mxUtils.parseXml(this.file.shadowData).documentElement)
1311 mxUtils.parseXml(this.file.shadowData).documentElement)
1376 mxUtils.parseXml(this.file.shadowData).documentElement)
H A DEditorUi.js749 var doc = mxUtils.parseXml(data);
939 var doc = mxUtils.parseXml(data);
1384 var doc = mxUtils.parseXml(data);
2320 doc = mxUtils.parseXml(xml);
3098 var doc = mxUtils.parseXml(file.getData());
3500 var doc = mxUtils.parseXml(theData);
6969 var doc = mxUtils.parseXml(xml);
7556 var doc = mxUtils.parseXml(svg);
7745 var root = mxUtils.parseXml(svgText);
11113 var doc = mxUtils.parseXml(xml);
[all …]
H A DElectronApp.js426 var root = mxUtils.parseXml(data);
572 var xmlDoc = mxUtils.parseXml(modelString);
H A DEditor.js1408 var doc2 = mxUtils.parseXml(config.xml);
1423 var doc2 = mxUtils.parseXml(data);
1447 node = mxUtils.parseXml(tmp).documentElement;
1501 node = mxUtils.parseXml(tmp).documentElement;
2372 var svgRoot = mxUtils.parseXml(svg).documentElement;
2389 var node = mxUtils.parseXml(tmp).documentElement;
H A DDialogs.js3150 var doc = mxUtils.parseXml(xml);
6078 var doc = mxUtils.parseXml(xml);
6410 doc = mxUtils.parseXml(drafts[select.value].data);
6470 var doc = mxUtils.parseXml(xml);
9282 var doc = mxUtils.parseXml(data);
9782 var doc = mxUtils.parseXml(newValue);
10194 var doc = mxUtils.parseXml(xml);
11943 this.createPageItem('1', 'Page-1', mxUtils.parseXml(xml).documentElement);
H A DMenus.js1634 var doc = mxUtils.parseXml(newValue);
1790 snapshot = editorUi.getPagesForNode(mxUtils.parseXml(
1832 snapshot = editorUi.getPagesForNode(mxUtils.parseXml(
H A DDriveClient.js1141 mxUtils.parseXml(temp).documentElement, true);
H A DGraphViewer.js2146 var xmlDoc = mxUtils.parseXml(xml);
H A DApp.js2823 var doc = mxUtils.parseXml(window.opener[value]);
4868 mxUtils.parseXml(data).documentElement, true) : null;
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js86 var xmlDoc = mxUtils.parseXml(Graph.decompress(replayData));
220 var edits = mxUtils.parseXml('<edits>' + newValue + '</edits>');
H A Dimport.js125 var freeMindDOM = mxUtils.parseXml(data);
H A DcConf-1-4-8.js1143 doc = mxUtils.parseXml(libContent);
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js312 var doc = mxUtils.parseXml(cnt);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js940 var doc = mxUtils.parseXml(data);
991 var doc = mxUtils.parseXml(temp);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js38 var doc = mxUtils.parseXml(files[id]);
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js685 editorUi.editor.setGraphXml(mxUtils.parseXml(data).documentElement);
703 var doc = mxUtils.parseXml(data);
H A DActions.js81 var doc = mxUtils.parseXml(xml);
H A DGraph.js25 var parseXml = mxUtils.parseXml; variable
27 mxUtils.parseXml = function(text) function
36 return parseXml(text);
6928 var doc = mxUtils.parseXml(Graph.decompress(stencil));
7157 mxStencilRegistry.parseStencilSet(mxUtils.parseXml(stencils[i]).documentElement);
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js14 var doc = mxUtils.parseXml(xml);

12