Home
last modified time | relevance | path

Searched defs:xmlWriter (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx224 void dumpFillColorAsAttribute(sal_Int32 aColor, xmlTextWriterPtr xmlWriter) in dumpFillColorAsAttribute()
705 void dumpCharHeightAsAttribute(float fHeight, xmlTextWriterPtr xmlWriter) in dumpCharHeightAsAttribute()
710 void dumpCharColorAsAttribute(sal_Int32 aColor, xmlTextWriterPtr xmlWriter) in dumpCharColorAsAttribute()
952 void dumpShadowAsAttribute(bool bShadow, xmlTextWriterPtr xmlWriter) in dumpShadowAsAttribute()
984 void dumpZOrderAsAttribute(sal_Int32 aZOrder, xmlTextWriterPtr xmlWriter) in dumpZOrderAsAttribute()
989 void dumpLayerIDAsAttribute(sal_Int32 aLayerID, xmlTextWriterPtr xmlWriter) in dumpLayerIDAsAttribute()
1000 void dumpVisibleAsAttribute(bool bVisible, xmlTextWriterPtr xmlWriter) in dumpVisibleAsAttribute()
1008 void dumpPrintableAsAttribute(bool bPrintable, xmlTextWriterPtr xmlWriter) in dumpPrintableAsAttribute()
1120 std::u16string_view sCustomShapeData, xmlTextWriterPtr xmlWriter) in dumpCustomShapeDataAsAttribute()
1948 xmlTextWriterPtr xmlWriter = xmlNewTextWriter( xmlOutBuffer ); in dump() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/dumper/
H A DXShapeDumper.cxx222 void dumpFillColorAsAttribute(sal_Int32 aColor, xmlTextWriterPtr xmlWriter) in dumpFillColorAsAttribute()
703 void dumpCharHeightAsAttribute(float fHeight, xmlTextWriterPtr xmlWriter) in dumpCharHeightAsAttribute()
708 void dumpCharColorAsAttribute(sal_Int32 aColor, xmlTextWriterPtr xmlWriter) in dumpCharColorAsAttribute()
950 void dumpShadowAsAttribute(bool bShadow, xmlTextWriterPtr xmlWriter) in dumpShadowAsAttribute()
982 void dumpZOrderAsAttribute(sal_Int32 aZOrder, xmlTextWriterPtr xmlWriter) in dumpZOrderAsAttribute()
987 void dumpLayerIDAsAttribute(sal_Int32 aLayerID, xmlTextWriterPtr xmlWriter) in dumpLayerIDAsAttribute()
998 void dumpVisibleAsAttribute(bool bVisible, xmlTextWriterPtr xmlWriter) in dumpVisibleAsAttribute()
1006 void dumpPrintableAsAttribute(bool bPrintable, xmlTextWriterPtr xmlWriter) in dumpPrintableAsAttribute()
1022 void dumpNameAsAttribute(const OUString& sName, xmlTextWriterPtr xmlWriter) in dumpNameAsAttribute()
1945 xmlTextWriterPtr xmlWriter = xmlNewTextWriter( xmlOutBuffer ); in dump() local
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DXmlObjectSerializerWriteContext.cs311 public virtual void WriteAnyType(XmlWriterDelegator xmlWriter, object value) in WriteAnyType()
320 public virtual void WriteString(XmlWriterDelegator xmlWriter, string value) in WriteString()
344 public virtual void WriteBase64(XmlWriterDelegator xmlWriter, byte[] value) in WriteBase64()
368 public virtual void WriteUri(XmlWriterDelegator xmlWriter, Uri value) in WriteUri()
392 public virtual void WriteQName(XmlWriterDelegator xmlWriter, XmlQualifiedName value) in WriteQName()
470 public void IncrementArrayCount(XmlWriterDelegator xmlWriter, Array array) in IncrementArrayCount()
496 private void IncrementCollectionCount(XmlWriterDelegator xmlWriter, int size) in IncrementCollectionCount()
502 internal virtual void WriteArraySize(XmlWriterDelegator xmlWriter, int size) in WriteArraySize()
555 internal void WriteIXmlSerializable(XmlWriterDelegator xmlWriter, object obj) in WriteIXmlSerializable()
597 public void WriteISerializable(XmlWriterDelegator xmlWriter, ISerializable obj) in WriteISerializable()
[all …]
H A DXmlObjectSerializerWriteContextComplex.cs46 … internal override bool WriteClrTypeInfo(XmlWriterDelegator xmlWriter, DataContract dataContract) in WriteClrTypeInfo()
57 public override void WriteAnyType(XmlWriterDelegator xmlWriter, object value) in WriteAnyType()
67 public override void WriteString(XmlWriterDelegator xmlWriter, string value) in WriteString()
77 …public override void WriteString(XmlWriterDelegator xmlWriter, string value, XmlDictionaryString n… in WriteString()
94 public override void WriteBase64(XmlWriterDelegator xmlWriter, byte[] value) in WriteBase64()
121 public override void WriteUri(XmlWriterDelegator xmlWriter, Uri value) in WriteUri()
131 …public override void WriteUri(XmlWriterDelegator xmlWriter, Uri value, XmlDictionaryString name, X… in WriteUri()
148 public override void WriteQName(XmlWriterDelegator xmlWriter, XmlQualifiedName value) in WriteQName()
189 …internal override bool OnHandleReference(XmlWriterDelegator xmlWriter, object obj, bool canContain… in OnHandleReference()
207 …internal override void OnEndHandleReference(XmlWriterDelegator xmlWriter, object obj, bool canCont… in OnEndHandleReference()
[all …]
H A DReflectionXmlFormatWriter.cs18 …public void ReflectionWriteClass(XmlWriterDelegator xmlWriter, object obj, XmlObjectSerializerWrit… in ReflectionWriteClass()
23 …public void ReflectionWriteCollection(XmlWriterDelegator xmlWriter, object obj, XmlObjectSerialize… in ReflectionWriteCollection()
89 …private bool ReflectionTryWritePrimitiveArray(XmlWriterDelegator xmlWriter, object obj, Type type,… in ReflectionTryWritePrimitiveArray()
128 …protected override int ReflectionWriteMembers(XmlWriterDelegator xmlWriter, object obj, XmlObjectS… in ReflectionWriteMembers()
201 …public void ReflectionWriteStartElement(XmlWriterDelegator xmlWriter, Type type, XmlDictionaryStri… in ReflectionWriteStartElement()
215 public void ReflectionWriteEndElement(XmlWriterDelegator xmlWriter) in ReflectionWriteEndElement()
H A DReflectionClassWriter.cs20 …public void ReflectionWriteClass(XmlWriterDelegator xmlWriter, object obj, XmlObjectSerializerWrit… in ReflectionWriteClass()
41 …public void ReflectionWriteValue(XmlWriterDelegator xmlWriter, XmlObjectSerializerWriteContext con… in ReflectionWriteValue()
102 …protected abstract int ReflectionWriteMembers(XmlWriterDelegator xmlWriter, object obj, XmlObjectS… in ReflectionWriteMembers()
109 …protected bool ReflectionTryWritePrimitive(XmlWriterDelegator xmlWriter, XmlObjectSerializerWriteC… in ReflectionTryWritePrimitive()
156 …private void ReflectionInternalSerialize(XmlWriterDelegator xmlWriter, XmlObjectSerializerWriteCon… in ReflectionInternalSerialize()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DXmlObjectSerializerWriteContext.cs291 public virtual void WriteAnyType(XmlWriterDelegator xmlWriter, object value) in WriteAnyType()
296 public virtual void WriteString(XmlWriterDelegator xmlWriter, string value) in WriteString()
312 public virtual void WriteBase64(XmlWriterDelegator xmlWriter, byte[] value) in WriteBase64()
328 public virtual void WriteUri(XmlWriterDelegator xmlWriter, Uri value) in WriteUri()
411 public void IncrementArrayCount(XmlWriterDelegator xmlWriter, Array array) in IncrementArrayCount()
426 void IncrementCollectionCount(XmlWriterDelegator xmlWriter, int size) in IncrementCollectionCount()
432 internal virtual void WriteArraySize(XmlWriterDelegator xmlWriter, int size) in WriteArraySize()
457 internal void WriteIXmlSerializable(XmlWriterDelegator xmlWriter, object obj) in WriteIXmlSerializable()
506 public void WriteISerializable(XmlWriterDelegator xmlWriter, ISerializable obj) in WriteISerializable()
704 void WriteExtensionXmlData(XmlWriterDelegator xmlWriter, XmlDataNode dataNode) in WriteExtensionXmlData()
[all …]
H A DXmlObjectSerializerWriteContextComplex.cs126 … internal override bool WriteClrTypeInfo(XmlWriterDelegator xmlWriter, DataContract dataContract) in WriteClrTypeInfo()
146 …internal override bool WriteClrTypeInfo(XmlWriterDelegator xmlWriter, Type dataContractType, Seria… in WriteClrTypeInfo()
156 public override void WriteAnyType(XmlWriterDelegator xmlWriter, object value) in WriteAnyType()
162 public override void WriteString(XmlWriterDelegator xmlWriter, string value) in WriteString()
180 public override void WriteBase64(XmlWriterDelegator xmlWriter, byte[] value) in WriteBase64()
198 public override void WriteUri(XmlWriterDelegator xmlWriter, Uri value) in WriteUri()
203 …public override void WriteUri(XmlWriterDelegator xmlWriter, Uri value, XmlDictionaryString name, X… in WriteUri()
216 public override void WriteQName(XmlWriterDelegator xmlWriter, XmlQualifiedName value) in WriteQName()
249 …internal override bool OnHandleReference(XmlWriterDelegator xmlWriter, object obj, bool canContain… in OnHandleReference()
267 …internal override void OnEndHandleReference(XmlWriterDelegator xmlWriter, object obj, bool canCont… in OnEndHandleReference()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DReflectionJsonFormatWriter.cs20 …public void ReflectionWriteClass(XmlWriterDelegator xmlWriter, object obj, XmlObjectSerializerWrit… in ReflectionWriteClass()
25 …public void ReflectionWriteCollection(XmlWriterDelegator xmlWriter, object obj, XmlObjectSerialize… in ReflectionWriteCollection()
128 private void ReflectionWriteObjectAttribute(XmlWriterDelegator xmlWriter) in ReflectionWriteObjectAttribute()
181 private void ReflectionWriteArrayAttribute(XmlWriterDelegator xmlWriter) in ReflectionWriteArrayAttribute()
193 …protected override int ReflectionWriteMembers(XmlWriterDelegator xmlWriter, object obj, XmlObjectS… in ReflectionWriteMembers()
269 … public void ReflectionWriteStartElement(XmlWriterDelegator xmlWriter, XmlDictionaryString name) in ReflectionWriteStartElement()
274 public void ReflectionWriteStartElement(XmlWriterDelegator xmlWriter, string name) in ReflectionWriteStartElement()
279 public void ReflectionWriteEndElement(XmlWriterDelegator xmlWriter) in ReflectionWriteEndElement()
H A DXmlObjectSerializerWriteContextComplexJson.cs72 …internal override bool WriteClrTypeInfo(XmlWriterDelegator xmlWriter, string clrTypeName, string c… in WriteClrTypeInfo()
77 … internal override bool WriteClrTypeInfo(XmlWriterDelegator xmlWriter, DataContract dataContract) in WriteClrTypeInfo()
82 internal override void WriteArraySize(XmlWriterDelegator xmlWriter, int size) in WriteArraySize()
173 …erride void WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, object… in WriteDataContractValue()
184 protected override void WriteNull(XmlWriterDelegator xmlWriter) in WriteNull()
194 …protected override void SerializeWithXsiType(XmlWriterDelegator xmlWriter, object obj, RuntimeType… in SerializeWithXsiType()
259 …oid SerializeWithXsiTypeAtTopLevel(DataContract dataContract, XmlWriterDelegator xmlWriter, object… in SerializeWithXsiTypeAtTopLevel()
299 …internal static void WriteJsonNameWithMapping(XmlWriterDelegator xmlWriter, XmlDictionaryString[] … in WriteJsonNameWithMapping()
305 …internal override void WriteExtensionDataTypeInfo(XmlWriterDelegator xmlWriter, IDataNode dataNode) in WriteExtensionDataTypeInfo()
376 internal void WriteJsonISerializable(XmlWriterDelegator xmlWriter, ISerializable obj) in WriteJsonISerializable()
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestExportRandomQuestionSet.php55 protected function populateQuestionSetConfigXml(ilXmlWriter $xmlWriter)
64 protected function populateCommonSettings(ilXmlWriter $xmlWriter)
83 protected function populateQuestionStages(ilXmlWriter $xmlWriter)
98 protected function populateSelectionDefinitions(ilXmlWriter $xmlWriter)
H A Dclass.ilTestSkillLevelThresholdExporter.php15 protected $xmlWriter; variable in ilTestSkillLevelThresholdExporter
46 public function setXmlWriter(ilXmlWriter $xmlWriter)
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestExportRandomQuestionSet.php55 protected function populateQuestionSetConfigXml(ilXmlWriter $xmlWriter)
64 protected function populateCommonSettings(ilXmlWriter $xmlWriter)
83 protected function populateQuestionStages(ilXmlWriter $xmlWriter)
98 protected function populateSelectionDefinitions(ilXmlWriter $xmlWriter)
H A Dclass.ilTestSkillLevelThresholdExporter.php15 protected $xmlWriter; variable in ilTestSkillLevelThresholdExporter
46 public function setXmlWriter(ilXmlWriter $xmlWriter)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DXmlObjectSerializerWriteContextComplexJson.cs58 …internal override bool WriteClrTypeInfo(XmlWriterDelegator xmlWriter, Type dataContractType, strin… in WriteClrTypeInfo()
63 … internal override bool WriteClrTypeInfo(XmlWriterDelegator xmlWriter, DataContract dataContract) in WriteClrTypeInfo()
68 internal override void WriteArraySize(XmlWriterDelegator xmlWriter, int size) in WriteArraySize()
161 public void WriteJsonISerializable(XmlWriterDelegator xmlWriter, ISerializable obj) in WriteJsonISerializable()
195 …erride void WriteDataContractValue(DataContract dataContract, XmlWriterDelegator xmlWriter, object… in WriteDataContractValue()
206 protected override void WriteNull(XmlWriterDelegator xmlWriter) in WriteNull()
221 …public static void WriteJsonNameWithMapping(XmlWriterDelegator xmlWriter, XmlDictionaryString[] me… in WriteJsonNameWithMapping()
230 …internal override void WriteExtensionDataTypeInfo(XmlWriterDelegator xmlWriter, IDataNode dataNode) in WriteExtensionDataTypeInfo()
258 …protected override void SerializeWithXsiType(XmlWriterDelegator xmlWriter, object obj, RuntimeType… in SerializeWithXsiType()
327 …oid SerializeWithXsiTypeAtTopLevel(DataContract dataContract, XmlWriterDelegator xmlWriter, object… in SerializeWithXsiTypeAtTopLevel()
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/
H A DXmlVisitor.php115 protected function addXml(\XMLWriter $xmlWriter, Parameter $param, $value)
160 protected function writeAttribute($xmlWriter, $prefix, $name, $namespace, $value)
178 protected function writeElement(\XMLWriter $xmlWriter, $prefix, $name, $namespace, $value)
212 protected function finishDocument($xmlWriter)
222 protected function addXmlArray(\XMLWriter $xmlWriter, Parameter $param, &$value)
234 protected function addXmlObject(\XMLWriter $xmlWriter, Parameter $param, &$value)
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
H A DKeycodeMapToXml.java18 private final XmlWriter xmlWriter; field in KeycodeMapToXml
20 private KeycodeMapToXml(KeycodeMap keycodeMap, Platform platform, XmlWriter xmlWriter) { in KeycodeMapToXml()
28 XmlWriter xmlWriter = XmlWriter.newXmlWriter(writer); in writeToXml() local
/dports/devel/cppcheck-gui/cppcheck-2.6.3/gui/
H A Dcppchecklibrarydata.cpp473 static void writeContainerFunctions(QXmlStreamWriter &xmlWriter, const QString &name, int extra, co… in writeContainerFunctions()
496 static void writeContainer(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Container &conta… in writeContainer()
525 static void writeFunction(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Function &functio… in writeFunction()
639 static void writeMemoryResource(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::MemoryResou… in writeMemoryResource()
677 static void writeTypeChecks(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::TypeChecks &typ… in writeTypeChecks()
695 static void writePlatformType(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::PlatformType … in writePlatformType()
714 static void writeReflection(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Reflection &ref… in writeReflection()
726 static void writeMarkup(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Markup &mup) in writeMarkup()
791 QXmlStreamWriter xmlWriter(&outputString); in toString() local
/dports/devel/cppcheck/cppcheck-2.6.3/gui/
H A Dcppchecklibrarydata.cpp473 static void writeContainerFunctions(QXmlStreamWriter &xmlWriter, const QString &name, int extra, co… in writeContainerFunctions()
496 static void writeContainer(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Container &conta… in writeContainer()
525 static void writeFunction(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Function &functio… in writeFunction()
639 static void writeMemoryResource(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::MemoryResou… in writeMemoryResource()
677 static void writeTypeChecks(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::TypeChecks &typ… in writeTypeChecks()
695 static void writePlatformType(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::PlatformType … in writePlatformType()
714 static void writeReflection(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Reflection &ref… in writeReflection()
726 static void writeMarkup(QXmlStreamWriter &xmlWriter, const CppcheckLibraryData::Markup &mup) in writeMarkup()
791 QXmlStreamWriter xmlWriter(&outputString); in toString() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DXMLPrintHandler.java50 …public static void printBeginElement(Writer xmlWriter, String elementString, String indent, boolea… in printBeginElement()
63 …public static void printEndElement(Writer xmlWriter, String elementString, String indent) throws I… in printEndElement()
71 public static void printText(Writer xmlWriter, String text, String indent) throws IOException { in printText()
78 …public static void printComment(Writer xmlWriter, String comment, String indent) throws IOExceptio… in printComment()
86 public static void printHead(Writer xmlWriter, String encoding) throws IOException { in printHead()
108 …public static void printNode(Writer xmlWriter, Node node, String encoding, String indent) throws I… in printNode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/ComIntegration/
H A DComPlusDiagnosticTraceSchemas.cs29 public void WriteXml(XmlWriter xmlWriter) in WriteXml()
87 internal override void WriteTo(XmlWriter xmlWriter) in WriteTo()
120 internal override void WriteTo(XmlWriter xmlWriter) in WriteTo()
140 internal override void WriteTo(XmlWriter xmlWriter) in WriteTo()
170 internal override void WriteTo(XmlWriter xmlWriter) in WriteTo()
182 internal override void WriteTo(XmlWriter xmlWriter) in WriteTo()
209 internal override void WriteTo(XmlWriter xmlWriter) in WriteTo()
273 internal override void WriteTo(XmlWriter xmlWriter) in WriteTo()
305 internal override void WriteTo(XmlWriter xmlWriter) in WriteTo()
330 internal override void WriteTo(XmlWriter xmlWriter) in WriteTo()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/
H A DXMLPrintHandler.java33 public static void printBeginElement(Writer xmlWriter, String elementString) throws IOException{ in printBeginElement()
40 public static void printEndElement(Writer xmlWriter, String elementString) throws IOException{ in printEndElement()
47 public static void printHead(Writer xmlWriter, String encoding) throws IOException { in printHead()
61 public static void printNode(Writer xmlWriter, Node node,String encoding) throws Exception{ in printNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/output/chart/
H A DChartRawReportTarget.java87 final XmlWriter xmlWriter = getXmlWriter(); in startContent() local
96 final XmlWriter xmlWriter = getXmlWriter(); in endContent() local
174 final XmlWriter xmlWriter = getXmlWriter(); in endOther() local
232 final XmlWriter xmlWriter = getXmlWriter(); in processElement() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/output/chart/
H A DChartRawReportTarget.java87 final XmlWriter xmlWriter = getXmlWriter(); in startContent() local
96 final XmlWriter xmlWriter = getXmlWriter(); in endContent() local
174 final XmlWriter xmlWriter = getXmlWriter(); in endOther() local
232 final XmlWriter xmlWriter = getXmlWriter(); in processElement() local
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssQuestionSkillAssignmentExporter.php15 protected $xmlWriter; variable in ilAssQuestionSkillAssignmentExporter
48 public function setXmlWriter(ilXmlWriter $xmlWriter)

12345678910>>...15