Home
last modified time | relevance | path

Searched refs:XmlData (Results 1 – 25 of 62) sorted by relevance

123

/dports/graphics/krita/krita-4.4.8/libs/widgetutils/xmlgui/
H A Dkedittoolbar.cpp95 class XmlData class
108 ~XmlData() in ~XmlData()
209 if ((m_type == XmlData::Shell) || in toolBarText()
210 (m_type == XmlData::Part)) { in toolBarText()
549 XmlData *m_currentXmlData;
561 QList<XmlData> m_xmlFiles;
843 XmlData local(XmlData::Local, xmlFile(resourceFile), m_collection); in initOldStyle()
850 XmlData merge(XmlData::Merged, QString(), m_collection); in initOldStyle()
884 XmlData::XmlType type = XmlData::Part; in initFromFactory()
886 type = XmlData::Shell; in initFromFactory()
[all …]
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkedittoolbar.cpp72 class XmlData class
154 if ((m_type == XmlData::Shell) || (m_type == XmlData::Part)) { in toolBarText()
161 typedef QList<XmlData> XmlDataList;
512 XmlData *m_currentXmlData;
826 XmlData local(XmlData::Local, xmlFile(resourceFile), m_collection); in initOldStyle()
833 XmlData merge(XmlData::Merged, QString(), m_collection); in initOldStyle()
866 XmlData::XmlType type = XmlData::Part; in initFromFactory()
868 type = XmlData::Shell; in initFromFactory()
907 if (xmlFile.type() == XmlData::Merged) { in save()
1360 if (xmlFile.type() == XmlData::Part || xmlFile.type() == XmlData::Shell) { in slotToolBarSelected()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/
H A Dwxsitemresdataobject.cpp46 wxString XmlData = GetXmlData(); in GetDataHere() local
47 const wxWX2MBbuf str = cbU2C(XmlData); in GetDataHere()
54 wxString XmlData = GetXmlData(); in GetDataSize() local
55 const wxWX2MBbuf str = cbU2C(XmlData); in GetDataSize()
H A Dwxsitemundobuffer.cpp41 void wxsItemUndoBuffer::StoreChange(const wxString& XmlData) in StoreChange() argument
61 m_Enteries.Add(XmlData); in StoreChange()
H A Dwxsitemundobuffer.h59 void StoreChange(const wxString& XmlData);
/dports/lang/rhino/rhino1_7R4/testsrc/doctests/
H A D441417.doctest6 > xmlns="http://ode.apache.org/simpel/1.0/definition/XmlData"><name
9 > xmlns:xd="http://ode.apache.org/simpel/1.0/definition/XmlData">
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Misc/
H A DQtXmlWrapper.h63 struct XmlData;
120 XmlData * d;
H A DQtXmlWrapper.cpp67 struct XmlData struct
69 XmlData() : in XmlData() argument
83 d( new XmlData ) in QtXmlWrapper() argument
535 QDomElement XmlData::addparams(const char *name, unsigned int params, in addparams()
/dports/textproc/libxmlbird/libxmlbird-1.2.12/libxmlbird/
H A DXmlData.vala17 internal class XmlData : XmlString {
28 public XmlData (char* data, int length, int log_level) {
40 ~XmlData () {
H A DTag.vala21 internal XmlData entire_file;
62 int log_level, XmlData entire_file, Tag? parent = null) {
77 entire_file = new XmlData ("", 0, NONE);
465 bool is_self_closing (XmlData tag, int start) {
498 string parse_name (XmlData data, int index) {
H A DXml.vala77 XmlData data;
87 this.data = new XmlData (data, data.length, NONE);
/dports/www/py-spyne/spyne-2.13.16/examples/xml/
H A Dutils.py49 from spyne.model.complex import XmlData
83 name = XmlData(Unicode)
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/all/
H A Dxml_parser.cxx175 void xml_parser::parse(const char* XmlData, size_t Length, bool IsFinal) in parse() argument
178 XML_Parse(xml_parser_, XmlData, static_cast<int>(Length), IsFinal)) in parse()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/all/
H A Dxml_parser.cxx175 void xml_parser::parse(const char* XmlData, size_t Length, bool IsFinal) in parse() argument
178 XML_Parse(xml_parser_, XmlData, static_cast<int>(Length), IsFinal)) in parse()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/inc/
H A Dxml_parser.hxx71 void parse(const char* XmlData, size_t Length, bool IsFinal);
/dports/devel/fpc-fcl-xml/fpc-3.2.2/packages/fcl-xml/tests/
H A Dreaderunit.pp53 procedure DoTest(const XmlData: string; method: TTestMethod);
129 procedure TXMLReaderTestBase.DoTest(const XmlData: string; method: TTestMethod);
139 inp := TXMLInputSource.Create(XmlData);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-xml/tests/
H A Dreaderunit.pp53 procedure DoTest(const XmlData: string; method: TTestMethod);
129 procedure TXMLReaderTestBase.DoTest(const XmlData: string; method: TTestMethod);
139 inp := TXMLInputSource.Create(XmlData);
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/inc/
H A Dxml_parser.hxx66 void parse(const char* XmlData, size_t Length, bool IsFinal);
/dports/www/py-spyne/spyne-2.13.16/spyne/test/interface/
H A Dtest_xml_schema.py33 from spyne.model import XmlData
237 name = XmlData(Uuid)
239 name = XmlData(Unicode)
516 assert issubclass(ti['_data'], XmlData)
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajxmldata.h126 void *XmlData; member
/dports/www/py-spyne/spyne-2.13.16/spyne/model/
H A D__init__.py57 from spyne.model.complex import XmlData
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix42/
H A DMessage.h35 FIELD_SET(*this, FIX::XmlData);
/dports/www/py-spyne/spyne-2.13.16/spyne/test/protocol/
H A Dtest_cloth.py31 SelfReference, XmlData
192 d = XmlData(Unicode)
202 d = XmlData(Unicode)
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fixt11/
H A DMessage.h35 FIELD_SET(*this, FIX::XmlData);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix43/
H A DMessage.h35 FIELD_SET(*this, FIX::XmlData);

123