| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() argument 107 if (scroll > 0) { in print_arrows() 123 if ((height < item_no) && (scroll + height < item_no)) { in print_arrows() 158 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() argument 164 *scroll = *scroll + n; in do_scroll() 176 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 239 scroll = *s_scroll; in dialog_menu() 240 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 241 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu() 242 first_item = scroll; in dialog_menu() [all …]
|
| H A D | checklist.c | 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 57 if (scroll > 0) { in print_arrows() 72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 176 scroll = choice - list_height + 1; in dialog_checklist() 177 choice -= scroll; in dialog_checklist() 182 item_set(scroll + i); in dialog_checklist() 186 print_arrows(dialog, choice, item_count(), scroll, in dialog_checklist() 199 item_set(i + scroll); in dialog_checklist() 208 if (!scroll) in dialog_checklist() [all …]
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | dbus_vis.css | 132 overflow-y: scroll; 134 overflow-x: scroll;
|
| /openbmc/webui-vue/src/components/Mixins/ |
| H A D | JumpLinkMixin.js | 19 window.scroll({
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | ButtonBackToTop.vue | 33 window.addEventListener('scroll', debounce(this.handleScroll, 200));
|
| /openbmc/qemu/qapi/ |
| H A D | common.json | 198 # @scrolllock: scroll lock key 200 # @ctrl-scrolllock: either control key and scroll lock key
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | utility.scss | 102 .show-scroll {
|
| /openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/ |
| H A D | rxvt-unicode.inc | 31 --enable-text-blink --enable-rxvt-scroll \
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap3-transition.css | 106 overflow-y: scroll;
|
| H A D | default.css | 26 .popover-content { max-height: 350px; overflow: scroll; } 29 [id^="variable-"] .modal-content { max-height: 550px; overflow-y: scroll; } 32 * scroll horizontally */
|
| /openbmc/phosphor-webui/app/server-health/styles/ |
| H A D | syslog.scss | 245 overflow-y: scroll;
|
| H A D | log.scss | 285 overflow-y: scroll;
|
| /openbmc/qemu/ui/ |
| H A D | gtk.c | 1115 static gboolean gd_scroll_event(GtkWidget *widget, GdkEventScroll *scroll, in gd_scroll_event() argument 1124 if (scroll->direction == GDK_SCROLL_UP) { in gd_scroll_event() 1127 } else if (scroll->direction == GDK_SCROLL_DOWN) { in gd_scroll_event() 1130 } else if (scroll->direction == GDK_SCROLL_LEFT) { in gd_scroll_event() 1133 } else if (scroll->direction == GDK_SCROLL_RIGHT) { in gd_scroll_event() 1136 } else if (scroll->direction == GDK_SCROLL_SMOOTH) { in gd_scroll_event() 1138 if (!gdk_event_get_scroll_deltas((GdkEvent *)scroll, in gd_scroll_event()
|
| H A D | trace-events | 37 vnc_key_guest_leds(bool caps, bool num, bool scroll) "caps %d, num %d, scroll %d"
|
| H A D | cocoa.m | 1050 /* Determine if this is a scroll up or scroll down event */ 1059 * We shouldn't have got a scroll event when deltaY and delta Y
|
| /openbmc/phosphor-webui/app/common/styles/components/ |
| H A D | table.scss | 112 // sensor fixed table header on scroll
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | bootstrap-3.4.1.js | 1810 …var scroll = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop :… property in Tooltip.getPosition.scroll 1813 return $.extend({}, elRect, scroll, outerDims, elOffset) 1832 var topEdgeOffset = pos.top - viewportPadding - viewportDimensions.scroll 1833 var bottomEdgeOffset = pos.top + viewportPadding - viewportDimensions.scroll + actualHeight
|
| H A D | table.js | 181 window.scroll(0, highlight.position().top - 50);
|
| H A D | bootstrap-3.4.1.min.js | 6 …scroll:i?document.documentElement.scrollTop||document.body.scrollTop:t.scrollTop()},r=i?{width:g(w… property in m.getPosition.a
|
| /openbmc/qemu/docs/interop/ |
| H A D | barrier.rst | 301 Mouse scroll. The delta should be +120 for one tick forward (away
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-maturin-crates.inc | 235 crate://crates.io/scroll/0.12.0 \ 599 SRC_URI[scroll-0.12.0.sha256sum] = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a…
|
| /openbmc/u-boot/drivers/video/ |
| H A D | Kconfig | 638 int "Number of lines to scroll the console by" 643 lines to scroll by. It defaults to 1. Increasing this makes the
|
| /openbmc/rest-dbus/resources/ |
| H A D | jstree.min.js | 3 …scroll:{left:this.element.scrollLeft(),top:this.element.scrollTop()},selected:[]}},c;for(c in this… class in AnonymousFunctionf811328eb000.b.core
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/ |
| H A D | 0001-Redefine-function-prototypes-solves-issue-322.patch | 727 { "COMMAND-LINE (horizontal scroll with <- and -> keys)", 998 {"CGROUP (scroll: <- ->) ", "CGRPATH",
|
| /openbmc/openbmc/poky/documentation/kernel-dev/ |
| H A D | common.rst | 778 password and then use the following shell command to scroll 787 when you scroll down the console window. 934 changes rapidly scroll by. If not, use these commands to see your 942 ``printk`` statements as part of the output when you scroll down the
|