Home
last modified time | relevance | path

Searched refs:saveXML (Results 1 – 25 of 47) sorted by path

12

/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php768 $response = $this->_lastResponse->saveXML();
H A DMetadata.php246 return $xml->saveXML();
H A DResponse.php1161 return OneLogin_Saml2_Utils::loadXML($dom, $container->ownerDocument->saveXML());
H A DUtils.php1097 return $newdoc->saveXML($encryptedID);
1099 return $doc->saveXML($nameId);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php163 return $dom->saveXML($node);
/plugin/bpmnio/script/
H A Dbpmnio_render.js82 const result = await editor.saveXML(options);
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md342 * `FIX`: always emit `saveXML.done`
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js27 …}const{warnings:i}=await Pr(this,t,n);return{warnings:i}})),Fr.prototype.saveXML=_r((async functio…
H A Dbpmn-navigated-viewer.production.min.js22 …}const{warnings:i}=await Sr(this,t,n);return{warnings:i}})),Br.prototype.saveXML=Er((async functio…
H A Dbpmn-viewer.production.min.js22 …}const{warnings:i}=await _r(this,t,n);return{warnings:i}})),Or.prototype.saveXML=br((async functio…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md126 * `FEAT`: make `#fromXML`, `#saveXML`, `#saveSVG`, and `#open` APIs awaitable ([#514](https://githu…
461 * `FEAT`: emit `saveXML` life-cycle events
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2 …en.bind(this)),this.importXML=kn(this.importXML.bind(this)),this.saveXML=kn(this.saveXML.bind(this…
H A Ddmn-navigated-viewer.production.min.js2 …en.bind(this)),this.importXML=ln(this.importXML.bind(this)),this.saveXML=ln(this.saveXML.bind(this…
H A Ddmn-viewer.production.min.js2 …en.bind(this)),this.importXML=sn(this.importXML.bind(this)),this.saveXML=sn(this.saveXML.bind(this…
/plugin/bpmnioeditor/
H A Dscript.js225 resultSave = await window.bpmn[index]['edit'].saveXML({format: true});
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js15939 BaseViewer.prototype.saveXML = wrapForCompatibility(function saveXML(options) { function
H A Dbpmn-modeler.production.min.js28 … r({warnings:t})})).catch((function(e){return o(e)}))}))})),Sr.prototype.saveXML=gr((function(e){e…
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php338 $xmlText = $this->getDomDocument()->saveXML(
634 // $output .= $doc->saveXML($value) . DOKU_LF;
H A DXmlElement.php212 return $this->domElement->ownerDocument->saveXML($this->domElement);
H A DXmlSystems.php47 return $linkDom->ownerDocument->saveXML($linkDom->ownerDocument->documentElement);
86 return $doc->saveXML();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php734 $response->setBody($dom->saveXML());
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php219 $body = $dom->saveXML();
H A DServer.php313 $this->httpResponse->setBody($DOM->saveXML());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php26 $output = $dom->saveXML();
55 $output = $dom->saveXML();
H A DTooManyMatchesTest.php24 $output = $dom->saveXML();

12