Home
last modified time | relevance | path

Searched refs:show_manual (Results 1 – 11 of 11) sorted by path

/dports/archivers/py-bup/bup-0.31/
H A Dwvtest268 my ($show_help, $show_manual);
272 'man' => \$show_manual) or pod2usage();
275 pod2usage(-verbose => 2, -exitval => 0) if $show_manual;
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dhelp.cpp118 Help::show_manual() in show_manual() function in UI_GTKMM_NS::Help
H A Dhelp.h50 void show_manual();
H A Dmenu.cpp311 &Help::show_manual)); in set_signals()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c392 LiVESWidget *show_manual; in create_LiVES() local
1564 show_manual = lives_standard_menu_item_new_with_label(_("_Manual (opens in browser)")); in create_LiVES()
1565 lives_container_add(LIVES_CONTAINER(mainw->help_menu), show_manual); in create_LiVES()
1566 if (prefs->vj_mode) lives_widget_set_sensitive(show_manual, FALSE); in create_LiVES()
2893 lives_signal_connect(LIVES_GUI_OBJECT(show_manual), LIVES_WIDGET_ACTIVATE_SIGNAL, in create_LiVES()
H A Dmultitrack.c6501 LiVESWidget *show_manual; in multitrack() local
7867 show_manual = lives_standard_menu_item_new_with_label(_("_Manual (opens in browser)")); in multitrack()
7868 lives_container_add(LIVES_CONTAINER(mt->help_menu), show_manual); in multitrack()
8012 lives_signal_sync_connect(LIVES_GUI_OBJECT(show_manual), LIVES_WIDGET_ACTIVATE_SIGNAL, in multitrack()
/dports/net/remotebox/RemoteBox-2.7/share/remotebox/
H A Drbox_main.pl1340 sub show_manual { subroutine
/dports/science/p5-Mcstas-Tools/p5-Mcstas-Tools-2.5_1/mcstas-tools-perl-cmdline-2.5-src/
H A Dmcdoc.pl519 my $show_manual = 0;
532 $show_manual = 1;
614 if ($show_manual) {
/dports/sysutils/p5-File-Rename/File-Rename-1.20/lib/File/Rename/
H A DOptions.pm47 show_manual => $man,
/dports/sysutils/p5-File-Rename/File-Rename-1.20/
H A Drename.PL50 pod2usage( -verbose => 2 ) if $options->{show_manual};
/dports/textproc/bib2html/bib2ml/src/Bib2HTML/
H A DMain.pm128 sub show_manual($$$) { subroutine
329 show_manual(1,"$PERLSCRIPTDIR","$PERLSCRIPTNAME") ;