Home
last modified time | relevance | path

Searched refs:show_children (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/git-p4/git-2.34.1/t/t0212/
H A Dparse_events.perl32 my $show_children = 1;
47 GetOptions("children!" => \$show_children,
157 if ($show_children == 1) {
166 if ($show_children == 1) {
/dports/devel/git-svn/git-2.34.1/t/t0212/
H A Dparse_events.perl32 my $show_children = 1;
47 GetOptions("children!" => \$show_children,
157 if ($show_children == 1) {
166 if ($show_children == 1) {
/dports/devel/git-gui/git-2.34.1/t/t0212/
H A Dparse_events.perl32 my $show_children = 1;
47 GetOptions("children!" => \$show_children,
157 if ($show_children == 1) {
166 if ($show_children == 1) {
/dports/devel/git/git-2.34.1/t/t0212/
H A Dparse_events.perl32 my $show_children = 1;
47 GetOptions("children!" => \$show_children,
157 if ($show_children == 1) {
166 if ($show_children == 1) {
/dports/devel/git-cvs/git-2.34.1/t/t0212/
H A Dparse_events.perl32 my $show_children = 1;
47 GetOptions("children!" => \$show_children,
157 if ($show_children == 1) {
166 if ($show_children == 1) {
/dports/devel/cgit/cgit-1.2.3/git/t/t0212/
H A Dparse_events.perl32 my $show_children = 1;
47 GetOptions("children!" => \$show_children,
154 if ($show_children == 1) {
163 if ($show_children == 1) {
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dtoolbar.py71 def show_children(): function
73 self.__toolbar_info.show_children()
88 self.__timeout_id = GLib.timeout_add(200, show_children)
153 self.__toolbar_info.show_children()
/dports/graphics/aloadimage/arcan-0.6.1/tests/exercises/set_4/set4_5/
H A Dset4_5.lua11 function show_children(me) function
41 show_children(gbox);
/dports/sysutils/acfgfs/arcan-0.6.1/tests/exercises/set_4/set4_5/
H A Dset4_5.lua11 function show_children(me) function
41 show_children(gbox);
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/exercises/set_4/set4_5/
H A Dset4_5.lua11 function show_children(me) function
41 show_children(gbox);
/dports/x11/aclip/arcan-0.6.1/tests/exercises/set_4/set4_5/
H A Dset4_5.lua11 function show_children(me) function
41 show_children(gbox);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dlock_action_handler_layout_manager.cc123 bool show_children = ShowChildWindows(action_state, background_state); in UpdateChildren() local
128 if (show_children) { in UpdateChildren()
/dports/www/rt50/rt-5.0.2/share/html/Elements/
H A DListMenu50 $show_children => undef
59 % if ($show_children && $child->children) {
/dports/www/rt44/rt-4.4.5/share/html/Elements/
H A DListMenu50 $show_children => undef
59 % if ($show_children && $child->children) {
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dconnections.h81 extern char *wininfo(Window win, int show_children);
/dports/devel/git-p4/git-2.34.1/t/t4100/
H A Dt-apply-7.patch307 +static int show_children(struct tree_entry_list *e, int level)
310 + die("internal error: ls-tree show_children called with non tree");
362 + err = err | show_children(e, level+1);
365 + err = err | show_children(e, level+1);
H A Dt-apply-3.patch411 +static int show_children(struct tree_entry_list *e, int level)
414 + die("internal error: ls-tree show_children called with non tree");
451 + err = err | show_children(e, level+1);
454 + err = err | show_children(e, level+1);
/dports/devel/git-svn/git-2.34.1/t/t4100/
H A Dt-apply-7.patch307 +static int show_children(struct tree_entry_list *e, int level)
310 + die("internal error: ls-tree show_children called with non tree");
362 + err = err | show_children(e, level+1);
365 + err = err | show_children(e, level+1);
H A Dt-apply-3.patch411 +static int show_children(struct tree_entry_list *e, int level)
414 + die("internal error: ls-tree show_children called with non tree");
451 + err = err | show_children(e, level+1);
454 + err = err | show_children(e, level+1);
/dports/devel/git/git-2.34.1/t/t4100/
H A Dt-apply-7.patch307 +static int show_children(struct tree_entry_list *e, int level)
310 + die("internal error: ls-tree show_children called with non tree");
362 + err = err | show_children(e, level+1);
365 + err = err | show_children(e, level+1);
H A Dt-apply-3.patch411 +static int show_children(struct tree_entry_list *e, int level)
414 + die("internal error: ls-tree show_children called with non tree");
451 + err = err | show_children(e, level+1);
454 + err = err | show_children(e, level+1);
/dports/devel/git-gui/git-2.34.1/t/t4100/
H A Dt-apply-7.patch307 +static int show_children(struct tree_entry_list *e, int level)
310 + die("internal error: ls-tree show_children called with non tree");
362 + err = err | show_children(e, level+1);
365 + err = err | show_children(e, level+1);
H A Dt-apply-3.patch411 +static int show_children(struct tree_entry_list *e, int level)
414 + die("internal error: ls-tree show_children called with non tree");
451 + err = err | show_children(e, level+1);
454 + err = err | show_children(e, level+1);
/dports/devel/git-cvs/git-2.34.1/t/t4100/
H A Dt-apply-7.patch307 +static int show_children(struct tree_entry_list *e, int level)
310 + die("internal error: ls-tree show_children called with non tree");
362 + err = err | show_children(e, level+1);
365 + err = err | show_children(e, level+1);
/dports/devel/cgit/cgit-1.2.3/git/t/t4100/
H A Dt-apply-7.patch307 +static int show_children(struct tree_entry_list *e, int level)
310 + die("internal error: ls-tree show_children called with non tree");
362 + err = err | show_children(e, level+1);
365 + err = err | show_children(e, level+1);

12