| /freebsd-14.2/contrib/bsddialog/examples_library/ |
| H A D | theme.c | 20 enum bsddialog_default_theme theme; in main() local 52 theme = BSDDIALOG_THEME_FLAT; in main() 56 theme = BSDDIALOG_THEME_DIALOG; in main() 60 theme = BSDDIALOG_THEME_BSDDIALOG; in main() 64 theme = BSDDIALOG_THEME_BLACKWHITE; in main() 68 bsddialog_set_default_theme(theme); in main()
|
| /freebsd-14.2/contrib/bsddialog/ |
| H A D | CHANGELOG | 55 * add: --load-theme to read and set a custom theme at runtime. 56 * add: --save-theme to save current theme. 81 * add: theme.form.bottomdesccolor and theme.menu.bottomdesccolor. 84 - add: theme.button.minmargin and theme.button.maxmargin. 85 - delete: theme.button.hmargin. 119 * fix: rename theme.shadow.h to theme.shadow.y. 120 * fix: rename theme.shadow.w to theme.shadow.x. 140 * add: theme.menu.f_selectorcolor. 143 * change: theme.button.[left|right]ch -> theme.button.[left|right]delim. 144 * change: theme.button.space -> theme.button.hmargin. [all …]
|
| H A D | util_theme.h | 33 void setdeftheme(enum bsddialog_default_theme theme);
|
| H A D | README.md | 50 % ./bsddialog --theme blackwhite --title msgbox --msgbox "Hello World!" 5 30 110 % ./theme
|
| H A D | .gitignore | 22 examples_library/theme
|
| H A D | util_theme.c | 174 void setdeftheme(enum bsddialog_default_theme theme) in setdeftheme() argument 176 if (bsddialog_set_default_theme(theme) != BSDDIALOG_OK) in setdeftheme()
|
| /freebsd-14.2/contrib/bsddialog/lib/ |
| H A D | libbsddialog.c | 75 enum bsddialog_default_theme theme; in bsddialog_init() local 80 theme = BSDDIALOG_THEME_FLAT; in bsddialog_init() 82 theme = BSDDIALOG_THEME_BLACKWHITE; in bsddialog_init() 84 if (bsddialog_set_default_theme(theme) != 0) { in bsddialog_init()
|
| H A D | bsddialog_theme.h | 115 int bsddialog_get_theme(struct bsddialog_theme *theme); 117 int bsddialog_set_default_theme(enum bsddialog_default_theme theme); 118 int bsddialog_set_theme(struct bsddialog_theme *theme);
|
| H A D | theme.c | 235 int bsddialog_get_theme(struct bsddialog_theme *theme) in bsddialog_get_theme() argument 237 if (theme == NULL) in bsddialog_get_theme() 239 if (sizeof(*theme) != sizeof(struct bsddialog_theme)) in bsddialog_get_theme() 242 set_theme(theme, &t); in bsddialog_get_theme() 247 int bsddialog_set_theme(struct bsddialog_theme *theme) in bsddialog_set_theme() argument 249 if (theme == NULL) in bsddialog_set_theme() 251 if (sizeof(*theme) != sizeof(struct bsddialog_theme)) in bsddialog_set_theme() 254 set_theme(&t, theme); in bsddialog_set_theme()
|
| H A D | GNUMakefile | 11 lib_util.c menubox.c messagebox.c textbox.c theme.c timebox.c
|
| H A D | Makefile | 12 lib_util.c menubox.c messagebox.c textbox.c theme.c timebox.c
|
| /freebsd-14.2/contrib/googletest/docs/assets/css/ |
| H A D | style.scss | 4 @import "jekyll-theme-primer";
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/llvm-theme/ |
| H A D | theme.conf | 1 [theme]
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ |
| H A D | README.txt | 7 We currently use the 'nature' theme and a Beaker inspired structure.
|
| /freebsd-14.2/contrib/libcbor/doc/source/ |
| H A D | requirements.txt | 22 sphinx-rtd-theme==1.3.0
|
| /freebsd-14.2/lib/libbsddialog/ |
| H A D | Makefile | 18 theme.c \
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/llvm-theme/static/ |
| H A D | llvm.css | 5 * Sphinx stylesheet -- sphinxdoc theme. Originally created by
|
| /freebsd-14.2/contrib/libxo/doc/_static/ |
| H A D | basic.css_t | 5 * Sphinx stylesheet -- basic theme.
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | msx | 304 >>>>>>>>0x1D byte <32 \b, theme: %d
|
| H A D | wordprocessors | 583 # test for null value in gap after theme name maybe unreliable 598 >>(2.s+13) ubyte >0x1F StarOffice Gallery theme
|
| H A D | msdos | 1952 # first member *.theme implies Windows 7 Theme Pack like in CommunityShowcaseAqua3.themepack 1954 >>>>>&0 string/c theme \b, Windows 1956 # https://www.drewkeller.com/content/using-theme-both-windows-7-and-windows-8 1957 # 1st member Panoramic.theme or Panoramas.theme implies Windows 8-10 Theme Pack 1958 # with MTSM=RJSPBS in [MasterThemeSelector] inside *.theme
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | asia | 2626 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027977557 2628 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027978341 2630 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027979690#3 2632 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027981189 2634 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0027982974#2 2636 # http://theme.archives.go.kr/next/common/viewEbook.do?singleData=N&archiveEventId=0028044104
|
| /freebsd-14.2/contrib/libcbor/ |
| H A D | Doxyfile | 790 LAYOUT_FILE = doxygen-theme/DoxygenLayout.xml 1280 HTML_EXTRA_STYLESHEET = doxygen-theme/customdoxygen.css 1293 # should be rendered with a dark or light theme.
|
| /freebsd-14.2/contrib/xz/doxygen/ |
| H A D | Doxyfile | 1292 # should be rendered with a dark or light theme.
|
| /freebsd-14.2/contrib/unbound/doc/ |
| H A D | unbound.doxygen | 1375 # should be rendered with a dark or light theme.
|