Home
last modified time | relevance | path

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

12

/freebsd-13.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-13.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-13.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-13.1/contrib/dialog/
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 Ddlg_keys.c508 find_binding(char *widget, int curses_key) in find_binding() argument
515 && !dlg_strcmp(p->name, widget) in find_binding()
567 DLG_KEYS_BINDING *result = find_binding(widget, curses_key); in make_binding()
572 && (name = dlg_strclone(widget)) != 0) { in make_binding()
671 char *widget; in dlg_parse_bindkey() local
678 widget = p; in dlg_parse_bindkey()
681 if (p != widget && *p != '\0') { in dlg_parse_bindkey()
742 if (*widget != '\0' in dlg_parse_bindkey()
745 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey()
815 const char *widget, in dump_one_binding() argument
[all …]
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 dlg_attrset(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 DCHANGES13 + add traces for each widget to show its parameters.
16 + fix a too-small malloc in the mixedgauge widget.
230 + modify gauge widget to keep from erasing a second gauge widget, e.g.,
329 widget (report by Devin Teske).
608 widget output (report by xDog Walker).
769 widget.
771 widget (request by Walter Harms).
912 current widget. Also ensure that all tokens for a widget are
1282 text as the inputbox widget.
1452 each widget (request by Ingo van Lil).
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dwidgets.txt9 The "template-wname" being the template widget name and currently includes:
12 The "user-supplied-wname" being the user specified widget name.
H A Damlogic,gx-sound-card.yaml33 A list off component DAPM widget. Each entry is a pair of strings,
34 the first being the widget type, the second being the widget name
/freebsd-13.1/contrib/dialog/package/freebsd/
H A Dpkg-descr7 adding new widget types. See the changelog for details."
/freebsd-13.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.c1681 nid = ctl->widget->nid; in hdaa_audio_ctl_amp_set()
3073 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
3117 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
3138 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
4207 ctl->widget->nid, in hdaa_audio_disable_useless()
4503 ctl->widget->nid, in hdaa_audio_disable_crossas()
5025 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-13.1/usr.sbin/bsdconfig/share/
H A Ddialog.subr293 # Get the maximum height and width for a dialog widget and store the values in
323 # will render --backtitle behind the widget. In such a case, we
324 # should prevent a widget from obscuring the backtitle (unless
1004 # if using Xdialog(1), as it places the help string in the widget) --
1230 # if using Xdialog(1), as it places the help string in the widget) --
1374 # subtract one for the potential shadow around the widget
1384 # Add height to accommodate for embedded calendar widget
1466 # the timebox widget refuses to display if too wide
1476 # subtract one for the potential shadow around the widget
1586 # Display a message in a widget with a progress bar that runs backward for
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dcib.txt1 * Cavium Interrupt Bus widget
/freebsd-13.1/contrib/googletest/googletest/
H A DMakefile.am153 xcode/Samples/FrameworkSample/widget.cc \
154 xcode/Samples/FrameworkSample/widget.h \
/freebsd-13.1/crypto/openssh/contrib/
H A Dgnome-ssh-askpass3.c73 check_none(GtkWidget *widget, GdkEventKey *event, gpointer dialog) in check_none() argument
H A Dgnome-ssh-askpass2.c89 check_none(GtkWidget *widget, GdkEventKey *event, gpointer dialog) in check_none() argument
/freebsd-13.1/crypto/heimdal/doc/
H A Ddoxytmpl.dxy10 "The $name widget " \
/freebsd-13.1/tools/kerneldoc/subsys/
H A Dcommon-Doxyfile15 "The $name widget" \
/freebsd-13.1/contrib/dialog/package/debian/
H A Dchangelog141 * improved memory-caching for gauge widget
/freebsd-13.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-13.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

12