Home
last modified time | relevance | path

Searched refs:help_lines (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/graphics/gliv/gliv-1.9.7/tools/
H A Dhelp2c.awk17 help_lines = 0
30 printf " return g_new(gchar *, %d);\n", help_lines
45 help_lines += 2
56 help_lines++
66 help_lines += 2
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/interactive/
H A Dconfig.py56 help_lines=None, argument
93 if help_lines is None:
94 help_lines = interactive.help_lines.GetInt()
95 self.help_lines = help_lines
H A Dlayout.py115 help_height = dimension.LayoutDimension.exact(config.help_lines)
120 preferred=config.help_lines,
121 max=config.help_lines)
H A Dhelp_window.py107 width=width, height=cli.config.help_lines), fin=fin).Run()
119 width=width, height=cli.config.help_lines), fin=fin).Run()
/dports/misc/mc-nox11/mc-4.8.27/src/
H A Dhelp.c405 if (*line >= help_lines) in help_print_word()
418 if (*line >= help_lines) in help_print_word()
804 move_forward (help_lines - 1); in help_execute_cmd()
807 move_backward (help_lines - 1); in help_execute_cmd()
810 move_forward (help_lines / 2); in help_execute_cmd()
813 move_backward (help_lines / 2); in help_execute_cmd()
976 w->lines = help_lines; in md_callback()
1040 move_backward (help_lines - 1); in help_mouse_callback()
1041 else if (y >= help_lines) in help_mouse_callback()
1042 move_forward (help_lines - 1); in help_mouse_callback()
[all …]
/dports/misc/mc/mc-4.8.27/src/
H A Dhelp.c405 if (*line >= help_lines) in help_print_word()
418 if (*line >= help_lines) in help_print_word()
804 move_forward (help_lines - 1); in help_execute_cmd()
807 move_backward (help_lines - 1); in help_execute_cmd()
810 move_forward (help_lines / 2); in help_execute_cmd()
813 move_backward (help_lines / 2); in help_execute_cmd()
976 w->lines = help_lines; in md_callback()
1040 move_backward (help_lines - 1); in help_mouse_callback()
1041 else if (y >= help_lines) in help_mouse_callback()
1042 move_forward (help_lines - 1); in help_mouse_callback()
[all …]
/dports/graphics/gliv/gliv-1.9.7/src/
H A Dhelp.c42 gchar **help_lines, **ptr; in get_help_text() local
46 help_lines = get_help_lines(); in get_help_text()
49 for (ptr = help_lines; *ptr != NULL; ptr++) in get_help_text()
55 for (ptr = help_lines; *ptr != NULL; ptr++) in get_help_text()
58 g_free(help_lines); in get_help_text()
/dports/cad/py-lcapy/lcapy-23c940f/doc/examples/schematics/
H A DDFF1.sch1 ; draw_nodes=connections, help_lines=1
3 ; help_lines=1
H A Dtline1.sch2 ; help_lines=0.1
H A Dfdopamp1.sch2 ;help_lines=1
H A Dfdopamp2.sch2 ;help_lines=1
H A Dopamp1.sch2 ;help_lines=1
H A DUbuffer1.sch2 ; help_lines=1
H A DUinverter1.sch2 ; help_lines=1
H A Dopamp4.sch2 ;help_lines=1
H A Dopamp3.sch2 ;help_lines=1
H A Dopamp2.sch2 ;help_lines=1
H A Dresistors7.sch4 ;help_lines=1
H A Dresistors1.sch4 ;help_lines=1
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/component/
H A Dtest_router_configuration_errors.cc408 std::vector<std::string> help_lines; in TEST_F() local
413 help_lines.push_back(line); in TEST_F()
421 for (auto it = help_lines.begin(); it != help_lines.end(); ++it) { in TEST_F()
/dports/devel/pear-Horde_Argv/Horde_Argv-2.1.0/lib/Horde/Argv/
H A DHelpFormatter.php238 $help_lines = explode("\n", wordwrap($help_text, $this->help_width, "\n", true));
240 '%' . $indent_first . "s%s\n", '', $help_lines[0]
242 for ($i = 1, $i_max = count($help_lines); $i < $i_max; $i++) {
244 '%' . $this->help_position . "s%s\n", '', $help_lines[$i]
/dports/net/samba412/samba-4.12.15/dynconfig/
H A Dwscript50 help_lines = textwrap.wrap(help_text, self.help_width)
52 help_lines = help_text.splitlines()
53 result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
55 for line in help_lines[1:]])
/dports/textproc/bibclean/bibclean-3.06/
H A Doption.c117 static CONST char *help_lines[] = variable
494 help_lines[1] = program_name; /* cannot have this in initializer */ in opt_help()
495 out_lines(stdlog, help_lines, (screen_lines > 0) ? YES : NO); in opt_help()
671 help_lines[1] = program_name; /* cannot have this in initializer */ in usage()
672 out_lines(stdlog, help_lines, NO); in usage()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/docs/
H A DMakefile34help_lines=(`fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/:/…
37 for help_line in $${help_lines[@]}; do \
/dports/devel/py-optik/optik-1.5.3/lib/
H A Dhelp.py180 help_lines = textwrap.wrap(help_text, self.help_width)
181 result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
183 for line in help_lines[1:]])

1234567