Home
last modified time | relevance | path

Searched refs:buildXml (Results 1 – 11 of 11) sorted by relevance

/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/database/
H A Dexporter.php101 $buffer = $this->buildXml();
130 abstract protected function buildXml(); function in JDatabaseExporter
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/
H A DXmlEncoder.php68 $this->buildXml($root, $data, $xmlRootNodeName);
379 private function buildXml(\DOMNode $parentNode, $data, $xmlRootNodeName = null) function in Symfony\\Component\\Serializer\\Encoder\\XmlEncoder
424 return $this->buildXml($parentNode, $data, $xmlRootNodeName);
489 return $this->buildXml($node, $val);
494 $this->buildXml($node, $val);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/
H A DXmlEncoder.php68 $this->buildXml($root, $data, $xmlRootNodeName);
379 private function buildXml(\DOMNode $parentNode, $data, $xmlRootNodeName = null) function in Symfony\\Component\\Serializer\\Encoder\\XmlEncoder
424 return $this->buildXml($parentNode, $data, $xmlRootNodeName);
489 return $this->buildXml($node, $val);
494 $this->buildXml($node, $val);
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/serializer/Encoder/
H A DXmlEncoder.php68 $this->buildXml($root, $data, $xmlRootNodeName);
375 private function buildXml(\DOMNode $parentNode, $data, $xmlRootNodeName = null) function in Symfony\\Component\\Serializer\\Encoder\\XmlEncoder
420 return $this->buildXml($parentNode, $data, $xmlRootNodeName);
485 return $this->buildXml($node, $val);
490 $this->buildXml($node, $val);
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/serializer/Encoder/
H A DXmlEncoder.php117 $this->buildXml($root, $data, $xmlRootNodeName);
415 private function buildXml(\DOMNode $parentNode, $data, string $xmlRootNodeName = null): bool function in Symfony\\Component\\Serializer\\Encoder\\XmlEncoder
466 return $this->buildXml($parentNode, $data, $xmlRootNodeName);
519 return $this->buildXml($node, $val);
524 $this->buildXml($node, $val);
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/database/exporter/
H A Dmysqli.php27 protected function buildXml() function in JDatabaseExporterMysqli
H A Dpdomysql.php29 protected function buildXml() function in JDatabaseExporterPdomysql
H A Dpostgresql.php30 protected function buildXml() function in JDatabaseExporterPostgresql
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/
H A DLicenseTests.java519 IFile buildXml = buildFolder.getFile("build.xml"); in testBug338835_MissingLicenseSection() local
520 Utils.writeBuffer(buildXml, buffer); in testBug338835_MissingLicenseSection()
522 runAntScript(buildXml.getLocation().toOSString(), new String[] { "test" }, in testBug338835_MissingLicenseSection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/
H A DSourceTests.java697 IFile buildXml = buildFolder.getFile("buildAll.xml"); in testbug302941() local
698 Utils.writeBuffer(buildXml, buildAll); in testbug302941()
700 runAntScript(buildXml.getLocation().toOSString(), new String[] { "main" }, in testbug302941()
/dports/net/yate/yate-6.4.0-1/modules/
H A Djavascript.cpp807 static XmlElement* buildXml(const String* name, const String* text = 0);
4326 XmlElement* xml = buildXml(arg1); in runConstructor()
4337 XmlElement* xml = buildXml(arg1,arg2); in runConstructor()
4400 XmlElement* JsXML::buildXml(const String* name, const String* text) in buildXml() function in __anone2f0ecd50111::JsXML