Home
last modified time | relevance | path

Searched refs:xmlDoc (Results 26 – 50 of 1304) sorted by relevance

12345678910>>...53

/dports/devel/py-lxml/lxml-4.7.1/src/lxml/includes/
H A Dxslt.pxd21 xmlDoc* doc
25 xmlDoc* doc
36 xmlDoc* output
45 cdef xsltStylesheet* xsltParseStylesheetDoc(xmlDoc* doc) nogil
79 ctypedef xmlDoc* (*xsltDocLoaderFunc)(const_xmlChar* URI, xmlDict* dict,
87 cdef xmlDoc* xsltApplyStylesheet(xsltStylesheet* style, xmlDoc* doc,
89 cdef xmlDoc* xsltApplyStylesheetUser(xsltStylesheet* style, xmlDoc* doc,
97 xmlDoc* doc) nogil
108 xmlDoc* result,
111 xmlDoc* result,
[all …]
H A Dxinclude.pxd1 from lxml.includes.tree cimport xmlDoc, xmlNode
7 cdef int xmlXIncludeProcess(xmlDoc* doc) nogil
8 cdef int xmlXIncludeProcessFlags(xmlDoc* doc, int parser_opts) nogil
16 cdef xmlXIncludeCtxt* xmlXIncludeNewContext(xmlDoc* doc) nogil
22 xmlDoc* doc, int flags, void* data) nogil
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/
H A Dqgsconfigcache.cpp140 QDomDocument *xmlDoc = mXmlDocumentCache.object( filePath ); in xmlDocument() local
141 if ( !xmlDoc ) in xmlDocument()
144 xmlDoc = new QDomDocument(); in xmlDocument()
147 if ( !xmlDoc->setContent( &configFile, true, &errorMsg, &line, &column ) ) in xmlDocument()
151 delete xmlDoc; in xmlDocument()
154 mXmlDocumentCache.insert( filePath, xmlDoc ); in xmlDocument()
156 xmlDoc = mXmlDocumentCache.object( filePath ); in xmlDocument()
157 Q_ASSERT( xmlDoc ); in xmlDocument()
159 return xmlDoc; in xmlDocument()
/dports/graphics/qgis/qgis-3.22.3/src/server/
H A Dqgsconfigcache.cpp140 QDomDocument *xmlDoc = mXmlDocumentCache.object( filePath ); in xmlDocument() local
141 if ( !xmlDoc ) in xmlDocument()
144 xmlDoc = new QDomDocument(); in xmlDocument()
147 if ( !xmlDoc->setContent( &configFile, true, &errorMsg, &line, &column ) ) in xmlDocument()
151 delete xmlDoc; in xmlDocument()
154 mXmlDocumentCache.insert( filePath, xmlDoc ); in xmlDocument()
156 xmlDoc = mXmlDocumentCache.object( filePath ); in xmlDocument()
157 Q_ASSERT( xmlDoc ); in xmlDocument()
159 return xmlDoc; in xmlDocument()
/dports/games/toycars/toycars-0.3.10/toycars_track_editor/src/
H A DTrackView.cxx180 if (!xmlDoc) { in TrackView()
184 delete xmlDoc; in TrackView()
222 if (!xmlDoc) in loadTileset()
233 delete xmlDoc; in loadTileset()
243 delete xmlDoc; in loadTileset()
251 delete xmlDoc; in loadTileset()
259 delete xmlDoc; in loadTileset()
361 delete xmlDoc; in loadMap()
378 delete xmlDoc; in loadMap()
441 delete xmlDoc; in loadMap()
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/test/ValentinaTest/
H A Dtst_vdomdocument.cpp147 QDomDocument xmlDoc; in TestCompareDomElements() local
149 QVERIFY(xmlDoc.setContent(element1Content)); in TestCompareDomElements()
150 QDomElement element1 = xmlDoc.firstChild().toElement(); in TestCompareDomElements()
152 QVERIFY(xmlDoc.setContent(element2Content)); in TestCompareDomElements()
153 QDomElement element2 = xmlDoc.firstChild().toElement(); in TestCompareDomElements()
/dports/games/maxr/maxr-0.2.9/src/
H A Dextendedtinyxml.cpp27 XMLElement* XmlGetFirstElementVa (XMLDocument& xmlDoc, const char* first, va_list vaList) in XmlGetFirstElementVa() argument
31 xmlElement = xmlDoc.RootElement(); in XmlGetFirstElementVa()
55 XMLElement* XmlGetFirstElement (XMLDocument& xmlDoc, const char* first, ...) in XmlGetFirstElement() argument
60 XMLElement* element = XmlGetFirstElementVa (xmlDoc, first, list); in XmlGetFirstElement()
67 XMLElement* getOrCreateXmlElement (XMLDocument& xmlDoc, const std::string& path) in getOrCreateXmlElement() argument
81 XMLElement* lastElement = xmlDoc.FirstChildElement (parts[0].c_str()); in getOrCreateXmlElement()
83 lastElement = xmlDoc.LinkEndChild (xmlDoc.NewElement (parts[0].c_str()))->ToElement(); in getOrCreateXmlElement()
89 xmlElement = lastElement->LinkEndChild (xmlDoc.NewElement (parts[i].c_str()))->ToElement(); in getOrCreateXmlElement()
/dports/textproc/R-cran-xml2/xml2/inst/include/
H A Dxml2_types.h67 class XPtrDoc : public ::XPtr<xmlDoc> {
73 xmlDoc* ptr = (xmlDoc*) R_ExternalPtrAddr(p); in finalizeXPtrDoc()
85 XPtrDoc(xmlDoc* p) : ::XPtr<xmlDoc>(p) { in XPtrDoc()
89 XPtrDoc(SEXP x) : ::XPtr<xmlDoc>(x) {} in XPtrDoc()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xml/src/cpp/
H A DXMLDocument.hxx53 xmlDoc *document;
97 xmlDoc *getRealDocument() const in getRealDocument()
188 …static xmlDoc *readDocument(const char *filename, const char * encoding, bool validate, std::strin…
197 …static xmlDoc *readDocument(const std::string & xmlCode, const char * encoding, bool validate, std…
206 … static xmlDoc *readHTMLDocument(const char *filename, const char * encoding, std::string * error);
215 …static xmlDoc *readHTMLDocument(const std::string & xmlCode, const char * encoding, std::string * …
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/playlists/
H A DPlayListXSPF.cpp48 CXBMCTinyXML xmlDoc; in Load() local
50 if (!xmlDoc.LoadFile(strFileName)) in Load()
52 …rsing XML file %s (%d, %d): %s", strFileName.c_str(), xmlDoc.ErrorRow(), xmlDoc.ErrorCol(), xmlDoc in Load()
56 TiXmlElement* pPlaylist = xmlDoc.FirstChildElement(PLAYLIST_TAGNAME); in Load()
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3bprojectmanager.cpp456 QDomDocument xmlDoc; in openProject() local
466 if( xmlDoc.setContent( dev ) ) in openProject()
498 if( xmlDoc.setContent( &tmpfile ) ) in openProject()
513 if( xmlDoc.doctype().name() == "k3b_audio_project" ) in openProject()
515 else if( xmlDoc.doctype().name() == "k3b_data_project" ) in openProject()
517 else if( xmlDoc.doctype().name() == "k3b_vcd_project" ) in openProject()
525 else if( xmlDoc.doctype().name() == "k3b_dvd_project" ) in openProject()
540 QDomElement root = xmlDoc.documentElement(); in openProject()
588xmlDoc.appendChild( xmlDoc.createProcessingInstruction( "xml", "version=\"1.0\" encoding=\"UTF-8\"… in saveProject()
590 xmlDoc.appendChild( docElem ); in saveProject()
[all …]
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DColladaExporter_TEST.cc54 tinyxml2::XMLDocument xmlDoc; in TEST_F() local
56 EXPECT_EQ(xmlDoc.LoadFile(filenameOut.c_str()), tinyxml2::XML_SUCCESS); in TEST_F()
57 ASSERT_TRUE(xmlDoc.FirstChildElement("COLLADA") != nullptr); in TEST_F()
59 const char *countDae = xmlDoc.FirstChildElement("COLLADA") in TEST_F()
125 tinyxml2::XMLDocument xmlDoc; in TEST_F() local
129 EXPECT_EQ(xmlDoc.LoadFile(filename.c_str()), tinyxml2::XML_SUCCESS); in TEST_F()
131 ASSERT_TRUE(xmlDoc.FirstChildElement("COLLADA") != nullptr); in TEST_F()
132 ASSERT_TRUE(xmlDoc.FirstChildElement( in TEST_F()
135 tinyxml2::XMLElement *geometryXml = xmlDoc.FirstChildElement("COLLADA") in TEST_F()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/t3editor/Classes/Controller/
H A DTypoScriptReferenceController.php30 protected $xmlDoc; variable in TYPO3\\CMS\\T3editor\\Controller\\TypoScriptReferenceController
54 $this->xmlDoc = new \DOMDocument('1.0', 'utf-8');
55 $this->xmlDoc->loadXML(file_get_contents($filepath));
58 $this->xmlDoc->saveXML();
68 $types = $this->xmlDoc->getElementsByTagName('type');
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/t3editor/Classes/Controller/
H A DTypoScriptReferenceController.php32 protected $xmlDoc; variable in TYPO3\\CMS\\T3editor\\Controller\\TypoScriptReferenceController
59 $this->xmlDoc = new \DOMDocument('1.0', 'utf-8');
60 $this->xmlDoc->loadXML(file_get_contents($filepath));
65 $this->xmlDoc->saveXML();
75 $types = $this->xmlDoc->getElementsByTagName('type');
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/t3editor/Classes/Controller/
H A DTypoScriptReferenceController.php32 protected $xmlDoc; variable in TYPO3\\CMS\\T3editor\\Controller\\TypoScriptReferenceController
59 $this->xmlDoc = new \DOMDocument('1.0', 'utf-8');
60 $this->xmlDoc->loadXML(file_get_contents($filepath));
65 $this->xmlDoc->saveXML();
75 $types = $this->xmlDoc->getElementsByTagName('type');
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_http_cache/
H A Dazure.c252 char xmlDoc[2048] = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<BlockList>\n"; in azure_blob_finalise_put() local
253 char *p = &xmlDoc[strlen(xmlDoc)]; in azure_blob_finalise_put()
260 …p += switch_snprintf(p, &xmlDoc[sizeof(xmlDoc)] - p, " <Uncommitted>%s</Uncommitted>\n", block_id… in azure_blob_finalise_put()
263 strncpy(p, "</BlockList>", &xmlDoc[sizeof(xmlDoc)] - p); in azure_blob_finalise_put()
266 …headers = azure_blob_append_headers(profile, headers, "PUT", strlen(xmlDoc), "application/xml", ur… in azure_blob_finalise_put()
290 upload_info.read_ptr = xmlDoc; in azure_blob_finalise_put()
291 upload_info.size_left = strlen(xmlDoc); in azure_blob_finalise_put()
294 switch_curl_easy_setopt(curl_handle, CURLOPT_INFILESIZE_LARGE, (curl_off_t)strlen(xmlDoc)); in azure_blob_finalise_put()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DResourceHelper.cs241 private static void BuildResourceFile(XmlDocument xmlDoc, Form form, IEnumerable container) in BuildResourceFile() argument
243 var baseNode = xmlDoc.SelectSingleNode("/Resources/Forms/Form[@ID='" + form.Name + "']"); in BuildResourceFile()
245 baseNode = xmlDoc.CreateElement("Form"); in BuildResourceFile()
246 baseNode.Attributes.Append(xmlDoc.CreateAttribute("ID")); in BuildResourceFile()
247 baseNode.Attributes.Append(xmlDoc.CreateAttribute("Title")); in BuildResourceFile()
250 xmlDoc.SelectSingleNode("/Resources/Forms").AppendChild(baseNode); in BuildResourceFile()
267 controlNode = xmlDoc.CreateElement("Control"); in BuildResourceFile()
268 controlNode.Attributes.Append(xmlDoc.CreateAttribute("ID")); in BuildResourceFile()
275 BuildResourceFile(xmlDoc, form, ((MenuStrip)ctrl).Items); in BuildResourceFile()
277 BuildResourceFile(xmlDoc, form, ((Control)ctrl).Controls); in BuildResourceFile()
[all …]
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_src/pyqt/
H A Dsip_to_xml5.py39 xmlDoc = minidom.parse(outFilePath)
41 module = xmlDoc.firstChild
70 parentClassNode = xmlDoc
71 parentClassNode = xmlDoc.getElementById(name.split('.')[0])
74 parentClassNode = xmlDoc.createElement("Class")
84 xmlDoc.writexml(f)
H A Dsip_to_xml.py40 xmlDoc = minidom.parse(outFilePath)
42 module = xmlDoc.firstChild
71 parentClassNode = xmlDoc
72 parentClassNode = xmlDoc.getElementById(name.split('.')[0])
75 parentClassNode = xmlDoc.createElement("Class")
85 xmlDoc.writexml(f)
/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
41 String formattedDoc = XmlFormatter.format(xmlDoc); in testFormatUsingPreferenceStore()
77 …String xmlDoc = "<project default=\"go\"><target name=\"go\" description=\"Demonstrate the wrappin… in testFormatWithPreferenceParameter() local
78 String formattedDoc = XmlFormatter.format(xmlDoc, prefs); in testFormatWithPreferenceParameter()
117 …String xmlDoc = "<project default=\"go\"><target name=\"go\" description=\"Demonstrate the wrappin… in testFormatMaintainingLineSeparators() local
119 String formattedDoc = XmlFormatter.format(xmlDoc, prefs); in testFormatMaintainingLineSeparators()
/dports/graphics/frogr/frogr-1.6/src/flicksoup/
H A Dfsp-parser.c46 _get_response_type (xmlDoc *doc);
49 _get_error_from_response (xmlDoc *doc,
66 (xmlDoc *doc,
69 _check_token_parser (xmlDoc *doc,
72 _exchange_token_parser (xmlDoc *doc,
75 _get_upload_status_parser (xmlDoc *doc,
78 _photo_get_upload_result_parser (xmlDoc *doc,
81 _get_photo_info_parser (xmlDoc *doc,
84 _get_photosets_list_parser (xmlDoc *doc,
87 _added_to_photoset_parser (xmlDoc *doc,
[all …]
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dxml.c47 xmlDoc *doc = NULL; in xml_ok_session()
90 xmlDoc *doc = NULL; in xml_login_check()
131 xmlDoc *doc = NULL; in xml_error_cause()
272 xml_parse_share_key_entry(xmlDoc *doc, xmlNode *root, in xml_parse_share_key_entry()
318 xmlDoc *doc = xmlReadMemory(buf, strlen(buf), NULL, NULL, 0); in xml_parse_share_getinfo()
367 xmlDoc *doc = xmlReadMemory(buf, strlen(buf), NULL, NULL, 0); in xml_parse_share_getpubkeys()
407 int xml_parse_su_key_entry(xmlDoc *doc, xmlNode *parent, in xml_parse_su_key_entry()
442 int xml_parse_pwchange_su_keys(xmlDoc *doc, xmlNode *parent, in xml_parse_pwchange_su_keys()
501 xmlDoc *doc = xmlReadMemory(buf, strlen(buf), NULL, NULL, 0); in xml_api_err()
529 xmlDoc *doc = xmlReadMemory(buf, strlen(buf), NULL, NULL, 0); in xml_parse_pwchange()
[all …]
/dports/www/glassfish/glassfish5/mq/examples/ums/csharp/
H A DSendSOAPMsg.cs271 public String doSend(string url, XmlDocument xmlDoc) in doSend() argument
281 xmlDoc.Save(reqStream); in doSend()
356 XmlDocument xmlDoc = new XmlDocument(); in sendMessage()
357 XmlElement envelopeE = xmlDoc.CreateElement(SOAP_PREFIX, SOAP_ENVELOPE, NS_SOAP_ENV); in sendMessage()
358 XmlElement headerE = xmlDoc.CreateElement(SOAP_PREFIX, SOAP_HEADER, NS_SOAP_ENV); in sendMessage()
359 XmlElement bodyE = xmlDoc.CreateElement(SOAP_PREFIX, SOAP_BODY, NS_SOAP_ENV); in sendMessage()
360 xmlDoc.AppendChild(envelopeE); in sendMessage()
364 XmlElement msgHeader = xmlDoc.CreateElement(MQ_PREFIX, MQ_MESSAGEHEADER, NS_MQ_SERVICE); in sendMessage()
370 XmlElement serviceE = xmlDoc.CreateElement(MQ_PREFIX, MQ_SERVICE, NS_MQ_SERVICE); in sendMessage()
400 XmlElement fileE = xmlDoc.CreateElement("File"); in sendMessage()
[all …]
/dports/www/payara/payara5/mq/examples/ums/csharp/
H A DSendSOAPMsg.cs301 public String doSend(string url, XmlDocument xmlDoc) in doSend() argument
311 xmlDoc.Save(reqStream); in doSend()
386 XmlDocument xmlDoc = new XmlDocument(); in sendMessage()
387 XmlElement envelopeE = xmlDoc.CreateElement(SOAP_PREFIX, SOAP_ENVELOPE, NS_SOAP_ENV); in sendMessage()
388 XmlElement headerE = xmlDoc.CreateElement(SOAP_PREFIX, SOAP_HEADER, NS_SOAP_ENV); in sendMessage()
389 XmlElement bodyE = xmlDoc.CreateElement(SOAP_PREFIX, SOAP_BODY, NS_SOAP_ENV); in sendMessage()
390 xmlDoc.AppendChild(envelopeE); in sendMessage()
394 XmlElement msgHeader = xmlDoc.CreateElement(MQ_PREFIX, MQ_MESSAGEHEADER, NS_MQ_SERVICE); in sendMessage()
400 XmlElement serviceE = xmlDoc.CreateElement(MQ_PREFIX, MQ_SERVICE, NS_MQ_SERVICE); in sendMessage()
430 XmlElement fileE = xmlDoc.CreateElement("File"); in sendMessage()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/selection/
H A DselectAllChildren.html.ini2775 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 4 foreignPara1]
2781 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 14 foreignDoc]
2784 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 15 foreignPara2]
2787 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 16 xmlDoc]
2790 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 17 xmlElement]
2802 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 22 xmlTextNode]
2814 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 28 foreignComment]
2820 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 30 xmlComment]
2829 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 34 xmlDocfrag]
2835 [Range 44 [xmlDoc, 0, xmlDoc, 0\], node 37 xmlDoctype]
[all …]

12345678910>>...53