Home
last modified time | relevance | path

Searched refs:color_col (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/
H A Dsearch.py350 color_col = 17
353 ["id", _("ID"), 50, "text", color_col],
354 ["user", _("User"), 200, "text", color_col],
356 ["speed", _("Speed"), 100, "number", color_col],
357 ["in_queue", _("In Queue"), 90, "center", color_col],
358 ["folder", _("Folder"), 400, "text", color_col],
359 ["filename", _("Filename"), 400, "text", color_col],
360 ["size", _("Size"), 100, "number", color_col],
361 ["bitrate", _("Bitrate"), 100, "number", color_col],
362 ["length", _("Length"), 100, "number", color_col]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmp2_grids.F565 INTEGER :: avirt, color_col, color_row, comm_col, & local
654 color_col = fm_mat_S%matrix_struct%context%mepos(2)
655 CALL mp_comm_split_direct(para_env_RPA%group, comm_col, color_col)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmp2_weights.F553 INTEGER :: avirt, color_col, color_row, comm_col, & local
642 color_col = fm_mat_S%matrix_struct%context%mepos(2)
643 CALL mp_comm_split_direct(para_env_RPA%group, comm_col, color_col)
/dports/editors/mle/mle-1.4.3/
H A Dmle.h110 int color_col; member
H A Deditor.c94 editor->color_col = -1; in editor_init()
2118 editor->color_col = atoi(optarg); in _editor_init_from_args()
H A Dbview.c1075 if (self->editor->color_col == char_col && MLE_BVIEW_IS_EDIT(self)) { in _bview_draw_bline()