Searched +full:home +full:- +full:button (Results 1 – 25 of 125) sorted by relevance
12345
4 # "inputmenu1" with defaultitem, help-button.6 . ./setup-vars8 backtitle="An Example for the use of --inputmenu:"10 ids=`id|sed -e 's/([^)]*)//g'`11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`15 home="$HOME"22 returntext=`$DIALOG --clear --ok-label "Create" \23 --backtitle "$backtitle" \24 --help-button \[all …]
4 # "inputmenu1" with defaultitem, help-button and item-help.6 . ./setup-vars8 backtitle="An Example for the use of --inputmenu:"10 ids=`id|sed -e 's/([^)]*)//g'`11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`15 home="$HOME"22 returntext=`$DIALOG --clear --ok-label "Create" \23 --backtitle "$backtitle" \24 --help-button \[all …]
2 # $Id: form1-both,v 1.8 2020/11/26 00:34:22 tom Exp $4 . ./setup-vars6 backtitle="An Example for the use of --form:"8 ids=`id|sed -e 's/([^)]*)//g'`9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`13 home="$HOME"19 returntext=`$DIALOG --ok-label "Submit" \20 --extra-button --help-button \21 --backtitle "$backtitle" "$@" \[all …]
3 # form1 with --help-button5 . ./setup-vars7 backtitle="An Example for the use of --form:"9 ids=`id|sed -e 's/([^)]*)//g'`10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`14 home="$HOME"20 returntext=`$DIALOG --ok-label "Submit" \21 --help-button \22 --backtitle "$backtitle" "$@" \[all …]
4 . ./setup-vars9 backtitle="An Example for the use of --form:"11 ids=`id|sed -e 's/([^)]*)//g'`12 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`13 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`16 home="$HOME"22 returntext=`$DIALOG --ok-label "Submit" \23 --backtitle "$backtitle" "$@" \24 --form "Here is a possible piece of a configuration program." \29 "HOME:" 4 1 "$home" 4 10 40 0 \[all …]
4 # "inputmenu1" with a different label for the extra-button6 . ./setup-vars8 backtitle="An Example for the use of --inputmenu:"10 ids=`id|sed -e 's/([^)]*)//g'`11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`15 home="$HOME"21 returntext=`$DIALOG --clear --ok-label "Create" \22 --extra-label "Edit" \23 --backtitle "$backtitle" "$@" \[all …]
3 # form4 with --help-status5 . ./setup-vars7 backtitle="An Example for the use of --form:"9 ids=`id|sed -e 's/([^)]*)//g'`10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`14 home="$HOME"20 returntext=`$DIALOG --ok-label "Submit" \21 --help-status \22 --help-button \[all …]
3 # form3 with --item-help5 . ./setup-vars7 backtitle="An Example for the use of --form:"9 ids=`id|sed -e 's/([^)]*)//g'`10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`14 home="$HOME"20 returntext=`$DIALOG --ok-label "Submit" \21 --help-button \22 --item-help \[all …]
2 # $Id: form1-extra,v 1.8 2020/11/26 00:34:05 tom Exp $4 . ./setup-vars6 backtitle="An Example for the use of --form:"8 ids=`id|sed -e 's/([^)]*)//g'`9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`13 home="$HOME"19 returntext=`$DIALOG --ok-label "Submit" \20 --extra-button \21 --backtitle "$backtitle" "$@" \[all …]
2 # $Id: form1-help,v 1.8 2020/11/26 00:33:42 tom Exp $4 . ./setup-vars6 backtitle="An Example for the use of --form:"8 ids=`id|sed -e 's/([^)]*)//g'`9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`13 home="$HOME"19 returntext=`$DIALOG --ok-label "Submit" \20 --help-button \21 --backtitle "$backtitle" "$@" \[all …]
2 # $Id: inputmenu-stdout,v 1.17 2020/11/26 00:30:01 tom Exp $3 # 2002 - written by Tobias Rittweiler <tobrit@freebits.de>5 . ./setup-vars8 uid=`id|sed -e 's/^uid=//' -e 's/(.*//'`9 gid=`id|sed -e 's/^.*gid=//' -e 's/(.*//'`10 home="$HOME"12 while [ "${returncode:-99}" -ne 1 ] && [ "${returncode:-99}" -ne 250 ]; do14 --stdout --clear --ok-label "Create" \15 --backtitle "An Example for the use of --inputmenu:" "$@" \16 --inputmenu "Originally I designed --inputmenu for a \[all …]
3 # 2002 - written by Tobias Rittweiler <tobrit@freebits.de>5 . ./setup-vars8 uid=`id|sed -e 's/^uid=//' -e 's/(.*//'`9 gid=`id|sed -e 's/^.*gid=//' -e 's/(.*//'`10 home="$HOME"12 while [ "${returncode:-99}" -ne 1 ] && [ "${returncode:-99}" -ne 250 ]; do15 --clear --ok-label "Create" \16 --backtitle "An Example for the use of --inputmenu:" "$@" \17 --inputmenu "Originally I designed --inputmenu for a \23 "HOME:" "$home" \[all …]
6 . ./setup-vars8 backtitle="An Example for the use of --inputmenu:"10 ids=`id|sed -e 's/([^)]*)//g'`11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`15 home="$HOME"21 returntext=`$DIALOG --clear --ok-label "Create" \22 --backtitle "$backtitle" "$@" \23 --inputmenu "Originally I designed --inputmenu for a \29 "HOME:" "$home" \[all …]
4 . ./setup-vars6 backtitle="An Example for the use of --form:"8 ids=`id|sed -e 's/([^)]*)//g'`9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`13 home="$HOME"19 returntext=`$DIALOG --ok-label "Submit" \20 --backtitle "$backtitle" "$@" \21 --form "Here is a possible piece of a configuration program." \26 "1 HOME:" 4 1 "$home" 4 12 10 10 \[all …]
2 # $Id: form1-utf8,v 1.10 2020/11/26 00:33:23 tom Exp $4 . ./setup-vars6 . ./setup-utf88 backtitle="An Example for the use of --form:"10 ids=`id|sed -e 's/([^)]*)//g'`11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`15 home=/usr/home/$user21 returntext=`$DIALOG --ok-label "Submit" \22 --backtitle "$backtitle" \[all …]
2 # $Id: passwordform1-utf8,v 1.10 2020/11/26 00:22:47 tom Exp $4 . ./setup-vars6 . ./setup-utf88 backtitle="An Example for the use of --passwordform:"10 ids=`id|sed -e 's/([^)]*)//g'`11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`15 home=/usr/home/$user21 returntext=`$DIALOG --ok-label "Submit" \22 --backtitle "$backtitle" \[all …]
4 . ./setup-vars6 backtitle="An Example for the use of --form:"8 ids=`id|sed -e 's/([^)]*)//g'`9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`13 home="$HOME"19 returntext=`$DIALOG --ok-label "Submit" \20 --backtitle "$backtitle" \21 --insecure "$@" \22 --passwordform "Here is a possible piece of a configuration program." \[all …]
2 .\" Copyright (c) 2021-2024 Alfonso Sabato Siciliano40 .Op Ar dialog-argument46 .Oo Fl Fl and-dialog62 .Fl Fl and-dialog74 .Dv -181 .Bl -tag -width Ds82 .It Fl Fl alternate-screen85 .It Fl Fl ascii-lines89 .It Fl Fl begin-[all...]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause4 * Copyright (c) 2022-2024 Alfonso Sabato Siciliano114 {"\n# Menus: --checklist, --men340 char *env, *file, *home, path[PATH_MAX]; startuptheme() local [all...]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)8 /dts-v1/;10 #include "meson-gxbb-p20x.dtsi"11 #include <dt-bindings/input/input.h>12 #include <dt-bindings/sound/meson-aiu.h>15 compatible = "amlogic,p200", "amlogic,meson-gxb[all...]
36 .Bd -ragged -offset indent43 .Bd -literal -offset indent80 .Bl -tag -width "subsystem" -offset indent -compact95 .Bl -tag -width "subsystem" -offset indent -compact127 Fn + Home (Brightness up)143 Access IBM Button158 .Bl -tag -width indent160 (read-only)165 (read-only)174 driver being loaded, only the Fn+F4 button generates an ACPI event.[all …]
1 2024-07-01 1.0.48 2024-05-27 1.0.311 change: --form and --mixedform do not print field value to output fd if12 <fieldlen> is <= 0 (readonly). To note --mixedgaug[all...]
4 - compatible : Must be one of the following, depending on the model:10 - reg : I2C slave address of the chip (0x40)11 - interrupts : interrupt specification for the gsl1680 interrupt12 - power-gpios : Specification for the pin connected to the gsl1680's15 - touchscreen-size-x : See touchscreen.txt16 - touchscreen-size-y : See touchscreen.txt19 - firmware-name : File basename (string) for board specific firmware20 - touchscreen-inverted-x : See touchscreen.txt21 - touchscreen-inverted-y : See touchscreen.txt22 - touchscreen-swapped-x-y : See touchscreen.txt[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>13 - $ref: touchscreen.yaml#18 - silead,gsl168019 - silead,gsl168820 - silead,gsl367021 - silead,gsl367522 - silead,gsl3692[all …]