Home
last modified time | relevance | path

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

12

/dports/mail/exim-doc-html/exim-html-4.94.2/exim-html-4.94.2/doc/html/static/css/
H A Dcommon.css1left_bar,#outer .right_bar{display:none}#outer>.left_bar.display,#outer>.right_bar.display{display…
/dports/devel/libpololu-avr/libpololu-avr-151002/test/linux-complete-test/
H A Dqtr.c22 const char left_bar[] PROGMEM = { variable
70 lcd_load_custom_character(left_bar,6); in test_qtr()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/
H A D00themes.rpy242 style.bar.left_bar = img("slider_full", widget, 12, 0)
267 style.slider.left_bar = img("slider_full", widget, 12, 0)
293 style.scrollbar.left_bar = img("scrollbar", widget, 12, 0)
305 style.vscrollbar.left_bar = img("vscrollbar", widget, 0, 12)
461 style.bar.left_bar = Solid(bright_cyan)
475 style.slider.left_bar = Solid(bright_cyan)
489 style.scrollbar.left_bar = Solid("#0008")
618 style.bar.left_bar = Frame(color("circle", idle), 7, 0)
624 style.slider.left_bar = Frame(color("bar", idle), 0, 0)
632 style.scrollbar.left_bar = Frame(color("bar", idle), 0, 0)
[all …]
/dports/devel/libpololu-avr/libpololu-avr-151002/test/linux-complete-test-cpp/
H A Dqtr.cpp24 const char left_bar[] PROGMEM = { variable
82 OrangutanLCD::loadCustomCharacter(left_bar,6); in test_qtr()
/dports/sysutils/dua-cli/dua-cli-2.14.11/src/interactive/widgets/
H A Dentries.rs136 let left_bar = Span::styled(" |", local_style); in render() localVariable
163 vec![bytes, left_bar, percentage, right_bar, name] in render()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/include/linux/
H A Dhdmi.h318 uint16_t left_bar; member
356 p[0] |= __SHIFTIN(frame->left_bar || frame->right_bar, __BIT(2)); in hdmi_avi_infoframe_pack()
376 le16enc(&p[9], frame->left_bar); in hdmi_avi_infoframe_pack()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibforms.c1478 CorrectBarMax (tlp->left_bar, tlp->max); in CheckExtendTag()
1497 if (b == tlp->bar && tlp->left_bar != NULL) in ScrollTagProc()
1499 CorrectBarValue (tlp->left_bar, GetBarValue (tlp->bar)); in ScrollTagProc()
1501 else if (b == tlp->left_bar && tlp->bar != NULL) in ScrollTagProc()
1825 if (tlp->left_bar != NULL) in ResetTagList()
1827 Reset (tlp->left_bar); in ResetTagList()
1922 CorrectBarMax (tlp->left_bar, tlp->max); in ShortenTagListScrollBar()
1923 CorrectBarPage (tlp->left_bar, tlp->rows - 1, tlp->rows - 1); in ShortenTagListScrollBar()
2051 tlp->left_bar = ScrollBar (s, 0, rows, ScrollTagProc); in CreateTagListDialogEx3()
2052 SetObjectExtra (tlp->left_bar, tlp, NULL); in CreateTagListDialogEx3()
[all …]
H A Dvibforms.h390 Nlm_BaR left_bar; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/
H A Dhdmi.c148 if (frame->left_bar || frame->right_bar) in hdmi_avi_infoframe_pack_only()
172 ptr[9] = frame->left_bar & 0xff; in hdmi_avi_infoframe_pack_only()
173 ptr[10] = (frame->left_bar >> 8) & 0xff; in hdmi_avi_infoframe_pack_only()
1225 frame->left_bar, frame->right_bar); in hdmi_avi_infoframe_log()
1580 frame->left_bar = (ptr[10] << 8) | ptr[9]; in hdmi_avi_infoframe_unpack()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/
H A Dhdmi.c148 if (frame->left_bar || frame->right_bar) in hdmi_avi_infoframe_pack_only()
172 ptr[9] = frame->left_bar & 0xff; in hdmi_avi_infoframe_pack_only()
173 ptr[10] = (frame->left_bar >> 8) & 0xff; in hdmi_avi_infoframe_pack_only()
1225 frame->left_bar, frame->right_bar); in hdmi_avi_infoframe_log()
1580 frame->left_bar = (ptr[10] << 8) | ptr[9]; in hdmi_avi_infoframe_unpack()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/
H A Dhdmi.c148 if (frame->left_bar || frame->right_bar) in hdmi_avi_infoframe_pack_only()
172 ptr[9] = frame->left_bar & 0xff; in hdmi_avi_infoframe_pack_only()
173 ptr[10] = (frame->left_bar >> 8) & 0xff; in hdmi_avi_infoframe_pack_only()
1225 frame->left_bar, frame->right_bar); in hdmi_avi_infoframe_log()
1580 frame->left_bar = (ptr[10] << 8) | ptr[9]; in hdmi_avi_infoframe_unpack()
/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/
H A Dindepth_style.rpy739 left_bar Frame("bar empty idle.png", 4, 0)
746 left_bar Frame("bar full idle.png", 4, 0)
765 left_bar Frame("bar full idle.png", 4, 0)
773 …e "The left_bar and right_bar style properties, and their hover variants, give displayables for th…
782 left_bar Frame("bar empty idle.png", 4, 0)
790 …y is True, the bar value is displayed on the right side of the bar. The left_bar and right_bar dis…
795 left_bar Frame("bar full idle.png", 4, 0)
849 …s a vertically oriented bar. All of the other properties change names - left_bar becomes top_bar, …
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dhdmi.h188 unsigned short left_bar; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dhdmi.h188 unsigned short left_bar; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dhdmi.h188 unsigned short left_bar; member
/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/tl/schinese/
H A Dindepth_style.rpy515 …# e "The left_bar and right_bar style properties, and their hover variants, give displayables for …
516 e "left_bar和riht_bar样式属性,以及鼠标指向时使用的变体,给bar的左侧和右侧提供可视组件。默认该值显示在左侧。"
533 …y is True, the bar value is displayed on the right side of the bar. The left_bar and right_bar dis…
534 e "当bar_invert属性为True时,bar的值将显示在右侧。left_bar和right_bar可视组件也可能需要交换。"
563 …s a vertically oriented bar. All of the other properties change names - left_bar becomes top_bar, …
564 e "bar_vertical样式属性显示垂直方向的bar。所有其他属性都会更改名称——left_bar变为top_bar,right_bar变为bottom_bar。"
/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/tl/korean/
H A Dindepth_style.rpy515 …# e "The left_bar and right_bar style properties, and their hover variants, give displayables for …
516 e "left_bar 및 right_bar 스타일 속성 및 맴돔(hover) 변체는 막대의 왼쪽 및 오른쪽에 디스플레이어블을 제공해. 기본적으로 값은 왼쪽에 표시돼."
533 …y is True, the bar value is displayed on the right side of the bar. The left_bar and right_bar dis…
534 … e "bar_invert 스타일 속성이 참(True)이면 막대의 값은 막대 오른쪽에 표시돼. left_bar 및 right_bar 디스플레이어블은 스와핑해야 할 수도 있어."
563 …s a vertically oriented bar. All of the other properties change names - left_bar becomes top_bar, …
564 …e "bar_vertical 스타일 속성은 수직 막대를 표시해. 다른 모든 속성은 이름을 변경-left_bar는 top_bar, right_bar는 bottom_bar로-하면 …
/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/tl/japanese/
H A Dindepth_style.rpy515 …# e "The left_bar and right_bar style properties, and their hover variants, give displayables for …
516 e "left_barとright_barスタイルプロパティーとそれぞれのhoverバージョンはバーの左右の側のDisplayableを指定します。デフォルトでは左側に値が表示されます。"
533 …y is True, the bar value is displayed on the right side of the bar. The left_bar and right_bar dis…
534 e "bar_invertスタイルプロパティーがTrueだと、バーの値はバーの右側で表示されます。left_barとright_barのDisplayableは交換する必要があるでしょう。"
563 …s a vertically oriented bar. All of the other properties change names - left_bar becomes top_bar, …
564 …e "bar_verticalスタイルプロパティーは縦方向のバーを表示します。他のプロパティーもすべて left_barがtop_bar, right_barがbottom_barのように名前を変…
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/_layout/
H A Dimagemap_common.rpym128 left_bar=LiveCrop((x1, y1, (x2 - x1), (y2 - y1)), self.selected_idle),
/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/tl/russian/
H A Dindepth_style.rpy516 …# e "The left_bar and right_bar style properties, and their hover variants, give displayables for …
517 …e "Параметры left_bar и right_bar и их hover варианты отвечают за левую и правую стороны полоски. …
534 …y is True, the bar value is displayed on the right side of the bar. The left_bar and right_bar dis…
564 …s a vertically oriented bar. All of the other properties change names - left_bar becomes top_bar, …
565 …риентированную полоску. Все остальные параметры из-за этого меняют имя: left_bar становится top_ba…
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/_compat/
H A Dthemes.rpym304 … style.bar.left_bar = Frame(theme.OneOrTwoColor(rrslider_full, widget), rrslider_radius * 2, 0)
313 style.scrollbar.left_bar = Frame(theme.OneOrTwoColor(rrscrollbar, widget), 6, 0)
H A Dstyles.rpym139 style.bar.left_bar = Solid(bright_cyan)
151 style.vbar.left_bar = Solid(bright_cyan)
/dports/games/renpy/renpy-7.4.11-sdk/module/
H A Dgenerate_styles.py340 left_bar=[ ('fore_bar', None) ],
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Ddlgutil1.c8579 BaR left_bar; member
8704 SetBarMax (dlg->left_bar, num_vals + 1 - dlg->num_rows); in ValueListPairToDialog()
8709 SetBarMax (dlg->left_bar, 0); in ValueListPairToDialog()
8712 if (GetValue (dlg->left_bar) > GetBarMax (dlg->left_bar)) in ValueListPairToDialog()
8714 CorrectBarValue (dlg->left_bar, 0); in ValueListPairToDialog()
8729 if (b == dlg->right_bar && dlg->left_bar != NULL) in ScrollValueListProc()
8731 CorrectBarValue (dlg->left_bar, GetBarValue (dlg->right_bar)); in ScrollValueListProc()
8733 else if (b == dlg->left_bar && dlg->right_bar != NULL) in ScrollValueListProc()
8803 max = GetBarMax (dlg->left_bar); in ChangeValueRow()
8809 SetBarMax (dlg->left_bar, max + 1); in ChangeValueRow()
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/tl/french/
H A Dindepth_style.rpy515 …# e "The left_bar and right_bar style properties, and their hover variants, give displayables for …
516 …e "Les propriétés de style 'left_bar' et 'right_bar' et leurs variantes 'hover' fournissent les él…
533 …y is True, the bar value is displayed on the right side of the bar. The left_bar and right_bar dis…
534 …st à True, la jauge de la barre est affichée à droite. Les éléments de 'left_bar' et 'right_bar' o…
563 …s a vertically oriented bar. All of the other properties change names - left_bar becomes top_bar, …
564 …e orientée verticalement. Toutes les propriétés changent alors de nom. 'left_bar' devient 'top_bar…

12