Home
last modified time | relevance | path

Searched refs:xmlDoc (Results 1 – 25 of 1304) sorted by relevance

12345678910>>...53

/dports/games/astromenace/astromenace-1.4.1/src/script/
H A Dscript.cpp123 const std::unique_ptr<cXMLDocument> &xmlDoc) in SetRotation() argument
204 xmlDoc.reset(new cXMLDocument(FileName, true)); in RunScript()
206 if (!xmlDoc->GetRootEntry() || ("AstroMenaceScript" != xmlDoc->GetRootEntry()->Name)) { in RunScript()
208 xmlDoc.reset(); in RunScript()
212 if (xmlDoc->GetRootEntry()->ChildrenList.empty()) { in RunScript()
214 xmlDoc.reset(); in RunScript()
230 if (!xmlDoc) in Update()
497 sXMLEntry *tmpCycle = xmlDoc->GetRootEntry(); in Update()
646 SetRotation(*sharedSpaceShip, xmlEntry, xmlDoc); in LoadSpaceShipScript()
652 LoadTimeSheetData(*xmlDoc.get(), tmpXMLEntry, in LoadSpaceShipScript()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DnsWMSettings.cpp43 mozilla::dom::Document* xmlDoc,
47 mozilla::dom::Document* xmlDoc,
51 mozilla::dom::Document* xmlDoc,
55 mozilla::dom::Document* xmlDoc,
165 nsCOMPtr<mozilla::dom::Document> xmlDoc; in DoImport() local
200 mozilla::dom::Document* xmlDoc, in DoIMAPServer() argument
233 xmlDoc, "IMAP_Secure_Connection", value))) { in DoIMAPServer()
295 mozilla::dom::Document* xmlDoc, in DoPOP3Server() argument
325 xmlDoc, "POP3_Secure_Connection", value)) && in DoPOP3Server()
553 xmlDoc, in SetIdentities()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/libk3b/projects/videocd/
H A Dk3bvcdxmlview.cpp249 xmlDoc.appendChild( xmlDoc.createProcessingInstruction( "xml", "version=\"1.0\"" ) ); in write()
252 QDomElement root = xmlDoc.createElement( "videocd" ); in write()
256 xmlDoc.appendChild( root ); in write()
263 elemOption = d->addSubElement( xmlDoc, root, "option" ); in write()
267 elemOption = d->addSubElement( xmlDoc, root, "option" ); in write()
275 elemOption = d->addSubElement( xmlDoc, root, "option" ); in write()
283 elemOption = d->addSubElement( xmlDoc, root, "option" ); in write()
291 elemOption = d->addSubElement( xmlDoc, root, "option" ); in write()
300 elemOption = d->addSubElement( xmlDoc, root, "option" ); in write()
430 d->doPbc( xmlDoc, elemPbc, track ); in write()
[all …]
/dports/databases/p5-DBIWrapper/libdbiwrapper-perl-0.30/
H A Dtest.pl237 die $xmlDoc;
240 if ($xmlDoc eq $resultDoc)
254 if ($xmlDoc2 eq $xmlDoc)
295 die $xmlDoc;
298 if ($xmlDoc eq $resultDoc)
326 die $xmlDoc;
329 if ($xmlDoc eq $resultDoc)
367 die $xmlDoc;
370 if ($xmlDoc eq $resultDoc)
393 die $xmlDoc;
[all …]
/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
95 if (xmlDoc.Error()) in initString()
324 TiXmlDocument xmlDoc; in readFile() local
379 TiXmlDocument xmlDoc; in readString() local
381 if (xmlDoc.Error()) in readString()
425 TiXmlDocument xmlDoc; in readString() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml.Xsl/
H A DXslTransformTests.cs464 xmlDoc.LoadXml ("<dummy />"); in LocalParameter()
495 xmlDoc.LoadXml ("<dummy />"); in Output_Standalone()
548 xmlDoc.LoadXml ("<dummy />"); in Output_Standalone_ForwardsCompatible()
609 xmlDoc.LoadXml ("<dummy />"); in Output_OmitXmlDeclaration()
663 xmlDoc.LoadXml ("<dummy />"); in Output_OmitXmlDeclaration_ForwardsCompatible()
715 xmlDoc.LoadXml ("<dummy />"); in Output_DocType_Xml()
861 xmlDoc.LoadXml ("<dummy />"); in Output_DocType_Html()
1010 xmlDoc.LoadXml ("<dummy />"); in Output_Indent_Xml_DocType()
1078 xmlDoc.LoadXml ("<dummy />"); in Output_Indent_Html_DocType()
1145 xmlDoc.LoadXml ("<dummy />"); in Output_Indent_Xml()
[all …]
/dports/games/toycars/toycars-0.3.10/toycars_vehicle_editor/src/
H A DVehicleObject.cpp121 delete xmlDoc; in loadVehicle()
145 xmlDoc->Clear(); in loadVehicle()
146 delete xmlDoc; in loadVehicle()
241 delete xmlDoc; in loadVehicle()
344 delete xmlDoc; in saveVehicle()
392 delete xmlDoc; in loadSpriteFromDataDir()
408 delete xmlDoc; in loadSpriteFromDataDir()
446 delete xmlDoc; in loadSpriteFromDataDir()
519 delete xmlDoc; in loadWheelSpriteFromDataDir()
581 delete xmlDoc; in installVehicle()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlAttributeCollectionTests.cs52 XmlDocument xmlDoc = new XmlDocument (); in Append()
66 XmlDocument xmlDoc = new XmlDocument (); in CopyTo()
83 XmlDocument xmlDoc = new XmlDocument (); in SetNamedItem()
84 xmlDoc.LoadXml("<root />"); in SetNamedItem()
85 XmlElement el = xmlDoc.DocumentElement; in SetNamedItem()
93 attr = xmlDoc.CreateAttribute("b3"); in SetNamedItem()
104 XmlDocument xmlDoc = new XmlDocument (); in InsertBeforeAfterPrepend()
106 XmlElement el = xmlDoc.DocumentElement; in InsertBeforeAfterPrepend()
114 attr = xmlDoc.CreateAttribute("b3"); in InsertBeforeAfterPrepend()
120 attr = xmlDoc.CreateAttribute("b4"); in InsertBeforeAfterPrepend()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/tests/Samples/
H A DSigningVerifying.cs46 XmlDocument xmlDoc = new XmlDocument(); in VerifyXml()
47 xmlDoc.PreserveWhitespace = true; in VerifyXml()
48 xmlDoc.LoadXml(signedXmlText); in VerifyXml()
50 SignedXml signedXml = new SignedXml(xmlDoc); in VerifyXml()
51 var signatureNode = (XmlElement)xmlDoc.GetElementsByTagName("Signature")[0]; in VerifyXml()
61 var xmlDoc = new XmlDocument(); in SignedXmlHasVerifiableSignature()
62 xmlDoc.PreserveWhitespace = true; in SignedXmlHasVerifiableSignature()
63 xmlDoc.LoadXml(ExampleXml); in SignedXmlHasVerifiableSignature()
64 SignXml(xmlDoc, key); in SignedXmlHasVerifiableSignature()
66 Assert.True(VerifyXml(xmlDoc.OuterXml, key)); in SignedXmlHasVerifiableSignature()
H A DSigningVerifyingX509Cert.cs48 XmlDocument xmlDoc = new XmlDocument(); in VerifyXml()
49 xmlDoc.PreserveWhitespace = true; in VerifyXml()
50 xmlDoc.LoadXml(signedXmlText); in VerifyXml()
52 SignedXml signedXml = new SignedXml(xmlDoc); in VerifyXml()
53 var signatureNode = (XmlElement)xmlDoc.GetElementsByTagName("Signature")[0]; in VerifyXml()
70 var xmlDoc = new XmlDocument(); in SignedXmlHasCertificateVerifiableSignature()
71 xmlDoc.PreserveWhitespace = true; in SignedXmlHasCertificateVerifiableSignature()
72 xmlDoc.LoadXml(ExampleXml); in SignedXmlHasCertificateVerifiableSignature()
76 SignXml(xmlDoc, key); in SignedXmlHasCertificateVerifiableSignature()
79 Assert.True(VerifyXml(xmlDoc.OuterXml, x509cert)); in SignedXmlHasCertificateVerifiableSignature()
H A DSigningVerifyingWithCustomSignatureMethod.cs53 XmlDocument xmlDoc = new XmlDocument(); in VerifyXml()
54 xmlDoc.PreserveWhitespace = true; in VerifyXml()
55 xmlDoc.LoadXml(signedXmlText); in VerifyXml()
57 SignedXml signedXml = new SignedXml(xmlDoc); in VerifyXml()
58 var signatureNode = (XmlElement)xmlDoc.GetElementsByTagName("Signature")[0]; in VerifyXml()
73 var xmlDoc = new XmlDocument(); in SignedXmlHasVerifiableSignature()
74 xmlDoc.PreserveWhitespace = true; in SignedXmlHasVerifiableSignature()
75 xmlDoc.LoadXml(ExampleXml); in SignedXmlHasVerifiableSignature()
76 SignXml(xmlDoc, key, signatureMethod, digestMethod); in SignedXmlHasVerifiableSignature()
77 Assert.True(VerifyXml(xmlDoc.OuterXml, key)); in SignedXmlHasVerifiableSignature()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_xml.h21 xmlDoc * (* const createDoc)(void);
22 xmlDoc * (* const createDocFromStr)(const char * inbuf, int length);
23 xmlDoc * (* const createDocFromPbxStr)(const pbx_str_t * inbuf);
29 void (* const setRootElement)(xmlDoc * const doc, xmlNode * const node);
34 boolean_t (* const applyStyleSheet)(xmlDoc * const doc, PBX_VARIABLE_TYPE * pbx_params);
35 …boolean_t (* const applyStyleSheetByName)(xmlDoc * const doc, const char * const styleSheetFileNam…
38 char * (* const dump)(xmlDoc * const doc, boolean_t indent);
39 void (* const destroyDoc)(xmlDoc * const * doc);
H A Dsccp_xml.c43 static __attribute__((malloc)) xmlDoc * createDoc(void) in createDoc()
45 xmlDoc * doc = xmlNewDoc((const xmlChar *)"1.0"); in createDoc()
53 xmlDoc * doc = xmlReadMemory(inbuf, length, "noname.xml", NULL, options); in createDocFromStr()
58 static __attribute__((malloc)) xmlDoc * createDocFromPbxStr(const pbx_str_t * inbuf) in createDocFromPbxStr()
88 static void setRootElement(xmlDoc * const doc, xmlNode * const node) in setRootElement()
94 static __attribute__((malloc)) char * dump(xmlDoc * const doc, boolean_t indent) in dump()
169 *(xmlDoc **)&doc = newdoc; in applyStyleSheet()
199 xmlDoc * const newdoc = xsltApplyStylesheet(xslt, doc, params); in applyStyleSheetByName()
216 static void destroyDoc(xmlDoc * const * doc) in destroyDoc()
220 *(xmlDoc **)doc = NULL; in destroyDoc()
[all …]
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DTrackEditor.cpp437 delete xmlDoc; in installTrack()
453 delete xmlDoc; in installTrack()
459 delete xmlDoc; in installTrack()
472 delete xmlDoc; in uninstallTrack()
543 delete xmlDoc; in uninstallTrack()
632 delete xmlDoc; in saveTrack()
658 delete xmlDoc; in loadTrack()
674 delete xmlDoc; in loadTrack()
713 delete xmlDoc; in loadTrack()
725 delete xmlDoc; in loadTrack()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIColorManager.cpp38 CXBMCTinyXML xmlDoc; in Load() local
39 …if (xmlDoc.LoadFile(CSpecialProtocol::TranslatePathConvertCase("special://xbmc/system/colors.xml")… in Load()
40 LoadXML(xmlDoc); in Load()
45 if (xmlDoc.LoadFile(CSpecialProtocol::TranslatePathConvertCase(path))) in Load()
46 LoadXML(xmlDoc); in Load()
57 if (xmlDoc.LoadFile(path)) in Load()
58 LoadXML(xmlDoc); in Load()
61 bool CGUIColorManager::LoadXML(CXBMCTinyXML &xmlDoc) in LoadXML() argument
63 TiXmlElement* pRootElement = xmlDoc.RootElement(); in LoadXML()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/
H A DXmlFile.java219 public boolean containsXmlEncoding(IDocument xmlDoc) throws BadLocationException { in containsXmlEncoding() argument
225 if (xmlDoc.getLength() < 7) { in containsXmlEncoding()
229 for (int offset = 0; offset < xmlDoc.getLength(); offset++) { in containsXmlEncoding()
232 char c = xmlDoc.getChar(offset); in containsXmlEncoding()
243 if ((offset + 4) < xmlDoc.getLength()) { in containsXmlEncoding()
246 String xmlTag = "" + c + xmlDoc.getChar(offset+1) + xmlDoc.getChar(offset+2) + //$NON-NLS-1$ in containsXmlEncoding()
247 xmlDoc.getChar(offset+3) + xmlDoc.getChar(offset+4); in containsXmlEncoding()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimXmpInfo.cpp276 ossimXmlDocument xmlDoc; in getProjection() local
279 if ( xmlDoc.read( is ) ) in getProjection()
294 if ( getPath( path, xmlDoc, s ) ) in getProjection()
303 if ( getPath( path, xmlDoc, s ) ) in getProjection()
314 if ( getPath( path, xmlDoc, s ) ) in getProjection()
323 if ( getPath( path, xmlDoc, s ) ) in getProjection()
334 if ( getPath( path, xmlDoc, s ) ) in getProjection()
343 if ( getPath( path, xmlDoc, s ) ) in getProjection()
354 if ( getPath( path, xmlDoc, s ) ) in getProjection()
412 ossimXmlDocument xmlDoc; in getDate() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/selection/
H A Dcollapse.html.ini4515 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 54 [foreignDoc, 0\]]
4518 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 55 [foreignDoc, 1\]]
4530 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 59 [xmlDoc, -1\]]
4533 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 60 [xmlDoc, 0\]]
4536 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 61 [xmlDoc, 1\]]
4539 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 62 [xmlDoc, 5\]]
4542 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 63 [xmlComment, 0\]]
4545 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 64 [xmlComment, 4\]]
4584 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 82 [xmlDocfrag, 0\]]
4590 [Range 44 [xmlDoc, 0, xmlDoc, 0\], point 87 [xmlDoctype, 0\]]
[all …]
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/includes/
H A Dtree.pxd86 ctypedef struct xmlDoc
171 xmlDoc* doc
200 xmlDoc* doc
218 xmlDoc* doc
234 xmlDoc* doc
257 xmlDoc* doc
259 ctypedef struct xmlDoc:
267 xmlDoc* doc
287 xmlDoc* doc
295 xmlDoc* doc
[all …]
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/structure/
H A Dfilemanager.cpp115 QDomDocument xmlDoc; in load() local
116 if (!xmlDoc.setContent(&file)) in load()
624 xmlDoc.appendChild(encoding); in writeMainXml()
625 xmlDoc.appendChild(root); in writeMainXml()
647 xmlDoc.save(out, indentSize); in writeMainXml()
788 QDomDocument xmlDoc; in recoverObject() local
808 xmlDoc.setContent(&file); in recoverObject()
809 root = xmlDoc.documentElement(); in recoverObject()
852 xmlDoc.appendChild(encoding); in rebuildMainXML()
853 xmlDoc.appendChild(root); in rebuildMainXML()
[all …]
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dxml.h34 } xmlDoc; typedef
46 xmlDoc *doc;
59 xmlDoc *xml_parse_file(gchar *filename);
60 xmlDoc *xml_doc_new();
61 xmlResult xml_save_file(gchar *filename, xmlDoc *doc);
62 xmlResult xml_print_tree(xmlDoc *doc);
70 xmlResult xml_destroy_document(xmlDoc *doc);
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/editor/
H A DDocumentReader.java59 XmlDocument xmlDoc = null; in read() local
83 xmlDoc = new XmlDocument(in); in read()
92 if (xmlDoc == null) { in read()
98 xmlDoc = new XmlDocument(lznDoc.getDocumentElement()); in read()
99 if (xmlDoc != null) { in read()
102 XmlNode root = xmlDoc.getRoot(); in read()
111 new LightweightDocument(file, xmlDoc); in read()
135 if (xmlDoc != null) { in read()
137 interp.xml = xmlDoc; in read()
/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DCopyCommand.cpp36 QDomDocument xmlDoc("spreadsheet-snippet"); in saveAsXml() local
37xmlDoc.appendChild(xmlDoc.createProcessingInstruction("xml", "version=\"1.0\" encoding=\"UTF-8\"")… in saveAsXml()
38 QDomElement root = xmlDoc.createElement("spreadsheet-snippet"); in saveAsXml()
39 xmlDoc.appendChild(root); in saveAsXml()
60 QDomElement rows = xmlDoc.createElement("rows"); in saveAsXml()
70 root.appendChild(cell.save(xmlDoc, 0, top - 1, era)); in saveAsXml()
93 QDomElement columns = xmlDoc.createElement("columns"); in saveAsXml()
103 root.appendChild(cell.save(xmlDoc, left - 1, 0, era)); in saveAsXml()
114 QDomElement e = format->save(xmlDoc, left - 1); in saveAsXml()
133 root.appendChild(cell.save(xmlDoc, left - 1, top - 1, era)); in saveAsXml()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/presence_xml/
H A Dpres_check.c40 xmlDocPtr xmlDoc = NULL; in presxml_check_basic() local
63 if((xmlDoc = xmlParseMemory(presentity->s, presentity->len)) == NULL) { in presxml_check_basic()
68 if((tuple = xmlDocGetNodeByName(xmlDoc, "tuple", NULL)) == NULL) { in presxml_check_basic()
94 if(xmlDoc != NULL) in presxml_check_basic()
95 xmlFreeDoc(xmlDoc); in presxml_check_basic()
109 xmlDocPtr xmlDoc = NULL; in presxml_check_activities() local
138 if((xmlDoc = xmlParseMemory(presentity->s, presentity->len)) == NULL) { in presxml_check_activities()
143 if((person = xmlDocGetNodeByName(xmlDoc, "person", NULL)) == NULL) { in presxml_check_activities()
180 if(xmlDoc != NULL) in presxml_check_activities()
181 xmlFreeDoc(xmlDoc); in presxml_check_activities()

12345678910>>...53