Searched refs:msgbox (Results 1 – 25 of 65) sorted by relevance
123
/freebsd/contrib/dialog/samples/ |
H A D | msgbox1 | 7 --msgbox "Hi, this is a simple message box. You can use this to 14 --msgbox "Hi, this is a simple message box. You can use this to 21 --msgbox "Hi, this is a simple message box. You can use this to 28 --clear "$@" --msgbox " \
|
H A D | msgbox2 | 7 --msgbox "Hi, this is a simple message box. You can use this to 14 --msgbox "Hi, this is a simple message box. You can use this to 21 --msgbox "Hi, this is a simple message box. You can use this to 28 --trim "$@" --msgbox " \
|
H A D | form3 | 54 --msgbox "Resulting data:\n\ 61 --msgbox "Help data:\n\
|
H A D | form4 | 55 --msgbox "Resulting data:\n\ 62 --msgbox "Help data:\n\
|
H A D | form5 | 56 --msgbox "Resulting data:\n\ 63 --msgbox "Help data:\n\
|
H A D | form6 | 56 --msgbox "Resulting data:\n\ 63 --msgbox "Help data:\n\
|
H A D | dialog.py | 115 def msgbox(self, text, height=10, width=30, title=''): member in Dialog 312 d.msgbox("Excellent! Here's the source code:") 314 d.msgbox("Send your complaints to /dev/null")
|
H A D | msgbox | 7 --msgbox "Hi, this is a simple message box. You can use this to \
|
H A D | msgbox-help | 8 --msgbox "Hi, this is a simple message box. You can use this to \
|
H A D | msgbox-utf8 | 11 --msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23
|
H A D | msgbox6 | 11 --msgbox "\
|
H A D | msgbox6a | 11 --msgbox "\
|
H A D | msgbox4-eucjp | 10 --msgbox "\
|
H A D | msgbox3 | 10 --msgbox "\
|
H A D | msgbox5 | 11 --msgbox "\
|
H A D | msgbox4-utf8 | 12 --msgbox "\
|
H A D | msgbox4-8bit | 12 --msgbox "\
|
H A D | tailboxbg1 | 16 --begin 3 10 "$@" --msgbox "Press OK " 5 30 \
|
/freebsd/contrib/bsddialog/ |
H A D | README.md | 20 % ./bsddialog --msgbox "Hello World!" 8 20 33 --menu, --mixedform, --mixedgauge, --msgbox, --passwordbox, --passwordform, 44 % ./bsddialog --backtitle "TITLE" --title msgbox --msgbox "Hello World!" 5 30 45 % ./bsddialog --theme blackwhite --title msgbox --msgbox "Hello World!" 5 30 66 % sh ./examples_utility/msgbox.sh 105 % ./msgbox
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | netconfig_ipv6 | 54 --msgbox 'No interface specified for IPv6 configuration.' 0 0 63 --msgbox "Bad auto option '$AUTO'." 0 0 93 bsddialog --backtitle "$OSNAME Installer" --msgbox "SLAAC failed." 0 0
|
H A D | netconfig_ipv4 | 47 --msgbox 'No interface specified for IPv4 configuration.' 0 0 56 --msgbox "Bad auto option '$AUTO'." 0 0 84 bsddialog --backtitle "$OSNAME Installer" --msgbox "DHCP lease acquisition failed." 0 0
|
H A D | checksum | 76 …--msgbox "The checksum for $dist does not match. It may have become corrupted, or it may be from a… 80 …--msgbox "The checksum for $dist does not match. It may have become corrupted, and should be redow…
|
H A D | fetchmissingdists | 35 bsddialog --backtitle "$OSNAME Installer" --title "Error" --msgbox "$1" 0 0 81 …bsddialog --backtitle "$OSNAME Installer" --title "Warning" --msgbox "Manifest not found on local …
|
H A D | netconfig | 71 --msgbox 'No network interfaces present to configure.' 0 0 214 --msgbox "Failed to automatically configure interface (tried $AUTO_FAIL)." 0 0
|
/freebsd/contrib/bsddialog/examples_utility/ |
H A D | msgbox.sh | 16 ./bsddialog --title " msgbox " --msgbox "Hello World!" 6 20
|
123