Home
last modified time | relevance | path

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

12

/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/lib/Tmdb/Model/Lists/
H A DListItem.php73 private $voteCount; variable in Tmdb\\Model\\Lists\\ListItem
261 * @param int $voteCount
264 public function setVoteCount($voteCount) argument
266 $this->voteCount = $voteCount;
276 return $this->voteCount;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/xml/lib/Model/Lists/
H A DListItem.php73 private $voteCount; variable in Tmdb\\Model\\Lists\\ListItem
261 * @param int $voteCount
264 public function setVoteCount($voteCount) argument
266 $this->voteCount = $voteCount;
276 return $this->voteCount;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/lib/Tmdb/Model/
H A DImage.php36 private $voteCount; variable in Tmdb\\Model\\Image
169 * @param int $voteCount
172 public function setVoteCount($voteCount) argument
174 $this->voteCount = (int) $voteCount;
184 return $this->voteCount;
H A DTv.php155 private $voteCount; variable in Tmdb\\Model\\Tv
753 * @param int $voteCount
756 public function setVoteCount($voteCount) argument
758 $this->voteCount = (int) $voteCount;
768 return $this->voteCount;
H A DMovie.php162 private $voteCount; variable in Tmdb\\Model\\Movie
751 * @param mixed $voteCount
754 public function setVoteCount($voteCount) argument
756 $this->voteCount = (int) $voteCount;
766 return $this->voteCount;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/xml/lib/Model/
H A DImage.php36 private $voteCount; variable in Tmdb\\Model\\Image
169 * @param int $voteCount
172 public function setVoteCount($voteCount) argument
174 $this->voteCount = (int) $voteCount;
184 return $this->voteCount;
H A DTv.php155 private $voteCount; variable in Tmdb\\Model\\Tv
753 * @param int $voteCount
756 public function setVoteCount($voteCount) argument
758 $this->voteCount = (int) $voteCount;
768 return $this->voteCount;
H A DMovie.php162 private $voteCount; variable in Tmdb\\Model\\Movie
751 * @param mixed $voteCount
754 public function setVoteCount($voteCount) argument
756 $this->voteCount = (int) $voteCount;
766 return $this->voteCount;
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DVoteResolver.java1043 if (!voteCount.containsKey(hardValue) || !voteCount.containsKey(softValue)) { in combineInheritanceWithBaileyForVoting()
1054 voteCount.put(combValue, combinedCount); in combineInheritanceWithBaileyForVoting()
1055 voteCount.put(skipValue, 0L); in combineInheritanceWithBaileyForVoting()
1062 long c1 = (voteCount != null) ? voteCount.get(v1) : totals.getCount(v1); in combineInheritanceWithBaileyForVoting()
1063 long c2 = (voteCount != null) ? voteCount.get(v2) : totals.getCount(v2); in combineInheritanceWithBaileyForVoting()
1127 Long count = voteCount.get(value); in makeAnnotationComponentMap()
1163 voteCount.clear(); in calculateNewCountsBasedOnAnnotationComponents()
1176 voteCount.put(value, newCount); in calculateNewCountsBasedOnAnnotationComponents()
1207 long c1 = voteCount.get(v1), c2 = voteCount.get(v2); in resortValuesBasedOnAdjustedVoteCounts()
1278voteCount.put(newWinner, voteCount.get(oldWinner) + 2); // more than oldWinner and newSecond in promoteSuperiorAnnotationSuperset()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/lib/Tmdb/Model/Tv/
H A DEpisode.php78 private $voteCount; variable in Tmdb\\Model\\Tv\\Episode
321 * @param int $voteCount
324 public function setVoteCount($voteCount) argument
326 $this->voteCount = (int) $voteCount;
336 return $this->voteCount;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/xml/lib/Model/Tv/
H A DEpisode.php78 private $voteCount; variable in Tmdb\\Model\\Tv\\Episode
321 * @param int $voteCount
324 public function setVoteCount($voteCount) argument
326 $this->voteCount = (int) $voteCount;
336 return $this->voteCount;
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/storage/
H A Dmapping_state.sol3 mapping(address => uint) voteCount;
6 return voteCount[addr];
14 voteCount[vote] = voteCount[vote] + 1;
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/NavFilter/
H A DLNavCrossSourceFilter.cpp90 size_t voteCount = 0; in examineSubframes() local
96 if ((msgs > voteCount) && (msgs >= 2)) in examineSubframes()
98 voteCount = msgs; in examineSubframes()
H A DCNavCrossSourceFilter.cpp90 size_t voteCount = 0; in examineMessages() local
96 if ((msgs > voteCount) && (msgs >= minIdentical)) in examineMessages()
98 voteCount = msgs; in examineMessages()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions/
H A Dsubtransaction.go188 for v, voteCount := range t.voteCounts {
189 if majorityVoteCount < voteCount {
191 majorityVoteCount = voteCount
257 for _, voteCount := range t.voteCounts {
258 if voteCount >= t.threshold {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions/
H A Dsubtransaction.go188 for v, voteCount := range t.voteCounts {
189 if majorityVoteCount < voteCount {
191 majorityVoteCount = voteCount
257 for _, voteCount := range t.voteCounts {
258 if voteCount >= t.threshold {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions/
H A Dsubtransaction.go188 for v, voteCount := range t.voteCounts {
189 if majorityVoteCount < voteCount {
191 majorityVoteCount = voteCount
257 for _, voteCount := range t.voteCounts {
258 if voteCount >= t.threshold {
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dtest.sol21 uint voteCount; // number of accumulated votes
47 voteCount: 0
108 proposals[delegate_.vote].voteCount += sender.weight;
128 proposals[proposal].voteCount += sender.weight;
138 if (proposals[p].voteCount > winningVoteCount) {
139 winningVoteCount = proposals[p].voteCount;
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dtest.sol.fold21 uint voteCount; // number of accumulated votes
47 voteCount: 0
108 proposals[delegate_.vote].voteCount += sender.weight;
128 proposals[proposal].voteCount += sender.weight;
138 if (proposals[p].voteCount > winningVoteCount) <beginfold id='1'>{</beginfold id='1'>
139 winningVoteCount = proposals[p].voteCount;
/dports/lang/solidity/solidity_0.8.11/docs/examples/
H A Dvoting.rst52 uint voteCount; // number of accumulated votes
78 voteCount: 0
139 proposals[delegate_.vote].voteCount += sender.weight;
159 proposals[proposal].voteCount += sender.weight;
169 if (proposals[p].voteCount > winningVoteCount) {
170 winningVoteCount = proposals[p].voteCount;
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dtransaction_test.go457 voteCount uint
471 …{voteCount: 1, votes: []string{"foo", "bar"}, voteSucceeds: []bool{true, true}, expectedResult: tr…
472 …{voteCount: 1, votes: []string{"foo", "bar"}, voteSucceeds: []bool{true, true}, expectedResult: tr…
479 …{voteCount: 1, votes: []string{"foo", "bar"}, voteSucceeds: []bool{true, false}, expectedResult: t…
480 …{voteCount: 1, votes: []string{"foo", "rab"}, voteSucceeds: []bool{true, false}, expectedResult: t…
487 …{voteCount: 1, votes: []string{"foo", "bar", "qux"}, voteSucceeds: []bool{true, true, true}, expec…
488 …{voteCount: 0, votes: []string{"foo", "rab"}, voteSucceeds: []bool{true, false}, expectedResult: t…
495 …{voteCount: 1, votes: []string{"foo", "bar", "qux"}, voteSucceeds: []bool{true, true, true}, expec…
496 …{voteCount: 1, votes: []string{"foo", "bar", "qux"}, voteSucceeds: []bool{true, true, true}, expec…
497 …{voteCount: 1, votes: []string{"foo", "rab"}, voteSucceeds: []bool{true, false}, expectedResult: t…
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dtransaction_test.go468 voteCount uint
482 …{voteCount: 1, votes: []string{"foo", "bar"}, voteSucceeds: []bool{true, true}, expectedResult: tr…
483 …{voteCount: 1, votes: []string{"foo", "bar"}, voteSucceeds: []bool{true, true}, expectedResult: tr…
490 …{voteCount: 1, votes: []string{"foo", "bar"}, voteSucceeds: []bool{true, false}, expectedResult: t…
491 …{voteCount: 1, votes: []string{"foo", "rab"}, voteSucceeds: []bool{true, false}, expectedResult: t…
498 …{voteCount: 1, votes: []string{"foo", "bar", "qux"}, voteSucceeds: []bool{true, true, true}, expec…
499 …{voteCount: 0, votes: []string{"foo", "rab"}, voteSucceeds: []bool{true, false}, expectedResult: t…
506 …{voteCount: 1, votes: []string{"foo", "bar", "qux"}, voteSucceeds: []bool{true, true, true}, expec…
507 …{voteCount: 1, votes: []string{"foo", "bar", "qux"}, voteSucceeds: []bool{true, true, true}, expec…
508 …{voteCount: 1, votes: []string{"foo", "rab"}, voteSucceeds: []bool{true, false}, expectedResult: t…
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/
H A Dtransaction_test.go468 voteCount uint
482 …{voteCount: 1, votes: []string{"foo", "bar"}, voteSucceeds: []bool{true, true}, expectedResult: tr…
483 …{voteCount: 1, votes: []string{"foo", "bar"}, voteSucceeds: []bool{true, true}, expectedResult: tr…
490 …{voteCount: 1, votes: []string{"foo", "bar"}, voteSucceeds: []bool{true, false}, expectedResult: t…
491 …{voteCount: 1, votes: []string{"foo", "rab"}, voteSucceeds: []bool{true, false}, expectedResult: t…
498 …{voteCount: 1, votes: []string{"foo", "bar", "qux"}, voteSucceeds: []bool{true, true, true}, expec…
499 …{voteCount: 0, votes: []string{"foo", "rab"}, voteSucceeds: []bool{true, false}, expectedResult: t…
506 …{voteCount: 1, votes: []string{"foo", "bar", "qux"}, voteSucceeds: []bool{true, true, true}, expec…
507 …{voteCount: 1, votes: []string{"foo", "bar", "qux"}, voteSucceeds: []bool{true, true, true}, expec…
508 …{voteCount: 1, votes: []string{"foo", "rab"}, voteSucceeds: []bool{true, false}, expectedResult: t…
[all …]
/dports/games/openlierox/OpenLieroX/share/gamedir/scripts/
H A Ddedicated_control_usercommands.py208 voteCount = 0
213 voteCount += hnd.worms[w].Voted
219 voteCount += 1
226 …if voteCount >= needVoices or (time.time() - voteTime >= cfg.VOTING_TIME and cfg.VOTING_AUTO_ACCEP…
235 if time.time() - voteTime >= cfg.VOTING_TIME or needVoices - voteCount > notVoted:
244 io.chatMsg("Vote: " + voteDescription + ", " + str( needVoices - voteCount ) + " voices to go, " +
/dports/www/tikiwiki/tiki-21.2/lib/rating/
H A Dratinglib.php331 $voteCount = count($user_votings);
332 $percent = ( $voteCount > 0 ? 100 / $voteCount : 0 );

12