Home
last modified time | relevance | path

Searched refs:show_help (Results 1 – 25 of 2616) sorted by relevance

12345678910>>...105

/dports/security/snort3/snort3-3.1.19.0/src/main/
H A Dhelp.cc220 show_help(sc, val, HT_CFG); in help_config()
225 show_help(sc, val, HT_CMD); in help_commands()
235 show_help(sc, val, HT_GID); in help_gids()
240 show_help(sc, val, HT_BUF); in help_buffers()
245 show_help(sc, val, HT_IPS); in help_builtin()
250 show_help(sc, val, HT_PEG); in help_counts()
265 show_help(sc, val, HT_MOD); in help_module()
270 show_help(sc, val, HT_HMO); in help_modules()
280 show_help(sc, val, HT_HPL); in help_plugins()
299 show_help(sc, val, HT_LST); in list_modules()
[all …]
/dports/devel/lyra/Lyra-1.6/examples/
H A Ddoc_commands.cpp38 bool show_help = false; member
46 .add_argument(lyra::help(show_help)) in run_command()
63 if (show_help) in do_command()
80 bool show_help = false; member
88 .add_argument(lyra::help(show_help)) in kill_command()
105 if (show_help) in do_command()
118 bool show_help = false; in main() local
119 cli.add_argument(lyra::help(show_help)); in main()
123 if (show_help) in main()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/
H A Dhelp.py30 toolkit().show_help(info.ui, control)
34 show_help = default_show_help variable
59 global show_help
61 result = show_help
63 show_help = new_show_help
/dports/audio/waon/waon-0.10/
H A Dmain.c154 int show_help = 0; in main() local
178 show_help = 1; in main()
194 show_help = 1; in main()
207 show_help = 1; in main()
220 show_help = 1; in main()
233 show_help = 1; in main()
246 show_help = 1; in main()
258 show_help = 1; in main()
271 show_help = 1; in main()
331 show_help = 1; in main()
[all …]
/dports/devel/lyra/Lyra-1.6/tests/
H A Dsingle_include_test.cpp15 bool show_help = false; in main() local
25 = help( show_help ) in main()
41 show_help = false; in main()
51 (REQUIRE( show_help == false )) in main()
54 show_help = false; in main()
62 (REQUIRE( show_help == true )) in main()
H A Dcombined_parser_run_test.cpp15 bool show_help = false; in main() local
25 = help( show_help ) in main()
41 show_help = false; in main()
51 (REQUIRE( show_help == false )) in main()
54 show_help = false; in main()
62 (REQUIRE( show_help == true )) in main()
/dports/textproc/snowballstemmer/snowball-2.2.0/python/
H A Dstemwords.py37 show_help = False
42 show_help = True
50 show_help = True
56 show_help = True
62 show_help = True
68 show_help = True
71 if show_help or input == '' or output == '':
/dports/textproc/py-snowballstemmer/snowballstemmer-2.2.0/src/sample/
H A Dstemwords.py37 show_help = False
42 show_help = True
50 show_help = True
56 show_help = True
62 show_help = True
68 show_help = True
71 if show_help or input == '' or output == '':
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/waitress/
H A Drunner.py224 def show_help(stream, name, error=None): # pragma: no cover function
254 show_help(sys.stderr, name, str(exc))
258 show_help(sys.stdout, name)
262 show_help(sys.stderr, name, "Specify one application only")
274 show_help(sys.stderr, name, str(exc))
285 show_help(sys.stderr, name, "Bad module '{}'".format(module))
289 show_help(sys.stderr, name, "Bad object name '{}'".format(obj_name))
/dports/www/py-waitress/waitress-2.0.0/src/waitress/
H A Drunner.py224 def show_help(stream, name, error=None): # pragma: no cover function
254 show_help(sys.stderr, name, str(exc))
258 show_help(sys.stdout, name)
262 show_help(sys.stderr, name, "Specify one application only")
274 show_help(sys.stderr, name, str(exc))
285 show_help(sys.stderr, name, "Bad module '{}'".format(module))
289 show_help(sys.stderr, name, "Bad object name '{}'".format(obj_name))
/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/
H A Dworkspace_controller.py70 show_help = False
72 show_help = self.workspace.show_help
73 self.workspace.set_show_preview_or_help(show_preview, show_help)
76 show_help = toggle_button.get_active()
77 if show_help:
81 self.workspace.set_show_preview_or_help(show_preview, show_help)
95 …if (self.workspace.show_preview or self.workspace.show_help) and self.workspace.active_document !=…
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/interactive/
H A Dconfig.py63 show_help=None, argument
122 if show_help is None:
123 show_help = interactive.show_help.GetBool()
124 self.show_help = show_help
/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/docker/grafana-plugin-ci/install/
H A Dgget11 show_help() {
26 show_help
33 show_help
46 [ -z "$1" ] && show_help
/dports/sysutils/flashrom/flashrom-v1.2/util/
H A Dgetversion.sh42 show_help() {
57 show_help
63 -h|--help) show_help;;
67 show_help
/dports/net/freeradius3/freeradius-server-3.0.25/scripts/
H A Draduat48 function show_help
86 show_help
117 show_help
134 show_help
149 show_help
162 show_help
196 show_help
202 show_help
/dports/sysutils/fusefs-libs3/fuse-3.10.5/example/
H A Dhello.c42 int show_help; member
50 OPTION("-h", show_help),
51 OPTION("--help", show_help),
139 static void show_help(const char *progname) in show_help() function
170 if (options.show_help) { in main()
171 show_help(argv[0]); in main()
/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/docker/grafana-plugin-ci-alpine/install/bin/
H A Dginstall11 show_help() {
26 show_help
33 show_help
46 [ -z "$1" ] && show_help
/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/install/
H A Dginstall11 show_help() {
26 show_help
33 show_help
46 [ -z "$1" ] && show_help
/dports/lang/clover/mesa-21.3.6/src/intel/tools/
H A Dintel_stub_gpu.in4 function show_help() {
47 show_help
56 show_help
64 [ -z $1 ] && show_help
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/tools/
H A Dintel_stub_gpu.in4 function show_help() {
47 show_help
56 show_help
64 [ -z $1 ] && show_help
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/tools/
H A Dintel_stub_gpu.in4 function show_help() {
47 show_help
56 show_help
64 [ -z $1 ] && show_help
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/tools/
H A Dintel_stub_gpu.in4 function show_help() {
47 show_help
56 show_help
64 [ -z $1 ] && show_help
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/tools/
H A Dintel_stub_gpu.in4 function show_help() {
47 show_help
56 show_help
64 [ -z $1 ] && show_help
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/tools/
H A Dintel_stub_gpu.in4 function show_help() {
47 show_help
56 show_help
64 [ -z $1 ] && show_help
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/tools/
H A Dintel_stub_gpu.in4 function show_help() {
47 show_help
56 show_help
64 [ -z $1 ] && show_help

12345678910>>...105