/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tables.py | 174 help_text="Other layers a layer depends upon", 389 help_text="Path to the recipe .bb file", 646 help_text="Information about a single piece of " 983 help_text='Starting date and time of the \ 993 help_text='The version of the build system used by \ 1001 help_text='The hardware currently selected for the \ 1050 help_text='The root file system types produced by \ 1227 help_text='Final state of the build (successful \ 1244 help_text='Hardware for which you are building a \ 1294 help_text='How long the build took to finish', [all …]
|
H A D | buildtables.py | 333 help_text='Recipe build-time reverse dependencies' 349 help_text='Multiple license names separated by the'
|
H A D | widgets.py | 144 def add_column(self, title="", help_text="", argument 165 'help_text': help_text,
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_integer_attribute_test.cpp | 39 "help_text" : "HelpText", in TEST_F() 59 "help_text" : "HelpText", in TEST_F() 72 "help_text" : "HelpText", in TEST_F() 99 "help_text" : "HelpText", in TEST_F() 133 "help_text" : "HelpText", in TEST_F() 185 "help_text" : "HelpText", in TEST_F()
|
H A D | libpldmresponder_bios_enum_attribute_test.cpp | 43 "help_text" : "HelpText", in TEST_F() 60 "help_text" : "HelpText", in TEST_F() 72 "help_text" : "HelpText", in TEST_F() 100 "help_text" : "HelpText", in TEST_F() 140 "help_text" : "HelpText", in TEST_F() 193 "help_text" : "HelpText", in TEST_F()
|
H A D | libpldmresponder_bios_string_attribute_test.cpp | 38 "help_text" : "HelpText", in TEST_F() 60 "help_text" : "HelpText", in TEST_F() 87 "help_text" : "HelpText", in TEST_F() 123 "help_text" : "HelpText", in TEST_F() 173 "help_text" : "HelpText", in TEST_F()
|
H A D | libpldmresponder_bios_attribute_test.cpp | 50 "help_text" : "HelpText", in TEST() 68 "help_text" : "HelpText", in TEST()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | opt.tcl | 306 proc print_option_help { option help_text { data_desc {} } { print_default {}}\ 365 print_arg_desc "$option $data_desc" "${help_text}${default_string}" 2 $width 437 set help_text [lindex $help_entry 0] 440 print_option_help [string toupper $option] $help_text $data_desc\ 452 set help_text [lindex $help_entry 0] 455 print_option_help "--${option}" $help_text $data_desc $print_default\
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | table.js | 215 if (col.help_text.length > 0) { 216 var help_text = $('<span class="glyphicon glyphicon-question-sign get-help"> </span>'); 217 help_text.tooltip({title: col.help_text}); 218 header.append(help_text);
|
/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/ |
H A D | help2man-reproducibility.patch | 12 @@ -173,7 +173,14 @@ my ($help_text, $version_text) = map {
|
/openbmc/qemu/scripts/ |
H A D | vmstate-static-checker.py | 380 …help_text = "Parse JSON-formatted vmstate dumps from QEMU in files SRC and DEST. Checks whether m… 382 parser = argparse.ArgumentParser(description=help_text)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/ |
H A D | 0007_auto_20160523_1446.py | 27 … field=models.TextField(default=None, null=True, help_text='One-line description of the layer'),
|
H A D | 0001_initial.py | 82 …('summary', models.TextField(default=None, help_text=b'One-line description of the layer', null=Tr…
|
/openbmc/linux/scripts/kconfig/ |
H A D | menu.c | 855 const char *help_text = nohelp_text; in menu_get_ext_help() local 860 help_text = menu_get_help(menu); in menu_get_ext_help() 862 str_printf(help, "%s\n", help_text); in menu_get_ext_help()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | menu.c | 863 const char *help_text = nohelp_text; in menu_get_ext_help() local 868 help_text = menu_get_help(menu); in menu_get_ext_help() 870 str_printf(help, "%s\n", _(help_text)); in menu_get_ext_help()
|
/openbmc/pldm/ |
H A D | README.md | 244 "help_text": "Help text about attribute usage", 265 "help_text": "Help text about attribute usage", 286 "help_text": "Help text about attribute usage",
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1457 summary = models.TextField(help_text='One-line description of the layer',
|