| /openbmc/openbmc/poky/bitbake/lib/progressbar/ |
| H A D | progressbar.py | 42 from . import widgets 99 _DEFAULT_WIDGETS = [widgets.Percentage(), ' ', widgets.Bar()] 101 def __init__(self, maxval=None, widgets=None, term_width=None, poll=1, argument 106 if widgets is None: 107 widgets = list(self._DEFAULT_WIDGETS) 110 self.widgets = widgets 203 for index, widget in enumerate(self.widgets): 204 if isinstance(widget, widgets.WidgetHFill): 208 widget = widgets.format_updatable(widget, self) 228 widgets = ''.join(self._format_widgets()) [all …]
|
| H A D | __init__.py | 50 from .widgets import *
|
| /openbmc/openbmc/poky/meta/recipes-gnome/libhandy/ |
| H A D | libhandy_1.8.3.bb | 1 SUMMARY = "A library full of GTK+ widgets for mobile phones" 2 DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \ 3 GTK widgets and GObjects to ease developing applications for mobile phones. \ 5 to extend Gtk by providing mobile-friendly widgets and make the creation of \
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | knotty.py | 40 def __init__(self, msg, maxval, widgets=None, extrapos=-1, resize_handler=None): argument 43 if not widgets: 44 widgets = [': ', progressbar.Percentage(), ' ', progressbar.Bar(), 52 progressbar.ProgressBar.__init__(self, maxval, [self.msg] + widgets, fd=sys.stdout) 66 self.widgets[0] = msg 76 self.widgets[self.extrapos] = extrastr 273 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.BouncingSlider(), ''], extrapos=3,… 276 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.Percentage(), ' ', progressbar.Bar… 307 widgets = [' ', progressbar.Percentage(), ' ', progressbar.Bar()] 308 …self.main_progress = BBProgress("Running tasks", maxtask, widgets=widgets, resize_handler=self.sig…
|
| /openbmc/openbmc/poky/meta/recipes-gnome/libdazzle/ |
| H A D | libdazzle_3.44.0.bb | 2 DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \
|
| /openbmc/openbmc/poky/meta/recipes-support/fribidi/ |
| H A D | fribidi_1.0.16.bb | 3 of interactive editors and widgets that implement BiDi functionality. \
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxmu_1.2.1.bb | 5 various applications and widgets. This library is required by the Athena \
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyatspi_2.46.1.bb | 2 DESCRIPTION = "AT-SPI2 is a protocol over DBus, toolkit widgets use to provide content to screen re…
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/ |
| H A D | opengl.patch | 21 docs/tools/widgets.c | 6 +++++- 73 - 'widgets.c', 75 + 'widgets.c' 85 diff --git a/docs/tools/widgets.c b/docs/tools/widgets.c 87 --- a/docs/tools/widgets.c 88 +++ b/docs/tools/widgets.c 92 #include "widgets.h"
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/ |
| H A D | 0001-meson.build-require-iso-codes-native.patch | 7 FAILED: app/widgets/gimplanguagestore-data.h
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | am3517-evm-ui.dtsi | 16 simple-audio-card,widgets = 46 simple-audio-card,widgets =
|
| H A D | sun8i-a33-olinuxino.dts | 194 /* Board level jack widgets */ 195 simple-audio-card,widgets = "Microphone", "Microphone Jack",
|
| H A D | uniphier-ld20-global.dts | 57 widgets = "Headphone", "Headphones";
|
| H A D | uniphier-ld11-global.dts | 57 widgets = "Headphone", "Headphones";
|
| H A D | dra7-evm-common.dtsi | 26 simple-audio-card,widgets =
|
| H A D | da850-lcdk.dts | 45 simple-audio-card,widgets =
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
| H A D | 0001-Fix-build-with-clang.patch | 78 * Implementation of all the alignment widgets: 307 * Implementation of the Label, Heading and OutputField widgets 318 * A vertical or horizontal stacking of widgets, implementing HBox and VBox. 461 * Base class for various kinds of multi-value widgets.
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
| H A D | urls.py | 16 from toastergui import widgets 246 url(r'^mostrecentbuilds$', widgets.MostRecentBuildsView.as_view(),
|
| H A D | typeaheads.py | 11 from toastergui.widgets import ToasterTypeAhead
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/ |
| H A D | libnewt_0.52.25.bb | 4 interfaces. Newt can be used to add stacked windows, entry widgets, \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/ |
| H A D | gtk+.inc | 3 set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete appli…
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/ |
| H A D | gimp_3.0.4.bb | 129 sed -i -e "s|${B}||" ${B}/app/widgets/gimplanguagestore-data.h
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/ |
| H A D | test_views.py | 406 if not issubclass(table_cls, toastergui.widgets.ToasterTable) or \ 407 table_cls == toastergui.widgets.ToasterTable or \
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gtk+/ |
| H A D | gtk4_4.18.5.bb | 3 set of widgets, GTK is suitable for projects ranging from small one-off projects to complete applic…
|
| H A D | gtk+3_3.24.43.bb | 3 set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete appli…
|