Home
last modified time | relevance | path

Searched refs:writeAttributes (Results 1 – 25 of 1181) sorted by relevance

12345678910>>...48

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DRtfParagraph.java127 writeAttributes(attrib, RtfText.ATTR_NAMES); in writeRtfPrefix()
128 writeAttributes(attrib, PARA_ATTRIBUTES); in writeRtfPrefix()
132 writeAttributes(attrib, RtfText.ALIGNMENT); in writeRtfPrefix()
151 writeAttributes(attrib, RtfText.ALIGNMENT); in writeRtfPrefix()
154 writeAttributes(attrib, RtfText.BORDER); in writeRtfPrefix()
155 writeAttributes(attrib, RtfText.INDENT); in writeRtfPrefix()
156 writeAttributes(attrib, RtfText.TABS); in writeRtfPrefix()
304 boolean writeAttributes = false; in mustWriteAttributes()
314 writeAttributes = true; in mustWriteAttributes()
318 writeAttributes = true; in mustWriteAttributes()
[all …]
H A DRtfTableCell.java221 writeAttributes(attrib, ITableAttributes.CELL_COLOR); in writeCellDef()
224 writeAttributes(attrib, ITableAttributes.ATTRIB_CELL_PADDING); in writeCellDef()
225 writeAttributes(attrib, ITableAttributes.CELL_BORDER); in writeCellDef()
226 writeAttributes(attrib, IBorderAttributes.BORDERS); in writeCellDef()
261 writeAttributes(this.getRow().getTable().getBorderAttributes(), new String[] in writeCellDef()
276 writeAttributes(attrib, ITableAttributes.CELL_VERT_ALIGN); in writeCellDef()
H A DRtfTableRow.java179 writeAttributes(attrib, new String[]{ITableAttributes.ATTR_HEADER}); in writeRowAndCellsDefintions()
180 writeAttributes(attrib, ITableAttributes.ROW_BORDER); in writeRowAndCellsDefintions()
181 writeAttributes(attrib, ITableAttributes.CELL_BORDER); in writeRowAndCellsDefintions()
182 writeAttributes(attrib, IBorderAttributes.BORDERS); in writeRowAndCellsDefintions()
360 writeAttributes(attrib, ATTRIB_ROW_PADDING); in writePaddingAttributes()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/IO/XmlStreamConverters/
H A DXmlStreamConverter_1_0_to_1_6.cpp133 out().writeAttributes(attrs); in pre()
153 out().writeAttributes(attrs); in pre()
187 out().writeAttributes(attrs); in pre()
208 out().writeAttributes(attrs); in pre()
230 out().writeAttributes(attrs); in pre()
247 out().writeAttributes(attrs); in pre()
257 out().writeAttributes(attrs); in pre()
262 out().writeAttributes(attrs); in pre()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamWriterBufferProcessor.java205 writeAttributes(writer, isInscope(depth)); in writeFragmentEx()
214 writeAttributes(writer, isInscope(depth)); in writeFragmentEx()
222 writeAttributes(writer, isInscope(depth)); in writeFragmentEx()
229 writeAttributes(writer, isInscope(depth)); in writeFragmentEx()
313 writeAttributes(writer, isInscope(depth)); in writeFragmentNoEx()
322 writeAttributes(writer, isInscope(depth)); in writeFragmentNoEx()
330 writeAttributes(writer, isInscope(depth)); in writeFragmentNoEx()
337 writeAttributes(writer, isInscope(depth)); in writeFragmentNoEx()
418 … private void writeAttributes(XMLStreamWriter writer, boolean inscope) throws XMLStreamException { in writeAttributes() method in StreamWriterBufferProcessor
431 writeAttributes(item, writer); in writeAttributes()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamWriterBufferProcessor.java205 writeAttributes(writer, isInscope(depth)); in writeFragmentEx()
214 writeAttributes(writer, isInscope(depth)); in writeFragmentEx()
222 writeAttributes(writer, isInscope(depth)); in writeFragmentEx()
229 writeAttributes(writer, isInscope(depth)); in writeFragmentEx()
313 writeAttributes(writer, isInscope(depth)); in writeFragmentNoEx()
322 writeAttributes(writer, isInscope(depth)); in writeFragmentNoEx()
330 writeAttributes(writer, isInscope(depth)); in writeFragmentNoEx()
337 writeAttributes(writer, isInscope(depth)); in writeFragmentNoEx()
418 … private void writeAttributes(XMLStreamWriter writer, boolean inscope) throws XMLStreamException { in writeAttributes() method in StreamWriterBufferProcessor
431 writeAttributes(item, writer); in writeAttributes()
[all …]
/dports/databases/akonadi/akonadi-21.12.3/src/xml/
H A Dxmlwriter.cpp44 void XmlWriter::writeAttributes(const Item &item, QDomElement &parentElem) in writeAttributes() function in XmlWriter
49 void XmlWriter::writeAttributes(const Collection &collection, QDomElement &parentElem) in writeAttributes() function in XmlWriter
64 writeAttributes(collection, top); in collectionToElement()
98 writeAttributes(item, top); in itemToElement()
/dports/math/ogdf/OGDF/src/ogdf/fileformats/
H A DGraphIO_dot.cpp54 static inline void writeAttributes( in writeAttributes() function
119 static inline void writeAttributes( in writeAttributes() function
183 static inline bool writeAttributes( in writeAttributes() function
215 const GraphAttributes *GA, bool writeAttributes = true) in writeHeader() argument
225 if (!writeAttributes) return false; in writeHeader()
255 separator = writeAttributes(attr, *CA, c); in writeHeader()
279 writeAttributes(out, *GA, e); in writeEdge()
301 writeAttributes(out, *GA, v); in writeNode()
/dports/devel/vcglib/vcglib-2020.09/wrap/dae/
H A Dxmldocumentmanaging.h151 void writeAttributes(XMLNode& node) in writeAttributes() function
156 _stream.writeAttributes(attr); in writeAttributes()
171 writeAttributes(node); in operator()
179 writeAttributes(intnode); in operator()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/dae/
H A Dxmldocumentmanaging.h151 void writeAttributes(XMLNode& node) in writeAttributes() function
156 _stream.writeAttributes(attr); in writeAttributes()
171 writeAttributes(node); in operator()
179 writeAttributes(intnode); in operator()
/dports/biology/libnuml/NuML-1.1.4/libnuml/src/numl/
H A DTuple.cpp211 void Tuple::writeAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER XMLOutputStream& stream) const in writeAttributes() function in Tuple
213 NUMLList::writeAttributes(stream); in writeAttributes()
239 writeAttributes( stream ); in write()
/dports/biology/py-libnuml/NuML-1.1.4/libnuml/src/numl/
H A DTuple.cpp211 void Tuple::writeAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER XMLOutputStream& stream) const in writeAttributes() function in Tuple
213 NUMLList::writeAttributes(stream); in writeAttributes()
239 writeAttributes( stream ); in write()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DHomeXMLExporter.java110 protected void writeAttributes(XMLWriter writer, Home home) throws IOException { in writeAttributes() method in HomeXMLExporter
247 protected void writeAttributes(XMLWriter writer, HomePrint print) throws IOException { in writePrint() method
272 protected void writeAttributes(XMLWriter writer, Compass compass) throws IOException { in writeCompass() method
297 protected void writeAttributes(XMLWriter writer, Camera camera) throws IOException { in writeCamera() method
331 protected void writeAttributes(XMLWriter writer, Level level) throws IOException { in writeLevel() method
365 … protected void writeAttributes(XMLWriter writer, HomePieceOfFurniture piece) throws IOException { in writeAttributes() method in HomeXMLExporter.PieceOfFurnitureExporter
537 protected void writeAttributes(XMLWriter writer, Wall wall) throws IOException { in writeWall() method
591 protected void writeAttributes(XMLWriter writer, Room room) throws IOException { in writeRoom() method
635 protected void writeAttributes(XMLWriter writer, Polyline polyline) throws IOException { in writePolyline() method
708 protected void writeAttributes(XMLWriter writer, Label label) throws IOException { in writeLabel() method
[all …]
/dports/www/baikal/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php46 $writer->writeAttributes([
52 $writer->writeAttributes([
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php46 $writer->writeAttributes([
52 $writer->writeAttributes([
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php46 $writer->writeAttributes([
52 $writer->writeAttributes([
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php46 $writer->writeAttributes([
52 $writer->writeAttributes([
/dports/www/sabredav/sabre-dav-3.2.2/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php47 $writer->writeAttributes([
53 $writer->writeAttributes([
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php47 $writer->writeAttributes([
53 $writer->writeAttributes([
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php47 $writer->writeAttributes([
53 $writer->writeAttributes([
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php47 $writer->writeAttributes([
53 $writer->writeAttributes([
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php47 $writer->writeAttributes([
53 $writer->writeAttributes([
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php47 $writer->writeAttributes([
53 $writer->writeAttributes([
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/php/
H A Dphpwriter.cpp3097 writeAttributes(c, php); in writeClass()
3263 void PhpWriter::writeAttributes(UMLClassifier *c, QTextStream &php) in writeAttributes() function in PhpWriter
3292 writeAttributes(atpub, php); in writeAttributes()
3296 writeAttributes(atprot, php); in writeAttributes()
3300 writeAttributes(atpriv, php); in writeAttributes()
3309 void PhpWriter::writeAttributes(UMLAttributeList &atList, QTextStream &php) in writeAttributes() function in PhpWriter
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/text/html/
H A DHTMLWriter.java220 protected void writeAttributes(AttributeSet attrSet) in writeAttributes() method in HTMLWriter
262 writeAttributes(attrSet); in emptyTag()
304 writeAttributes(attrSet); in startTag()
326 writeAttributes(attrSet); in textAreaContent()
372 writeAttributes(attrSet); in selectContent()
403 writeAttributes(option.getAttributes()); in writeOption()
518 writeAttributes((AttributeSet) value); in writeEmbeddedTags()
683 writeAttributes(attrSet); in traverse()
898 writeAttributes(attrSet); in traverseHtmlFragment()

12345678910>>...48