Home
last modified time | relevance | path

Searched refs:getXml (Results 1 – 25 of 50) sorted by relevance

12

/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php33 function getXml() { function in Sabre\\Xml\\Element\\XmlFragment
66 <xml-fragment xmlns="http://sabre.io/ns">{$this->getXml()}</xml-fragment>
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php33 function getXml() { function in Sabre\\Xml\\Element\\XmlFragment
66 <xml-fragment xmlns="http://sabre.io/ns">{$this->getXml()}</xml-fragment>
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php33 function getXml() { function in Sabre\\Xml\\Element\\XmlFragment
66 <xml-fragment xmlns="http://sabre.io/ns">{$this->getXml()}</xml-fragment>
/plugin/findologicxmlexport/
H A DOutputXMLHelper.php96 public function getXml($start, $count) function in OutputXMLHelper
120 echo $this->getXml($start, $count);
/plugin/diagramsnet/lib/plugins/
H A Dupdate.js141 var currentXml = mxUtils.getXml(editorUi.editor.getGraphXml());
147 parseResponse(mxUtils.getXml(createDemoResponse().documentElement));
158 parseResponse(mxUtils.getXml(req.getDocumentElement()));
H A Dreplay.js88 ui.fileLoaded(new LocalFile(ui, mxUtils.getXml(xmlDoc.documentElement.firstChild.firstChild)));
127 tape.push(mxUtils.getXml(delta));
142 tape =[mxUtils.getXml(state)];
H A Dsvgdata.js39 g.setAttribute('content', mxUtils.getXml(state.cell.value));
H A DcConf-1-4-8.js1003 function getXml(success, error) function
1026 rev.getXml = mxUtils.bind(rev, getXml);
/plugin/jsonrpc/
H A DIJR_Base64.php13 function getXml() { function in IJR_Base64
H A DIJR_Date.php42 function getXml() { function in IJR_Date
/plugin/adfs/phpsaml/lib/Saml/
H A DMetadata.php23 public function getXml() function in OneLogin_Saml_Metadata
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php16 $xmlDocument = $page->getXml();
H A DPage.php44 public function getXml() function in FINDOLOGIC\\Export\\XML\\Page
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php69 $new->owner = !empty($values['{DAV:}owner']) ? $values['{DAV:}owner']->getXml() : null;
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js740 inserted.push({data: mxUtils.getXml(newPage.page.node),
982 result.geometry = mxUtils.getXml(this.codec.encode(cell.geometry));
1000 result.xmlValue = mxUtils.getXml(cell.value);
1073 diff.xmlValue = mxUtils.getXml(newCell.value);
1080 diff.xmlValue = mxUtils.getXml(newCell.value);
1111 diff.geometry = mxUtils.getXml(node);
H A DDropboxFile.js112 getXml: mxUtils.bind(this, function(itemSuccess, itemError)
H A DGraphViewer.js163 this.xml = mxUtils.getXml(xmlNode);
246 this.xml = mxUtils.getXml(this.xmlNode);
589 return new mxImage(Editor.createSvgDataUri(mxUtils.getXml(svgRoot)),
621 this.xml = mxUtils.getXml(xmlNode);
636 this.xml = mxUtils.getXml(xmlNode);
H A DEditorUi.js942 result = (node != null) ? mxUtils.getXml(node) : '';
1109 var text = Graph.zapGremlins(mxUtils.getXml(node));
2229 mxUtils.getXml(this.editor.getGraphXml())),
3011 return mxUtils.getXml(doc);
6505 fn(mxUtils.getXml(svgRoot));
10610 var xml = mxUtils.getXml(graph.encodeCells(cells));
10649 var xml = mxUtils.getXml(graph.encodeCells(cells));
12285 msg.xml = mxUtils.getXml(node);
12293 msg.xml = mxUtils.getXml(xml);
12351 postResult(mxUtils.getXml(svgRoot));
[all …]
H A DDriveFile.js564 item.getXml = mxUtils.bind(this, function(itemSuccess, itemError)
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php127 $value = $value->getXml();
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php156 $value = $value->getXml();
/plugin/combo/ComboStrap/
H A DMime.php166 public static function getXml() function in ComboStrap\\Mime
/plugin/diagramsnet/lib/js/
H A Dexport.js108 var xml = mxUtils.getXml(xmlDoc);
116 …ipcRenderer.send('xml-data', mxUtils.getXml(editorUi.getXmlFileData(null, null, data.uncompressed)…
243 mxUtils.getXml(svgRoot));
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1270 … ExportDialog.saveLocalFile(editorUi, mxUtils.getXml(editorUi.editor.getGraphXml()), name, format);
1274 ExportDialog.saveLocalFile(editorUi, mxUtils.getXml(graph.getSvg(bg, s, b)), name, format);
1295 var param = 'xml=' + encodeURIComponent(mxUtils.getXml(root));

12