/freebsd/contrib/dialog/samples/ |
H A D | inputbox7 | 22 --inputbox "$MSG" 16 51 \ 24 --inputbox "$MSG" 16 51 \
|
H A D | inputbox4 | 9 --inputbox "Hi, this is an input dialog box. You can use \n
|
H A D | inputbox | 9 --inputbox "Hi, this is an input dialog box. You can use \n
|
H A D | inputbox2 | 9 --inputbox "Hi, this is an input dialog box. You can use \n
|
H A D | inputbox3 | 10 --inputbox "Hi, this is an input dialog box. You can use \n\
|
H A D | inputbox-extra | 10 --inputbox "Hi, this is an input dialog box. You can use \n
|
H A D | inputbox-help | 10 --inputbox "Hi, this is an input dialog box. You can use \n
|
H A D | inputbox1 | 10 --inputbox "$@" \
|
H A D | inputbox5 | 10 --inputbox "Hi, this is an input dialog box. You can use \n
|
H A D | inputbox6-8bit | 12 --inputbox "`printf '%s' "$SAMPLE"`" \
|
H A D | inputbox-both | 11 --inputbox "Hi, this is an input dialog box. You can use \n
|
H A D | inputbox6-utf8 | 14 --inputbox "$TITLE" 10 20 "D.O.G" 2>$tempfile
|
H A D | dialog.py | 129 def inputbox(self, text, height=10, width=30, init='', title=''): member in Dialog 318 name = d.inputbox("What's your name?", init="Snow White")
|
/freebsd/contrib/dialog/package/freebsd/ |
H A D | pkg-plist | 87 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inputbox 88 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inputbox-both 89 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inputbox-extra 90 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/inputbox-help
|
/freebsd/contrib/bsddialog/examples_utility/ |
H A D | inputbox.sh | 17 FORM=$(./bsddialog --title " inputbox " --inputbox "Hello World!" 12 40 init \
|
/freebsd/contrib/bsddialog/ |
H A D | README.md | 32 --calendar, --checklist, --datebox, --form, --gauge, --infobox, --inputbox, 62 % sh ./examples_utility/inputbox.sh 137 - improve --inputbox autosizing, consider also input length.
|
/freebsd/contrib/dialog/po/ |
H A D | POTFILES.in | 14 inputbox.c
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | hostname | 86 --inputbox "$prompt" \
|
H A D | bootconfig | 58 --inputbox "$prompt" \
|
H A D | keymap | 105 --inputbox "$prompt" \
|
H A D | mirrorselect | 118 --inputbox "Please enter the URL to an alternate $OSNAME mirror:" \
|
/freebsd/gnu/lib/libdialog/ |
H A D | Makefile | 7 help.c inputbox.c inputstr.c menubox.c mixedform.c \
|
/freebsd/contrib/dialog/package/debian/ |
H A D | control | 19 gauge, infobox, inputbox, inputmenu, menu, mixedform,
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.spec | 27 gauge, infobox, inputbox, inputmenu, menu, mixedform,
|
/freebsd/contrib/dialog/ |
H A D | README | 50 Guage uses stdin :-/ so that can't be mixed for example with an inputbox,
|