Home
last modified time | relevance | path

Searched refs:show_parents (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/aloadimage/arcan-0.6.1/tests/exercises/set_4/set4_5/
H A Dset4_5.lua1 function show_parents(me) function
40 show_parents(rbox);
/dports/sysutils/acfgfs/arcan-0.6.1/tests/exercises/set_4/set4_5/
H A Dset4_5.lua1 function show_parents(me) function
40 show_parents(rbox);
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/exercises/set_4/set4_5/
H A Dset4_5.lua1 function show_parents(me) function
40 show_parents(rbox);
/dports/x11/aclip/arcan-0.6.1/tests/exercises/set_4/set4_5/
H A Dset4_5.lua1 function show_parents(me) function
40 show_parents(rbox);
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/gui/
H A Dide-gui-global.c339 show_parents (GtkWidget *widget) in show_parents() function
359 show_parents (parent); in show_parents()
367 show_parents (widget); in ide_widget_reveal_and_grab()
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dfanchart2way.py642 def show_parents(self, generation, selected, angle, portion): member in FanChart2WayWidget
649 self.show_parents(generation + 1, selected, angle, portion / 2.0)
653 self.show_parents(generation + 1, selected + 1,
H A Dfanchart.py1561 def show_parents(self, generation, selected, angle, portion): member in FanChartWidget
1571 self.show_parents(generation + 1, selected, angle, portion / 2.0)
1575 self.show_parents(generation + 1, selected + 1, angle + portion,
1650 self.show_parents(generation+1, selected+1, stop, portion/2.0)
1660 self.show_parents(generation+1, selected-1, start, portion/2.0)
/dports/sysutils/psmisc/psmisc-22.16/src/
H A Dpstree.c129 show_parents = 0, by_pid = 0, trunc = 1, wait_end = 0; variable
992 show_parents = 1;
1032 if(show_parents && pid != 0) {
/dports/devel/cgit/cgit-1.2.3/git/
H A Dlog-tree.c167 static void show_parents(struct commit *commit, int abbrev, FILE *file) in show_parents() function
577 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
641 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
/dports/devel/gitg/gitg-3.32.1/plugins/diff/
H A Dgitg-diff.vala41 d_diff.show_parents = true;
/dports/devel/git-svn/git-2.34.1/
H A Dlog-tree.c219 static void show_parents(struct commit *commit, int abbrev, FILE *file) in show_parents() function
635 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
699 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
/dports/devel/git-gui/git-2.34.1/
H A Dlog-tree.c219 static void show_parents(struct commit *commit, int abbrev, FILE *file) in show_parents() function
635 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
699 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
/dports/devel/git-p4/git-2.34.1/
H A Dlog-tree.c219 static void show_parents(struct commit *commit, int abbrev, FILE *file) in show_parents() function
635 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
699 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
/dports/devel/git/git-2.34.1/
H A Dlog-tree.c219 static void show_parents(struct commit *commit, int abbrev, FILE *file) in show_parents() function
635 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
699 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
/dports/devel/git-cvs/git-2.34.1/
H A Dlog-tree.c219 static void show_parents(struct commit *commit, int abbrev, FILE *file) in show_parents() function
635 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
699 show_parents(commit, abbrev_commit, opt->diffopt.file); in show_log()
/dports/devel/gitg/gitg-3.32.1/libgitg/
H A Dgitg-diff-view.vala121 public bool show_parents { get; set; default = false; }