Home
last modified time | relevance | path

Searched refs:xmlAttr (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/math/scilab/scilab-6.1.1/scilab/modules/xml/src/cpp/
H A DXMLAttr.cpp53 xmlAttr *attrs = xmlHasProp(node, (const xmlChar *)name); in getAttributeValue()
65 xmlAttr *attrs = 0; in getAttributeValue()
66 for (xmlAttr * cur = node->properties; cur; cur = cur->next) in getAttributeValue()
88 for (xmlAttr * cur = node->properties; cur; cur = cur->next, i++) in getAttributeValue()
108 xmlAttr *attrs = 0; in setAttributeValue()
110 for (xmlAttr * cur = node->properties; cur; cur = cur->next) in setAttributeValue()
198 xmlAttr *attrs = xmlHasProp(node, (const xmlChar *)name); in setAttributeValue()
235 int XMLAttr::getSize(xmlAttr * attr) in getSize()
238 for (xmlAttr * cur = attr; cur; cur = cur->next, i++) in getSize()
252 for (xmlAttr * cur = node->properties; cur; cur = cur->next) in toString()
[all …]
/dports/textproc/gdome2/gdome2-0.8.1/libgdome/gdomecore/
H A Dgdome-xml-xmlutil.h60 xmlAttr * gdome_xmlGetAttrList (xmlNode *elem);
63 xmlAttr *attr);
83 xmlAttr * gdome_xmlGetAttr (xmlNode *elem,
85 xmlAttr * gdome_xmlGetNsAttr (xmlNode *elem,
88 void gdome_xmlSetAttrValue (xmlAttr *attr,
97 xmlAttr * gdome_xmlUnlinkAttr (xmlNode *elem,
99 xmlAttr * gdome_xmlUnlinkNsAttr (xmlNode *elem,
105 xmlAttr *attr);
126 GdomeBoolean gdome_xmlIsNsDecl (xmlAttr *a);
127 xmlNs * gdome_xmlGetNsDeclByAttr (xmlAttr *a);
H A Dgdome-xml-xmlutil.c159 xmlAttr *
408 xmlAttr *
410 xmlAttr *cur = NULL; in gdome_xmlGetAttr()
431 xmlAttr *
433 xmlAttr *cur = NULL; in gdome_xmlGetNsAttr()
628 xmlAttr *
630 xmlAttr *cur = NULL; in gdome_xmlUnlinkAttr()
662 xmlAttr *
664 xmlAttr *cur = NULL; in gdome_xmlUnlinkNsAttr()
746 xmlAttr *cur = NULL; in gdome_xmlLinkAttr()
[all …]
/dports/www/aria2/aria2-1.36.0/src/
H A DXml2XmlParser.cc60 XmlAttr xmlAttr; in mlStartElement() local
62 xmlAttr.localname = pattrs[i]; in mlStartElement()
64 xmlAttr.prefix = pattrs[i + 1]; in mlStartElement()
67 xmlAttr.nsUri = pattrs[i + 2]; in mlStartElement()
69 xmlAttr.value = pattrs[i + 3]; in mlStartElement()
70 xmlAttr.valueLength = pattrs[i + 4] - xmlAttr.value; in mlStartElement()
71 xmlAttrs.push_back(xmlAttr); in mlStartElement()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/ServiceModel/Support/
H A DXmlSerializableWrapper.cs95 XmlRootAttribute xmlAttr = (XmlRootAttribute)attrs[0]; in GetNamespace()
96 return xmlAttr.Namespace; in GetNamespace()
101 XmlTypeAttribute xmlAttr = (XmlTypeAttribute)attrs[0]; in GetNamespace()
102 return xmlAttr.Namespace; in GetNamespace()
107 XmlElementAttribute xmlAttr = (XmlElementAttribute)attrs[0]; in GetNamespace()
108 return xmlAttr.Namespace; in GetNamespace()
/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/src/cpp/
H A DXMLtools.cpp39 xmlAttr * attr = xmlHasProp(node, (const xmlChar *)attrName); in getDouble()
50 xmlAttr * attr = xmlHasProp(node, (const xmlChar *)attrName); in getUIntVector()
69 xmlAttr * attr = xmlHasProp(node, (const xmlChar *)attrName); in getInt()
80 xmlAttr * attr = xmlHasProp(node, (const xmlChar *)attrName); in getString()
91 xmlAttr * attr = xmlHasProp(node, (const xmlChar *)attrName); in getWString()
105 xmlAttr * attr = xmlHasProp(node, (const xmlChar *)attrName); in getBool()
/dports/textproc/libxml++26/libxml++-2.40.1/libxml++/
H A Dattribute.cc64 xmlAttr* Attribute::cobj() in cobj()
69 return reinterpret_cast<xmlAttr*>(Node::cobj()); in cobj()
72 const xmlAttr* Attribute::cobj() const in cobj()
77 return reinterpret_cast<const xmlAttr*>(Node::cobj()); in cobj()
/dports/net/kamailio/kamailio-5.4.5/src/lib/xcap/
H A Dxml_utils.c106 xmlAttr *find_attr(xmlAttr *first, const char *name) in find_attr()
108 xmlAttr *a = first; in find_attr()
116 const char *get_attr_value(xmlAttr *a) in get_attr_value()
H A Dxml_utils.h32 xmlAttr *find_attr(xmlAttr *first, const char *name);
36 const char *get_attr_value(xmlAttr *a);
H A Dresource_lists_parser.c42 xmlAttr *a; in read_entry_ref()
62 xmlAttr *a; in read_name()
113 xmlAttr *a; in read_entry()
134 xmlAttr *a; in read_external()
155 xmlAttr *a; in read_list()
/dports/net/kamailio/kamailio-5.4.5/src/lib/presence/
H A Dxml_utils.c106 xmlAttr *find_attr(xmlAttr *first, const char *name) in find_attr()
108 xmlAttr *a = first; in find_attr()
116 const char *get_attr_value(xmlAttr *a) in get_attr_value()
H A Dxml_utils.h32 xmlAttr *find_attr(xmlAttr *first, const char *name);
36 const char *get_attr_value(xmlAttr *a);
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/common/
H A Dcrmcommon_private.h74 void pcmk__mark_xml_attr_dirty(xmlAttr *a);
76 static inline xmlAttr *
83 pcmk__xml_attr_value(const xmlAttr *attr) in pcmk__xml_attr_value()
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/includes/
H A Dtree.pxd87 ctypedef struct xmlAttr
173 xmlAttr* properties
278 ctypedef struct xmlAttr:
285 xmlAttr* next
286 xmlAttr* prev
294 xmlAttr* attr
330 cdef xmlAttr* xmlNewNsProp(xmlNode* node, xmlNs* ns,
336 cdef xmlAttr* xmlSetNsProp(xmlNode* node, xmlNs* ns,
338 cdef int xmlRemoveID(xmlDoc* doc, xmlAttr* cur) nogil
339 cdef int xmlRemoveProp(xmlAttr* cur) nogil
[all …]
/dports/misc/libiio/libiio-0.21/
H A Dxml.c38 xmlAttr *attr; in add_attr_to_channel()
84 xmlAttr *attr; in add_attr_to_device()
146 xmlAttr *attr; in setup_scan_element()
213 xmlAttr *attr; in create_channel()
271 xmlAttr *attr; in create_device()
357 xmlAttr *attr; in parse_context_attr()
378 xmlAttr *attr; in iio_create_xml_context_helper()
/dports/graphics/iccxml/IccXML-0.9.8/IccLibXML/
H A DIccTagXml.cpp673 xmlAttr *x = icXmlFindAttr(pNode, "X"); in ParseXml()
674 xmlAttr *y = icXmlFindAttr(pNode, "Y"); in ParseXml()
675 xmlAttr *z = icXmlFindAttr(pNode, "Z"); in ParseXml()
731 xmlAttr *x = icXmlFindAttr(pNode, "x"); in ParseXml()
732 xmlAttr *y = icXmlFindAttr(pNode, "y"); in ParseXml()
973 xmlAttr *attr; in ParseXml()
1033 xmlAttr *langCode; in ParseXml()
1257 xmlAttr *attr; in ParseXml()
3014 xmlAttr *attr;
3158 xmlAttr *langCode;
[all …]
H A DIccProfileXml.cpp290 xmlAttr *attr = icXmlFindAttr(pNode, "EmbeddedInFile"); in ParseBasic()
330 xmlAttr *x = icXmlFindAttr(xyzNode, "X"); in ParseBasic()
331 xmlAttr *y = icXmlFindAttr(xyzNode, "Y"); in ParseBasic()
332 xmlAttr *z = icXmlFindAttr(xyzNode, "Z"); in ParseBasic()
390 xmlAttr *attr; in ParseTag()
406 xmlAttr *attr = icXmlFindAttr(pNode, "type"); in ParseTag()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dencyclopedia.c262 void ParseLink(xmlAttr *a_node) in ParseLink()
264 xmlAttr *cur_attr=NULL; in ParseLink()
289 xmlAttr *cur_attr=NULL; in ParseColor()
311 xmlAttr *cur_attr=NULL; in ParseImage()
371 xmlAttr *cur_attr=NULL; in ParseSimage()
421 void ParsePos(xmlAttr *a_node) in ParsePos()
423 xmlAttr *cur_attr=NULL; in ParsePos()
440 void ParsePage(xmlAttr *a_node) in ParsePage()
442 xmlAttr *cur_attr=NULL; in ParsePage()
455 void ParseText(xmlAttr *a_node) in ParseText()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/rnn/
H A Drnn.c223 xmlAttr *attr = node->properties; in parsevalue()
258 xmlAttr *attr = node->properties; in parsespectype()
289 xmlAttr *attr = node->properties; in parseenum()
360 xmlAttr *attr = node->properties; in parsebitfield()
394 xmlAttr *attr = node->properties; in parsebitset()
467 xmlAttr *attr = node->properties; in trydelem()
488 xmlAttr *attr = node->properties; in trydelem()
578 xmlAttr *attr = node->properties; in trydelem()
626 xmlAttr *attr = node->properties; in parsegroup()
666 xmlAttr *attr = node->properties; in parsedomain()
[all …]
/dports/lang/clover/mesa-21.3.6/src/freedreno/rnn/
H A Drnn.c223 xmlAttr *attr = node->properties; in parsevalue()
258 xmlAttr *attr = node->properties; in parsespectype()
289 xmlAttr *attr = node->properties; in parseenum()
360 xmlAttr *attr = node->properties; in parsebitfield()
394 xmlAttr *attr = node->properties; in parsebitset()
467 xmlAttr *attr = node->properties; in trydelem()
488 xmlAttr *attr = node->properties; in trydelem()
578 xmlAttr *attr = node->properties; in trydelem()
626 xmlAttr *attr = node->properties; in parsegroup()
666 xmlAttr *attr = node->properties; in parsedomain()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/rnn/
H A Drnn.c223 xmlAttr *attr = node->properties; in parsevalue()
258 xmlAttr *attr = node->properties; in parsespectype()
289 xmlAttr *attr = node->properties; in parseenum()
360 xmlAttr *attr = node->properties; in parsebitfield()
394 xmlAttr *attr = node->properties; in parsebitset()
467 xmlAttr *attr = node->properties; in trydelem()
488 xmlAttr *attr = node->properties; in trydelem()
578 xmlAttr *attr = node->properties; in trydelem()
626 xmlAttr *attr = node->properties; in parsegroup()
666 xmlAttr *attr = node->properties; in parsedomain()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/rnn/
H A Drnn.c223 xmlAttr *attr = node->properties; in parsevalue()
258 xmlAttr *attr = node->properties; in parsespectype()
289 xmlAttr *attr = node->properties; in parseenum()
360 xmlAttr *attr = node->properties; in parsebitfield()
394 xmlAttr *attr = node->properties; in parsebitset()
467 xmlAttr *attr = node->properties; in trydelem()
488 xmlAttr *attr = node->properties; in trydelem()
578 xmlAttr *attr = node->properties; in trydelem()
626 xmlAttr *attr = node->properties; in parsegroup()
666 xmlAttr *attr = node->properties; in parsedomain()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/rnn/
H A Drnn.c223 xmlAttr *attr = node->properties; in parsevalue()
258 xmlAttr *attr = node->properties; in parsespectype()
289 xmlAttr *attr = node->properties; in parseenum()
360 xmlAttr *attr = node->properties; in parsebitfield()
394 xmlAttr *attr = node->properties; in parsebitset()
467 xmlAttr *attr = node->properties; in trydelem()
488 xmlAttr *attr = node->properties; in trydelem()
578 xmlAttr *attr = node->properties; in trydelem()
626 xmlAttr *attr = node->properties; in parsegroup()
666 xmlAttr *attr = node->properties; in parsedomain()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/freedreno/rnn/
H A Drnn.c223 xmlAttr *attr = node->properties; in parsevalue()
258 xmlAttr *attr = node->properties; in parsespectype()
289 xmlAttr *attr = node->properties; in parseenum()
360 xmlAttr *attr = node->properties; in parsebitfield()
394 xmlAttr *attr = node->properties; in parsebitset()
467 xmlAttr *attr = node->properties; in trydelem()
488 xmlAttr *attr = node->properties; in trydelem()
578 xmlAttr *attr = node->properties; in trydelem()
626 xmlAttr *attr = node->properties; in parsegroup()
666 xmlAttr *attr = node->properties; in parsedomain()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/freedreno/rnn/
H A Drnn.c223 xmlAttr *attr = node->properties; in parsevalue()
258 xmlAttr *attr = node->properties; in parsespectype()
289 xmlAttr *attr = node->properties; in parseenum()
360 xmlAttr *attr = node->properties; in parsebitfield()
394 xmlAttr *attr = node->properties; in parsebitset()
467 xmlAttr *attr = node->properties; in trydelem()
488 xmlAttr *attr = node->properties; in trydelem()
578 xmlAttr *attr = node->properties; in trydelem()
626 xmlAttr *attr = node->properties; in parsegroup()
666 xmlAttr *attr = node->properties; in parsedomain()
[all …]

12345678910>>...14