Home
last modified time | relevance | path

Searched defs:xmlDoc (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/XDocument.Common/
H A DInputSpace.cs33 public static void Load(Object loadObject, ref XDocument xDoc, ref XDocument xmlDoc) in Load()
39 public static void Load(string fileName, ref XDocument xDoc, ref XDocument xmlDoc) in Load()
195 public static void RootElement(ref XDocument xDoc, ref XDocument xmlDoc) in RootElement()
201 public static void TextNodes(ref XDocument xDoc, ref XDocument xmlDoc) in TextNodes()
207 public static void Contacts(ref XDocument xDoc, ref XDocument xmlDoc) in Contacts()
238 public static void Teams(ref XDocument xDoc, ref XDocument xmlDoc) in Teams()
410 public static void Hamlet(ref XDocument xDoc, ref XDocument xmlDoc) in Hamlet()
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/src/
H A DConverter_TEST.cc46 TiXmlDocument xmlDoc; in TEST() local
366 TiXmlDocument xmlDoc; in TEST() local
421 TiXmlDocument xmlDoc; in TEST() local
463 TiXmlDocument xmlDoc; in TEST() local
506 TiXmlDocument xmlDoc; in TEST() local
556 TiXmlDocument xmlDoc; in TEST() local
600 TiXmlDocument xmlDoc; in TEST() local
649 TiXmlDocument xmlDoc; in TEST() local
689 TiXmlDocument xmlDoc; in TEST() local
745 TiXmlDocument xmlDoc; in TEST() local
[all …]
H A Dparser.cc42 TiXmlDocument xmlDoc; in _initFile() local
59 TiXmlDocument xmlDoc; in init() local
70 TiXmlDocument xmlDoc; in initFile() local
83 TiXmlDocument xmlDoc; in initFile() local
93 TiXmlDocument xmlDoc; in initString() local
324 TiXmlDocument xmlDoc; in readFile() local
379 TiXmlDocument xmlDoc; in readString() local
425 TiXmlDocument xmlDoc; in readString() local
1156 TiXmlDocument xmlDoc; in convertFile() local
1189 TiXmlDocument xmlDoc; in convertString() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Editor Tests/org/eclipse/ant/tests/ui/editor/formatter/
H A DXmlFormatterTest.java40 …String xmlDoc = "<project default=\"go\"><target name=\"go\" description=\"Demonstrate the wrappin… in testFormatUsingPreferenceStore() local
77 …String xmlDoc = "<project default=\"go\"><target name=\"go\" description=\"Demonstrate the wrappin… in testFormatWithPreferenceParameter() local
117 …String xmlDoc = "<project default=\"go\"><target name=\"go\" description=\"Demonstrate the wrappin… in testFormatMaintainingLineSeparators() local
/dports/games/astromenace/astromenace-1.4.1/src/script/
H A Dscript.cpp82 const std::unique_ptr<cXMLDocument> &xmlDoc, const std::shared_ptr<cXMLDocument> &xmlAI) in SetAIMode()
97 const std::unique_ptr<cXMLDocument> &xmlDoc, float TimeOpLag) in SetLocation()
123 const std::unique_ptr<cXMLDocument> &xmlDoc) in SetRotation()
142 const std::unique_ptr<cXMLDocument> &xmlDoc) in SetDeleteAfterLeaveScene()
554 static void LoadTimeSheetData(cXMLDocument &xmlDoc, const sXMLEntry &XMLEntry, in LoadTimeSheetData()
619 …dSpaceShipScript(std::weak_ptr<cSpaceShip> &SpaceShip, const std::unique_ptr<cXMLDocument> &xmlDoc, in LoadSpaceShipScript()
662 const std::unique_ptr<cXMLDocument> &xmlDoc, in LoadGroundObjectScript()
693 const std::unique_ptr<cXMLDocument> &xmlDoc, in LoadSpaceObjectScript()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsWMSettings.cpp165 nsCOMPtr<mozilla::dom::Document> xmlDoc; in DoImport() local
200 mozilla::dom::Document* xmlDoc, in DoIMAPServer()
295 mozilla::dom::Document* xmlDoc, in DoPOP3Server()
442 mozilla::dom::Document* xmlDoc, in DoNNTPServer()
534 mozilla::dom::Document* xmlDoc, in SetIdentities()
583 void WMSettings::SetSmtpServer(mozilla::dom::Document* xmlDoc, in SetSmtpServer()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIColorManager.cpp38 CXBMCTinyXML xmlDoc; in Load() local
61 bool CGUIColorManager::LoadXML(CXBMCTinyXML &xmlDoc) in LoadXML()
/dports/net/kamailio/kamailio-5.4.5/src/modules/presence_xml/
H A Dpres_check.c40 xmlDocPtr xmlDoc = NULL; in presxml_check_basic() local
109 xmlDocPtr xmlDoc = NULL; in presxml_check_activities() local
/dports/games/maxr/maxr-0.2.9/src/
H A Dextendedtinyxml.cpp27 XMLElement* XmlGetFirstElementVa (XMLDocument& xmlDoc, const char* first, va_list vaList) in XmlGetFirstElementVa()
55 XMLElement* XmlGetFirstElement (XMLDocument& xmlDoc, const char* first, ...) in XmlGetFirstElement()
67 XMLElement* getOrCreateXmlElement (XMLDocument& xmlDoc, const std::string& path) in getOrCreateXmlElement()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/xmlutil/
H A DDocument.h5 typedef struct _xmlDoc xmlDoc; typedef
/dports/games/toycars/toycars-0.3.10/toycars_vehicle_editor/src/
H A DVehicleObject.cpp118 TiXmlDocument *xmlDoc = new TiXmlDocument(fullFilename); in loadVehicle() local
247 TiXmlDocument *xmlDoc = new TiXmlDocument(filename); in saveVehicle() local
389 TiXmlDocument *xmlDoc = new TiXmlDocument(path); in loadSpriteFromDataDir() local
463 TiXmlDocument *xmlDoc = new TiXmlDocument(path); in loadWheelSpriteFromDataDir() local
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FUtils/
H A DFUXmlDocument.h14 typedef struct _xmlDoc xmlDoc; typedef
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FUtils/
H A DFUXmlDocument.h14 typedef struct _xmlDoc xmlDoc; typedef
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/dom/
H A DBug6879614Test.java66 Document xmlDoc = null; in testAttributeCaching() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/dom/
H A DBug6879614Test.java66 Document xmlDoc = null; in testAttributeCaching() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/dom/
H A DBug6879614Test.java66 Document xmlDoc = null; in testAttributeCaching() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/dom/
H A DBug6879614Test.java66 Document xmlDoc = null; in testAttributeCaching() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/dom/
H A DBug6879614Test.java66 Document xmlDoc = null; in testAttributeCaching() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/dom/
H A DBug6879614Test.java66 Document xmlDoc = null; in testAttributeCaching() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/dom/
H A DBug6879614Test.java66 Document xmlDoc = null; in testAttributeCaching() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/dom/
H A DBug6879614Test.java66 Document xmlDoc = null; in testAttributeCaching() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/parsers/
H A DBug6564400.java88 Document xmlDoc = parser.parse(xmlFile); in testDOM() local
123 Document xmlDoc = parser.parse(xmlFile); in testConformantDOM() local
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DColladaExporter_TEST.cc54 tinyxml2::XMLDocument xmlDoc; in TEST_F() local
125 tinyxml2::XMLDocument xmlDoc; in TEST_F() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/parsers/
H A DBug6564400.java88 Document xmlDoc = parser.parse(xmlFile); in testDOM() local
123 Document xmlDoc = parser.parse(xmlFile); in testConformantDOM() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/parsers/
H A DBug6564400.java88 Document xmlDoc = parser.parse(xmlFile); in testDOM() local
123 Document xmlDoc = parser.parse(xmlFile); in testConformantDOM() local

12345678910>>...13