Home
last modified time | relevance | path

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

/dports/games/xonotic/Xonotic/server/rcon2irc/
H A Drbiserver.pl48 my $totalvotes = 0;
53 $totalvotes += int($result[2*$_+1] || 0);
63 markmap irrelevant_relative => $_->[0], $winvotes, $totalvotes
68 markmap((@losers == 1 ? 'duel_winner' : 'winner_absolute') => $_->[0], $_->[1], $totalvotes)
70 markmap((@losers == 1 ? 'duel_loser' : 'irrelevant_absolute') => $_->[0], $winvotes, $totalvotes)
74 $store{rbi_totalvotes} = $totalvotes;
/dports/games/nexuiz/Nexuiz/server/rcon2irc/
H A Drbiserver.pl48 my $totalvotes = 0;
53 $totalvotes += int($result[2*$_+1] || 0);
63 markmap irrelevant_relative => $_->[0], $winvotes, $totalvotes
68 markmap((@losers == 1 ? 'duel_winner' : 'winner_absolute') => $_->[0], $_->[1], $totalvotes)
70 markmap((@losers == 1 ? 'duel_loser' : 'irrelevant_absolute') => $_->[0], $winvotes, $totalvotes)
74 $store{rbi_totalvotes} = $totalvotes;
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DPoll.pm298 my $totalvotes = 0;
303 $totalvotes += int $votes[$i];
527 my $totalvotes = 0;
546 $totalvotes += int $votes[$i];
657 $footer .= qq~<br /><br /><b>$polltxt{'17'}: $totalvotes</b>~;
744 if ($totalvotes > 0 && $maxvote > 0) {
745 $pollpercent = (100 * $votes[$i]) / $totalvotes;
/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dmapvoting.qc593 float totalvotes;
599 totalvotes = 0;
625 ++totalvotes;
/dports/www/mybb/mybb-mybb_1829/
H A Dshowthread.php525 $totalvotes = 0; variable
558 $totalvotes += $votes;
640 $lang->total_votes = $lang->sprintf($lang->total_votes, $totalvotes);
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dvotequorum.c1082 static void get_total_votes(unsigned int *totalvotes, unsigned int *current_members) in get_total_votes() argument
1104 *totalvotes = total_votes; in get_total_votes()