Home
last modified time | relevance | path

Searched refs:children_node (Results 1 – 24 of 24) sorted by relevance

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/xrc/
H A Dxh_toolb.cpp132 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
133 if (!children_node) in DoCreateResource()
134 children_node = GetParamNode(wxT("object_ref")); in DoCreateResource()
136 if (children_node == NULL) return toolbar; in DoCreateResource()
141 wxXmlNode *n = children_node; in DoCreateResource()
H A Dxh_bmpcbox.cpp71 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
73 wxXmlNode *n = children_node; in DoCreateResource()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/xrc/
H A Dxh_toolb.cpp132 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
133 if (!children_node) in DoCreateResource()
134 children_node = GetParamNode(wxT("object_ref")); in DoCreateResource()
136 if (children_node == NULL) return toolbar; in DoCreateResource()
141 wxXmlNode *n = children_node; in DoCreateResource()
H A Dxh_bmpcbox.cpp71 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
73 wxXmlNode *n = children_node; in DoCreateResource()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/xrc/
H A Dxh_toolb.cpp132 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
133 if (!children_node) in DoCreateResource()
134 children_node = GetParamNode(wxT("object_ref")); in DoCreateResource()
136 if (children_node == NULL) return toolbar; in DoCreateResource()
141 wxXmlNode *n = children_node; in DoCreateResource()
H A Dxh_bmpcbox.cpp71 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
73 wxXmlNode *n = children_node; in DoCreateResource()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/xrc/
H A Dxh_toolb.cpp132 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
133 if (!children_node) in DoCreateResource()
134 children_node = GetParamNode(wxT("object_ref")); in DoCreateResource()
136 if (children_node == NULL) return toolbar; in DoCreateResource()
141 wxXmlNode *n = children_node; in DoCreateResource()
H A Dxh_bmpcbox.cpp71 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
73 wxXmlNode *n = children_node; in DoCreateResource()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/xrc/
H A Dxh_toolb.cpp209 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
210 if (!children_node) in DoCreateResource()
211 children_node = GetParamNode(wxT("object_ref")); in DoCreateResource()
213 if (children_node == NULL) return toolbar; in DoCreateResource()
218 wxXmlNode *n = children_node; in DoCreateResource()
H A Dxh_auitoolb.cpp217 wxXmlNode *children_node = GetParamNode(wxS("object")); in DoCreateResource() local
218 if (!children_node) in DoCreateResource()
219 children_node = GetParamNode(wxS("object_ref")); in DoCreateResource()
221 if (children_node == NULL) return toolbar; in DoCreateResource()
226 wxXmlNode *n = children_node; in DoCreateResource()
H A Dxh_bmpcbox.cpp74 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
76 wxXmlNode *n = children_node; in DoCreateResource()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/xrc/
H A Dxh_toolb.cpp213 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
214 if (!children_node) in DoCreateResource()
215 children_node = GetParamNode(wxT("object_ref")); in DoCreateResource()
217 if (children_node == NULL) return toolbar; in DoCreateResource()
222 wxXmlNode *n = children_node; in DoCreateResource()
H A Dxh_bmpcbox.cpp77 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
79 wxXmlNode *n = children_node; in DoCreateResource()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/xrc/
H A Dxh_toolb.cpp213 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
214 if (!children_node) in DoCreateResource()
215 children_node = GetParamNode(wxT("object_ref")); in DoCreateResource()
217 if (children_node == NULL) return toolbar; in DoCreateResource()
222 wxXmlNode *n = children_node; in DoCreateResource()
H A Dxh_bmpcbox.cpp77 wxXmlNode *children_node = GetParamNode(wxT("object")); in DoCreateResource() local
79 wxXmlNode *n = children_node; in DoCreateResource()
/dports/math/lib2geom/lib2geom-1.1/src/2geom/orphan-code/
H A Drtree.cpp837 for(auto & children_node : group_a->children_nodes){ in copy_group_a_to_existing_node() local
838 position->children_nodes.push_back( children_node ); in copy_group_a_to_existing_node()
914 for(auto & children_node : subtree_root->children_nodes){ in sanity_check() local
915 sanity_check( children_node.data, depth+1, used_during_insert); in sanity_check()
977 for(const auto & children_node : subtree->children_nodes){ in search() local
978 if( children_node.bounding_box.intersects( search_area ) ){ in search()
979 search( search_area, result, children_node.data ); in search()
1067 for(auto & children_node : subtree->children_nodes){ in find_leaf() local
1068 if( children_node.bounding_box.intersects( search_area ) ){ in find_leaf()
1069 RTreeNode* t = find_leaf( children_node.data, search_area, shape_to_delete ); in find_leaf()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dxtra_res.cpp275 wxXmlNode *children_node = GetParamNode(_T("object")); in DoCreateResource() local
276 if (!children_node) in DoCreateResource()
277 children_node = GetParamNode(_T("object_ref")); in DoCreateResource()
279 if (children_node == NULL) return toolbar; in DoCreateResource()
284 wxXmlNode *n = children_node; in DoCreateResource()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Drtree-toy.cpp400 for(auto & children_node : subtree_root->children_nodes){ in save_bb() local
401 Rect r1( children_node.bounding_box ); in save_bb()
405 save_bb( children_node.data, 0); in save_bb()
408 save_bb( children_node.data, depth+1); in save_bb()
/dports/textproc/p5-Lingua-Treebank/Lingua-Treebank-0.16/Const/t/
H A D50walking.t90 my $children_node = Lingua::Treebank::Const->new();
91 $children_node->from_penn_string($children);
92 my @children = $children_node->select_children(sub{$_[0]->tag() =~ /yes/});
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-property-browser.c1370 xmlNodePtr cur_node, new_color_node, children_node; in add_color_to_file() local
1385 children_node = cur_node->xmlChildrenNode; in add_color_to_file()
1386 while (children_node != NULL) in add_color_to_file()
1390 child_color_name = xmlGetProp (children_node, (const xmlChar *) "name"); in add_color_to_file()
1399 children_node = children_node->next; in add_color_to_file()
/dports/misc/lifelines/lifelines-3.1.1/src/interp/
H A Dyacc.y132 $$ = children_node(pactx, (PNODE)$4, (STRING)$6, (STRING)$8, (PNODE)$11);
H A Dinterpi.h550 PNODE children_node(PACTX pactx, PNODE, STRING, STRING, PNODE);
H A Dyacc.c1856 …(yyval) = children_node(pactx, (PNODE)(yyvsp[(4) - (12)]), (STRING)(yyvsp[(6) - (12)]), (STRING)(y…
H A Dalloc.c383 children_node (PACTX pactx, PNODE fexpr, STRING cvar, STRING nvar, PNODE body) in children_node() function