Home
last modified time | relevance | path

Searched refs:writeAttribute (Results 1 – 25 of 2377) sorted by last modified time

12345678910>>...96

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCXMLWriter.h64 void writeAttribute(const wchar_t* att, const wchar_t* name);
H A DCXMLWriter.cpp89 writeAttribute(attr1Name, attr1Value); in writeElement()
90 writeAttribute(attr2Name, attr2Value); in writeElement()
91 writeAttribute(attr3Name, attr3Value); in writeElement()
92 writeAttribute(attr4Name, attr4Value); in writeElement()
93 writeAttribute(attr5Name, attr5Value); in writeElement()
129 writeAttribute(names[i].c_str(), values[i].c_str()); in writeElement()
144 void CXMLWriter::writeAttribute(const wchar_t* name, const wchar_t* value) in writeAttribute() function in irr::io::CXMLWriter
/dports/x11/glcapsviewer/glCapsViewer-26e160c/
H A DglCapsViewerCore.cpp376 xmlWriter.writeAttribute("id", QString::fromStdString(cap.first)); in reportToXml()
404 xmlWriter.writeAttribute("name", QString::fromStdString(targetName)); in reportToXml()
409 xmlWriter.writeAttribute("name", QString::fromStdString(formatName)); in reportToXml()
410 xmlWriter.writeAttribute("supported", internalTextureFormat.supported ? "true" : "false"); in reportToXml()
415 xmlWriter.writeAttribute("name", QString::fromStdString(formatInfoValue.infoString)); in reportToXml()
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/ezyang/htmlpurifier/maintenance/
H A Dconfig-scanner.php139 $xw->writeAttribute('id', $id);
142 $xw->writeAttribute('name', $file);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/bacon/bacon-qr-code/src/Renderer/Image/
H A DSvgImageBackEnd.php57 $this->xmlWriter->writeAttribute('xmlns', 'http://www.w3.org/2000/svg');
274 $this->xmlWriter->writeAttribute('fill-rule', 'evenodd');
275 $this->xmlWriter->writeAttribute('d', implode('', $pathData));
291 $this->xmlWriter->writeAttribute('gradientUnits', 'userSpaceOnUse');
330 $this->xmlWriter->writeAttribute('id', $id);
333 $this->xmlWriter->writeAttribute('offset', '0%');
334 $this->xmlWriter->writeAttribute('stop-color', $this->getColorString($startColor));
337 $this->xmlWriter->writeAttribute('stop-opacity', $startColor->getAlpha());
343 $this->xmlWriter->writeAttribute('offset', '100%');
344 $this->xmlWriter->writeAttribute('stop-color', $this->getColorString($endColor));
[all …]
/dports/textproc/gdome2/gdome2-0.8.1/test/apigen/
H A Dsrcutil.c99 writeAttribute (module *modInfo, const gchar *srcfile, const gchar *iPrefix, in writeAttribute() function
H A Dsrcutil.h45 gboolean writeAttribute (module *modInfo,
H A Dapigen.c198 …if (!writeAttribute(&modInfo, srcfile->str, iPrefix->str, type->str, content->str, aPrefixStr, aNa… in createInterfaceAPI()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscimagecacheproxy.cpp230 xml.writeAttribute("base", base); in saveMetadata()
233 xml.writeAttribute(i.key(), i.value()); in saveMetadata()
237 xml.writeAttribute(i.key(), i.value()); in saveMetadata()
241 xml.writeAttribute(i.key(), i.value()); in saveMetadata()
627 xml.writeAttribute("count", QString::number(refcount)); in saveRef()
H A Dscxmlstreamwriter.h23 …void writeAttribute(const QString & name, const QString & value) { QXmlStreamWriter::writeAttribut… in writeAttribute() function
24 …void writeAttribute(const QString & name, int value) { QXmlStreamWriter::writeAttribute(name, Q… in writeAttribute() function
25 …void writeAttribute(const QString & name, uint value) { QXmlStreamWriter::writeAttribute(name, Q… in writeAttribute() function
26 …void writeAttribute(const QString & name, double value) { QXmlStreamWriter::writeAttribute(name, Q… in writeAttribute() function
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/picbrowser/
H A Dcollection.cpp331 writeAttribute ( "type", "collectionsset" ); in writeFile()
347 writeAttribute ( "name", category->name ); in writeCategory()
363 writeAttribute ( "file", collectionFile ); in writeCollection()
408 writeAttribute ( "type", "collection" ); in writeFile()
412 writeAttribute ( "name", saveCollection.name ); in writeFile()
429 writeAttribute ( "file", imageFile ); in writeImage()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/fileloader/scribus150format/
H A Dscribus150format_save.cpp64 writer.writeAttribute("XP", xp); in saveElements()
65 writer.writeAttribute("YP", yp); in saveElements()
66 writer.writeAttribute("W", wp); in saveElements()
67 writer.writeAttribute("H", hp); in saveElements()
342 docu.writeAttribute("AUTOTEXT", 1); in saveFile()
662 docu.writeAttribute("Points", arp); in writeArrowStyles()
744 docu.writeAttribute("L", L); in writeColors()
745 docu.writeAttribute("A", a); in writeColors()
746 docu.writeAttribute("B", b); in writeColors()
2886 docu.writeAttribute("LOCK", 1); in SetItemProps()
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dcatch.hpp6080 return writeAttribute( name, rss.str() ); in writeAttribute()
16066 xml.writeAttribute( "time", "" ); in writeGroup()
16068 xml.writeAttribute( "time", suiteTime ); in writeGroup()
16076 .writeAttribute("name", "filters") in writeGroup()
16129 xml.writeAttribute( "name", "root" ); in writeSection()
16133 xml.writeAttribute( "name", name ); in writeSection()
16386 .writeAttribute( "line", sourceInfo.line ); in writeSourceInfo()
16411 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
16567 .writeAttribute("name", name); in benchmarkPreparing()
16571 m_xml.writeAttribute("samples", info.samples) in benchmarkStarting()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/single_include/catch2/
H A Dcatch_reporter_sonarqube.hpp46 xml.writeAttribute("version", "1"); in testRunStarting()
69 xml.writeAttribute("path", filename); in writeTestFile()
90 xml.writeAttribute("name", name); in writeSection()
91 … xml.writeAttribute("duration", static_cast<long>(sectionNode.stats.durationInSeconds * 1000)); in writeSection()
144 xml.writeAttribute("message", messageRss.str()); in writeAssertion()
H A Dcatch.hpp6282 return writeAttribute( name, rss.str() ); in writeAttribute()
16837 xml.writeAttribute( "time", "" ); in writeGroup()
16839 xml.writeAttribute( "time", suiteTime ); in writeGroup()
16847 .writeAttribute("name", "filters") in writeGroup()
16900 xml.writeAttribute( "name", "root" ); in writeSection()
16904 xml.writeAttribute( "name", name ); in writeSection()
16911 xml.writeAttribute( "status", "run" ); in writeSection()
17205 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
17369 .writeAttribute("name", name); in benchmarkPreparing()
17373 m_xml.writeAttribute("samples", info.samples) in benchmarkStarting()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_xmlwriter.h56 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function
57 m_writer->writeAttribute( name, attribute ); in writeAttribute()
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() function
86 return writeAttribute( name, rss.str() ); in writeAttribute()
H A Dcatch_xmlwriter.cpp268 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute() function in Catch::XmlWriter
274 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute() function in Catch::XmlWriter
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_xml.cpp42 .writeAttribute( "filename", sourceInfo.file ) in writeSourceInfo()
43 .writeAttribute( "line", sourceInfo.line ); in writeSourceInfo()
57 m_xml.writeAttribute( "name", m_config->name() ); in testRunStarting()
62 .writeAttribute( "seed", m_config->rngSeed() ); in testRunStarting()
68 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
74 .writeAttribute( "name", trim( testInfo.name ) ) in testCaseStarting()
233 .writeAttribute("name", name); in benchmarkPreparing()
237 m_xml.writeAttribute("samples", info.samples) in benchmarkStarting()
238 .writeAttribute("resamples", info.resamples) in benchmarkStarting()
239 .writeAttribute("iterations", info.iterations) in benchmarkStarting()
[all …]
H A Dcatch_reporter_sonarqube.hpp46 xml.writeAttribute("version", "1"); in testRunStarting()
69 xml.writeAttribute("path", filename); in writeTestFile()
90 xml.writeAttribute("name", name); in writeSection()
91 … xml.writeAttribute("duration", static_cast<long>(sectionNode.stats.durationInSeconds * 1000)); in writeSection()
144 xml.writeAttribute("message", messageRss.str()); in writeAssertion()
H A Dcatch_reporter_junit.cpp120 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
121 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()
124 xml.writeAttribute( "hostname", "tbd" ); // !TBD in writeGroup()
126 xml.writeAttribute( "time", "" ); in writeGroup()
128 xml.writeAttribute( "time", suiteTime ); in writeGroup()
136 .writeAttribute("name", "filters") in writeGroup()
141 .writeAttribute("name", "random-seed") in writeGroup()
188 xml.writeAttribute( "classname", name ); in writeSection()
189 xml.writeAttribute( "name", "root" ); in writeSection()
193 xml.writeAttribute( "name", name ); in writeSection()
[all …]
/dports/editors/xmlcopyeditor/xmlcopyeditor/tests/
H A Dcatch.hpp9990 m_writer->writeAttribute( name, attribute ); in writeAttribute()
10065 return writeAttribute( name, oss.str() ); in writeAttribute()
10151 .writeAttribute( "filename", sourceInfo.file ) in writeSourceInfo()
10152 .writeAttribute( "line", sourceInfo.line ); in writeSourceInfo()
10174 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
10440 xml.writeAttribute( "hostname", "tbd" ); // !TBD in writeGroup()
10442 xml.writeAttribute( "time", "" ); in writeGroup()
10444 xml.writeAttribute( "time", suiteTime ); in writeGroup()
10487 xml.writeAttribute( "classname", name ); in writeSection()
10488 xml.writeAttribute( "name", "root" ); in writeSection()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/
H A DUtlXMLStream.cpp127 void UtlXMLStream::writeAttribute(const std::string& sName, int iValue) { in writeAttribute() function in CodeWorker::UtlXMLStream
132 void UtlXMLStream::writeAttribute(const std::string& sName, long lValue) { in writeAttribute() function in CodeWorker::UtlXMLStream
137 void UtlXMLStream::writeAttribute(const std::string& sName, double dValue) { in writeAttribute() function in CodeWorker::UtlXMLStream
144 void UtlXMLStream::writeAttribute(const std::string& sName, const std::string& sValue) { in writeAttribute() function in CodeWorker::UtlXMLStream
150 void UtlXMLStream::writeAttribute(const std::string& sName, bool bValue) { in writeAttribute() function in CodeWorker::UtlXMLStream
158 void UtlXMLStream::writeAttribute(const std::string& sName, const UtlDate& myValue) { in writeAttribute() function in CodeWorker::UtlXMLStream
H A DGrfSaveProjectTypes.cpp67 myXMLFile.writeAttribute(i->second->getAttributeType().getName(), sMode); in generateXMLFile()
88 myXMLFile.writeAttribute(i->second->getAttributeType().getName(), sMode); in generateXMLFile()
H A DUtlXMLStream.h64 virtual void writeAttribute(const std::string& sName, int iValue);
65 virtual void writeAttribute(const std::string& sName, long lValue);
66 virtual void writeAttribute(const std::string& sName, double dValue);
67 virtual void writeAttribute(const std::string& sName, const std::string& sValue);
68 virtual void writeAttribute(const std::string& sName, bool bValue);
69 virtual void writeAttribute(const std::string& sName, const UtlDate& myValue);
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/modules/LIBXMLPlugin/
H A DdaeLIBXMLPlugin.cpp640 writeAttribute(attrs[i], element); in writeElement()
679 void daeLIBXMLPlugin::writeAttribute( daeMetaAttribute* attr, daeElement* element) in writeAttribute() function in daeLIBXMLPlugin

12345678910>>...96