/freebsd/contrib/dialog/samples/ |
H A D | wheel | 27 --begin "`scaley 27`" "`scalex 98`" --infobox "pushd /var/log >/dev/null" 0 0 --and-widget \ 28 --begin "`scaley 35`" "`scalex 95`" --infobox "mkdir -p news -m 755" 0 0 --and-widget \ 29 --begin "`scaley 45`" "`scalex 86`" --infobox "chown news.news news" 0 0 --and-widget \ 30 --begin "`scaley 48`" "`scalex 78`" --infobox "cd /var/log/news" 0 0 --and-widget \ 31 --begin "`scaley 51`" "`scalex 61`" --infobox "mkdir -p OLD -m 755" 0 0 --and-widget \ 32 --begin "`scaley 52`" "`scalex 47`" --infobox "chown news.news OLD" 0 0 --and-widget \ 33 --begin "`scaley 51`" "`scalex 40`" --infobox "cd /var/spool" 0 0 --and-widget \ 34 --begin "`scaley 48`" "`scalex 25`" --infobox "mkdir -p news -m 775" 0 0 --and-widget \ 35 --begin "`scaley 42`" "`scalex 13`" --infobox "chown news.news news" 0 0 --and-widget \ 36 --begin "`scaley 35`" "`scalex 4`" --infobox "cd /var/spool/news" 0 0 --and-widget \ [all …]
|
H A D | infobox | 13 --infobox "Hi, this is an information box. It is
|
H A D | infobox1 | 13 --infobox "Hi, this is an information box. It is
|
H A D | infobox2 | 13 --infobox "Hi, this is an information box. It is
|
H A D | infobox3 | 14 --infobox "Hi, this is an information box. It is
|
H A D | infobox4 | 14 --infobox "Hi, this is an information box. It is
|
H A D | dialog.py | 124 def infobox(self, text, height=10, width=30): member in Dialog 307 d.infobox(
|
/freebsd/contrib/bsddialog/ |
H A D | README.md | 32 --calendar, --checklist, --datebox, --form, --gauge, --infobox, --inputbox, 61 % sh ./examples_utility/infobox.sh 101 % ./infobox
|
H A D | .gitignore | 16 examples_library/infobox
|
H A D | CHANGELOG | 186 - merge: infobox.c with messagebox.c (delete infobox.c) 398 * Dialogs: --checklist, --datebox, --form, --gauge, --infobox,
|
/freebsd/contrib/bsddialog/examples_utility/ |
H A D | infobox.sh | 12 ./bsddialog --normal-screen --title " infobox " --infobox "Hello World!" 6 20
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | netconfig_ipv6 | 85 --infobox "Sending Router Solicitation ..." 0 0
|
H A D | netconfig_ipv4 | 77 bsddialog --backtitle "$OSNAME Installer" --infobox "Acquiring DHCP lease..." 0 0
|
/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/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 577 # `--infobox' boxes sensibly. 702 # Calculate height/width of infobox (adjusted/constrained below) 723 # No adjustemnts to width, just pass-thru the infobox width 907 # Calculate height/width of infobox (adjusted/constrained below) 1000 # Calculate height/width of infobox (adjusted/constrained below) 1105 # Calculate height/width of infobox (adjusted/constrained below) 1226 # Calculate height/width of infobox (adjusted/constrained below) 1545 # Throw up a dialog(1) infobox. The infobox remains until another dialog is 1558 --infobox "$info_text" $height $width 1563 # Throw up an Xdialog(1) infobox and do not dismiss it until stdin produces [all …]
|
H A D | common.subr | 357 # Display a message in a dialog infobox using printf(1) syntax. 372 bsddialog --infobox "$msg" 0 0
|
/freebsd/contrib/dialog/package/freebsd/ |
H A D | pkg-plist | 80 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/infobox
|
/freebsd/contrib/dialog/ |
H A D | dialog.c | 303 { "infobox", opW(infobox), 2, "<text> <height> <width>" },
|
H A D | CHANGES | 394 + correct --infobox documentation, which said it shows an OK button. 885 + correct two infobox sample scripts, which did not pass extra 1549 of scrollable text for the msgbox widget. This makes infobox look 2378 + rewrote infobox sample script, using dialog's --sleep option and
|
/freebsd/usr.sbin/bsdconfig/share/packages/ |
H A D | packages.subr | 509 --infobox \"\$msg_processing_selection\" \
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 16316 usr/share/examples/dialog/ftreebox usr/share/examples/dialog/infobox \
|