Home
last modified time | relevance | path

Searched refs:vote_percent (Results 1 – 10 of 10) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/server/
H A Dcommands.c48 int vote_percent; /* percent required, meaning depends on flags */ member
776 return pcommand ? pcommand->vote_percent : 0; in command_vote_percent()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dcommands.c48 int vote_percent; /* percent required, meaning depends on flags */ member
776 return pcommand ? pcommand->vote_percent : 0; in command_vote_percent()
/dports/games/quake3-osp/osp/cfg-DefaultModeReference/
H A Dctf.cfg117 set vote_percent 50
H A Dqil.cfg115 set vote_percent 50
H A Dclanarena.cfg114 set vote_percent 50
H A D1v1.cfg115 set vote_percent 50
H A Dteam.cfg115 set vote_percent 50
H A Dffa.cfg115 set vote_percent 50
/dports/chinese/phpbb-tw/phpBB2/
H A Dviewtopic.php742 … $vote_percent = ( $vote_results_sum > 0 ) ? $vote_info[$i]['vote_result'] / $vote_results_sum : 0; variable
743 $vote_graphic_length = round($vote_percent * $board_config['vote_graphic_length']);
756 'POLL_OPTION_PERCENT' => sprintf("%.1d%%", ($vote_percent * 100)),
/dports/www/phpbb/phpBB2/
H A Dviewtopic.php742 … $vote_percent = ( $vote_results_sum > 0 ) ? $vote_info[$i]['vote_result'] / $vote_results_sum : 0; variable
743 $vote_graphic_length = round($vote_percent * $board_config['vote_graphic_length']);
756 'POLL_OPTION_PERCENT' => sprintf("%.1d%%", ($vote_percent * 100)),