Home
last modified time | relevance | path

Searched refs:writeAttribute (Results 226 – 250 of 2249) sorted by relevance

12345678910>>...90

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Reports/
H A DXml.php47 $out->writeAttribute('name', $report['filename']);
48 $out->writeAttribute('errors', $report['errors']);
49 $out->writeAttribute('warnings', $report['warnings']);
50 $out->writeAttribute('fixable', $report['fixable']);
61 $out->writeAttribute('line', $line);
62 $out->writeAttribute('column', $column);
63 $out->writeAttribute('source', $error['source']);
64 $out->writeAttribute('severity', $error['severity']);
65 $out->writeAttribute('fixable', (int) $error['fixable']);
/dports/www/yanopaste/yanopaste-1.3.0/
H A Dupgrade.php79 $out->writeAttribute("id", $id);
80 $out->writeAttribute("retention", $retention);
81 $out->writeAttribute("language", $language);
82 $out->writeAttribute("setpwd", $password != "");
83 $out->writeAttribute("pwd", $password);
84 $out->writeAttribute("base-url", generateFileURL(""));
86 $out->writeAttribute("name", $name);
87 $out->writeAttribute("leaf", "leaf_" . $id);
93 $out->writeAttribute("engine", "geshi");
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DXMLWriter.java93 public void writeAttribute(String name, String value) throws IOException { in writeAttribute() method in XMLWriter
104 writeAttribute(name, value); in writeAttribute()
113 writeAttribute(name, String.valueOf(value)); in writeIntegerAttribute()
122 writeAttribute(name, String.valueOf(value)); in writeIntegerAttribute()
131 writeAttribute(name, String.valueOf(value)); in writeLongAttribute()
140 writeAttribute(name, value.toString()); in writeLongAttribute()
149 writeAttribute(name, String.valueOf(value)); in writeFloatAttribute()
168 writeAttribute(name, value.toString()); in writeFloatAttribute()
178 writeAttribute(name, String.valueOf(value)); in writeBigDecimalAttribute()
188 writeAttribute(name, String.valueOf(value)); in writeBooleanAttribute()
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkst/
H A Dgeneratedmatrix.cpp42 xml.writeAttribute("xmin", QString::number(minX())); in save()
43 xml.writeAttribute("ymin", QString::number(minY())); in save()
44 xml.writeAttribute("nx", QString::number(xNumSteps())); in save()
45 xml.writeAttribute("ny", QString::number(yNumSteps())); in save()
46 xml.writeAttribute("xstep", QString::number(xStepSize())); in save()
47 xml.writeAttribute("ystep", QString::number(yStepSize())); in save()
48 xml.writeAttribute("gradzmin", QString::number(_gradZMin)); in save()
49 xml.writeAttribute("gradzmax", QString::number(_gradZMax)); in save()
50 xml.writeAttribute("xdirection", QVariant(_xDirection).toString()); in save()
H A Dnamedobject.cpp167 s.writeAttribute("descriptiveNameIsManual", "true"); in saveNameInfo()
168 s.writeAttribute("descriptiveName", descriptiveName()); in saveNameInfo()
171 s.writeAttribute("initialVNum", QString::number(_initial_vectornum)); in saveNameInfo()
173 s.writeAttribute("initialXNum", QString::number(_initial_scalarnum)); in saveNameInfo()
175 s.writeAttribute("initialPNum", QString::number(_initial_pluginnum)); in saveNameInfo()
177 s.writeAttribute("initialCSDNum", QString::number(_initial_csdnum)); in saveNameInfo()
179 s.writeAttribute("initialCNum", QString::number(_initial_curvenum)); in saveNameInfo()
185 s.writeAttribute("initialINum", QString::number(_initial_imagenum)); in saveNameInfo()
187 s.writeAttribute("initialPSDNum", QString::number(_initial_psdnum)); in saveNameInfo()
189 s.writeAttribute("initialTNum", QString::number(_initial_stringnum)); in saveNameInfo()
[all …]
/dports/x11-fm/konqueror/konqueror-21.12.3/plugins/searchbar/opensearch/
H A DOpenSearchWriter.cpp50 writeAttribute(QStringLiteral("method"), QStringLiteral("get")); in write()
51 writeAttribute(QStringLiteral("template"), engine->searchUrlTemplate()); in write()
60 writeAttribute(QStringLiteral("name"), i->first); in write()
61 writeAttribute(QStringLiteral("value"), i->second); in write()
71 writeAttribute(QStringLiteral("method"), QStringLiteral("get")); in write()
72 writeAttribute(QStringLiteral("type"), QStringLiteral("application/x-suggestions+json")); in write()
73 writeAttribute(QStringLiteral("template"), engine->suggestionsUrlTemplate()); in write()
82 writeAttribute(QStringLiteral("name"), i->first); in write()
83 writeAttribute(QStringLiteral("value"), i->second); in write()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/xml/
H A DXMLOutputStream.cpp1429 stream->writeAttribute(name, string(chars)); in XMLOutputStream_writeAttributeChars()
1440 stream->writeAttribute(*triple, string(chars)); in XMLOutputStream_writeAttributeCharsTriple()
1451 stream->writeAttribute(name, static_cast<bool>(flag)); in XMLOutputStream_writeAttributeBool()
1473 stream->writeAttribute(name, value); in XMLOutputStream_writeAttributeDouble()
1484 stream->writeAttribute(*triple, value); in XMLOutputStream_writeAttributeDoubleTriple()
1495 stream->writeAttribute(name, value); in XMLOutputStream_writeAttributeLong()
1506 stream->writeAttribute(*triple, value); in XMLOutputStream_writeAttributeLongTriple()
1517 stream->writeAttribute(name, value); in XMLOutputStream_writeAttributeInt()
1528 stream->writeAttribute(*triple, value); in XMLOutputStream_writeAttributeIntTriple()
1539 stream->writeAttribute(name, value); in XMLOutputStream_writeAttributeUInt()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/xml/
H A DXMLOutputStream.cpp1429 stream->writeAttribute(name, string(chars)); in XMLOutputStream_writeAttributeChars()
1440 stream->writeAttribute(*triple, string(chars)); in XMLOutputStream_writeAttributeCharsTriple()
1451 stream->writeAttribute(name, static_cast<bool>(flag)); in XMLOutputStream_writeAttributeBool()
1473 stream->writeAttribute(name, value); in XMLOutputStream_writeAttributeDouble()
1484 stream->writeAttribute(*triple, value); in XMLOutputStream_writeAttributeDoubleTriple()
1495 stream->writeAttribute(name, value); in XMLOutputStream_writeAttributeLong()
1506 stream->writeAttribute(*triple, value); in XMLOutputStream_writeAttributeLongTriple()
1517 stream->writeAttribute(name, value); in XMLOutputStream_writeAttributeInt()
1528 stream->writeAttribute(*triple, value); in XMLOutputStream_writeAttributeIntTriple()
1539 stream->writeAttribute(name, value); in XMLOutputStream_writeAttributeUInt()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_junit.hpp105 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
106 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()
109 xml.writeAttribute( "hostname", "tbd" ); // !TBD in writeGroup()
111 xml.writeAttribute( "time", "" ); in writeGroup()
113 xml.writeAttribute( "time", suiteTime ); in writeGroup()
114 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
156 xml.writeAttribute( "classname", name ); in writeSection()
157 xml.writeAttribute( "name", "root" ); in writeSection()
160 xml.writeAttribute( "classname", className ); in writeSection()
161 xml.writeAttribute( "name", name ); in writeSection()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_junit.hpp105 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
106 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()
109 xml.writeAttribute( "hostname", "tbd" ); // !TBD in writeGroup()
111 xml.writeAttribute( "time", "" ); in writeGroup()
113 xml.writeAttribute( "time", suiteTime ); in writeGroup()
114 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
156 xml.writeAttribute( "classname", name ); in writeSection()
157 xml.writeAttribute( "name", "root" ); in writeSection()
160 xml.writeAttribute( "classname", className ); in writeSection()
161 xml.writeAttribute( "name", name ); in writeSection()
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_junit.cpp117 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
118 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()
121 xml.writeAttribute( "hostname", "tbd" ); // !TBD in writeGroup()
123 xml.writeAttribute( "time", "" ); in writeGroup()
125 xml.writeAttribute( "time", suiteTime ); in writeGroup()
126 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
170 xml.writeAttribute( "classname", name ); in writeSection()
171 xml.writeAttribute( "name", "root" ); in writeSection()
174 xml.writeAttribute( "classname", className ); in writeSection()
175 xml.writeAttribute( "name", name ); in writeSection()
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/Bookmarks/
H A DXbelWriter.py56 self.writeAttribute("version", "1.0")
75 self.writeAttribute("added",
77 self.writeAttribute("folded", node.expanded and "no" or "yes")
85 self.writeAttribute("href", node.url)
87 self.writeAttribute("added",
90 self.writeAttribute(
93 self.writeAttribute(
95 self.writeAttribute("visitCount", str(node.visitCount))
103 self.writeAttribute("added",
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Cmd/
H A DCmdAddScale.cpp128 writer.writeAttribute(DOCUMENT_SERIALIZE_CMD_TYPE, DOCUMENT_SERIALIZE_CMD_ADD_SCALE); in saveXml()
129 writer.writeAttribute(DOCUMENT_SERIALIZE_CMD_DESCRIPTION, QUndoCommand::text ()); in saveXml()
130 writer.writeAttribute(DOCUMENT_SERIALIZE_SCREEN_X, QString::number (m_posScreen0.x())); in saveXml()
131 writer.writeAttribute(DOCUMENT_SERIALIZE_SCREEN_Y, QString::number (m_posScreen0.y())); in saveXml()
132 writer.writeAttribute(DOCUMENT_SERIALIZE_SCREEN_X1, QString::number (m_posScreen1.x())); in saveXml()
133 writer.writeAttribute(DOCUMENT_SERIALIZE_SCREEN_Y1, QString::number (m_posScreen1.y())); in saveXml()
134 …writer.writeAttribute(DOCUMENT_SERIALIZE_SCALE_LENGTH, QString::number (m_scaleLength, FORMAT, PRE… in saveXml()
135 writer.writeAttribute(DOCUMENT_SERIALIZE_IDENTIFIER, m_identifierAdded0); in saveXml()
136 writer.writeAttribute(DOCUMENT_SERIALIZE_IDENTIFIER1, m_identifierAdded1); in saveXml()
137 writer.writeAttribute(DOCUMENT_SERIALIZE_ORDINAL, QString::number (m_ordinal0)); in saveXml()
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/E5XML/
H A DHighlightingStylesWriter.py55 self.writeAttribute("version", highlightingStylesFileFormatVersion)
59 self.writeAttribute("name", lexer.language())
62 self.writeAttribute("style", str(style))
63 self.writeAttribute("substyle", str(substyle))
64 self.writeAttribute("color",
66 self.writeAttribute("paper",
68 self.writeAttribute("font",
70 self.writeAttribute("eolfill",
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/
H A Dtree.cpp1176 writer.writeAttribute("access", access); in generateIndexSection()
1223 writer.writeAttribute("status", status); in generateIndexSection()
1225 writer.writeAttribute("name", objName); in generateIndexSection()
1407 writer.writeAttribute("static", in generateIndexSection()
1452 writer.writeAttribute("name", in generateIndexSection()
1524 writer.writeAttribute("typedef", in generateIndexSection()
1539 writer.writeAttribute("enum", in generateIndexSection()
1671 writer.writeAttribute("url", url); in generateIndex()
1672 writer.writeAttribute("title", title); in generateIndex()
1735 writer.writeAttribute("kind", kind); in generateTagFileCompounds()
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/tests/database/Mvc/Model/Row/
H A DJsonSerializeCest.php35 $row->writeAttribute('inv_id', 1);
36 $row->writeAttribute('inv_cst_id', 2);
37 $row->writeAttribute('inv_status_flag', 3);
38 $row->writeAttribute('inv_title', 'Sample title');
39 $row->writeAttribute('inv_total', 100.12);
40 $row->writeAttribute('inv_created_at', '2019-12-25 01:02:03');
H A DToArrayCest.php35 $row->writeAttribute('inv_id', 1);
36 $row->writeAttribute('inv_cst_id', 2);
37 $row->writeAttribute('inv_status_flag', 3);
38 $row->writeAttribute('inv_title', 'Sample title');
39 $row->writeAttribute('inv_total', 100.12);
40 $row->writeAttribute('inv_created_at', '2019-12-25 01:02:03');
H A DOffsetExistsCest.php35 $row->writeAttribute('inv_id', 1);
36 $row->writeAttribute('inv_cst_id', 2);
37 $row->writeAttribute('inv_status_flag', 3);
38 $row->writeAttribute('inv_title', 'Sample title');
39 $row->writeAttribute('inv_total', 100.12);
40 $row->writeAttribute('inv_created_at', '2019-12-25 01:02:03');
/dports/multimedia/olive/olive-0.1.2/panels/
H A Dproject.cpp1068 stream.writeAttribute("frame", QString::number(m.frame)); in save_marker()
1069 stream.writeAttribute("name", m.name); in save_marker()
1086 stream.writeAttribute("name", m->get_name()); in save_folder()
1089 stream.writeAttribute("parent", "0"); in save_folder()
1104 stream.writeAttribute("name", f->name); in save_folder()
1108 stream.writeAttribute("in", QString::number(f->in)); in save_folder()
1115 stream.writeAttribute("proxypath", f->proxy_path); in save_folder()
1156 stream.writeAttribute("name", s->name); in save_folder()
1163 stream.writeAttribute("open", "1"); in save_folder()
1178 stream.writeAttribute("name", c->name()); in save_folder()
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/Passwords/
H A DPasswordWriter.py58 self.writeAttribute("version", "2.0")
79 self.writeAttribute("key", key)
80 self.writeAttribute("user", login[0])
81 self.writeAttribute("password", login[1])
93 self.writeAttribute("key", key)
94 self.writeAttribute("url", form.url.toString())
95 self.writeAttribute("name", str(form.name))
109 self.writeAttribute("url", never)
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DTOCHTMLWriter.cpp69 m_Writer->writeAttribute("xmlns", "http://www.w3.org/1999/xhtml"); in WriteXML()
74 m_Writer->writeAttribute("xmlns", "http://www.w3.org/1999/xhtml"); in WriteXML()
75 m_Writer->writeAttribute("xmlns:epub", "http://www.idpf.org/2007/ops"); in WriteXML()
96 m_Writer->writeAttribute("href", href); in WriteHead()
97 m_Writer->writeAttribute("rel", "stylesheet"); in WriteHead()
98 m_Writer->writeAttribute("type", "text/css"); in WriteHead()
113 m_Writer->writeAttribute("class", "sgc-toc-title"); in WriteBody()
125 m_Writer->writeAttribute("class", "sgc-toc-level-" % QString::number(level)); in WriteEntries()
138 m_Writer->writeAttribute("href", href); in WriteEntries()
/dports/databases/mantis/mantisbt-2.25.2/plugins/XmlImportExport/pages/
H A Dexport.php70 $t_writer->writeAttribute( 'version', $t_version );
71 $t_writer->writeAttribute( 'urlbase', $t_url );
72 $t_writer->writeAttribute( 'issuelink', $t_bug_link );
73 $t_writer->writeAttribute( 'notelink', $t_bugnote_link );
74 $t_writer->writeAttribute( 'format', '1' );
107 $t_writer->writeAttribute( 'id', $t_value );
119 $t_writer->writeAttribute( 'id', $t_value );
129 $t_writer->writeAttribute( 'id', $t_value );
146 $t_writer->writeAttribute( 'id', $t_value );
188 $t_writer->writeAttribute( 'id', $t_bugnote->reporter_id );
[all …]
/dports/devel/qbs/qbs-src-1.21.0/src/lib/msbuild/io/
H A Dmsbuildprojectwriter.cpp113 writer->writeAttribute(QStringLiteral("Project"), import->project()); in visitStart()
115 writer->writeAttribute(QStringLiteral("Condition"), import->condition()); in visitStart()
127 writer->writeAttribute(QStringLiteral("Condition"), importGroup->condition()); in visitStart()
129 writer->writeAttribute(QStringLiteral("Label"), importGroup->label()); in visitStart()
141 writer->writeAttribute(QStringLiteral("Include"), item->include()); in visitStart()
165 writer->writeAttribute(QStringLiteral("Condition"), itemGroup->condition()); in visitStart()
167 writer->writeAttribute(QStringLiteral("Label"), itemGroup->label()); in visitStart()
198 writer->writeAttribute(QStringLiteral("ToolsVersion"), project->toolsVersion()); in visitStart()
199 writer->writeAttribute(QStringLiteral("xmlns"), kMSBuildSchemaURI); in visitStart()
225 writer->writeAttribute(QStringLiteral("Condition"), propertyGroup->condition()); in visitStart()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_junit.hpp110 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
111 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()
114 xml.writeAttribute( "hostname", "tbd" ); // !TBD in writeGroup()
116 xml.writeAttribute( "time", "" ); in writeGroup()
118 xml.writeAttribute( "time", suiteTime ); in writeGroup()
119 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
161 xml.writeAttribute( "classname", name ); in writeSection()
162 xml.writeAttribute( "name", "root" ); in writeSection()
165 xml.writeAttribute( "classname", className ); in writeSection()
166 xml.writeAttribute( "name", name ); in writeSection()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_junit.hpp110 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
111 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()
114 xml.writeAttribute( "hostname", "tbd" ); // !TBD in writeGroup()
116 xml.writeAttribute( "time", "" ); in writeGroup()
118 xml.writeAttribute( "time", suiteTime ); in writeGroup()
119 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
161 xml.writeAttribute( "classname", name ); in writeSection()
162 xml.writeAttribute( "name", "root" ); in writeSection()
165 xml.writeAttribute( "classname", className ); in writeSection()
166 xml.writeAttribute( "name", name ); in writeSection()
[all …]

12345678910>>...90