Home
last modified time | relevance | path

Searched refs:help_text (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py174 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 Dbuildtables.py333 help_text='Recipe build-time reverse dependencies'
349 help_text='Multiple license names separated by the'
H A Dwidgets.py144 def add_column(self, title="", help_text="", argument
165 'help_text': help_text,
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_integer_attribute_test.cpp39 "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 Dlibpldmresponder_bios_enum_attribute_test.cpp43 "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 Dlibpldmresponder_bios_string_attribute_test.cpp38 "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 Dlibpldmresponder_bios_attribute_test.cpp50 "help_text" : "HelpText", in TEST()
68 "help_text" : "HelpText", in TEST()
/openbmc/openbmc-test-automation/lib/
H A Dopt.tcl306 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 Dtable.js215 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 Dhelp2man-reproducibility.patch12 @@ -173,7 +173,14 @@ my ($help_text, $version_text) = map {
/openbmc/qemu/scripts/
H A Dvmstate-static-checker.py380help_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 D0007_auto_20160523_1446.py27 … field=models.TextField(default=None, null=True, help_text='One-line description of the layer'),
H A D0001_initial.py82 …('summary', models.TextField(default=None, help_text=b'One-line description of the layer', null=Tr…
/openbmc/linux/scripts/kconfig/
H A Dmenu.c855 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 Dmenu.c863 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 DREADME.md244 "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 Dmodels.py1457 summary = models.TextField(help_text='One-line description of the layer',