Home
last modified time | relevance | path

Searched refs:help_lines (Results 1 – 25 of 160) sorted by last modified time

1234567

/dports/sysutils/cdargs/cdargs-1.35/src/
H A Dcdargs.cc1251 char* help_lines[] = { in helpscreen() local
1286 fprintf(help,"%s\n",help_lines[l]); in helpscreen()
/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/lang/python310/Python-3.10.1/Lib/
H A Doptparse.py323 help_lines = textwrap.wrap(help_text, self.help_width)
324 result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
326 for line in help_lines[1:]])
H A Dargparse.py532 help_lines = self._split_lines(help_text, help_width)
533 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
534 for line in help_lines[1:]:
/dports/lang/python38/Python-3.8.12/Lib/
H A Doptparse.py323 help_lines = textwrap.wrap(help_text, self.help_width)
324 result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
326 for line in help_lines[1:]])
H A Dargparse.py530 help_lines = self._split_lines(help_text, help_width)
531 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
532 for line in help_lines[1:]:
/dports/lang/python37/Python-3.7.12/Lib/
H A Doptparse.py323 help_lines = textwrap.wrap(help_text, self.help_width)
324 result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
326 for line in help_lines[1:]])
H A Dargparse.py532 help_lines = self._split_lines(help_text, help_width)
533 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
534 for line in help_lines[1:]:
/dports/lang/python39/Python-3.9.9/Lib/
H A Doptparse.py323 help_lines = textwrap.wrap(help_text, self.help_width)
324 result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
326 for line in help_lines[1:]])
H A Dargparse.py532 help_lines = self._split_lines(help_text, help_width)
533 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
534 for line in help_lines[1:]:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Doptparse.py323 help_lines = textwrap.wrap(help_text, self.help_width)
324 result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
326 for line in help_lines[1:]])
H A Dargparse.py532 help_lines = self._split_lines(help_text, help_width)
533 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
534 for line in help_lines[1:]:
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/
H A Dconfig.py72 help_lines = []
75 help_lines.extend(textwrap.wrap(line, self.help_width))
76 result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
78 for line in help_lines[1:]])
/dports/cad/chipvault/chipvault-200607/
H A Dcv.pl4562 $help_lines = "";
4579 $help_lines[ $i++] = $_ ;
4589 if ( ( $help_lines[$i] =~ m/ChipVault Help/go )) # Find Start Page
4595 scroll_box ( $start_line, $width , @help_lines );
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/tests/
H A Dbench-slope.c2124 static const char *help_lines[] = { in print_help() local
2141 for (line = help_lines; *line; line++) in print_help()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/src/
H A Dwrench.rs610 let help_lines = [ in show_onscreen_help() localVariable
636 for ref line in &help_lines { in show_onscreen_help()
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/src/
H A Dwrench.rs602 let help_lines = [ in show_onscreen_help() localVariable
628 for line in &help_lines { in show_onscreen_help()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/src/
H A Dwrench.rs610 let help_lines = [ in show_onscreen_help() localVariable
636 for ref line in &help_lines { in show_onscreen_help()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/utils/
H A Dargparse.py545 help_lines = self._split_lines(help_text, help_width)
546 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
547 for line in help_lines[1:]:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/utils/
H A Dargparse.py545 help_lines = self._split_lines(help_text, help_width)
546 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
547 for line in help_lines[1:]:
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/utils/
H A Dargparse.py545 help_lines = self._split_lines(help_text, help_width)
546 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
547 for line in help_lines[1:]:
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/bin/cargo/
H A Dcli.rs64 let help_lines: Vec<String> = non_hidden_options in main() localVariable
75 let joined = help_lines.join("\n"); in main()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/
H A Dargparse.py543 help_lines = self._split_lines(help_text, help_width)
544 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
545 for line in help_lines[1:]:
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/cookbook/
H A Dargparse.py536 help_lines = self._split_lines(help_text, help_width)
537 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
538 for line in help_lines[1:]:
/dports/emulators/qemu/qemu-6.2.0/ui/keycodemapdb/thirdparty/
H A Dargparse.py543 help_lines = self._split_lines(help_text, help_width)
544 parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
545 for line in help_lines[1:]:

1234567