Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py116 help_text="A Git repository or an absolute path to a directory",
137 help_text="The layer directory within the Git repository",
154help_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",
254help_text="The Git branch, tag or commit. For the layers from the OpenEmbedded layer source, the r…
267help_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 Dbuildtables.py333 help_text='Recipe build-time reverse dependencies'
349 help_text='Multiple license names separated by the'
H A Dwidgets.py141 def add_column(self, title="", help_text="", argument
162 'help_text': help_text,
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib_config.py159 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 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);
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/lsb/lsb-release/
H A Dhelp2man-reproducibility.patch12 @@ -173,7 +173,14 @@ my ($help_text, $version_text) = map {
/OK3568_Linux_fs/yocto/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…
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dmenu.c710 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 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()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dmenu.c889 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 Dmodels.py1460 summary = models.TextField(help_text='One-line description of the layer',