| /freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | allwinner,sun6i-a31-msgbox.yaml | 4 $id: http://devicetree.org/schemas/mailbox/allwinner,sun6i-a31-msgbox.yaml# 28 - allwinner,sun8i-a83t-msgbox 29 - allwinner,sun8i-h3-msgbox 30 - allwinner,sun9i-a80-msgbox 31 - allwinner,sun50i-a64-msgbox 32 - allwinner,sun50i-h6-msgbox 33 - const: allwinner,sun6i-a31-msgbox 34 - const: allwinner,sun6i-a31-msgbox 70 msgbox: mailbox@1c17000 { 71 compatible = "allwinner,sun8i-h3-msgbox", [all …]
|
| /freebsd-14.2/contrib/bsddialog/ |
| H A D | README.md | 16 % ./bsddialog --msgbox "Hello World!" 8 20 25 % ./bsddialog --msgbox "Hello World!" 8 20 38 --menu, --mixedform, --mixedgauge, --msgbox, --passwordbox, --passwordform, 49 % ./bsddialog --backtitle "TITLE" --title msgbox --msgbox "Hello World!" 5 30 50 % ./bsddialog --theme blackwhite --title msgbox --msgbox "Hello World!" 5 30 70 % sh ./examples_utility/msgbox.sh 106 % ./msgbox
|
| H A D | .gitignore | 18 examples_library/msgbox
|
| /freebsd-14.2/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-utf8 | 11 --msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23
|
| H A D | msgbox-help | 8 --msgbox "Hi, this is a simple message box. You can use this to \
|
| H A D | msgbox6a | 11 --msgbox "\
|
| H A D | msgbox6 | 11 --msgbox "\
|
| H A D | msgbox4-eucjp | 10 --msgbox "\
|
| H A D | msgbox5 | 11 --msgbox "\
|
| H A D | msgbox3 | 10 --msgbox "\
|
| H A D | msgbox4-utf8 | 12 --msgbox "\
|
| H A D | msgbox4-8bit | 12 --msgbox "\
|
| /freebsd-14.2/usr.sbin/bsdinstall/scripts/ |
| 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 | netconfig_ipv4 | 46 --msgbox 'No interface specified for IPv4 configuration.' 0 0 62 bsddialog --backtitle "$OSNAME Installer" --msgbox "DHCP lease acquisition failed." 0 0
|
| H A D | netconfig_ipv6 | 53 --msgbox 'No interface specified for IPv6 configuration.' 0 0 71 bsddialog --backtitle "$OSNAME Installer" --msgbox "SLAAC failed." 0 0
|
| H A D | fetchmissingdists | 35 bsddialog --backtitle "$OSNAME Installer" --title "Error" --msgbox "$1" 0 0 84 …bsddialog --backtitle "$OSNAME Installer" --title "Warning" --msgbox "Manifest not found on local …
|
| /freebsd-14.2/contrib/bsddialog/examples_utility/ |
| H A D | msgbox.sh | 16 ./bsddialog --title " msgbox " --msgbox "Hello World!" 6 20
|