Searched refs:title (Results 126 - 150 of 298) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/dialog/samples/
H A Dinfobox524 --title "INFO BOX" $* \
H A Dinfobox626 --title "INFO BOX" $* $last
H A Dradiolist411 --title "RADIOLIST BOX" --clear "$@" \
H A Dtextbox-both14 $DIALOG --clear --title "TEXT BOX" \
H A Dtextbox-help14 $DIALOG --clear --title "TEXT BOX" \
H A Dtextbox314 $DIALOG --clear --title "TEXT BOX" \
H A Dtreeview8 $DIALOG --title "TREE VIEW DIALOG" \
H A Dbuildlist235 $DIALOG --title "BUILDLIST DEMO" --backtitle "A user-built list" \
H A Dmenubox1228 $DIALOG --clear --title "MENU BOX" "$@" \
H A Dmixedform12 value=`$DIALOG --title "Mixed form demonstration" --ok-label "Submit" \
H A Dmixedform212 value=`$DIALOG --title "Mixed form demonstration" --ok-label "Submit" \
/freebsd-11-stable/release/
H A Drc.local57 dialog --backtitle "FreeBSD Installer" --title "Complete" --no-cancel --ok-label "Reboot" --pause "Installation of FreeBSD complete! Rebooting in 10 seconds" 10 30 10
60 dialog --backtitle "FreeBSD Installer" --title "Error" --textbox /tmp/bsdinstall_log 0 0
65 dialog --backtitle "FreeBSD Installer" --title "Welcome" --extra-button --extra-label "Shell" --ok-label "Install" --cancel-label "Live CD" --yesno "Welcome to FreeBSD! Would you like to begin an installation or use the live CD?" 0 0
78 dialog --backtitle "FreeBSD Installer" --title "Complete" --yes-label "Reboot" --no-label "Live CD" --yesno "Installation of FreeBSD complete! Would you like to reboot into the installed system now?" 0 0 && reboot
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.h81 * @title: title of for the message
89 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
91 static inline void wpa_hexdump_buf(int level, const char *title, argument
94 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
101 * @title: title of for the message
111 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
113 static inline void wpa_hexdump_buf_key(int level, const char *title, argument
116 wpa_hexdump_key(level, title, bu
[all...]
H A Dwpa_debug.c256 static void _wpa_hexdump(int level, const char *title, const u8 *buf, argument
265 level, title, (unsigned long) len);
313 title, (long unsigned int) len, display, local
346 title, (unsigned long) len, display);
355 title, (unsigned long) len);
367 printf("%s - hexdump(len=%lu):", title, (unsigned long) len);
383 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) argument
385 _wpa_hexdump(level, title, buf, len, 1);
389 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) argument
391 _wpa_hexdump(level, title, bu
395 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) argument
509 wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len) argument
516 wpa_hexdump_ascii_key(int level, const char *title, const void *buf, size_t len) argument
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dguage.c42 char *title; member in struct:_my_obj
129 dlg_draw_title(dialog, obj->title);
290 const char *title,
308 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
333 if (obj->title == 0 || strcmp(obj->title, title)) {
334 dlg_finish_string(obj->title);
335 free(obj->title);
336 obj->title
289 dlg_reallocate_gauge(void *objptr, const char *title, const char *cprompt, int height, int width, int percent) argument
358 dlg_allocate_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
389 dialog_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
[all...]
H A Ddialog.pl23 local ( $title, $file, $width, $height ) = @_;
25 system("dialog --title \"$title\" --textbox $file $height $width");
31 local ( $title, $message, $width ) = @_;
42 $tmp = system("dialog --title \"$title\" --msgbox \"$message\" $height $width");
51 local ( $title, $message, $width ) = @_;
62 return system("dialog --title \"$title\" --infobox \"$message\" $height $width");
66 local ( $title,
[all...]
H A Dprgbox.c96 dialog_prgbox(const char *title, argument
111 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp);
/freebsd-11-stable/share/doc/smm/
H A DMakefile13 SUBDIR= title \
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv443 "") dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
49 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' --yesno 'Would you like to use DHCP to configure this interface?' 0 0
69 IF_CONFIG=$(dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' --form 'Static Network Interface Configuration' 0 0 0 \
H A Dkeymap79 local title= # Calculated below
97 title="$DIALOG_TITLE"
103 "$title" "$btitle" "$prompt" "" "$hline"
106 --title "$title" \
194 --title \"\$DIALOG_TITLE\" \
H A Ddocsinstall87 local title="$DIALOG_TITLE"
113 \"\$title\" \
120 --title \"\$title\" \
H A Djail45 dialog --backtitle "FreeBSD Installer" --title "Abort" \
79 --title "Distribution Select" --nocancel --separate-output \
116 dialog --backtitle "FreeBSD Installer" --title "Add User Accounts" --yesno \
H A Dnetconfig67 --title 'Network Configuration Error' \
73 INTERFACE=`echo $DIALOG_TAGS | xargs dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' --menu 'Please select a network interface to configure:' 0 0 0 2>&1 1>&3`
104 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
119 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
185 --title 'Network Configuration' \
H A Dnetconfig_ipv650 "") dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
59 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
110 --title 'Network Configuration' \
/freebsd-11-stable/contrib/libxo/xohtml/
H A Dxohtml.js28 title: "<b>" + tag + "</b>",

Completed in 103 milliseconds

1234567891011>>