Home
last modified time | relevance | path

Searched refs:toXml (Results 51 – 75 of 1290) sorted by relevance

12345678910>>...52

/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppSasl_p.h137 void toXml(QXmlStreamWriter *writer) const override;
155 void toXml(QXmlStreamWriter *writer) const override;
172 void toXml(QXmlStreamWriter *writer) const override;
189 void toXml(QXmlStreamWriter *writer) const override;
203 void toXml(QXmlStreamWriter *writer) const override;
H A DQXmppJingleIq.h70 void toXml(QXmlStreamWriter *writer) const;
138 void toXml(QXmlStreamWriter *writer) const;
231 void toXml(QXmlStreamWriter *writer) const;
281 void toXml(QXmlStreamWriter *writer) const;
H A DQXmppResultSet.h55 void toXml(QXmlStreamWriter *writer) const;
89 void toXml(QXmlStreamWriter *writer) const;
H A DQXmppStanza.h77 void toXml(QXmlStreamWriter *writer) const;
189 void toXml(QXmlStreamWriter *writer) const;
227 virtual void toXml(QXmlStreamWriter *writer) const = 0;
H A DQXmppPubSubItem.cpp88 void QXmppPubSubItem::toXml(QXmlStreamWriter *writer) const in toXml() function in QXmppPubSubItem
92 d->contents.toXml(writer); in toXml()
/dports/astro/merkaartor/merkaartor-0.19.0/src/Preferences/
H A DProjectionsList.h30 void toXml(QDomElement parent);
44 void toXml(QDomElement parent);
H A DBookmarksList.h28 void toXml(QDomElement parent);
47 void toXml(QDomElement parent);
H A DFilterList.h31 void toXml(QDomElement parent);
45 void toXml(QDomElement parent);
H A DBookmarksList.cpp31 void Bookmark::toXml(QDomElement parent) in toXml() function in Bookmark
112 void BookmarksList::toXml(QDomElement parent) in toXml() function in BookmarksList
123 i.toXml(rt); in toXml()
H A DFilterList.cpp29 void FilterItem::toXml(QDomElement parent) in toXml() function in FilterItem
97 void FiltersList::toXml(QDomElement parent) in toXml() function in FiltersList
108 i.toXml(rt); in toXml()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/zones/
H A DZoneSet.cpp41 QDomElement ZoneSet::toXml(QDomDocument& doc, const QString& name) const { in toXml() function in ZoneSet
46 el.appendChild(zone.toXml(doc, zone_str)); in toXml()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DFileNameDisambiguator.h65 QDomElement toXml(QDomDocument& doc, const QString& name) const;
75 QDomElement toXml(QDomDocument& doc,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/core/tests/internal/feature/
H A DFeatureDataTestCase.java43 String actual = toXml(data); in testSerialization()
63 String actual = toXml(data); in testSerializationWithLdapFilter()
80 private String toXml(FeatureData data) { in toXml() method in FeatureDataTestCase
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/model/
H A DPath.h35 void toXml(QTextStream &stream, QString indent = "",
93 void toXml(QTextStream &out,
133 p.toXml(out, indent + " ", "");
/dports/multimedia/smplayer/smplayer-21.10.0/src/findsubtitles/maia/
H A DmaiaObject.cpp35 QDomElement MaiaObject::toXml(QVariant arg) { in toXml() function in MaiaObject
120 tagData.appendChild(toXml(args.at(i))); in toXml()
147 member.appendChild(toXml(i.value())); in toXml()
239 param.appendChild(toXml(args.at(i))); in prepareCall()
263 param.appendChild(toXml(arg)); in prepareResponse()
/dports/comms/qsstv/qsstv/xmlrpc/
H A DmaiaObject.cpp37 QDomElement MaiaObject::toXml(QVariant arg) in toXml() function in MaiaObject
145 tagData.appendChild(toXml(args.at(i))); in toXml()
175 member.appendChild(toXml(i.value())); in toXml()
275 param.appendChild(toXml(args.at(i))); in prepareCall()
300 param.appendChild(toXml(arg)); in prepareResponse()
/dports/net/libmaia/libmaia-0.9.0/
H A DmaiaObject.cpp36 QDomElement MaiaObject::toXml(QVariant arg) { in toXml() function in MaiaObject
119 tagData.appendChild(toXml(args.at(i))); in toXml()
146 member.appendChild(toXml(i.value())); in toXml()
234 param.appendChild(toXml(args.at(i))); in prepareCall()
258 param.appendChild(toXml(arg)); in prepareResponse()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/model/test/
H A DTestSparseModels.h123 m.toXml(str); in s1d_xml()
208 m.toXml(str); in note_xml()
236 m.toXml(str); in text_xml()
264 m.toXml(str); in path_xml()
288 m.toXml(str); in image_xml()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/deskew/
H A DParams.cpp34 QDomElement Params::toXml(QDomDocument& doc, const QString& name) const { in toXml() function in deskew::Params
38 el.appendChild(m_deps.toXml(doc, "dependencies")); in toXml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/libcmis/
H A D0001-rename-class-GetObject-to-avoid-name-clash-on-Window.patch33 -void GetObject::toXml( xmlTextWriterPtr writer )
34 +void GetObjectRequest::toXml( xmlTextWriterPtr writer )
65 void toXml( xmlTextWriterPtr writer );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/libcmis/
H A D0001-rename-class-GetObject-to-avoid-name-clash-on-Window.patch33 -void GetObject::toXml( xmlTextWriterPtr writer )
34 +void GetObjectRequest::toXml( xmlTextWriterPtr writer )
65 void toXml( xmlTextWriterPtr writer );
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/testing/
H A Dauthenticateconttest.cpp45 QCOMPARE(authCont.toXml(), XmlUtils::stripWhitespace(expected)); in testToXmlNoReply()
65 QCOMPARE(authCont.toXml(), XmlUtils::stripWhitespace(expected)); in testToXmlWithReply()
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/testing/
H A Dauthenticateconttest.cpp45 QCOMPARE(authCont.toXml(), XmlUtils::stripWhitespace(expected)); in testToXmlNoReply()
65 QCOMPARE(authCont.toXml(), XmlUtils::stripWhitespace(expected)); in testToXmlWithReply()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/plugins/soundkonverter_filter_normalize/
H A Dnormalizefilteroptions.cpp28 QDomElement NormalizeFilterOptions::toXml( QDomDocument document, const QString& elementName ) const in toXml() function in NormalizeFilterOptions
30 QDomElement filterOptions = FilterOptions::toXml( document,elementName ); in toXml()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/filp/whoops/src/Whoops/Handler/
H A DXmlResponseHandler.php50 echo $this->toXml($response);
99 private static function toXml($data) function in Whoops\\Handler\\XmlResponseHandler

12345678910>>...52