/freebsd/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/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
|
H A D | .gitignore | 20 examples_library/msgbox
|
/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 | msgbox-utf8 | 2 # $Id: msgbox-utf8,v 1.2 2020/11/26 00:03:58 tom Exp $ 11 --msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23
|
H A D | msgbox | 2 # $Id: msgbox,v 1.8 2020/11/26 00:03:58 tom Exp $ 7 --msgbox "Hi, this is a simple message box. You can use this to \
|
H A D | msgbox-help | 2 # $Id: msgbox-help,v 1.7 2020/11/26 00:03:58 tom Exp $ 8 --msgbox "Hi, this is a simple message box. You can use this to \
|
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 121 '--msgbox "%s" %d %d' % (text, height, width)) 312 d.msgbox("Excellent! Here's the source code:") 314 d.msgbox("Send your complaints to /dev/null")
|
H A D | msgbox3 | 10 --msgbox "\
|
H A D | msgbox6 | 11 --msgbox "\
|
/freebsd/contrib/dialog/ |
H A D | msgbox.c | 2 * $Id: msgbox.c,v 1.89 2020/11/23 00:32:02 tom Exp $ 4 * msgbox.c -- implements the message box and info box 64 DLG_TRACE(("# msgbox args:\n")); in dialog_msgbox() 94 dlg_register_window(dialog, "msgbox", binding); in dialog_msgbox() 95 dlg_register_buttons(dialog, "msgbox", buttons); in dialog_msgbox()
|
/freebsd/contrib/bsddialog/examples_utility/ |
H A D | msgbox.sh | 16 ./bsddialog --title " msgbox " --msgbox "Hello World!" 6 20
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
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 | 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 | 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 …
|
/freebsd/contrib/bsddialog/utility/ |
H A D | bsddialog.1 | 238 Open a Msgbox with 615 .It Fl Fl msgbox Ar text Ar rows Ar cols 744 .Dl bsddialog --backtitle MESSAGE --title Msgbox --msgbox Message 0 0 919 .Fl Fl msgbox ,
|
H A D | util_cli.c | 137 MSGBOX, enumerator 261 {"msgbox", no_argument, NULL, MSGBOX}, 335 printf(" --msgbox <text> <rows> <cols>\n"); in usage() 759 case MSGBOX: in parseargs() 761 exit_error(true, "%s and --msgbox without " in parseargs()
|
/freebsd/contrib/dialog/package/freebsd/ |
H A D | pkg-plist | 128 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/msgbox 129 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/msgbox-help 130 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/msgbox-utf8
|
/freebsd/contrib/dialog/po/ |
H A D | POTFILES.in | 21 msgbox.c
|