Home
last modified time | relevance | path

Searched refs:XmlWriter (Results 1 – 25 of 1982) sorted by relevance

12345678910>>...80

/dports/games/liblcf/liblcf-0.7.0/src/
H A Dwriter_xml.cpp21 XmlWriter::XmlWriter(std::ostream& filestream, EngineVersion engine) : in XmlWriter() function in lcf::XmlWriter
31 XmlWriter::~XmlWriter() { in ~XmlWriter()
35 void XmlWriter::Write<bool>(const bool& val) { in Write()
47 void XmlWriter::Write<int8_t>(const int8_t& val) { in Write()
68 void XmlWriter::Write<double>(const double& val) { in Write()
73 void XmlWriter::WriteString(StringView val) { in WriteString()
178 void XmlWriter::WriteInt(int val) { in WriteInt()
183 void XmlWriter::Write(const DBBitArray& val) { in Write()
229 void XmlWriter::NewLine() { in NewLine()
236 void XmlWriter::Indent() { in Indent()
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_xmlwriter.cpp64 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer ) in ScopedElement()
72XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()
92 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() function in Catch::XmlWriter
97 XmlWriter::~XmlWriter() { in ~XmlWriter()
102 XmlWriter& XmlWriter::startElement( std::string const& name ) { in startElement()
112 XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name ) { in scopedElement()
118 XmlWriter& XmlWriter::endElement() { in endElement()
139 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()
144 XmlWriter& XmlWriter::writeText( std::string const& text, bool indent ) { in writeText()
156 XmlWriter& XmlWriter::writeComment( std::string const& text ) { in writeComment()
[all …]
H A Dcatch_xmlwriter.h33 class XmlWriter {
38 ScopedElement( XmlWriter* writer );
54 mutable XmlWriter* m_writer = nullptr;
57 XmlWriter( std::ostream& os = Catch::cout() );
58 ~XmlWriter();
60 XmlWriter( XmlWriter const& ) = delete;
61 XmlWriter& operator=( XmlWriter const& ) = delete;
63 XmlWriter& startElement( std::string const& name );
67 XmlWriter& endElement();
82 XmlWriter& writeComment( std::string const& text );
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_xmlwriter.cpp182 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement()
194XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()
217 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() function in Catch::XmlWriter
222 XmlWriter::~XmlWriter() { in ~XmlWriter()
229 XmlWriter& XmlWriter::startElement( std::string const& name, XmlFormatting fmt ) { in startElement()
249 XmlWriter& XmlWriter::endElement(XmlFormatting fmt) { in endElement()
268 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute()
274 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()
279 XmlWriter& XmlWriter::writeText( std::string const& text, XmlFormatting fmt) { in writeText()
292 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment()
[all …]
H A Dcatch_xmlwriter.h41 class XmlWriter {
46 ScopedElement( XmlWriter* writer, XmlFormatting fmt );
62 mutable XmlWriter* m_writer = nullptr;
66 XmlWriter( std::ostream& os = Catch::cout() );
67 ~XmlWriter();
69 XmlWriter( XmlWriter const& ) = delete;
70 XmlWriter& operator=( XmlWriter const& ) = delete;
78 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute );
80 XmlWriter& writeAttribute( std::string const& name, bool attribute );
83 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
[all …]
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_xmlwriter.cpp182 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement()
194XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()
217 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() function in Catch::XmlWriter
222 XmlWriter::~XmlWriter() { in ~XmlWriter()
229 XmlWriter& XmlWriter::startElement( std::string const& name, XmlFormatting fmt ) { in startElement()
249 XmlWriter& XmlWriter::endElement(XmlFormatting fmt) { in endElement()
268 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute()
274 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()
279 XmlWriter& XmlWriter::writeText( std::string const& text, XmlFormatting fmt) { in writeText()
292 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment()
[all …]
H A Dcatch_xmlwriter.h41 class XmlWriter {
46 ScopedElement( XmlWriter* writer, XmlFormatting fmt );
62 mutable XmlWriter* m_writer = nullptr;
66 XmlWriter( std::ostream& os = Catch::cout() );
67 ~XmlWriter();
69 XmlWriter( XmlWriter const& ) = delete;
70 XmlWriter& operator=( XmlWriter const& ) = delete;
78 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute );
80 XmlWriter& writeAttribute( std::string const& name, bool attribute );
83 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_xmlwriter.cpp184 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement()
196XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()
219 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() function in Catch::XmlWriter
224 XmlWriter::~XmlWriter() { in ~XmlWriter()
231 XmlWriter& XmlWriter::startElement( std::string const& name, XmlFormatting fmt ) { in startElement()
251 XmlWriter& XmlWriter::endElement(XmlFormatting fmt) { in endElement()
270 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute()
276 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()
281 XmlWriter& XmlWriter::writeText( std::string const& text, XmlFormatting fmt) { in writeText()
294 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment()
[all …]
H A Dcatch_xmlwriter.h41 class XmlWriter {
46 ScopedElement( XmlWriter* writer, XmlFormatting fmt );
62 mutable XmlWriter* m_writer = nullptr;
66 XmlWriter( std::ostream& os = Catch::cout() );
67 ~XmlWriter();
69 XmlWriter( XmlWriter const& ) = delete;
70 XmlWriter& operator=( XmlWriter const& ) = delete;
78 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute );
80 XmlWriter& writeAttribute( std::string const& name, bool attribute );
83 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_xmlwriter.cpp182 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement()
194XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()
217 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() function in Catch::XmlWriter
222 XmlWriter::~XmlWriter() { in ~XmlWriter()
229 XmlWriter& XmlWriter::startElement( std::string const& name, XmlFormatting fmt ) { in startElement()
249 XmlWriter& XmlWriter::endElement(XmlFormatting fmt) { in endElement()
268 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute()
274 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()
279 XmlWriter& XmlWriter::writeText( std::string const& text, XmlFormatting fmt) { in writeText()
292 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment()
[all …]
H A Dcatch_xmlwriter.h41 class XmlWriter {
46 ScopedElement( XmlWriter* writer, XmlFormatting fmt );
62 mutable XmlWriter* m_writer = nullptr;
66 XmlWriter( std::ostream& os = Catch::cout() );
67 ~XmlWriter();
69 XmlWriter( XmlWriter const& ) = delete;
70 XmlWriter& operator=( XmlWriter const& ) = delete;
78 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute );
80 XmlWriter& writeAttribute( std::string const& name, bool attribute );
83 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_xmlwriter.cpp182 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement()
194XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()
217 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() function in Catch::XmlWriter
222 XmlWriter::~XmlWriter() { in ~XmlWriter()
229 XmlWriter& XmlWriter::startElement( std::string const& name, XmlFormatting fmt ) { in startElement()
249 XmlWriter& XmlWriter::endElement(XmlFormatting fmt) { in endElement()
268 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute()
274 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()
279 XmlWriter& XmlWriter::writeText( std::string const& text, XmlFormatting fmt) { in writeText()
292 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment()
[all …]
H A Dcatch_xmlwriter.h41 class XmlWriter {
46 ScopedElement( XmlWriter* writer, XmlFormatting fmt );
62 mutable XmlWriter* m_writer = nullptr;
66 XmlWriter( std::ostream& os = Catch::cout() );
67 ~XmlWriter();
69 XmlWriter( XmlWriter const& ) = delete;
70 XmlWriter& operator=( XmlWriter const& ) = delete;
78 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute );
80 XmlWriter& writeAttribute( std::string const& name, bool attribute );
83 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
[all …]
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_xmlwriter.cpp182 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt ) in ScopedElement()
194XmlWriter::ScopedElement& XmlWriter::ScopedElement::operator=( ScopedElement&& other ) noexcept { in operator =()
217 XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) in XmlWriter() function in Catch::XmlWriter
222 XmlWriter::~XmlWriter() { in ~XmlWriter()
229 XmlWriter& XmlWriter::startElement( std::string const& name, XmlFormatting fmt ) { in startElement()
249 XmlWriter& XmlWriter::endElement(XmlFormatting fmt) { in endElement()
268 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute()
274 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()
279 XmlWriter& XmlWriter::writeText( std::string const& text, XmlFormatting fmt) { in writeText()
292 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment()
[all …]
H A Dcatch_xmlwriter.h41 class XmlWriter {
46 ScopedElement( XmlWriter* writer, XmlFormatting fmt );
62 mutable XmlWriter* m_writer = nullptr;
66 XmlWriter( std::ostream& os = Catch::cout() );
67 ~XmlWriter();
69 XmlWriter( XmlWriter const& ) = delete;
70 XmlWriter& operator=( XmlWriter const& ) = delete;
78 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute );
80 XmlWriter& writeAttribute( std::string const& name, bool attribute );
83 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()
[all …]
/dports/deskutils/gnote/gnote-41.1/src/sharp/
H A Dxmlwriter.cpp49 XmlWriter::XmlWriter() in XmlWriter() function in sharp::XmlWriter
55 XmlWriter::XmlWriter(const Glib::ustring & filename) in XmlWriter() function in sharp::XmlWriter
62 XmlWriter::XmlWriter(xmlDocPtr doc) in XmlWriter() function in sharp::XmlWriter
69 XmlWriter::~XmlWriter() in ~XmlWriter()
77 int XmlWriter::write_start_document() in write_start_document()
88 int XmlWriter::write_end_document() in write_end_document()
112 int XmlWriter::write_full_end_element() in write_full_end_element()
124 int XmlWriter::write_end_element() in write_end_element()
160 int XmlWriter::write_end_attribute() in write_end_attribute()
195 int XmlWriter::close() in close()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/xmlwriter-0.1.0/tests/
H A Dtests.rs2 use xmlwriter::{XmlWriter, Options};
14 let mut w = XmlWriter::new(Options::default()); in write_element_01()
22 let mut w = XmlWriter::new(Options::default()); in write_element_02()
36 let mut w = XmlWriter::new(Options::default()); in write_element_03()
45 let mut w = XmlWriter::new(Options::default()); in write_element_05()
108 let mut w = XmlWriter::new(opt); in write_attribute_04()
122 let mut w = XmlWriter::new(opt); in write_attribute_05()
136 let mut w = XmlWriter::new(opt); in write_attribute_06()
184 let mut w = XmlWriter::new(opt); in write_single_quote_01()
196 let mut w = XmlWriter::new(opt); in write_single_quote_02()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/xmlwriter-0.1.0/tests/
H A Dtests.rs2 use xmlwriter::{XmlWriter, Options};
14 let mut w = XmlWriter::new(Options::default()); in write_element_01()
22 let mut w = XmlWriter::new(Options::default()); in write_element_02()
36 let mut w = XmlWriter::new(Options::default()); in write_element_03()
45 let mut w = XmlWriter::new(Options::default()); in write_element_05()
108 let mut w = XmlWriter::new(opt); in write_attribute_04()
122 let mut w = XmlWriter::new(opt); in write_attribute_05()
136 let mut w = XmlWriter::new(opt); in write_attribute_06()
184 let mut w = XmlWriter::new(opt); in write_single_quote_01()
196 let mut w = XmlWriter::new(opt); in write_single_quote_02()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlWriterTests.cs212 XmlWriter writer = XmlWriter.Create (file); in Create_File()
250 XmlWriter writer = XmlWriter.Create (ms); in Create_Stream()
319 XmlWriter writer = XmlWriter.Create (xtw); in Create_XmlWriter()
358 XmlWriter xw = XmlWriter.Create (ms, settings); in Create_XmlWriter2()
392 XmlWriter w = XmlWriter.Create (tw, s); in CreateWriter()
537 XmlWriter w = XmlWriter.Create (sw, s); in WriteNodeXPathNavigator()
551 XmlWriter w = XmlWriter.Create (sw, s); in WriteNodeXPathNavigatorAttribute()
612 XmlWriter xw = XmlWriter.Create (cl); in CreateCLAuto()
623 XmlWriter xw = XmlWriter.Create (cl); in CreateCLDoc()
633 XmlWriter xw = XmlWriter.Create (cl); in CreateCLFrag()
[all …]
H A DXmlWriterSettingsTests.cs54 XmlWriter w = XmlWriter.Create (ms, s); in EncodingTest()
78 XmlWriter w = XmlWriter.Create (sw, s); in CheckCharactersTest()
91 XmlWriter w = XmlWriter.Create (sw, s); in CheckCharactersFalseTest()
104 XmlWriter w = XmlWriter.Create (sw, s); in CloseOutputTest()
118 XmlWriter w = XmlWriter.Create (Console.Out, s); in ConformanceLevelFragmentAndWriteStartDocument()
128 XmlWriter w = XmlWriter.Create (sw, s); in ConformanceLevelAuto()
140 XmlWriter w = XmlWriter.Create (sw, s); in ConformanceLevelAuto_WriteStartDocument()
154 XmlWriter w = XmlWriter.Create (sw, s); in ConformanceLevelAuto_OmitXmlDecl_WriteStartDocument()
175 XmlWriter w = XmlWriter.Create (sw, s); in ConformanceLevelDocument_OmitXmlDeclDeclaration()
194 XmlWriter w = XmlWriter.Create (sw, s); in IndentationAndFormatting()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/chromium/
H A Dxml_writer.cc11 XmlWriter::XmlWriter() : writer_(nullptr), buffer_(nullptr) {} in XmlWriter() function in XmlWriter
13 XmlWriter::~XmlWriter() { in ~XmlWriter()
20 void XmlWriter::StartWriting() { in StartWriting()
27 void XmlWriter::StopWriting() { in StopWriting()
33 void XmlWriter::StartIndenting() { in StartIndenting()
37 void XmlWriter::StopIndenting() { in StopIndenting()
41 bool XmlWriter::StartElement(const std::string& element_name) { in StartElement()
45 bool XmlWriter::EndElement() { in EndElement()
53 bool XmlWriter::AddAttribute(const std::string& attribute_name, in AddAttribute()
59 bool XmlWriter::WriteElement(const std::string& element_name, in WriteElement()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/chromium/
H A Dxml_writer.cc11 XmlWriter::XmlWriter() : writer_(nullptr), buffer_(nullptr) {} in XmlWriter() function in XmlWriter
13 XmlWriter::~XmlWriter() { in ~XmlWriter()
20 void XmlWriter::StartWriting() { in StartWriting()
27 void XmlWriter::StopWriting() { in StopWriting()
33 void XmlWriter::StartIndenting() { in StartIndenting()
37 void XmlWriter::StopIndenting() { in StopIndenting()
41 bool XmlWriter::StartElement(const std::string& element_name) { in StartElement()
45 bool XmlWriter::EndElement() { in EndElement()
53 bool XmlWriter::AddAttribute(const std::string& attribute_name, in AddAttribute()
59 bool XmlWriter::WriteElement(const std::string& element_name, in WriteElement()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dxmlwriter.cpp23 XmlWriter::XmlWriter(Score* s) in XmlWriter() function in Ms::XmlWriter
29 XmlWriter::XmlWriter(Score* s, QIODevice* device) in XmlWriter() function in Ms::XmlWriter
52 void XmlWriter::putLevel() in putLevel()
63 void XmlWriter::header() in header()
73 void XmlWriter::stag(const QString& s) in stag()
113 void XmlWriter::etag() in etag()
124 void XmlWriter::tagE(const char* format, ...) in tagE()
141 void XmlWriter::tagE(const QString& s) in tagE()
152 void XmlWriter::ntag(const char* name) in ntag()
163 void XmlWriter::netag(const char* s) in netag()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/xNodeBuilder/
H A DCommonTests.cs32 XmlWriter w = CreateWriter(doc); in var_1()
47 XmlWriter w = CreateWriter(doc); in var_2()
61 XmlWriter w = CreateWriter(doc); in var_3()
152 XmlWriter w = CreateWriter(doc); in document_1()
190 XmlWriter w = CreateWriter(doc); in document_3()
231 XmlWriter w = CreateWriter(doc); in document_5()
504 XmlWriter w = CreateWriter(doc); in element_1()
516 XmlWriter w = CreateWriter(doc); in element_2()
528 XmlWriter w = CreateWriter(doc); in element_3()
6431 using (XmlWriter w = XmlWriter.Create(wf)) in var_5()
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/src/xml/
H A Dxmlwriter.cpp43 XmlWriter::XmlWriter() in XmlWriter() function in cxxtools::xml::XmlWriter
50 XmlWriter::XmlWriter(std::ostream& os, int flags) in XmlWriter() function in cxxtools::xml::XmlWriter
63 XmlWriter::~XmlWriter() in ~XmlWriter()
68 void XmlWriter::begin(std::ostream& os) in begin()
78 void XmlWriter::writeStartElement(const String& prefix, const String& localName, const String& ns) in writeStartElement()
83 void XmlWriter::writeStartElement(const String& localName) in writeStartElement()
120 void XmlWriter::writeEndElement() in writeEndElement()
142 void XmlWriter::writeElement(const String& localName, const String& content) in writeElement()
177 void XmlWriter::writeCharacters(const String& text) in writeCharacters()
187 void XmlWriter::flush() in flush()
[all …]

12345678910>>...80