| /openbmc/phosphor-webui/app/common/directives/password-visibility-toggle/ |
| H A D | password-visibility-toggle.js | 35 instanceScope.visible = false; 37 instanceScope.visible = !instanceScope.visible; 38 const type = instanceScope.visible ? 'text' : 'password';
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | symbol.c | 68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type() 120 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 121 if (prop->visible.tri != no) in sym_get_default_prop() 132 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 133 if (prop->visible.tri != no) in sym_get_range_prop() 222 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 229 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility() 230 prop->visible.tri = no; in sym_calc_visibility() 232 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility() 236 if (sym->visible != tri) { in sym_calc_visibility() [all …]
|
| H A D | menu.c | 133 prop->visible.expr = dep; in menu_add_prop() 164 prop->visible.expr in menu_add_prop() 165 = expr_alloc_and(prop->visible.expr, in menu_add_prop() 337 parentdep = parent->prompt->visible.expr; in menu_finalize() 392 dep = rewrite_m(prop->visible.expr); in menu_finalize() 398 prop->visible.expr = dep; in menu_finalize() 448 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize() 455 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize() 527 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize() 528 prop->visible.expr); in menu_finalize() [all …]
|
| H A D | zconf.y | 468 | visibility_list visible 472 visible: T_VISIBLE if_expr 679 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 681 expr_fprint(prop->visible.expr, out); in print_symbol() 688 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 690 expr_fprint(prop->visible.expr, out); in print_symbol() 755 if (!expr_is_yes(prop->visible.expr)) { in zconfdump() 757 expr_fprint(prop->visible.expr, out); in zconfdump()
|
| H A D | qconf.h | 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem() 188 bool visible; variable
|
| H A D | qconf.cc | 218 if (!sym_has_value(sym) && visible) in updateMenu() 228 visible = v; in testUpdateMenu() 591 bool visible; in updateMenuList() local 623 visible = menu_is_visible(child); in updateMenuList() 628 item = new ConfigItem(parent, last, child, visible); in updateMenuList() 630 item->testUpdateMenu(visible); in updateMenuList() 656 bool visible; in updateMenuList() local 688 visible = menu_is_visible(child); in updateMenuList() 693 item = new ConfigItem(parent, last, child, visible); in updateMenuList() 695 item->testUpdateMenu(visible); in updateMenuList() [all …]
|
| H A D | expr.h | 114 tristate visible; member 194 struct expr_value visible; member
|
| H A D | mconf.c | 474 bool visible; in build_conf() local 480 visible = menu_is_visible(menu); in build_conf() 483 else if (!show_all_options && !visible) in build_conf()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0006-themes-Industrial-add-info-label-in-ui.patch | 29 + <property name="visible">True</property> 34 <property name="visible">True</property> 44 + <property name="visible">True</property> 48 + <property name="visible">True</property> 74 + <property name="visible">True</property> 79 <property name="visible">True</property> 89 + <property name="visible">True</property> 93 + <property name="visible">True</property>
|
| H A D | 0001-greeter-set-visible-when-switch-to-input-user.patch | 4 Subject: [PATCH 1/8] greeter: set visible when switch to input user
|
| /openbmc/qemu/qapi/ |
| H A D | pragma.json | 80 # Externally visible types whose member names may use uppercase 81 'member-name-exceptions': [ # visible in:
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Soundex | 5 where you see fit but leave this copyright somewhere visible. As well, try
|
| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _dropdown.scss | 2 // Make calendar visible over the table
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | mount-excludefs.patch | 16 # Build visible filesystems list
|
| /openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | sig_fix.patch | 15 * These variables are globally visible so that they can be redirected in
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | PageContainer.vue | 36 &:focus-visible {
|
| H A D | ButtonBackToTop.vue | 67 visibility: visible;
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.min.css | 5 …visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[t…
|
| H A D | bootstrap.css | 121 overflow: visible; 1169 overflow: visible; 4188 overflow-x: visible; 4208 overflow: visible !important; 4211 overflow-y: visible; 6553 .visible-xs, 6554 .visible-sm, 6555 .visible-md, 6556 .visible-lg { 6559 .visible-xs-block, [all …]
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | kvm-pv.rst | 84 Tell the guest that guest visible TSC value can be fully trusted for kvmclock 93 paravirtualized features even when they were not announced in guest visible
|
| /openbmc/qemu/docs/system/s390x/ |
| H A D | css.rst | 14 enable MCSS-E. Note that devices with a different cssid will not be visible 19 Devices with a ssid that is not ``0`` will not be visible if the guest OS
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | es-Donostia | 1 # The channels with 1/32 guard-interval are French and should be perfectly visible
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | forms.scss | 84 .visible { 85 visibility: visible;
|
| H A D | icons.scss | 11 overflow: visible;
|
| H A D | utility.scss | 103 // Force scrollbar to always be visible in webkit browsers
|