Home
last modified time | relevance | path

Searched refs:children_list (Results 1 – 25 of 115) sorted by relevance

12345

/dports/net-mgmt/remarp/remarp-0.05/sbin/
H A Dremarp.pl77 my %children_list;
83 if (scalar(values(%children_list)) >= $config->{'max_children'}) {
84 catch_child(\%children_list);
102 $children_list{$new_pid} = $device_addr;
123 while (scalar(values(%children_list))) {
124 catch_child(\%children_list);
249 foreach my $child (keys(%children_list)) {
250 kill(1, keys(%children_list));
264 my ($children_list) = $@;
266 delete($children_list{$dead_child});
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dnested-types.exp198 set children_list {}
199 make_fields children_list $id $parent_list \
205 make_enum children_list $id $parent_list \
207 make_union children_list $id $parent_list \
214 make_enum children_list $id $parent_list \
216 make_union children_list $id $parent_list \
222 set children_list {}
223 make_fields children_list $id $parent_list \
233 node_result children_list $c $limit $parent_list \
241 lappend my_result $children_list
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/
H A Dxml_utils.c278 xmlNodePtr *children_list = NULL, *new_lst; in get_children_by_name() local
288 new_lst = (xmlNodePtr *)realloc(children_list, sizeof(xmlNodePtr) * n); in get_children_by_name()
291 free(children_list); in get_children_by_name()
294 children_list = new_lst; in get_children_by_name()
295 children_list[n - 1] = child_node; in get_children_by_name()
301 return children_list; in get_children_by_name()
/dports/net-im/beebeep/beebeep-code-r1476/src/desktop/
H A DGuiFileInfoItem.cpp102 QList<QTreeWidgetItem*> children_list = takeChildren(); in removeChildren() local
104 if( children_list.isEmpty() ) in removeChildren()
107 children_removed = children_list.size(); in removeChildren()
109 qDeleteAll( children_list ); in removeChildren()
/dports/x11-fm/librfm/librfm5-5.3.16.4/primary/
H A Dprimary-run.c65 static GSList *children_list=NULL; variable
70 if (!children_list) return; in rfm_remove_child()
72 children_list = g_slist_remove(children_list, GINT_TO_POINTER(child)); in rfm_remove_child()
81 GSList *list = children_list; in rfm_killall_children()
88 g_slist_free(children_list); in rfm_killall_children()
89 children_list = NULL; in rfm_killall_children()
97 children_list = g_slist_prepend(children_list, GINT_TO_POINTER(child)); in rfm_add_child()
/dports/www/rt44/rt-4.4.5/lib/RT/Interface/Web/
H A DMenu.pm211 delete $self->{children_list};
282 delete $self->{children_list};
313 if ($self->{children_list}) {
314 @kids = @{$self->{children_list}};
318 $self->{children_list} = \@kids;
/dports/www/rt50/rt-5.0.2/lib/RT/Interface/Web/
H A DMenu.pm211 delete $self->{children_list};
284 delete $self->{children_list};
315 if ($self->{children_list}) {
316 @kids = @{$self->{children_list}};
320 $self->{children_list} = \@kids;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/devtools/
H A Dserialize_host_descriptions.cc26 auto children_list = std::make_unique<base::ListValue>(); in Serialize() local
30 children_list->base::Value::Append(Serialize(child_key, child, children)); in Serialize()
34 if (!children_list->empty()) in Serialize()
35 root->Set(child_key, std::move(children_list)); in Serialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/
H A Dserialize_host_descriptions.cc26 auto children_list = std::make_unique<base::ListValue>(); in Serialize() local
30 children_list->base::Value::Append(Serialize(child_key, child, children)); in Serialize()
34 if (!children_list->empty()) in Serialize()
35 root->Set(child_key, std::move(children_list)); in Serialize()
/dports/security/libprelude/libprelude-1.2.6/src/
H A Didmef-class.c91 list = object_data[class].children_list;
113 return object_data[class].children_list[child].list;
126 return object_data[class].children_list[child].keyed_list;
139 return object_data[class].children_list[child].type;
165 c = &object_data[class].children_list[child];
182 return object_data[class].children_list[child].name; in check_type()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston-desktop/
H A Dsurface.c41 struct wl_list children_list; member
58 struct wl_list children_list; member
153 &surface->children_list, in weston_desktop_surface_destroy()
190 if (!wl_list_empty(&surface->children_list)) { in weston_desktop_surface_surface_committed()
193 wl_list_for_each(child, &surface->children_list, children_link) in weston_desktop_surface_surface_committed()
286 wl_list_init(&surface->children_list); in weston_desktop_surface_create()
379 wl_list_init(&view->children_list); in weston_desktop_surface_create_desktop_view()
383 wl_list_for_each(child, &surface->children_list, children_link) { in weston_desktop_surface_create_desktop_view()
392 wl_list_insert(view->children_list.prev, in weston_desktop_surface_create_desktop_view()
754 wl_list_insert(surface->parent->children_list.prev, in weston_desktop_surface_set_relative_to()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston-desktop/
H A Dsurface.c41 struct wl_list children_list; member
58 struct wl_list children_list; member
153 &surface->children_list, in weston_desktop_surface_destroy()
190 if (!wl_list_empty(&surface->children_list)) { in weston_desktop_surface_surface_committed()
193 wl_list_for_each(child, &surface->children_list, children_link) in weston_desktop_surface_surface_committed()
286 wl_list_init(&surface->children_list); in weston_desktop_surface_create()
379 wl_list_init(&view->children_list); in weston_desktop_surface_create_desktop_view()
383 wl_list_for_each(child, &surface->children_list, children_link) { in weston_desktop_surface_create_desktop_view()
392 wl_list_insert(view->children_list.prev, in weston_desktop_surface_create_desktop_view()
754 wl_list_insert(surface->parent->children_list.prev, in weston_desktop_surface_set_relative_to()
[all …]
/dports/sysutils/vector/vector-0.10.0/scripts/util/metadata/
H A Dfield.rb160 children_list.any?(&:advanced?)
178 children_list.collect do |child|
202 object? && children_list.length == 1 && children_list[0].object?
209 def children_list method in Field
/dports/www/p5-Jifty/Jifty-1.50430/lib/Jifty/Web/
H A DMenu.pm169 delete $self->{children_list};
243 delete $self->{children_list};
255 delete $self->{children_list};
269 if ($self->{children_list}) {
270 @kids = @{$self->{children_list}};
274 $self->{children_list} = \@kids;
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/testing/tester/_ui_tester_registry/wx/
H A D_interaction_helpers.py240 children_list = control.GetSizer().GetChildren()
241 if not 0 <= index <= len(children_list) - 1:
243 obj = children_list[index].GetWindow()
264 children_list = control.GetSizer().GetChildren()
265 if not 0 <= index <= len(children_list) - 1:
267 obj = children_list[index].GetWindow()
/dports/sysutils/vector/vector-0.10.0/website/docs/reference/
H A Dtests.md.erb37 config_example(metadata.tests.children_list, table_path: ["tests"], array: true) do |option|
51 <%= config_example(metadata.tests.children_list, table_path: ["tests"], array: true) %>
60 <%= fields(metadata.tests.children_list, heading_depth: 3) %>
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/slurm_unit/common/slurmdb_pack/
H A Dpack_assoc_usage-test.c40 pack_au->children_list = NULL; in START_TEST()
66 ck_assert(pack_au->children_list == unpack_au->children_list); in START_TEST()
/dports/textproc/pear-XML_DTD/XML_DTD-0.5.2/DTD/
H A DXmlValidator.php188 $children_list = implode(',', $node->getChildrenNames());
190 if (!preg_match('/^'.$regex.'$/', $children_list)) {
193 . "found:\n'$children_list', "
/dports/sysutils/vector/vector-0.10.0/scripts/generate/templates/_partials/
H A D_fields.md.erb24 <%- if field.children_list.any? -%>
25 <%= fields(field.children_list, filters: false, heading_depth: heading_depth + 1, path: full_path) …
H A D_config_spec.toml.erb15 <%= config_spec(option.children_list, titles: false, path: "#{opts[:path]}.#{option.name}", array: …
17 <%= config_spec(option.children_list, titles: false, path: "#{opts[:path]}.#{option.name}").indent(…
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_data_scheduled.c1584 GSList *children_list = NULL; in gsb_data_scheduled_get_children() local
1603 children_list = g_slist_append (children_list, in gsb_data_scheduled_get_children()
1606 children_list = g_slist_append (children_list, tmp_scheduled); in gsb_data_scheduled_get_children()
1622 children_list = g_slist_append (children_list, in gsb_data_scheduled_get_children()
1625 children_list = g_slist_append (children_list, tmp_scheduled); in gsb_data_scheduled_get_children()
1630 return children_list; in gsb_data_scheduled_get_children()
/dports/devel/dparser/dparser-1.31/python/
H A Dpydparser.c499 take_action(PyObject *arg_types, PyObject *children_list, int speculative, in take_action() argument
510 Py_INCREF(children_list); in take_action()
511 PyTuple_SetItem(arglist, 0, children_list); in take_action()
566 PyObject *children_list, *string_list = NULL; in my_action() local
622 children_list = pylist_children(parser, dd, 0); in my_action()
623 if (children_list == NULL) { in my_action()
633 result = take_action(arg_types, children_list, speculative, dd, string_list, in my_action()
635 Py_DECREF(children_list); in my_action()
637 result = children_list; in my_action()
/dports/x11/xkeywrap/xkeywrap-1.1/
H A Dxkeywrap.c64 static Window * children_list = NULL; /* �ҥ�����ɥ��������� */ variable
405 if (children_list) XFree(children_list); in search_parent()
408 children_list = NULL; in search_parent()
419 if (children_list) XFree(children_list); in search_child()
422 &r, &p, &children_list, &children_number); in search_child()
427 output_window = children_list[current_number = 0]; in search_child()
443 output_window = children_list[current_number]; in next_child()
880 if (children_list) XFree(children_list); in quit()
/dports/sysutils/multitail/multitail-6.5.0/
H A Dexec.c318 children_list[n_children++] = child; in execute_program()
336 memset(children_list, 0x00, sizeof(children_list)); in init_children_reaper()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/testing/tester/_ui_tester_registry/wx/_traitsui/
H A Denum_editor.py140 children_list = wrapper._target.control.GetSizer().GetChildren()
141 for child in children_list:

12345