Home
last modified time | relevance | path

Searched refs:saveXML (Results 1 – 25 of 48) sorted by relevance

12

/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();
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
DDOMNodeComparator.php96 $text = $node->saveXML();
98 $text = $document->saveXML($node);
/plugin/zotero/
DImportZoteroFeedReader.php34 $xml = $dom->saveXML();
39 $xml = $dom->saveXML();
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
DXMLExporter.php18 return $xmlDocument->saveXML();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNoAbstractTest.php27 $dom2->loadXML($dom->saveXML());
H A DNotRecognizedPrincipalTest.php27 $dom2->loadXML($dom->saveXML());
H A DAceConflictTest.php27 $dom2->loadXML($dom->saveXML());
H A DNotSupportedPrivilegeTest.php27 $dom2->loadXML($dom->saveXML());
H A DNeedPrivilegesExceptionTest.php37 $dom2->loadXML($dom->saveXML());
/plugin/farm/
Dtestclient.php14 $dom = $dom->saveXML();
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php47 return $linkDom->ownerDocument->saveXML($linkDom->ownerDocument->documentElement);
86 return $doc->saveXML();
/plugin/scrape/
Dsyntax.php170 $html .= $node->ownerDocument->saveXML($node) . "\n";
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
DCrap4j.php131 $buffer = $document->saveXML();
DClover.php239 $buffer = $xmlDocument->saveXML();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
DXML.php54 $this->write($this->document->saveXML());
/plugin/bpmnio/script/
Dbpmnio_render.js84 const result = await editor.saveXML(options);
/plugin/adfs/phpsaml/lib/Saml2/
DMetadata.php246 return $xml->saveXML();
DUtils.php1097 return $newdoc->saveXML($encryptedID);
1099 return $doc->saveXML($nameId);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DNode.php115 return $asDom ? $dom : $dom->saveXML();
/plugin/saml/phpsaml/lib/Saml2/
DMetadata.php246 return $xml->saveXML();
DUtils.php1097 return $newdoc->saveXML($encryptedID);
1099 return $doc->saveXML($nameId);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php219 $body = $dom->saveXML();
/plugin/bpmnioeditor/
Dscript.js225 resultSave = await window.bpmn[index]['edit'].saveXML({format: true});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
DJUnit.php395 return $this->document->saveXML();

12