Home
last modified time | relevance | path

Searched refs:help_func (Results 1 – 25 of 67) sorted by relevance

123

/dports/irc/atheme-services/atheme-7.2.9/modules/scripting/perl/api/
H A Dcommands.xs4 … * name, const char * desc, SV * access, int maxparc, SV * help_path, SV * help_func, SV * handler)
14 if (SvOK(help_func))
23 if (SvOK(help_func))
25 SvREFCNT_inc(help_func);
26 newcmd->help_func = help_func;
29 newcmd->help_func = NULL;
44 if (self->help_func)
45 SvREFCNT_dec(self->help_func);
H A Datheme_perl.h15 SV * help_func; member
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpdialog.c58 GimpHelpFunc help_func; member
168 if (private->help_func) in gimp_dialog_constructed()
170 private->help_func, private->help_id, in gimp_dialog_constructed()
233 private->help_func = g_value_get_pointer (value); in gimp_dialog_set_property()
281 g_value_set_pointer (value, private->help_func); in gimp_dialog_get_property()
334 if (private->help_func) in gimp_dialog_help()
335 private->help_func (private->help_id, dialog); in gimp_dialog_help()
398 GimpHelpFunc help_func, in gimp_dialog_new() argument
413 help_func, help_id, in gimp_dialog_new()
446 GimpHelpFunc help_func, in gimp_dialog_new_valist() argument
[all …]
H A Dgimpquerybox.c122 GimpHelpFunc help_func, in create_query_box() argument
148 help_func, help_id, in create_query_box()
259 GimpHelpFunc help_func, in gimp_query_string_box() argument
271 query_box = create_query_box (title, parent, help_func, help_id, in gimp_query_string_box()
316 GimpHelpFunc help_func, in gimp_query_int_box() argument
331 query_box = create_query_box (title, parent, help_func, help_id, in gimp_query_int_box()
379 GimpHelpFunc help_func, in gimp_query_double_box() argument
395 query_box = create_query_box (title, parent, help_func, help_id, in gimp_query_double_box()
450 GimpHelpFunc help_func, in gimp_query_size_box() argument
469 query_box = create_query_box (title, parent, help_func, help_id, in gimp_query_size_box()
[all …]
H A Dgimpquerybox.h111 GimpHelpFunc help_func,
122 GimpHelpFunc help_func,
135 GimpHelpFunc help_func,
149 GimpHelpFunc help_func,
166 GimpHelpFunc help_func,
H A Dgimphelpui.c66 GimpHelpFunc help_func);
164 GimpHelpFunc help_func, in gimp_help_connect() argument
171 g_return_if_fail (help_func != NULL); in gimp_help_connect()
200 help_func); in gimp_help_connect()
351 GimpHelpFunc help_func) in gimp_help_callback() argument
356 if (help_func) in gimp_help_callback()
358 help_func (g_object_get_qdata (G_OBJECT (widget), GIMP_HELP_ID), in gimp_help_callback()
H A Dgimpdialog.h67 GimpHelpFunc help_func,
75 GimpHelpFunc help_func,
H A Dgimphelpui.h44 GimpHelpFunc help_func,
/dports/devel/py-opster/opster-4.2/
H A Dopster.py160 def help_func(scriptname=None): function
186 func.help = help_func
221 cmdtable['help'] = help_func, [], '[TOPIC]'
226 with exchandle(help_func):
233 with exchandle(help_func, cmd):
242 with exchandle(help_func, cmd):
800 help_func = help_func or help
802 func.help = lambda: help_func(scriptname)
809 def exchandle(help_func, cmd=None): argument
825 help_func(cmd)
[all …]
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Dtycommon.h21 #define ARGUMENT_ENTRY_CHECK(argc, argv, help_func) \ argument
29 help_func(argv[0]); \
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dgimpui.override737 help_func = g_object_get_data(dialog, "pygimp-dialog-help_func");
750 PyObject *help_func = data;
752 Py_DECREF(help_func);
777 PyObject *help_func = NULL;
821 if (help_func) {
889 if (help_func && help_func != Py_None) {
892 Py_INCREF(help_func);
1410 PyObject *help_func = NULL;
1442 if (help_func) {
1495 if (help_func && help_func != Py_None) {
[all …]
/dports/devel/py-cmd2/cmd2-2.3.2/examples/
H A Ddynamic_commands.py32 help_func = functools.partial(self.text_help, text=command)
34 setattr(self, help_func_name, help_func)
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpmessagedialog.c55 GimpHelpFunc help_func, in gimp_message_dialog_new() argument
69 "help-func", help_func, in gimp_message_dialog_new()
H A Dgimpmessagedialog.h56 GimpHelpFunc help_func,
/dports/net/libyang/libyang-1.0.240/tools/lint/
H A Dmain.c89 if (commands[i].help_func != NULL) { in main()
90 commands[i].help_func(); in main()
H A Dcommands.h38 void (*help_func)(void); /* Display command help. */ member
/dports/irc/atheme-services/atheme-7.2.9/doc/perl/Atheme/
H A DService.pod60 C<help_func> may be specified.
62 =item B<help_func>
65 most one of C<help_path> and C<help_func> may be specified.
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dscale-dialog.h27 GimpHelpFunc help_func,
H A Dprint-size-dialog.h35 GimpHelpFunc help_func,
H A Dresize-dialog.h41 GimpHelpFunc help_func,
/dports/irc/atheme-services/atheme-7.2.9/modules/scripting/perl/lib/Atheme/
H A DCommand.pm17 $args->{help_func},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/grit/grit/tool/
H A Drc2grd.py162 def ParseOptions(self, args, help_func=None): argument
184 if help_func is None:
187 help_func()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/grit/grit/tool/
H A Drc2grd.py162 def ParseOptions(self, args, help_func=None): argument
184 if help_func is None:
187 help_func()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/tools/grit/grit/tool/
H A Drc2grd.py162 def ParseOptions(self, args, help_func=None): argument
184 if help_func is None:
187 help_func()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpprocbrowserdialog.h73 GimpHelpFunc help_func,

123