Home
last modified time | relevance | path

Searched refs:state_col (Results 1 – 9 of 9) sorted by relevance

/dports/devel/aegis/aegis-4.25.D510/libaegis/ael/change/
H A Doutstand_all.cc66 output::pointer state_col; in list_outstanding_changes_all() local
70 state_col = in list_outstanding_changes_all()
121 if (state_col) in list_outstanding_changes_all()
123 state_col->fputs(cstate_state_ename(cstate_data->state)); in list_outstanding_changes_all()
131 state_col->end_of_line(); in list_outstanding_changes_all()
132 state_col->fputs(cp->developer_name()); in list_outstanding_changes_all()
141 state_col->end_of_line(); in list_outstanding_changes_all()
142 state_col->fputs(cp->integrator_name()); in list_outstanding_changes_all()
H A Dby_state.cc89 output::pointer state_col; in list_changes_in_state_mask_by_user() local
146 state_col = in list_changes_in_state_mask_by_user()
232 if (state_col) in list_changes_in_state_mask_by_user()
234 state_col->fputs(cstate_state_ename(cstate_data->state)); in list_changes_in_state_mask_by_user()
242 state_col->end_of_line(); in list_changes_in_state_mask_by_user()
243 state_col->fputs(cp->developer_name()); in list_changes_in_state_mask_by_user()
252 state_col->end_of_line(); in list_changes_in_state_mask_by_user()
253 state_col->fputs(cp->integrator_name()); in list_changes_in_state_mask_by_user()
H A Duser.cc99 output::pointer state_col = in list_user_changes() local
146 state_col->fputs(cstate_state_ename(cstate_data->state)); in list_user_changes()
H A Ddetails.cc243 output::pointer state_col = in list() local
263 state_col->fputs(cstate_state_ename(sub_cstate_data->state)); in list()
273 colp->forget(state_col); in list()
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Helper/
H A DContentHelper.php86 $state_col = $db->quoteName('c.' . $config->state_col);
117 ->select($recid_col . ' AS catid, ' . $state_col . ' AS state, COUNT(*) AS count')
119 ->where($state_col . ' IN (' . implode(',', array_keys($counter_names)) . ')')
120 ->group($recid_col . ', ' . $state_col);
/dports/textproc/py-jc/jc-1.17.5/jc/parsers/
H A Dnetstat_linux.py49 state_col = header_text.find('state')
65 if entry[state_col] in string.whitespace:
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dcommands.c5429 ColRowStateList *state_col; in cmd_merge_data_redo() local
5435 state_col = colrow_get_states (source_sheet, TRUE, target_range.start.col, in cmd_merge_data_redo()
5448 colrow_set_states (new_sheet, TRUE, target_range.start.col, state_col); in cmd_merge_data_redo()
5457 colrow_state_list_destroy (state_col); in cmd_merge_data_redo()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcharacter.cpp7164 const nc_color state_col = limb_color( bp, bleed > 0, bite > 0.0f, infect > 0.0f ); in body_window() local
7165 const bool has_curable_effect = state_col != c_light_gray; in body_window()
7945 const nc_color state_col = limb_color( bp, true, true, true ); in extended_description() local
7946 nc_color name_color = state_col; in extended_description()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcharacter.cpp7164 const nc_color state_col = limb_color( bp, bleed > 0, bite > 0.0f, infect > 0.0f ); in body_window() local
7165 const bool has_curable_effect = state_col != c_light_gray; in body_window()
7945 const nc_color state_col = limb_color( bp, true, true, true ); in extended_description() local
7946 nc_color name_color = state_col; in extended_description()