Searched refs:title (Results 1 - 25 of 273) sorted by relevance

1234567891011

/freebsd-9.3-release/contrib/dialog/samples/
H A Dprgbox6 $DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist" 20 70
H A Dprgbox26 $DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist 3" 20 70
H A Dmsgbox16 $DIALOG --title "MESSAGE BOX" --clear "$@" \
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --clear "$@" \
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --clear "$@" \
27 $DIALOG --aspect 6 --cr-wrap --title "MESSAGE BOX aspect=6 with --cr-wrap" \
H A Dmsgbox26 $DIALOG --title "MESSAGE BOX" --trim "$@" \
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --trim "$@" \
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --trim "$@" \
27 $DIALOG --aspect 6 --cr-wrap --title "MESSAGE BOX aspect=6 with --cr-wrap" \
H A Dcalendar7 RESULT=`$DIALOG --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
H A Dcalendar-stdout6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dcalendar27 RESULT=`$DIALOG --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 2>&1 1>&3`
H A Dcalendar2-stdout6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0`
H A Ddselect7 RESULT=`$DIALOG --title "Please choose a directory" "$@" --dselect $HOME/ 14 48 2>&1 1>&3`
H A Dfselect7 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect $HOME/ 14 48 2>&1 1>&3`
H A Dfselect27 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect $HOME/ 0 0 2>&1 1>&3`
H A Dinputbox48 RESULT=`$DIALOG --title "INPUT BOX" --clear "$@" \
H A Dmsgbox6 $DIALOG --title "MESSAGE BOX" --clear "$@" \
H A Dpause6 $DIALOG --title "PAUSE" "$@" --pause "Hi, this is a pause widget" 20 70 10
H A Dpause-help6 $DIALOG --title "PAUSE" \
H A Dtimebox-stdout6 RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56`
H A Dtimebox27 RESULT=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 2>&1 1>&3`
H A Dtimebox2-stdout6 RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0`
H A Dyesno26 $DIALOG --title "YES/NO BOX" "$@" \
H A Dyesno36 $DIALOG --timeout 20 --title "YES/NO BOX" "$@" \
H A Dyesno46 $DIALOG --title "YES/NO BOX" "$@" \
H A Dinputbox721 RESULT=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
23 --title "ANOTHER INPUT BOX" \
/freebsd-9.3-release/usr.sbin/spkrtest/
H A Dspkrtest.sh54 /usr/bin/dialog --title "Speaker test" --checklist \
73 title="(default melody)"
77 title="Reveille"
81 title="Contact theme from Close Encounters"
85 title="Lord of the Dance (aka Simple Gifts)"
89 title="Loony Toons theme"
93 title="standard villain's entrance music"
97 title="a trope from 'The Right Stuff' score by Bill Conti"
101 title="opening bars of Bach's Toccata and Fugue in D Minor"
105 title
[all...]
/freebsd-9.3-release/usr.sbin/lpr/lp/
H A Dlp.sh45 title=""
72 t) # title for banner page
73 title="${OPTARG}";;
81 exec /usr/bin/lpr "-P${dest}" ${symlink} ${ncopies} ${mailafter} ${title:+-J"${title}"} "$@"
/freebsd-9.3-release/contrib/dialog/
H A Dhelp.c30 dialog_helpfile(const char *title, argument
39 result = dialog_textbox(title, file, height, width);

Completed in 92 milliseconds

1234567891011