Home
last modified time | relevance | path

Searched refs:xmlNode (Results 1 – 25 of 3362) sorted by relevance

12345678910>>...135

/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FColladaPlugins/FArchiveXML/
H A DFArchiveXML.h398 static xmlNode* WriteObject(FCDObject* object, xmlNode* parentNode);
399 static xmlNode* WriteExtraNode(FCDObject* object, xmlNode* parentNode);
400 static xmlNode* WriteExtra(FCDObject* object, xmlNode* parentNode);
403 static xmlNode* WriteAsset(FCDObject* object, xmlNode* parentNode);
423 static xmlNode* WriteEntity(FCDObject* object, xmlNode* parentNode);
425 static xmlNode* WriteSceneNode(FCDObject* object, xmlNode* parentNode);
466 static xmlNode* WriteMaterial(FCDObject* object, xmlNode* parentNode);
497 static xmlNode* WriteAnimated(FCDObject* object, xmlNode* parentNode);
517 static xmlNode* WriteCamera(FCDObject* object, xmlNode* parentNode);
522 static xmlNode* WriteLight(FCDObject* object, xmlNode* parentNode);
[all …]
H A DFAXColladaWriter.h50 xmlNode* AddExtraTechniqueChild(xmlNode* parent, const char* profile);
57 xmlNode* AddTechniqueChild(xmlNode* parent, const char* profile);
66 xmlNode* AddParameter(xmlNode* parent, const char* name, const char* type);
106 xmlNode* AddArray(xmlNode* parent, const char* id, const FMMatrix44List& values);
115 xmlNode* AddArray(xmlNode* parent, const char* id, const FMVector3List& values);
124 xmlNode* AddArray(xmlNode* parent, const char* id, const FMVector2List& values);
133 xmlNode* AddArray(xmlNode* parent, const char* id, const FloatList& values);
188 xmlNode* AddSourceFloat(xmlNode* parent, const char* id, const FMVector3List& values);
197 xmlNode* AddSourceFloat(xmlNode* parent, const char* id, const FMVector2List& values);
206 xmlNode* AddSourceTangent(xmlNode* parent, const char* id, const FMVector2List& values);
[all …]
H A DFAXColladaParser.h30 typedef fm::pair<xmlNode*, uint32> FAXNodeIdPair;
37 xmlNode* FindChildById(xmlNode* parent, const fm::string& id);
38 xmlNode* FindChildByRef(xmlNode* parent, const char* ref);
39 xmlNode* FindHierarchyChildById(xmlNode* hierarchyRoot, const char* id);
40 xmlNode* FindHierarchyChildBySid(xmlNode* hierarchyRoot, const char* sid);
41 xmlNode* FindTechnique(xmlNode* parent, const char* profile);
42 xmlNode* FindTechniqueAccessor(xmlNode* parent);
47 void ReadSource(xmlNode* sourceNode, Int32List& array);
48 void ReadSource(xmlNode* sourceNode, StringList& array);
68 uint32 ReadNodeCount(xmlNode* node);
[all …]
H A DFAXColladaWriter.cpp20 xmlNode* AddExtraTechniqueChild(xmlNode* parent, const char* profile) in AddExtraTechniqueChild()
22 xmlNode* techniqueNode = NULL; in AddExtraTechniqueChild()
33 xmlNode* AddTechniqueChild(xmlNode* parent, const char* profile) in AddTechniqueChild()
35 xmlNode* techniqueNode = NULL; in AddTechniqueChild()
48 xmlNode* AddParameter(xmlNode* parent, const char* name, const char* type) in AddParameter()
77 xmlNode* AddArray(xmlNode* parent, const char* id, const FMVector2List& values) in AddArray()
95 xmlNode* AddArray(xmlNode* parent, const char* id, const FMVector3List& values) in AddArray()
113 xmlNode* AddArray(xmlNode* parent, const char* id, const FMVector4List& values) in AddArray()
131 xmlNode* AddArray(xmlNode* parent, const char* id, const FMMatrix44List& values) in AddArray()
145 xmlNode* AddArray(xmlNode* parent, const char* id, const FloatList& values) in AddArray()
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/include/crm/common/
H A Dxml.h46 xmlNode *get_message_xml(xmlNode * msg, const char *field);
59 void copy_in_properties(xmlNode * target, xmlNode * src);
87 xmlNode *copy_xml(xmlNode * src_node);
92 xmlNode *add_node_copy(xmlNode * new_parent, xmlNode * xml_node);
119 xmlNode *diff_xml_object(xmlNode * left, xmlNode * right, gboolean suppress);
121 xmlNode *subtract_xml_object(xmlNode * parent, xmlNode * left, xmlNode * right,
128 gboolean apply_xml_diff(xmlNode * old, xmlNode * diff, xmlNode ** new);
139 gboolean replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update,
278 xmlNode *crm_next_same_xml(xmlNode *sibling);
280 xmlNode *sorted_xml(xmlNode * input, xmlNode * parent, gboolean recursive);
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/include/crm/common/
H A Dxml.h54 xmlNode *get_message_xml(xmlNode * msg, const char *field);
67 void copy_in_properties(xmlNode * target, xmlNode * src);
108 xmlNode *copy_xml(xmlNode * src_node);
113 xmlNode *add_node_copy(xmlNode * new_parent, xmlNode * xml_node);
140 xmlNode *diff_xml_object(xmlNode * left, xmlNode * right, gboolean suppress);
142 xmlNode *subtract_xml_object(xmlNode * parent, xmlNode * left, xmlNode * right,
154 gboolean replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update,
247 xmlNode *crm_next_same_xml(const xmlNode *sibling);
249 xmlNode *sorted_xml(xmlNode * input, xmlNode * parent, gboolean recursive);
253 xmlNode *expand_idref(xmlNode * input, xmlNode * top);
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/include/crm/cib/
H A Dinternal.h75 void fix_cib_diff(xmlNode * last, xmlNode * next, xmlNode * local_diff, gboolean changed);
111 xmlNode *, xmlNode *, xmlNode **, xmlNode **);
118 xmlNode * current_cib, xmlNode ** result_cib, xmlNode ** diff,
140 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
144 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
148 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
156 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
160 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
168 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
195 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/daemons/based/
H A Dpacemaker-based.h52 int (*prepare) (xmlNode *, xmlNode **, const char **);
53 int (*cleanup) (int, xmlNode **, xmlNode **);
55 xmlNode *, xmlNode *, xmlNode **, xmlNode **);
106 xmlNode *req, xmlNode *input, xmlNode *existing_cib,
109 xmlNode *req, xmlNode *input, xmlNode *existing_cib,
112 xmlNode *req, xmlNode *input, xmlNode *existing_cib,
115 xmlNode *req, xmlNode *input, xmlNode *existing_cib,
118 xmlNode *req, xmlNode *input, xmlNode *existing_cib,
121 xmlNode *req, xmlNode *input, xmlNode *existing_cib,
124 xmlNode *req, xmlNode *input, xmlNode *existing_cib,
[all …]
H A Dbased_messages.c42 int updateList(xmlNode * local_cib, xmlNode * update_command, xmlNode * failed,
53 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_process_shutdown_req()
77 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_process_default()
101 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_process_readwrite()
156 xmlNode * existing_cib, xmlNode ** result_cib, xmlNode ** answer) in cib_process_ping()
204 xmlNode * existing_cib, xmlNode ** result_cib, xmlNode ** answer) in cib_process_sync()
211 xmlNode * existing_cib, xmlNode ** result_cib, xmlNode ** answer) in cib_process_upgrade_server()
303 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_process_sync_one()
311 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_server_process_diff()
372 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_process_replace_svr()
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/cib/
H A Dcibmessages.h25 xmlNode * req, xmlNode * input,
30 xmlNode * req, xmlNode * input, xmlNode * existing_cib,
34 xmlNode * req, xmlNode * input, xmlNode * existing_cib,
35 xmlNode ** result_cib, xmlNode ** answer);
38 xmlNode * req, xmlNode * input, xmlNode * existing_cib,
42 xmlNode * req, xmlNode * input, xmlNode * existing_cib,
46 xmlNode * req, xmlNode * input,
51 xmlNode * req, xmlNode * input,
56 xmlNode * req, xmlNode * input, xmlNode * existing_cib,
60 xmlNode * req, xmlNode * input, xmlNode * existing_cib,
[all …]
H A Dmessages.c53 int updateList(xmlNode * local_cib, xmlNode * update_command, xmlNode * failed,
69 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_process_shutdown_req()
96 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_process_default()
120 xmlNode * existing_cib, xmlNode ** result_cib, xmlNode ** answer) in cib_process_quit()
133 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_process_readwrite()
188 xmlNode * existing_cib, xmlNode ** result_cib, xmlNode ** answer) in cib_process_ping()
235 xmlNode * existing_cib, xmlNode ** result_cib, xmlNode ** answer) in cib_process_sync()
242 xmlNode * existing_cib, xmlNode ** result_cib, xmlNode ** answer) in cib_process_upgrade_server()
334 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_process_sync_one()
342 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib, in cib_server_process_diff()
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/include/crm/cib/
H A Dinternal.h115 xmlNode *, xmlNode *, xmlNode **, xmlNode **);
122 xmlNode * current_cib, xmlNode ** result_cib, xmlNode ** diff,
144 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
148 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
152 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
160 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
164 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
168 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
172 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
199 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
[all …]
/dports/databases/db5/db-5.3.28/test/csharp/
H A DConfiguration.cs61 XmlNode xmlNode; in ConfigBool()
76 XmlNode xmlNode; in ConfigByteOrder()
120 XmlNode xmlNode; in ConfigCacheInfo()
156 XmlNode xmlNode; in ConfigCachePriority()
185 XmlNode xmlNode; in ConfigCreatePolicy()
208 XmlNode xmlNode; in ConfigDuplicatesPolicy()
231 XmlNode xmlNode; in ConfigDateTime()
303 XmlNode xmlNode; in ConfigInt()
318 XmlNode xmlNode; in ConfigIsolation()
344 XmlNode xmlNode; in ConfigLogFlush()
[all …]
/dports/databases/db18/db-18.1.40/test/csharp/
H A DConfiguration.cs61 XmlNode xmlNode; in ConfigBool()
76 XmlNode xmlNode; in ConfigByteOrder()
120 XmlNode xmlNode; in ConfigCacheInfo()
156 XmlNode xmlNode; in ConfigCachePriority()
185 XmlNode xmlNode; in ConfigCreatePolicy()
208 XmlNode xmlNode; in ConfigDuplicatesPolicy()
231 XmlNode xmlNode; in ConfigDateTime()
303 XmlNode xmlNode; in ConfigInt()
318 XmlNode xmlNode; in ConfigIsolation()
344 XmlNode xmlNode; in ConfigLogFlush()
[all …]
/dports/textproc/gdome2/gdome2-0.8.1/libgdome/gdomecore/
H A Dgdome-xml-xmlutil.h48 xmlNode * gdome_xmlGetPrev (xmlNode *node);
49 void gdome_xmlSetPrev (xmlNode *node,
51 xmlNode * gdome_xmlGetNext (xmlNode *node);
54 xmlNode * gdome_xmlGetFirstChild (xmlNode *node);
57 xmlNode * gdome_xmlGetLastChild (xmlNode *node);
67 xmlNode * gdome_xmlGetParent (xmlNode *node);
90 xmlNode * gdome_xmlAppendChild (xmlNode *parent,
92 xmlNode * gdome_xmlInsertBeforeChild (xmlNode *parent,
95 xmlNode * gdome_xmlUnlinkChild (xmlNode *parent,
109 xmlNode * gdome_xmlGetChildrenItem (xmlNode *parent,
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FUtils/
H A DFUXmlWriter.h38 FCOLLADA_EXPORT void AddChild(xmlNode* parent, xmlNode* child);
50 FCOLLADA_EXPORT xmlNode* AddChild(xmlNode* parent, const char* name);
59 FCOLLADA_EXPORT xmlNode* AddChild(xmlNode* parent, const char* name, const char* content);
61 …FCOLLADA_EXPORT xmlNode* AddChild(xmlNode* parent, const char* name, const fstring& content); /**<…
88 FCOLLADA_EXPORT void AddSibling(xmlNode* sibling, xmlNode* dangling);
96 FCOLLADA_EXPORT xmlNode* AddSibling(xmlNode* sibling, const char* name);
103 FCOLLADA_EXPORT xmlNode* InsertChild(xmlNode* parent, xmlNode* sibling, const char* name);
112 FCOLLADA_EXPORT xmlNode* AddChildOnce(xmlNode* parent, const char* name, const char* content=NULL);
177 FCOLLADA_EXPORT void AddChildSorted(xmlNode* parent, xmlNode* child);
186 …FCOLLADA_EXPORT xmlNode* AddChildSorted(xmlNode* parent, const char* name, const char* content=NUL…
[all …]
H A DFUXmlWriter.cpp72 void AddChild(xmlNode* parent, xmlNode* child) in AddChild()
77 xmlNode* AddChild(xmlNode* parent, const char* name) in AddChild()
82 xmlNode* AddChild(xmlNode* parent, const char* name, const char* content) in AddChild()
90 xmlNode* AddChild(xmlNode* parent, const char* name, const fstring& content) in AddChild()
99 xmlNode* node = NULL; in AddChildOnce()
109 void AddSibling(xmlNode* sibling, xmlNode* dangling) in AddSibling()
114 xmlNode* AddSibling(xmlNode* node, const char* name) in AddSibling()
121 xmlNode* InsertChild(xmlNode* parent, xmlNode* sibling, const char* name) in InsertChild()
123 xmlNode* n; in InsertChild()
219 void AddChildSorted(xmlNode* parent, xmlNode* child) in AddChildSorted()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FUtils/
H A DFUXmlWriter.h38 FCOLLADA_EXPORT void AddChild(xmlNode* parent, xmlNode* child);
50 FCOLLADA_EXPORT xmlNode* AddChild(xmlNode* parent, const char* name);
59 FCOLLADA_EXPORT xmlNode* AddChild(xmlNode* parent, const char* name, const char* content);
61 …FCOLLADA_EXPORT xmlNode* AddChild(xmlNode* parent, const char* name, const fstring& content); /**<…
88 FCOLLADA_EXPORT void AddSibling(xmlNode* sibling, xmlNode* dangling);
96 FCOLLADA_EXPORT xmlNode* AddSibling(xmlNode* sibling, const char* name);
103 FCOLLADA_EXPORT xmlNode* InsertChild(xmlNode* parent, xmlNode* sibling, const char* name);
112 FCOLLADA_EXPORT xmlNode* AddChildOnce(xmlNode* parent, const char* name, const char* content=NULL);
177 FCOLLADA_EXPORT void AddChildSorted(xmlNode* parent, xmlNode* child);
186 …FCOLLADA_EXPORT xmlNode* AddChildSorted(xmlNode* parent, const char* name, const char* content=NUL…
[all …]
/dports/games/warmux/warmux-11.04/src/tool/
H A Dxml_document.h13 typedef struct _xmlNode xmlNode; typedef
35 const xmlNode* GetRoot() const;
42 const xmlNode * GetFirstNamedChild(const xmlNode * father,
49 const xmlNode * GetFirstChild(const xmlNode * father);
52 const xmlNode * GetNextSibling(const xmlNode * node);
78 static const xmlNode* GetMarker(const xmlNode* x,
82 static const xmlNode* Access(const xmlNode* x,
131 xmlNode* m_root;
145 xmlNode *GetRoot() const;
147 xmlNode *WriteElement(xmlNode* x,
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/midi/
H A Dags_midi_parser.h97 xmlNode* (*parse_bytes)(AgsMidiParser *midi_parser,
101 xmlNode* (*parse_header)(AgsMidiParser *midi_parser);
102 xmlNode* (*parse_track)(AgsMidiParser *midi_parser);
104 xmlNode* (*key_on)(AgsMidiParser *midi_parser, guint status);
105 xmlNode* (*key_off)(AgsMidiParser *midi_parser, guint status);
114 xmlNode* (*sysex)(AgsMidiParser *midi_parser, guint status);
120 xmlNode* (*smtpe)(AgsMidiParser *midi_parser, guint meta_type);
121 xmlNode* (*tempo)(AgsMidiParser *midi_parser, guint meta_type);
146 xmlNode* ags_midi_parser_parse_bytes(AgsMidiParser *midi_parser,
150 xmlNode* ags_midi_parser_parse_header(AgsMidiParser *midi_parser);
[all …]
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dinterchunk.h52 vector<xmlNode *> macro_map;
53 vector<xmlNode *> rule_map;
56 xmlNode *root_element;
68 xmlNode *lastrule;
86 void processLet(xmlNode *localroot);
88 void processOut(xmlNode *localroot);
92 bool processTest(xmlNode *localroot);
93 bool processAnd(xmlNode *localroot);
94 bool processOr(xmlNode *localroot);
101 bool processNot(xmlNode *localroot);
[all …]
H A Dtransfer.h52 vector<xmlNode *> macro_map;
53 vector<xmlNode *> rule_map;
56 xmlNode *root_element;
71 xmlNode *lastrule;
96 void processLet(xmlNode *localroot);
99 void processOut(xmlNode *localroot);
104 bool processAnd(xmlNode *localroot);
105 bool processOr(xmlNode *localroot);
112 bool processNot(xmlNode *localroot);
113 bool processIn(xmlNode *localroot);
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/xmlcmd/
H A Dxmlcmd_lxml_todb.c98 n=GWEN_XMLNode_GetFirstTag(xmlNode); in _handleChildren_toDb()
270 path=GWEN_XMLNode_GetProperty(xmlNode, "path", NULL); in _handleXmlEnter()
285 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlEnter()
304 path=GWEN_XMLNode_GetProperty(xmlNode, "name", NULL); in _handleXmlForEvery()
320 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlForEvery()
357 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleDbCreateAndEnterGroup()
393 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleDbCreateAndEnterTempGroup()
562 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlIfHasCharData()
593 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlIfNotHasCharData()
619 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlIfPathExists()
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/xmlcmd/
H A Dxmlcmd_lxml_todb.c98 n=GWEN_XMLNode_GetFirstTag(xmlNode); in _handleChildren_toDb()
270 path=GWEN_XMLNode_GetProperty(xmlNode, "path", NULL); in _handleXmlEnter()
285 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlEnter()
304 path=GWEN_XMLNode_GetProperty(xmlNode, "name", NULL); in _handleXmlForEvery()
320 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlForEvery()
357 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleDbCreateAndEnterGroup()
393 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleDbCreateAndEnterTempGroup()
562 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlIfHasCharData()
593 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlIfNotHasCharData()
619 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlIfPathExists()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/xmlcmd/
H A Dxmlcmd_lxml_todb.c98 n=GWEN_XMLNode_GetFirstTag(xmlNode); in _handleChildren_toDb()
270 path=GWEN_XMLNode_GetProperty(xmlNode, "path", NULL); in _handleXmlEnter()
285 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlEnter()
304 path=GWEN_XMLNode_GetProperty(xmlNode, "name", NULL); in _handleXmlForEvery()
320 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlForEvery()
357 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleDbCreateAndEnterGroup()
393 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleDbCreateAndEnterTempGroup()
562 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlIfHasCharData()
593 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlIfNotHasCharData()
619 rv=GWEN_XmlCommander_HandleChildren(cmd, xmlNode); in _handleXmlIfPathExists()
[all …]

12345678910>>...135