Home
last modified time | relevance | path

Searched refs:xmlnode (Results 1 – 25 of 807) sorted by relevance

12345678910>>...33

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dxmlnode.h48 typedef struct _xmlnode xmlnode; typedef
71 xmlnode *xmlnode_new(const char *name);
81 xmlnode *xmlnode_new_child(xmlnode *parent, const char *name);
89 void xmlnode_insert_child(xmlnode *parent, xmlnode *child);
99 xmlnode *xmlnode_get_child(const xmlnode *parent, const char *name);
110 xmlnode *xmlnode_get_child_with_namespace(const xmlnode *parent, const char *name, const char *xmln…
119 xmlnode *xmlnode_get_next_twin(xmlnode *node);
139 char *xmlnode_get_data(const xmlnode *node);
279 xmlnode *xmlnode_get_parent(const xmlnode *child);
324 xmlnode *xmlnode_copy(const xmlnode *src);
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dxmlnode.h48 typedef struct _xmlnode xmlnode; typedef
71 xmlnode *xmlnode_new(const char *name);
81 xmlnode *xmlnode_new_child(xmlnode *parent, const char *name);
89 void xmlnode_insert_child(xmlnode *parent, xmlnode *child);
99 xmlnode *xmlnode_get_child(const xmlnode *parent, const char *name);
110 xmlnode *xmlnode_get_child_with_namespace(const xmlnode *parent, const char *name, const char *xmln…
119 xmlnode *xmlnode_get_next_twin(xmlnode *node);
139 char *xmlnode_get_data(const xmlnode *node);
279 xmlnode *xmlnode_get_parent(const xmlnode *child);
324 xmlnode *xmlnode_copy(const xmlnode *src);
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dxmlnode.h48 typedef struct _xmlnode xmlnode; typedef
71 xmlnode *xmlnode_new(const char *name);
81 xmlnode *xmlnode_new_child(xmlnode *parent, const char *name);
89 void xmlnode_insert_child(xmlnode *parent, xmlnode *child);
99 xmlnode *xmlnode_get_child(const xmlnode *parent, const char *name);
110 xmlnode *xmlnode_get_child_with_namespace(const xmlnode *parent, const char *name, const char *xmln…
119 xmlnode *xmlnode_get_next_twin(xmlnode *node);
139 char *xmlnode_get_data(const xmlnode *node);
279 xmlnode *xmlnode_get_parent(const xmlnode *child);
324 xmlnode *xmlnode_copy(const xmlnode *src);
[all …]
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/include/
H A Dlibxode.h284 xmlnode xmlnode_wrap(xmlnode x,const char* wrapper);
289 xmlnode xmlnode_insert_tag_node(xmlnode parent, xmlnode node);
290 void xmlnode_insert_node(xmlnode parent, xmlnode node);
293 xmlnode xmlnode_dup(xmlnode x); /* duplicate x */
294 xmlnode xmlnode_dup_pool(pool p, xmlnode x);
321 xmlnode xmlnode_get_firstattrib(xmlnode parent);
322 xmlnode xmlnode_get_firstchild(xmlnode parent);
323 xmlnode xmlnode_get_lastchild(xmlnode parent);
324 xmlnode xmlnode_get_nextsibling(xmlnode sibling);
325 xmlnode xmlnode_get_prevsibling(xmlnode sibling);
[all …]
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dlibxode.h287 xmlnode xmlnode_wrap(xmlnode x,const char* wrapper);
292 xmlnode xmlnode_insert_tag_node(xmlnode parent, xmlnode node);
293 void xmlnode_insert_node(xmlnode parent, xmlnode node);
296 xmlnode xmlnode_dup(xmlnode x); /* duplicate x */
297 xmlnode xmlnode_dup_pool(pool p, xmlnode x);
324 xmlnode xmlnode_get_firstattrib(xmlnode parent);
325 xmlnode xmlnode_get_firstchild(xmlnode parent);
326 xmlnode xmlnode_get_lastchild(xmlnode parent);
327 xmlnode xmlnode_get_nextsibling(xmlnode sibling);
328 xmlnode xmlnode_get_prevsibling(xmlnode sibling);
[all …]
H A Dxmlnode.c480 xmlnode xmlnode_get_firstattrib(xmlnode parent) in xmlnode_get_firstattrib()
487 xmlnode xmlnode_get_firstchild(xmlnode parent) in xmlnode_get_firstchild()
494 xmlnode xmlnode_get_lastchild(xmlnode parent) in xmlnode_get_lastchild()
501 xmlnode xmlnode_get_nextsibling(xmlnode sibling) in xmlnode_get_nextsibling()
508 xmlnode xmlnode_get_prevsibling(xmlnode sibling) in xmlnode_get_prevsibling()
515 xmlnode xmlnode_get_parent(xmlnode node) in xmlnode_get_parent()
658 int xmlnode_cmp(xmlnode a, xmlnode b) in xmlnode_cmp()
705 xmlnode xmlnode_insert_tag_node(xmlnode parent, xmlnode node) in xmlnode_insert_tag_node()
743 xmlnode xmlnode_dup(xmlnode x) in xmlnode_dup()
760 xmlnode xmlnode_dup_pool(pool p, xmlnode x) in xmlnode_dup_pool()
[all …]
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/ezodf/
H A Dbase.py21 if xmlnode is not None:
22 self.xmlnode = xmlnode
30 return len(self.xmlnode)
74 return self.xmlnode.index(child.xmlnode)
78 self.xmlnode.insert(int(index), child.xmlnode)
89 self.xmlnode.replace(found, element.xmlnode)
97 return (wrap(xmlnode) for xmlnode in self.xmlnode.findall(tag))
134 self.xmlnode.append(child.xmlnode)
145 self.xmlnode.remove(child.xmlnode)
148 self.xmlnode.replace(child.xmlnode, newchild.xmlnode)
[all …]
H A Dtext.py25 super(Span, self).__init__(xmlnode)
26 if xmlnode is None:
36 length = safelen(self.xmlnode.text)
44 text = [self.xmlnode.text]
56 if len(self.xmlnode) > 0:
78 if xmlnode is None:
101 if xmlnode is None:
112 if xmlnode is None:
132 if xmlnode is None:
153 if xmlnode is None:
[all …]
H A Dstyles.py20 def __init__(self, xmlnode=None): argument
21 if xmlnode is None:
23 elif xmlnode.tag == self.TAG:
24 self.xmlnode = xmlnode
38 def __init__(self, xmlnode): argument
39 assert xmlnode.tag == self.TAG
40 self.xmlnode = xmlnode
53 self.xmlnode.append(value.xmlnode)
55 self.xmlnode.replace(style, value.xmlnode)
91 def __init__(self, xmlnode): argument
[all …]
H A Dbody.py19 def __init__(self, xmlnode=None): argument
20 super(GenericBody, self).__init__(xmlnode=xmlnode)
21 self.variables = wrap(subelement(self.xmlnode,
30 def __init__(self, xmlnode=None): argument
31 super(TextBody, self).__init__(xmlnode=xmlnode)
41 def __init__(self, xmlnode=None): argument
42 super(SpreadsheetBody, self).__init__(xmlnode=xmlnode)
43 self.sheets = Sheets(self.xmlnode)
48 def __init__(self, xmlnode=None): argument
49 super(DrawingBody, self).__init__(xmlnode=xmlnode)
[all …]
H A Dnodeorganizer.py22 def reorder(self, xmlnode): argument
25 xmlnode.insert(0, node)
28 xmlnode.extend(epilogue_nodes)
30 if len(xmlnode) < 2:
38 def _extract_nodes(xmlnode, tags): argument
48 xmlnode.remove(child)
52 def __init__(self, xmlnode, tags): argument
53 if xmlnode is None:
55 self.xmlnode = xmlnode
140 def __init__(self, xmlnode, tags): argument
[all …]
/dports/graphics/py-pycollada/pycollada-0.6/collada/
H A Dscene.py107 self.xmlnode = xmlnode
154 self.xmlnode = xmlnode
200 self.xmlnode = xmlnode
235 self.xmlnode = xmlnode
288 self.xmlnode = xmlnode
349 self.xmlnode = xmlnode
443 self.xmlnode = xmlnode
504 self.xmlnode = xmlnode
593 self.xmlnode = xmlnode
668 self.xmlnode = xmlnode
[all …]
H A Dasset.py66 if xmlnode is not None:
67 self.xmlnode = xmlnode
70 self.xmlnode = E.contributor()
72 self.xmlnode.append(E.author(str(author)))
173 if xmlnode is not None:
174 self.xmlnode = xmlnode
180 self.xmlnode = E.asset()
182 self.xmlnode.append(contributor.xmlnode)
190 self.xmlnode.append(E.subject(self.subject))
192 self.xmlnode.append(E.title(self.title))
[all …]
/dports/polish/libtlen/libtlen-20041113/lib/
H A Dxmlnode.c11 xmlnode
250 xmlnode
268 xmlnode
286 xmlnode
306 xmlnode
346 xmlnode
555 xmlnode
563 xmlnode
571 xmlnode
579 xmlnode
[all …]
H A Dlibtlen.h560 xmlnode xmlnode_wrap (xmlnode x, const char *wrapper);
566 xmlnode xmlnode_insert_tag_node (xmlnode parent, xmlnode node);
567 void xmlnode_insert_node (xmlnode parent, xmlnode node);
571 xmlnode xmlnode_dup (xmlnode x); /* duplicate x */
572 xmlnode xmlnode_dup_pool (pool p, xmlnode x);
601 xmlnode xmlnode_get_firstattrib (xmlnode parent);
602 xmlnode xmlnode_get_firstchild (xmlnode parent);
603 xmlnode xmlnode_get_lastchild (xmlnode parent);
604 xmlnode xmlnode_get_nextsibling (xmlnode sibling);
605 xmlnode xmlnode_get_prevsibling (xmlnode sibling);
[all …]
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dxmlnode.c480 xmlnode xmlnode_get_firstattrib(xmlnode parent) in xmlnode_get_firstattrib()
487 xmlnode xmlnode_get_firstchild(xmlnode parent) in xmlnode_get_firstchild()
494 xmlnode xmlnode_get_lastchild(xmlnode parent) in xmlnode_get_lastchild()
501 xmlnode xmlnode_get_nextsibling(xmlnode sibling) in xmlnode_get_nextsibling()
508 xmlnode xmlnode_get_prevsibling(xmlnode sibling) in xmlnode_get_prevsibling()
515 xmlnode xmlnode_get_parent(xmlnode node) in xmlnode_get_parent()
658 int xmlnode_cmp(xmlnode a, xmlnode b) in xmlnode_cmp()
705 xmlnode xmlnode_insert_tag_node(xmlnode parent, xmlnode node) in xmlnode_insert_tag_node()
743 xmlnode xmlnode_dup(xmlnode x) in xmlnode_dup()
760 xmlnode xmlnode_dup_pool(pool p, xmlnode x) in xmlnode_dup_pool()
[all …]
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchXml.c69 IpatchXmlNode *xmlnode; in ipatch_xml_new_node() local
88 xmlnode->attributes = g_list_append(xmlnode->attributes, attr); in ipatch_xml_new_node()
102 xmlnode->attributes = g_list_append(xmlnode->attributes, attr); in ipatch_xml_new_node()
108 return (parent ? g_node_append_data(parent, xmlnode) : g_node_new(xmlnode)); in ipatch_xml_new_node()
155 xmlnode->attributes = g_list_append(xmlnode->attributes, attr); in ipatch_xml_new_node_strv()
159 return (parent ? g_node_append_data(parent, xmlnode) : g_node_new(xmlnode)); in ipatch_xml_new_node_strv()
383 xmlnode = node->data; in ipatch_xml_set_name()
402 xmlnode = node->data; in ipatch_xml_set_value()
609 xmlnode->attributes = g_list_append(xmlnode->attributes, attr); in ipatch_xml_set_attribute()
852 if(xmlnode->value) in ipatch_xml_to_str_recurse()
[all …]
/dports/net-im/jggtrans/jggtrans-2.2.6/src/
H A Dforms.c26 xmlnode form_new(xmlnode parent,const char *title,const char *instructions){ in form_new()
27 xmlnode form,tag; in form_new()
48 xmlnode form,tag; in form_new_result()
63 xmlnode form_add_field(xmlnode form,const char *type,const char *var, in form_add_field()
65 xmlnode field,value; in form_add_field()
98 xmlnode form_add_fixed(xmlnode form,const char *val){ in form_add_fixed()
99 xmlnode field,value; in form_add_fixed()
113 xmlnode rep,field; in form_add_result_field()
131 xmlnode form_add_result_item(xmlnode form){ in form_add_result_item()
132 xmlnode item; in form_add_result_item()
[all …]
H A Dforms.h8 xmlnode form_new(xmlnode parent,const char *title,const char *instructions);
14 xmlnode form_add_field(xmlnode form,const char *type,const char *var,
21 xmlnode form_add_option(xmlnode field,const char *label,const char *val);
27 xmlnode form_add_fixed(xmlnode form,const char *val);
33 xmlnode form_new_result(const char *title);
39 xmlnode form_add_result_field(xmlnode form,const char *var,const char *label,const char *type);
45 xmlnode form_add_result_item(xmlnode form);
52 xmlnode form_add_result_value(xmlnode item,const char *var,const char *val);
/dports/textproc/dblatex/dblatex-0.3.11py3/lib/dbtexmf/core/
H A Dxmlparser.py25 def fromnode(self, xmlnode): argument
26 self._value = xmlnode.text
46 def fromnode(self, xmlnode): argument
51 for arg in xmlnode:
64 def fromnode(self, xmlnode): argument
65 self.filepath = xmlnode.get("fileref") or xmlnode.get("use")
75 def fromnode(self, xmlnode): argument
87 def fromnode(self, xmlnode): argument
114 def fromnode(self, xmlnode): argument
140 p.fromnode(xmlnode)
[all …]
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/tests/
H A Dtest_variables.py77 self.assertEqual(variables.xmlnode.tag,
86 self.assertEqual(variables.xmlnode.tag,
139 variable = SimpleVariable(xmlnode=node)
147 variable = SimpleVariable(xmlnode=node)
175 SimpleVariableInstance(xmlnode=node)
188 SimpleVariableInstance(xmlnode=node)
249 variables = UserFields(xmlnode=node)
260 variables = UserFields(xmlnode=node)
269 variables = UserFields(xmlnode=node)
307 variable = UserField(xmlnode=node)
[all …]
H A Dtest_base.py50 b = GenericWrapper(xmlnode=node)
55 b = GenericWrapper(xmlnode=etree.fromstring(DATA1))
59 b = GenericWrapper(xmlnode=etree.fromstring(DATA1))
63 b = GenericWrapper(xmlnode=etree.fromstring(DATA1))
65 self.assertEqual('xxx', b.xmlnode.get('name'))
68 b = GenericWrapper(xmlnode=etree.fromstring(DATA1))
73 b = GenericWrapper(xmlnode=etree.fromstring(DATA1))
78 b = GenericWrapper(xmlnode=etree.fromstring(DATA1))
84 b = GenericWrapper(xmlnode=etree.fromstring(DATA1))
200 b.xmlnode = None
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/xmlwrapp/
H A Dderef_impl.cpp52 void cleanup_node(xmlNodePtr xmlnode) in cleanup_node() argument
56 if (xmlnode->type == XML_DOCUMENT_NODE || in cleanup_node()
57 xmlnode->type == XML_DTD_NODE) in cleanup_node()
60 if (xmlnode->_private == NULL) in cleanup_node()
91 xmlnode->_private = NULL; in cleanup_node()
97 if (xmlnode == NULL) in attach_node_private_data()
143 if (xmlnode == NULL) in invalidate_default_attr_iterators()
145 if (xmlnode->_private == NULL) in invalidate_default_attr_iterators()
158 xmlnode = xmlnode->children; in invalidate_default_attr_iterators()
159 while (xmlnode) in invalidate_default_attr_iterators()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/ts/misc/
H A Dtestlog_parser.py16 def __init__(self, xmlnode): argument
18 self.name = xmlnode.getAttribute("name")
45 self.parseIntMetric(xmlnode, "samples");
48 self.parseLongMetric(xmlnode, "min");
50 self.parseLongMetric(xmlnode, "gmean");
51 self.parseLongMetric(xmlnode, "mean");
54 self.parseFloatMetric(xmlnode, "time");
60 elif xmlnode.hasAttribute(name):
68 elif xmlnode.hasAttribute(name):
76 elif xmlnode.hasAttribute(name):
[all …]
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/
H A Dgdumpparser.py238 def _introspect_type(self, xmlnode): argument
240 self._introspect_enum(xmlnode)
241 elif xmlnode.tag == 'class':
243 elif xmlnode.tag == 'interface':
245 elif xmlnode.tag == 'boxed':
247 elif xmlnode.tag == 'fundamental':
252 def _introspect_enum(self, xmlnode): argument
253 type_name = xmlnode.attrib['name']
291 if xmlnode.tag == 'flags':
320 def _introspect_object(self, xmlnode): argument
[all …]

12345678910>>...33