Home
last modified time | relevance | path

Searched refs:show_update (Results 1 – 21 of 21) sorted by relevance

/dports/devel/git-p4/git-2.34.1/
H A Dprogress.c111 int show_update = 0; in display() local
129 show_update = 1; in display()
134 show_update = 1; in display()
137 if (show_update) { in display()
/dports/devel/git-svn/git-2.34.1/
H A Dprogress.c111 int show_update = 0; in display() local
129 show_update = 1; in display()
134 show_update = 1; in display()
137 if (show_update) { in display()
/dports/devel/git-gui/git-2.34.1/
H A Dprogress.c111 int show_update = 0; in display() local
129 show_update = 1; in display()
134 show_update = 1; in display()
137 if (show_update) { in display()
/dports/devel/git/git-2.34.1/
H A Dprogress.c111 int show_update = 0; in display() local
129 show_update = 1; in display()
134 show_update = 1; in display()
137 if (show_update) { in display()
/dports/devel/git-cvs/git-2.34.1/
H A Dprogress.c111 int show_update = 0; in display() local
129 show_update = 1; in display()
134 show_update = 1; in display()
137 if (show_update) { in display()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dprogress.c111 int show_update = 0; in display() local
129 show_update = 1; in display()
134 show_update = 1; in display()
137 if (show_update) { in display()
/dports/security/pgpin/pgp263in/src/
H A Dkeymaint.h21 void show_update(char *s);
H A Dkeymaint.c1245 show_update(key2IDstring(n)); in show_key()
1325 show_update(key2IDstring(n)); in show_key()
1371 void show_update(char *s) in show_update() function
H A Dkeyadd.c249 show_update(keyIDstring(mykeyID)); in mergesigs()
/dports/science/py-rmf/rmf-1.3.1/tools/dev_tools/python_tools/
H A D__init__.py75 def rewrite(filename, contents, show_update=True, verbose=False): argument
90 if show_update:
/dports/science/rmf/rmf-1.3.1/tools/dev_tools/python_tools/
H A D__init__.py75 def rewrite(filename, contents, show_update=True, verbose=False): argument
90 if show_update:
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxchar.c574 private int show_update(P1(gs_show_enum * penum));
581 int code = show_update(penum); in continue_show_update()
614 show_update(gs_show_enum * penum) in show_update() function
1023 code = show_update(penum); in show_proceed()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxchar.c574 private int show_update(P1(gs_show_enum * penum));
581 int code = show_update(penum); in continue_show_update()
614 show_update(gs_show_enum * penum) in show_update() function
1023 code = show_update(penum); in show_proceed()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/
H A Dimport-main-matcher.c1111 gboolean show_update) in gnc_gen_trans_init_view() argument
1145 gtk_tree_view_column_set_visible (column, show_update); in gnc_gen_trans_init_view()
1229 gboolean show_update; in gnc_gen_trans_common_setup() local
1264 show_update = gnc_import_Settings_get_action_update_enabled (info->user_settings); in gnc_gen_trans_common_setup()
1265 gnc_gen_trans_init_view (info, all_from_same_account, show_update); in gnc_gen_trans_common_setup()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxchar.c740 static int show_update(gs_show_enum * penum);
747 int code = show_update(penum); in continue_show_update()
780 show_update(gs_show_enum * penum) in show_update() function
1266 code = show_update(penum); in show_proceed()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxchar.c740 static int show_update(gs_show_enum * penum);
747 int code = show_update(penum); in continue_show_update()
780 show_update(gs_show_enum * penum) in show_update() function
1244 code = show_update(penum); in show_proceed()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxchar.c740 static int show_update(gs_show_enum * penum);
747 int code = show_update(penum); in continue_show_update()
780 show_update(gs_show_enum * penum) in show_update() function
1266 code = show_update(penum); in show_proceed()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxchar.c753 static int show_update(gs_show_enum * penum);
760 int code = show_update(penum); in continue_show_update()
793 show_update(gs_show_enum * penum) in show_update() function
1247 code = show_update(penum); in show_proceed()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxchar.c740 static int show_update(gs_show_enum * penum);
747 int code = show_update(penum); in continue_show_update()
780 show_update(gs_show_enum * penum) in show_update() function
1244 code = show_update(penum); in show_proceed()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxchar.c753 static int show_update(gs_show_enum * penum);
760 int code = show_update(penum); in continue_show_update()
793 show_update(gs_show_enum * penum) in show_update() function
1247 code = show_update(penum); in show_proceed()
/dports/audio/picard/picard-release-2.6.2/picard/ui/options/
H A Dplugins.py117 add_button('update', self.show_update)
140 def show_update(self, button, mode): member in PluginTreeWidgetItem