| /freebsd-12.1/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 | inputbox5 | 10 --inputbox "Hi, this is an input dialog box. You can use \n
|
| H A D | inputbox1 | 10 --inputbox "$@" \
|
| 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 | 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 | inputbox6-8bit | 12 --inputbox `printf "$SAMPLE"` \
|
| 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-12.1/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-12.1/usr.sbin/bsdinstall/scripts/ |
| H A D | hostname | 38 HOSTNAME=`dialog --backtitle 'FreeBSD Installer' --title 'Set Hostname' --nocancel --inputbox \
|
| H A D | keymap | 106 --inputbox "$prompt" \
|
| H A D | mirrorselect | 184 --inputbox "Please enter the URL to an alternate FreeBSD mirror:" \
|
| /freebsd-12.1/contrib/dialog/po/ |
| H A D | POTFILES.in | 14 inputbox.c
|
| /freebsd-12.1/gnu/lib/libdialog/ |
| H A D | Makefile | 9 help.c inputbox.c inputstr.c menubox.c mixedform.c \
|
| /freebsd-12.1/contrib/dialog/package/debian/ |
| H A D | control | 19 infobox, inputbox, inputmenu, menu, mixedform, mixedgauge,
|
| /freebsd-12.1/release/picobsd/build/ |
| H A D | picobsd | 321 { dialog --title "MFS Size setup" --inputbox \ 332 { dialog --title "Site info setup" --inputbox \ 369 dialog --title "Build ${THETYPE} completed" --inputbox \
|
| /freebsd-12.1/contrib/dialog/package/ |
| H A D | dialog.spec | 23 infobox, inputbox, inputmenu, menu, mixedform, mixedgauge,
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | README | 50 Guage uses stdin :-/ so that can't be mixed for example with an inputbox,
|
| H A D | CHANGES | 68 + fix a case with inputbox widget where preset input text is not shown 205 bindings are bound for editbox.c, fselect.c and inputbox.c, so that 446 + split up binding tables in inputbox and similar widgets to avoid 549 + fix initialization parameter of inputbox for multibyte characters. 657 + modify inputbox to position the cursor initially at the end of any 743 + modify formbox.c, inputbox.c, textbox.c, yesno.c to work with extra 963 text as the inputbox widget. 1381 + correct displayed cursor position in inputbox when returning to the 1445 + use home/end keys in input string-editing, e.g., inputbox. 1588 - inputbox [all …]
|
| /freebsd-12.1/usr.sbin/bsdconfig/networking/share/ |
| H A D | media.subr | 136 --inputbox "$msg" 9 70 \
|