Home
last modified time | relevance | path

Searched refs:widget (Results 1 – 25 of 25) sorted by relevance

/freebsd-12.1/contrib/dialog/samples/
H A Dwheel30 --begin `scaley 48` `scalex 78` --infobox "cd /var/log/news" 0 0 --and-widget \
33 --begin `scaley 51` `scalex 40` --infobox "cd /var/spool" 0 0 --and-widget \
36 --begin `scaley 35` `scalex 4` --infobox "cd /var/spool/news" 0 0 --and-widget \
37 --begin `scaley 27` `scalex 2` --infobox "CURMASK=`umask`" 0 0 --and-widget \
38 --begin `scaley 19` `scalex 4` --infobox "umask 02" 0 0 --and-widget \
41 --begin `scaley 2` `scalex 37` --infobox "cd in.coming" 0 0 --and-widget \
42 --begin `scaley 1` `scalex 46` --infobox "mkdir -p bad tmp" 0 0 --and-widget \
44 --begin `scaley 5` `scalex 76` --infobox "umask $CURMASK" 0 0 --and-widget \
48 --begin `scaley 34` `scalex 95` --infobox "cd ~news" 0 0 --and-widget \
59 --begin `scaley 19` `scalex 4` --infobox ":>newsgroups" 0 0 --and-widget \
[all …]
H A Dtailboxbg113 --and-widget \
15 --and-widget \
H A Dtailboxbg214 --and-widget \
16 --and-widget \
H A Dinputbox721 RESULT=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
/freebsd-12.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/
H A Dwidget_test.cc46 Widget widget(1.0f, "name"); in TEST() local
47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
48 EXPECT_EQ(std::string("name"), widget.GetStringValue()); in TEST()
54 Widget widget(1.0f, "name"); in TEST() local
55 EXPECT_EQ(1, widget.GetIntValue()); in TEST()
59 widget.GetCharPtrValue(buffer, max_size); in TEST()
/freebsd-12.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
H A Dproject.pbxproj37 …3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1230E5AE…
38 …3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B7EB1240E5AEE…
78 …30E5AEE3500C7F239 /* widget.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
79 …1240E5AEE3500C7F239 /* widget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
151 3B7EB1230E5AEE3500C7F239 /* widget.cc */,
152 3B7EB1240E5AEE3500C7F239 /* widget.h */,
180 3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */,
294 3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */,
/freebsd-12.1/contrib/dialog/
H A Ddlg_keys.c479 find_binding(char *widget, int curses_key) in find_binding() argument
486 && !dlg_strcmp(p->name, widget) in find_binding()
538 DLG_KEYS_BINDING *result = find_binding(widget, curses_key); in make_binding()
543 && (name = dlg_strclone(widget)) != 0) { in make_binding()
598 char *widget; in dlg_parse_bindkey() local
605 widget = p; in dlg_parse_bindkey()
608 if (p != widget && *p != '\0') { in dlg_parse_bindkey()
669 if (*widget != '\0' in dlg_parse_bindkey()
672 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey()
730 dump_one_binding(FILE *fp, const char *widget, DLG_KEYS_BINDING * binding) in dump_one_binding() argument
[all …]
H A DREADME11 like as Resolution-independence, Auto-sizing, Maximizing, more widget
12 on the same screen (multi-widget), etc. were added. New widget are
16 { --and-widget <Common options> <Box options> }
25 Global options: [--shadow] [--no-shadow] [--separate-widget "<str>"]
51 but it was made before of multi-widget. However this is not a big problem!
H A Dtextbox.c506 WINDOW *widget; in get_search_term() local
518 widget = dlg_new_modal_window(dialog, in get_search_term()
521 keypad(widget, TRUE); in get_search_term()
522 dlg_register_window(widget, "searchbox", binding); in get_search_term()
524 dlg_draw_box2(widget, 0, 0, box_height, box_width, in get_search_term()
528 (void) wattrset(widget, searchbox_title_attr); in get_search_term()
529 (void) wmove(widget, 0, (box_width - len_caption) / 2); in get_search_term()
533 (void) waddnstr(widget, caption + indx[0], indx[limit] - indx[0]); in get_search_term()
540 key = dlg_getc(widget, &fkey); in get_search_term()
561 dlg_show_string(widget, input, offset, searchbox_attr, in get_search_term()
[all …]
H A DCHANGES10 widget (report by Devin Teske).
106 + modify msgbox widget to honor "--extra-button".
183 may not be the top-level window of the widget.
289 widget output (report by xDog Walker).
450 widget.
452 widget (request by Walter Harms).
485 + add "-" and "+" bindings to timebox widget.
593 current widget. Also ensure that all tokens for a widget are
963 text as the inputbox widget.
1133 each widget (request by Ingo van Lil).
[all …]
/freebsd-12.1/sys/dev/sound/pci/hda/
H A Dhdaa.h139 struct hdaa_widget *widget, *childwidget; member
210 struct hdaa_widget *widget; member
H A Dhdaa.c1683 nid = ctl->widget->nid; in hdaa_audio_ctl_amp_set()
3075 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
3119 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
3140 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
4209 ctl->widget->nid, in hdaa_audio_disable_useless()
4505 ctl->widget->nid, in hdaa_audio_disable_crossas()
5027 w = &devinfo->widget[i]; in hdaa_audio_prepare_pin_ctrl()
5219 w = &devinfo->widget[i]; in hdaa_audio_commit()
5602 ctl->widget->nid, in hdaa_dump_ctls()
6239 (ctl->widget != NULL) ? ctl->widget->nid : -1, in hdaa_configure()
[all …]
/freebsd-12.1/contrib/dialog/package/freebsd/
H A Dpkg-descr7 adding new widget types. See the changelog for details."
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Ddialog.subr294 # Get the maximum height and width for a dialog widget and store the values in
324 # will render --backtitle behind the widget. In such a case, we
325 # should prevent a widget from obscuring the backtitle (unless
1005 # if using Xdialog(1), as it places the help string in the widget) --
1231 # if using Xdialog(1), as it places the help string in the widget) --
1375 # subtract one for the potential shadow around the widget
1385 # Add height to accommodate for embedded calendar widget
1467 # the timebox widget refuses to display if too wide
1477 # subtract one for the potential shadow around the widget
1587 # Display a message in a widget with a progress bar that runs backward for
[all …]
/freebsd-12.1/contrib/dialog/package/debian/
H A Dchangelog3 * improved memory-caching for gauge widget
/freebsd-12.1/contrib/googletest/googletest/
H A DMakefile.am153 xcode/Samples/FrameworkSample/widget.cc \
154 xcode/Samples/FrameworkSample/widget.h \
/freebsd-12.1/crypto/heimdal/doc/
H A Ddoxytmpl.dxy10 "The $name widget " \
/freebsd-12.1/tools/kerneldoc/subsys/
H A Dcommon-Doxyfile15 "The $name widget" \
/freebsd-12.1/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr500 --and-widget \
717 # NOTE: When --and-widget is used only ESC will cause
718 # dialog(1) to return without going to the next widget.
722 # if/when Cancel is chosen on any widget.
/freebsd-12.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.js650 'class': NAMESPACE + '-titlebar ' + (this.options.style.widget ? createWidgetClass('header') : '')
1178 'class': 'qtip-close ' + (this.options.style.widget ? '' : NAMESPACE+'-icon'),
1217 var on = this.options.style.widget,
1909 widget: FALSE, property
/freebsd-12.1/contrib/nvi/cl/
H A DREADME.signal37 making it a pure text widget. There are four major solutions on the table,
/freebsd-12.1/contrib/unbound/doc/
H A Dunbound.doxygen85 # replaced with the name of the entity): "The $name class" "The $name widget"
/freebsd-12.1/contrib/ldns/
H A Dlibdns.doxygen118 # the entity):The $name class, The $name widget, The $name file, is, provides,
/freebsd-12.1/contrib/bearssl/
H A DDoxyfile118 # the entity):The $name class, The $name widget, The $name file, is, provides,
/freebsd-12.1/contrib/ncurses/misc/
H A Dterminfo.src3706 tt|tkterm|Don Libes' tk text widget terminal emulator,