Home
last modified time | relevance | path

Searched +full:home +full:- +full:button (Results 1 – 25 of 125) sorted by relevance

12345

/freebsd/contrib/dialog/samples/
H A Dinputmenu24 # "inputmenu1" with defaultitem, help-button.
6 . ./setup-vars
8 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 …]
H A Dinputmenu34 # "inputmenu1" with defaultitem, help-button and item-help.
6 . ./setup-vars
8 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 …]
H A Dform1-both2 # $Id: form1-both,v 1.8 2020/11/26 00:34:22 tom Exp $
4 . ./setup-vars
6 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 …]
H A Dform33 # form1 with --help-button
5 . ./setup-vars
7 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 …]
H A Dform14 . ./setup-vars
9 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 …]
H A Dinputmenu44 # "inputmenu1" with a different label for the extra-button
6 . ./setup-vars
8 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 …]
H A Dform63 # form4 with --help-status
5 . ./setup-vars
7 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 …]
H A Dform53 # form4 with --help-status
5 . ./setup-vars
7 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 …]
H A Dform43 # form3 with --item-help
5 . ./setup-vars
7 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 …]
H A Dform1-extra2 # $Id: form1-extra,v 1.8 2020/11/26 00:34:05 tom Exp $
4 . ./setup-vars
6 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 …]
H A Dform1-help2 # $Id: form1-help,v 1.8 2020/11/26 00:33:42 tom Exp $
4 . ./setup-vars
6 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 …]
H A Dinputmenu-stdout2 # $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-vars
8 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 ]; do
14 --stdout --clear --ok-label "Create" \
15 --backtitle "An Example for the use of --inputmenu:" "$@" \
16 --inputmenu "Originally I designed --inputmenu for a \
[all …]
H A Dinputmenu3 # 2002 - written by Tobias Rittweiler <tobrit@freebits.de>
5 . ./setup-vars
8 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 ]; do
15 --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 …]
H A Dinputmenu16 . ./setup-vars
8 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 …]
H A Dform24 . ./setup-vars
6 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 …]
H A Dform1-utf82 # $Id: form1-utf8,v 1.10 2020/11/26 00:33:23 tom Exp $
4 . ./setup-vars
6 . ./setup-utf8
8 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/$user
21 returntext=`$DIALOG --ok-label "Submit" \
22 --backtitle "$backtitle" \
[all …]
H A Dpasswordform1-utf82 # $Id: passwordform1-utf8,v 1.10 2020/11/26 00:22:47 tom Exp $
4 . ./setup-vars
6 . ./setup-utf8
8 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/$user
21 returntext=`$DIALOG --ok-label "Submit" \
22 --backtitle "$backtitle" \
[all …]
H A Dpasswordform14 . ./setup-vars
6 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 …]
/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.12 .\" Copyright (c) 2021-2024 Alfonso Sabato Siciliano
40 .Op Ar dialog-argument
46 .Oo Fl Fl and-dialog
62 .Fl Fl and-dialog
74 .Dv -1
81 .Bl -tag -width Ds
82 .It Fl Fl alternate-screen
85 .It Fl Fl ascii-lines
89 .It Fl Fl begin-
[all...]
H A Dutil_theme.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2022-2024 Alfonso Sabato Siciliano
114 {"\n# Menus: --checklist, --men
340 char *env, *file, *home, path[PATH_MAX]; startuptheme() local
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-p200.dts1 // 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...]
/freebsd/share/man/man4/
H A Dacpi_ibm.436 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
80 .Bl -tag -width "subsystem" -offset indent -compact
95 .Bl -tag -width "subsystem" -offset indent -compact
127 Fn + Home (Brightness up)
143 Access IBM Button
158 .Bl -tag -width indent
160 (read-only)
165 (read-only)
174 driver being loaded, only the Fn+F4 button generates an ACPI event.
[all …]
/freebsd/contrib/bsddialog/
H A DCHANGELOG1 2024-07-01 1.0.4
8 2024-05-27 1.0.3
11 change: --form and --mixedform do not print field value to output fd if
12 <fieldlen> is <= 0 (readonly). To note --mixedgaug
[all...]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dsilead_gsl1680.txt4 - 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 interrupt
12 - power-gpios : Specification for the pin connected to the gsl1680's
15 - touchscreen-size-x : See touchscreen.txt
16 - touchscreen-size-y : See touchscreen.txt
19 - firmware-name : File basename (string) for board specific firmware
20 - touchscreen-inverted-x : See touchscreen.txt
21 - touchscreen-inverted-y : See touchscreen.txt
22 - touchscreen-swapped-x-y : See touchscreen.txt
[all …]
H A Dsilead,gsl1680.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
13 - $ref: touchscreen.yaml#
18 - silead,gsl1680
19 - silead,gsl1688
20 - silead,gsl3670
21 - silead,gsl3675
22 - silead,gsl3692
[all …]

12345