Searched refs:helptext (Results 1 – 5 of 5) sorted by relevance
/external/curl/src/ |
D | tool_help.c | 123 static const struct helptxt helptext[] = { variable 870 for(i = 0; helptext[i].opt; ++i) in print_category() 871 if(helptext[i].categories & category) { in print_category() 872 printf(" %-19s %s\n", helptext[i].opt, helptext[i].desc); in print_category()
|
/external/python/cpython3/Lib/test/ |
D | test_pydoc.py | 694 helptext = help_io.getvalue() 695 self.assertIn("nickname", helptext) 696 self.assertIn("firstname", helptext) 697 self.assertIn("Alias for field number 0", helptext) 698 self.assertIn("Alias for field number 1", helptext) 704 helptext = help_io.getvalue() 705 self.assertIn('_1', helptext) 706 self.assertIn('_replace', helptext) 707 self.assertIn('_asdict', helptext) 1509 helptext = help_io.getvalue() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_pydoc.py | 525 helptext = help_io.getvalue() 526 self.assertIn('_1', helptext) 527 self.assertIn('_replace', helptext) 528 self.assertIn('_asdict', helptext)
|
/external/python/cpython2/Tools/pybench/ |
D | CommandLine.py | 159 helptext = '' variable in Option
|
/external/testng/doc/samplereport/css/ |
D | maven-classic.css | 239 #helptext .label { 501 .contentBox .helplink, #helptext .helplink {
|