| /freebsd/contrib/bsddialog/examples_library/ |
| H A D | theme.c | 19 enum bsddialog_default_theme theme; in main() local 49 theme = BSDDIALOG_THEME_FLAT; in main() 52 theme = BSDDIALOG_THEME_3D; in main() 55 theme = BSDDIALOG_THEME_BLACKWHITE; in main() 58 bsddialog_set_default_theme(theme); in main()
|
| /freebsd/contrib/bsddialog/ |
| H A D | CHANGELOG | 108 * add: comments to --save-theme output file. 109 * add: blink, halfbright, highlight to --save-theme and --load-theme. 110 * add: theme.menu.[f_]prefixcolor to --save-theme and --load-theme. 115 * add: env NO_COLOR, to set blackwhite theme. 116 * add: $HOME/.bsddialog.conf startup theme file. 117 * add: env BSDDIALOG_THEMEFILE startup theme file. 154 * change: rename themes --theme <3d|blackwhite|flat>. 161 * improve: disable theme setting (opt and env) with no-color terminals. 169 * fix: --load-theme attributes. 171 * delete: --theme <bsddialog> (partially implemented). [all …]
|
| H A D | .gitignore | 25 examples_library/theme
|
| H A D | README.md | 46 % ./bsddialog --theme blackwhite --title msgbox --msgbox "Hello World!" 5 30 112 % ./theme
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | libbsddialog.c | 76 enum bsddialog_default_theme theme; in bsddialog_init() local 81 theme = BSDDIALOG_THEME_FLAT; in bsddialog_init() 83 theme = BSDDIALOG_THEME_BLACKWHITE; in bsddialog_init() 85 if (bsddialog_set_default_theme(theme) != 0) { in bsddialog_init()
|
| H A D | bsddialog_theme.h | 119 int bsddialog_get_theme(struct bsddialog_theme *theme); 121 int bsddialog_set_default_theme(enum bsddialog_default_theme theme); 122 int bsddialog_set_theme(struct bsddialog_theme *theme);
|
| H A D | theme.c | 208 int bsddialog_get_theme(struct bsddialog_theme *theme) in bsddialog_get_theme() argument 210 CHECK_PTR(theme); in bsddialog_get_theme() 211 set_theme(theme, &t); in bsddialog_get_theme() 216 int bsddialog_set_theme(struct bsddialog_theme *theme) in bsddialog_set_theme() argument 218 CHECK_PTR(theme); in bsddialog_set_theme() 219 set_theme(&t, theme); in bsddialog_set_theme()
|
| H A D | GNUmakefile | 10 menubox.c messagebox.c textbox.c theme.c timebox.c
|
| H A D | Makefile | 11 menubox.c messagebox.c slider.c textbox.c theme.c timebox.c
|
| /freebsd/contrib/bsddialog/utility/ |
| H A D | util.h | 73 enum bsddialog_default_theme theme; member 122 void setdeftheme(enum bsddialog_default_theme theme);
|
| H A D | bsddialog.c | 232 if ((int)opt.theme >= 0) in main() 233 setdeftheme(opt.theme); in main()
|
| H A D | util_cli.c | 368 opt->theme = -1; in parseargs() 666 opt->theme = BSDDIALOG_THEME_BLACKWHITE; in parseargs() 668 opt->theme = BSDDIALOG_THEME_FLAT; in parseargs() 670 opt->theme = BSDDIALOG_THEME_3D; in parseargs()
|
| H A D | util_theme.c | 329 void setdeftheme(enum bsddialog_default_theme theme) in setdeftheme() argument 333 if (bsddialog_set_default_theme(theme) != BSDDIALOG_OK) in setdeftheme()
|
| /freebsd/contrib/googletest/docs/assets/css/ |
| H A D | style.scss | 4 @import "jekyll-theme-primer";
|
| /freebsd/contrib/llvm-project/lld/docs/llvm-theme/ |
| H A D | theme.conf | 1 [theme]
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | README.txt | 7 We currently use the 'nature' theme and a Beaker inspired structure.
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | requirements.txt | 22 sphinx-rtd-theme==1.3.0
|
| /freebsd/lib/libbsddialog/ |
| H A D | Makefile | 18 theme.c \
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | archive | 62 # few (10/95) *.WBT without user name jcameron in 1st tar member but with WBT theme.info name like: 63 # authentic-theme-21.09.5.wbt Mozilla-Modern.wbt virtual-server-theme-2.7.wbt fkn-webmintheme.0.6.0… 281 # `7z l -ttar *.wbt | grep "\theme.info"` 284 # Webmin module or theme 288 # According to documentation module.info is mandatory but instead theme.info is found in 289 # old-blue-theme.wbm old-blue-theme-1.0.wbm old-mscstyle3.wbm virtual-server-mobile.wbm 292 >>>512 search/3149333/s /theme.info Theme 293 !:mime application/x-webmin-theme 316 # look for characteristic WBT theme info name with "theme.info" like in: authentic-theme-21.09.5.wbt 317 >>512 search/3149333/s /theme.info\0 [all …]
|
| H A D | msx | 305 >>>>>>>>0x1D byte <32 \b, theme: %d
|
| H A D | wordprocessors | 616 # test for null value in gap after theme name maybe unreliable 631 >>(2.s+13) ubyte >0x1F StarOffice Gallery theme
|
| H A D | msdos | 2504 # first member *.theme implies Windows 7 Theme Pack like in CommunityShowcaseAqua3.themepack 2506 >>>>>&0 string/c theme \b, Windows 2508 # https://www.drewkeller.com/content/using-theme-both-windows-7-and-windows-8 2509 # 1st member Panoramic.theme or Panoramas.theme implies Windows 8-10 Theme Pack 2510 # with MTSM=RJSPBS in [MasterThemeSelector] inside *.theme
|
| /freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/ |
| H A D | llvm.css | 5 * Sphinx stylesheet -- sphinxdoc theme. Originally created by
|
| /freebsd/contrib/libxo/doc/_static/ |
| H A D | basic.css_t | 5 * Sphinx stylesheet -- basic theme.
|
| /freebsd/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
|