Searched refs:help_text (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | tables.py | 116 help_text="A Git repository or an absolute path to a directory", 137 help_text="The layer directory within the Git repository", 154 …help_text="The Git branch, tag or commit. For the layers from the OpenEmbedded layer source, the r… 174 help_text="Other layers a layer depends upon", 179 help_text="Add or remove layers to / from your project", 254 …help_text="The Git branch, tag or commit. For the layers from the OpenEmbedded layer source, the r… 267 …help_text="Sets the selected machine as the project machine. You can only have one machine per pro… 389 help_text="Path to the recipe .bb file", 395 help_text="The section in which recipes should be categorized", 406 help_text="The name of the layer providing the recipe", [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 | 141 def add_column(self, title="", help_text="", argument 162 'help_text': help_text,
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib_config.py | 159 self.help_text = False 168 self.help_text = False 171 self.help_text = True 174 if not self.help_text:
|
| /OK3568_Linux_fs/yocto/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);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/lsb/lsb-release/ |
| H A D | help2man-reproducibility.patch | 12 @@ -173,7 +173,14 @@ my ($help_text, $version_text) = map {
|
| /OK3568_Linux_fs/yocto/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…
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | menu.c | 710 const char *help_text = nohelp_text; in menu_get_ext_help() local 715 help_text = menu_get_help(menu); in menu_get_ext_help() 717 str_printf(help, "%s\n", _(help_text)); in menu_get_ext_help()
|
| /OK3568_Linux_fs/buildroot/support/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()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | menu.c | 889 const char *help_text = nohelp_text; in menu_get_ext_help() local 894 help_text = menu_get_help(menu); in menu_get_ext_help() 896 str_printf(help, "%s\n", help_text); in menu_get_ext_help()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 1460 summary = models.TextField(help_text='One-line description of the layer',
|