Searched refs:title (Results 101 - 125 of 287) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/dialog/samples/
H A Dchecklist49 --title "CHECKLIST BOX" "$@" \
H A Dchecklist59 --title "CHECKLIST BOX" "$@" \
H A Dchecklist610 --title "CHECKLIST BOX" "$@" \
H A Dchecklist714 --title "CHECKLIST BOX" "$@" \
H A Dchecklist813 --title "CHECKLIST BOX" "$@" \
H A Ddialog.py17 # creates an instance of it, and possibly sets the background title option.
52 # - 'title' option to some widgets
74 self.__bgTitle = '' # Default is no background title
97 def __handleTitle(self, title):
98 if len(title) == 0:
101 return '--title "%s" ' % title
104 def yesno(self, text, height=10, width=30, title=''):
110 (code, output) = self.__perform(self.__handleTitle(title) +\
115 def msgbox(self, text, height=10, width=30, title
[all...]
H A Deditbox312 $DIALOG --title "EDIT BOX" \
H A Dfselect116 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect $FILE 14 48 2>&1 1>&3`
H A Dfselect1-stdout15 RESULT=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect $FILE 14 48`
H A Dgauge22 $DIALOG --title "GAUGE" "$@" --gauge "Hi, this is a gauge widget" 20 70 0
H A Dgauge023 $DIALOG --title "GAUGE" "$@" --gauge "Hi, this is a gauge widget" 0 0 0
H A Dgauge0-input-fd25 $DIALOG --title "GAUGE" --input-fd 3 "$@" --gauge "Hi, this is a gauge widget" 0 0 0
H A Dmsgbox4-8bit11 $DIALOG --title "MESSAGE BOX (width $width)" --no-collapse --colors "$@" \
H A Dmsgbox4-utf811 $DIALOG --title "MESSAGE BOX (width $width)" --no-collapse "$@" \
H A Dradiolist19 --title "RADIOLIST BOX" --clear "$@" \
H A Dradiolist1011 --title "RADIOLIST BOX" "$@" \
H A Dradiolist211 --title "RADIOLIST BOX" --clear "$@" \
H A Dradiolist311 --title "RADIOLIST BOX" --clear "$@" \
H A Dtailboxbg11 $DIALOG --title "TAIL BOX" \
/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c93 char *title; member in struct:dialogMenuItem
131 xdialog_menu(const char *title, const char *cprompt, int height, int width, argument
145 listitems[i].text = ditems[i].title;
167 width = MAX(xdialog_count_columns(cprompt), title != NULL ?
168 xdialog_count_columns(title) : 0);
177 result = dlg_menu(title, cprompt, height, width,
241 char title[30]; member in struct:continent_items
264 char title[64], prompt[64]; local
270 if (strcmp(continent->title, "UTC") == 0)
279 snprintf(title, sizeo
632 char title[64], prompt[64]; local
660 char title[64], prompt[64]; local
708 char title[64], prompt[SILLY_BUFFER_SIZE]; local
907 char title[64], prompt[128]; local
[all...]
/freebsd-13-stable/share/doc/psd/
H A DMakefile14 SUBDIR= title \
/freebsd-13-stable/share/doc/usd/
H A DMakefile7 SUBDIR= title \
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dtime40 --title 'Time & Date' \
52 --title 'Time & Date' \
/freebsd-13-stable/contrib/dialog/
H A Ddialog.pl102 my ( $title, $file, $width, $height ) = @_;
106 system( "$DIALOG --title "
107 . &quoted($title)
114 my ( $title, $message, $width ) = @_;
122 system( "$DIALOG --title "
123 . &quoted($title)
136 my ( $title, $message, $width ) = @_;
144 system( "$DIALOG --title "
145 . &quoted($title)
152 my ( $title,
[all...]
H A Dguage.c42 char *title; member in struct:_my_obj
129 dlg_draw_title(dialog, obj->title);
273 free(obj->title);
297 const char *title,
315 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE);
340 if (obj->title == 0 || strcmp(obj->title, title)) {
341 dlg_finish_string(obj->title);
342 free(obj->title);
296 dlg_reallocate_gauge(void *objptr, const char *title, const char *cprompt, int height, int width, int percent) argument
365 dlg_allocate_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
396 dialog_gauge(const char *title, const char *cprompt, int height, int width, int percent) argument
[all...]

Completed in 188 milliseconds

1234567891011>>