Home
last modified time | relevance | path

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

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/examples/thirdparty/
H A Dex_ratereturn.py57 normcolor = (0,1) #False #True variable
60 plot_corr(rrcorr, xnames=ticksym, normcolor=normcolor, ax=ax)
64 normcolor=normcolor, ax=ax2)
67 normcolor=normcolor, ax=ax3)
111 normcolor = None variable
117 normcolor=normcolor, ax=ax)
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/
H A Dcorrelation.py15 def plot_corr(dcorr, xnames=None, ynames=None, title=None, normcolor=False, argument
77 if isinstance(normcolor, tuple):
78 vmin, vmax = normcolor
79 elif normcolor:
125 def plot_corr_grid(dcorrs, titles=None, ncols=None, normcolor=False, xnames=None, argument
214 normcolor=normcolor, ax=ax, cmap=cmap)
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/tests/
H A Dtest_correlation.py17 plot_corr(corr_matrix, normcolor=True, title='', cmap='jet')
29 plot_corr_grid([corr_matrix] * 3, normcolor=True, titles='', cmap='jet')
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/xine-toolkit/
H A Dlabelbutton.h64 char normcolor[32]; member
H A Dlabelbutton.c183 if(!strcasecmp(private_data->normcolor, "Default")) { in create_labelofbutton()
187 color = xitk_get_color_name(private_data->normcolor); in create_labelofbutton()
513 … _strlcpy (private_data->normcolor, info->label_color, sizeof (private_data->normcolor)); in notify_change_skin()
760 _strlcpy (private_data->normcolor, info->label_color, sizeof (private_data->normcolor)); in xitk_info_labelbutton_create()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Ddiv.c116 && !memcmp(&divcolor, &def.normcolor, sizeof divcolor)) in update_imgs()
124 divcolor = def.normcolor; in update_imgs()
H A Dbar.c96 b->col = def.normcolor; in bar_create()
186 fill(disp.ibuf, r, def.normcolor.bg); in bar_draw()
187 border(disp.ibuf, r, 1, def.normcolor.border); in bar_draw()
H A Dframe.c443 col = &def.normcolor; in frame_draw()
460 border(img, insetrect(r, 1), 1, def.normcolor.bg); in frame_draw()
477 border(img, insetrect(r, -1), 1, def.normcolor.bg); in frame_draw()
H A Ddat.h313 CTuple normcolor; member
H A Dmessage.c579 ret = msg_parsecolors(m, &def.normcolor); in message_root()
630 bufprint("normcolors %s\n", def.normcolor.colstr); in readctl_root()
H A Dmain.c428 loadcolor(&def.normcolor, NORMCOLORS); in main()
H A Dmouse.c66 wa.background_pixel = def.normcolor.border.pixel; in gethsep()
/dports/chinese/bitchx/bitchx-1.2.1/bx-conf/
H A Dfile_cpy.c772 c->normcolor = 0x07; in main_dir()
819 compile.normcolor = 0x07; in compile_dir()
868 compile.normcolor = 0x07; in userlist_dir()
917 compile.normcolor = 0x07; in flood_dir()
968 compile.normcolor = 0x07; in dcc_dir()
1018 compile.normcolor = 0x07; in server_dir()
1068 compile.normcolor = 0x07; in various_dir()
1227 edit.normcolor = 0x07; in edit_dir()
H A Dds_cell.h193 unsigned int normcolor; /* Normal Text Screen Color*/ member
/dports/irc/bitchx/bitchx-1.2.1/bx-conf/
H A Dfile_cpy.c772 c->normcolor = 0x07; in main_dir()
819 compile.normcolor = 0x07; in compile_dir()
868 compile.normcolor = 0x07; in userlist_dir()
917 compile.normcolor = 0x07; in flood_dir()
968 compile.normcolor = 0x07; in dcc_dir()
1018 compile.normcolor = 0x07; in server_dir()
1068 compile.normcolor = 0x07; in various_dir()
1227 edit.normcolor = 0x07; in edit_dir()
H A Dds_cell.h193 unsigned int normcolor; /* Normal Text Screen Color*/ member
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Dbar.c57 b->col = def.normcolor; in create_bar()
151 fill(screen->ibuf, r, def.normcolor.bg); in draw_bar()
H A Dmain.c202 gcv.foreground = def.normcolor.bg; in init_screen()
481 loadcolor(&def.normcolor, NORMCOLORS); in main()
H A Ddat.h198 CTuple normcolor; member
H A Dmessage.c340 ret = parse_colors(m, &def.normcolor); in message_root()
383 b = seprint(b, e, "normcolors %s\n", def.normcolor.colstr); in read_root_ctl()
H A Dcolumn.c124 && !memcmp(&divc, &def.normcolor, sizeof(divc))) in update_imgs()
132 divc = def.normcolor; in update_imgs()
H A Dframe.c405 col = &def.normcolor; in draw_frame()
H A Dmouse.c376 wa.background_pixel = def.normcolor.border; in gethsep()
/dports/net-im/centerim/centerim-4.22.10/kkconsui/include/
H A Dcmenus.h133 horizontalmenu(int x, int y, int normcolor, int selcolor, int framecolor);
/dports/net-im/centerim/centerim-4.22.10/kkconsui/src/
H A Dcmenus.cc457 horizontalmenu::horizontalmenu(int x, int y, int normcolor, int selcolor, int framecolor) { in horizontalmenu() argument
458 ncolor = normcolor; in horizontalmenu()