/freebsd/contrib/bsddialog/ |
H A D | CHANGELOG | 52 * add: comments to --save-theme output file. 53 * add: blink, halfbright, highlight to --save-theme and --load-theme. 54 * add: theme.menu.[f_]prefixcolor to --save-theme and --load-theme. 59 * add: env NO_COLOR, to set blackwhite theme. 60 * add: $HOME/.bsddialog.conf startup theme file. 61 * add: env BSDDIALOG_THEMEFILE startup theme file. 98 * change: rename themes --theme < [all...] |
H A D | .gitignore | 24 examples_library/theme
|
H A D | README.md | 45 % ./bsddialog --theme blackwhite --title msgbox --msgbox "Hello World!" 5 30 109 % ./theme
|
/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/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 textbox.c theme.c timebox.c
|
/freebsd/contrib/bsddialog/utility/ |
H A D | util.h | 73 enum bsddialog_default_theme theme; member 121 void setdeftheme(enum bsddialog_default_theme theme);
|
H A D | bsddialog.c | 197 /* --<dialog>, --save-theme or clear-screen */ in main() 228 /* theme */ in main() 232 if ((int)opt.theme >= 0) in main() 233 setdeftheme(opt.theme); in main()
|
H A D | util_cli.c | 204 {"load-theme", required_argument, NULL, LOAD_THEME}, 232 {"save-theme", required_argument, NULL, SAVE_THEME}, 245 {"theme", required_argument, NULL, THEME}, 302 " --load-theme <file>, --max-input <size>, --no-cancel,\n" in usage() 310 " --save-theme <file>, --separate-output,\n --separator <sep>," in usage() 313 " --text-escape,\n --text-unchanged, --theme 3d|blackwhite|flat," in usage() 366 opt->theme = -1; in parseargs() 664 opt->theme = BSDDIALOG_THEME_BLACKWHITE; in parseargs() 666 opt->theme = BSDDIALOG_THEME_FLAT; in parseargs() 668 opt->theme in parseargs() [all...] |
H A D | util_theme.c | 96 {"\n#Terminal\n", "theme.screen.color", COLOR, &t.screen.color}, 99 "theme.shadow.color", COLOR, &t.shadow.color}, 101 "theme.shadow.y", UINT, &t.shadow.y}, 102 {"", "theme.shadow.x", UINT, &t.shadow.x}, 105 "theme.dialog.color", COLOR, &t.dialog.color}, 106 {"", "theme.dialog.delimtitle", BOOL, &t.dialog.delimtitle}, 107 {"", "theme.dialog.titlecolor", COLOR, &t.dialog.titlecolor}, 108 {"", "theme.dialog.lineraisecolor", COLOR, &t.dialog.lineraisecolor}, 109 {"", "theme.dialog.linelowercolor", COLOR, &t.dialog.linelowercolor}, 110 {"", "theme 329 setdeftheme(enum bsddialog_default_theme theme) setdeftheme() argument [all...] |
/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 | 17 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
|