Home
last modified time | relevance | path

Searched refs:voting (Results 1 – 25 of 2163) sorted by relevance

12345678910>>...87

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LabelVoting/test/
H A DitkVotingBinaryIterativeHoleFillingImageFilterTest.cxx60 itk::VotingBinaryIterativeHoleFillingImageFilter<ImageType>::Pointer voting; in itkVotingBinaryIterativeHoleFillingImageFilterTest() local
62 voting->SetInput( thresholder->GetOutput()); in itkVotingBinaryIterativeHoleFillingImageFilterTest()
63 voting->SetForegroundValue( foreground ); in itkVotingBinaryIterativeHoleFillingImageFilterTest()
64 voting->SetBackgroundValue( background ); in itkVotingBinaryIterativeHoleFillingImageFilterTest()
70 voting->SetRadius(neighRadius); in itkVotingBinaryIterativeHoleFillingImageFilterTest()
74 voting->SetMaximumNumberOfIterations( 10 ); in itkVotingBinaryIterativeHoleFillingImageFilterTest()
79 voting->SetMajorityThreshold( 1 ); in itkVotingBinaryIterativeHoleFillingImageFilterTest()
82 voting->Update(); in itkVotingBinaryIterativeHoleFillingImageFilterTest()
113 it = itk::ImageRegionIterator<ImageType>(voting->GetOutput(), in itkVotingBinaryIterativeHoleFillingImageFilterTest()
114 voting->GetOutput()->GetBufferedRegion()); in itkVotingBinaryIterativeHoleFillingImageFilterTest()
[all …]
H A DitkVotingBinaryHoleFillingImageFilterTest.cxx70 VotingBinaryHoleFillingImageFilterType::Pointer voting = in itkVotingBinaryHoleFillingImageFilterTest() local
73 EXERCISE_BASIC_OBJECT_METHODS( voting, VotingBinaryHoleFillingImageFilter, in itkVotingBinaryHoleFillingImageFilterTest()
80 voting->SetRadius( neighRadius ); in itkVotingBinaryHoleFillingImageFilterTest()
85 voting->SetMajorityThreshold( majorityThreshold ); in itkVotingBinaryHoleFillingImageFilterTest()
86 TEST_SET_GET_VALUE( majorityThreshold, voting->GetMajorityThreshold() ); in itkVotingBinaryHoleFillingImageFilterTest()
88 voting->SetForegroundValue( foreground ); in itkVotingBinaryHoleFillingImageFilterTest()
89 voting->SetBackgroundValue( background ); in itkVotingBinaryHoleFillingImageFilterTest()
91 voting->SetInput( thresholder->GetOutput()); in itkVotingBinaryHoleFillingImageFilterTest()
94 TRY_EXPECT_NO_EXCEPTION( voting->Update() ); in itkVotingBinaryHoleFillingImageFilterTest()
98 << voting->GetNumberOfPixelsChanged() << std::endl; in itkVotingBinaryHoleFillingImageFilterTest()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository/
H A Dremove_test.go45 var votes []voting.Vote
47 VoteFn: func(ctx context.Context, tx txinfo.Transaction, vote voting.Vote) error {
62 votes = []voting.Vote{}
68 require.Equal(t, []voting.Vote{
69 voting.VoteFromData([]byte(fmt.Sprintf("pre-remove %s", repo.GetRelativePath()))),
70 voting.VoteFromData([]byte(fmt.Sprintf("post-remove %s", repo.GetRelativePath()))),
75 votes = []voting.Vote{}
85 require.Equal(t, []voting.Vote{
86 voting.VoteFromData([]byte("pre-remove /does/not/exist")),
87 voting.VoteFromData([]byte("post-remove /does/not/exist")),
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository/
H A Dremove_test.go45 var votes []voting.Vote
47 VoteFn: func(ctx context.Context, tx txinfo.Transaction, vote voting.Vote) error {
62 votes = []voting.Vote{}
68 require.Equal(t, []voting.Vote{
69 voting.VoteFromData([]byte(fmt.Sprintf("pre-remove %s", repo.GetRelativePath()))),
70 voting.VoteFromData([]byte(fmt.Sprintf("post-remove %s", repo.GetRelativePath()))),
75 votes = []voting.Vote{}
85 require.Equal(t, []voting.Vote{
86 voting.VoteFromData([]byte("pre-remove /does/not/exist")),
87 voting.VoteFromData([]byte("post-remove /does/not/exist")),
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/ensemble/tests/
H A Dtest_voting.py63 voting="hard",
77 voting="soft",
125 voting="soft",
186 voting="hard",
193 voting="soft",
229 voting="soft",
387 voting="hard",
393 voting="hard",
433 voting="soft",
440 voting="soft",
[all …]
/dports/sysutils/consul/consul-1.10.3/website/content/docs/enterprise/
H A Dredundancy.mdx18 both scaling and resiliency benefits by enabling the deployment of non-voting
19 servers alongside voting servers on a per availability zone basis.
22 could have 2 (or more) servers (1 voting/1 non-voting) in each zone. In the event that a voting
24 promote the non-voting member to a voting member. In the event that an entire availability
25 zone was lost, a non-voting member in one of the existing availability zones would promote
26 to a voting member, keeping server quorum. This capability functions as a "hot standby"
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/website/pages/docs/enterprise/
H A Dredundancy.mdx17 both scaling and resiliency benefits by enabling the deployment of non-voting
18 servers alongside voting servers on a per availability zone basis.
21 could have 2 (or more) servers (1 voting/1 non-voting) in each zone. In the event that a voting
23 promote the non-voting member to a voting member. In the event that an entire availability
24 zone was lost, a non-voting member in one of the existing availability zones would promote
25 to a voting member, keeping server quorum. This capability functions as a "hot standby"
H A Dread-scale.mdx9 non-voting servers.
19 to include voting and non-voting servers. Non-voting servers still receive data from the cluster re…
24 documentation and the [-non-voting-server](/docs/agent/options#_non_voting_server)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/website/content/docs/enterprise/
H A Dredundancy.mdx18 both scaling and resiliency benefits by enabling the deployment of non-voting
19 servers alongside voting servers on a per availability zone basis.
22 could have 2 (or more) servers (1 voting/1 non-voting) in each zone. In the event that a voting
24 promote the non-voting member to a voting member. In the event that an entire availability
25 zone was lost, a non-voting member in one of the existing availability zones would promote
26 to a voting member, keeping server quorum. This capability functions as a "hot standby"
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/website/content/docs/enterprise/
H A Dredundancy.mdx18 both scaling and resiliency benefits by enabling the deployment of non-voting
19 servers alongside voting servers on a per availability zone basis.
22 could have 2 (or more) servers (1 voting/1 non-voting) in each zone. In the event that a voting
24 promote the non-voting member to a voting member. In the event that an entire availability
25 zone was lost, a non-voting member in one of the existing availability zones would promote
26 to a voting member, keeping server quorum. This capability functions as a "hot standby"
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/
H A DVotes.hs44 case voting rm of
47 Just voting ->
48 if (not forced) && (uid `L.notElem` entitledToVote voting) then
50 else if (not forced) && (uid `L.elem` map fst (votes voting)) then
56 <$> (actOnVoting $ voting{votes = (uid, vote):votes voting}) function
72 return [ModifyRoom $ \r -> r{voting = Just vt}]
78 , ModifyRoom (\r -> r{voting = Nothing})
142 if isJust $ voting rm then
146 ModifyRoom (\r -> r{voting = Just (newVoting vt){entitledToVote = uids}})
160 e <- room'sM rnc voting ri
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/gameServer/
H A DVotes.hs44 case voting rm of
47 Just voting ->
48 if (not forced) && (uid `L.notElem` entitledToVote voting) then
50 else if (not forced) && (uid `L.elem` map fst (votes voting)) then
56 <$> (actOnVoting $ voting{votes = (uid, vote):votes voting}) function
72 return [ModifyRoom $ \r -> r{voting = Just vt}]
78 , ModifyRoom (\r -> r{voting = Nothing})
142 if isJust $ voting rm then
146 ModifyRoom (\r -> r{voting = Just (newVoting vt){entitledToVote = uids}})
160 e <- room'sM rnc voting ri
[all …]
/dports/devel/bugzilla50/bugzilla-5.0.4/extensions/Voting/template/en/default/hook/global/
H A Duser-error-errors.html.tmpl11 [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
16 [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
30 [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
38 [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
/dports/devel/bugzilla44/bugzilla-4.4.13/extensions/Voting/template/en/default/hook/global/
H A Duser-error-errors.html.tmpl11 [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
16 [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
30 [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
38 [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/public/execution_context_priority/
H A Dexecution_context_priority.h56 using Vote = voting::
58 using VoteReceipt = voting::VoteReceipt<Vote>;
59 using VotingChannel = voting::VotingChannel<Vote>;
60 using VotingChannelFactory = voting::VotingChannelFactory<Vote>;
61 using VoteConsumer = voting::VoteConsumer<Vote>;
62 using AcceptedVote = voting::AcceptedVote<Vote>;
H A Doverride_vote_aggregator.h36 voting::VoterId<Vote> voter_id,
79 voting::VoterId<Vote> override_voter_id_ = voting::kInvalidVoterId<Vote>;
80 voting::VoterId<Vote> default_voter_id_ = voting::kInvalidVoterId<Vote>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/freezing/
H A Dfreezing_vote_aggregator.h25 voting::Vote<PageNode, FreezingVoteValue, FreezingVoteValue::kCannotFreeze>;
26 using FreezingVoteReceipt = voting::VoteReceipt<FreezingVote>;
27 using FreezingVotingChannel = voting::VotingChannel<FreezingVote>;
28 using FreezingVoteConsumer = voting::VoteConsumer<FreezingVote>;
29 using AcceptedFreezingVote = voting::AcceptedVote<FreezingVote>;
30 using FreezingVotingChannelFactory = voting::VotingChannelFactory<FreezingVote>;
53 voting::VoterId<FreezingVote> voter_id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/
H A Dvoting_unittest.cc18 using TestVote = voting::Vote<void, int, 0>;
19 using TestVoteReceipt = voting::VoteReceipt<TestVote>;
20 using TestVotingChannel = voting::VotingChannel<TestVote>;
21 using TestVotingChannelFactory = voting::VotingChannelFactory<TestVote>;
22 using TestVoteConsumer = voting::VoteConsumer<TestVote>;
23 using TestAcceptedVote = voting::AcceptedVote<TestVote>;
25 using DummyVoter = voting::test::DummyVoter<TestVote>;
26 using DummyVoteConsumer = voting::test::DummyVoteConsumer<TestVote>;
27 using DummyVoteObserver = voting::test::DummyVoteObserver<TestVote>;
72 EXPECT_NE(voting::kInvalidVoterId<TestVote>, in TEST()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/smarty_tiki/
H A Dfunction.rating_result.php17 foreach ($votings as $vote => $voting) {
19 $extra_info = '/' . $voting['percent'] . '%)';
23 $tableBody .= '<td style="width:' . $voting['percent'] . '%; text-align: center;">
26 '(' . $voting['votes'] . $extra_info .
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/test_support/
H A Dvoting.h17 namespace voting {
37 voting::VoterId<VoteImpl> voter_id,
52 voting::VoterId<VoteImpl> voter_id,
95 void OnVoteSubmitted(voting::VoterId<VoteImpl> voter_id,
98 void OnVoteChanged(voting::VoterId<VoteImpl> voter_id,
101 void OnVoteInvalidated(voting::VoterId<VoteImpl> voter_id,
104 bool HasVote(voting::VoterId<VoteImpl> voter_id,
110 std::map<voting::VoterId<VoteImpl>, std::map<const ContextType*, VoteImpl>>
126 voting::VoterId<VoteImpl> voter_id, in SubmitVote()
179 voting::VoterId<VoteImpl> voter_id, in ExpectValidVote()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions/
H A Dsubtransaction_test.go124 var zeroVote voting.Vote
134 vote voting.Vote
136 expectedVoteCounts map[voting.Vote]uint
150 expectedVoteCounts: map[voting.Vote]uint{
165 expectedVoteCounts: map[voting.Vote]uint{
181 expectedVoteCounts: map[voting.Vote]uint{
228 expectedVoteCounts: map[voting.Vote]uint{
319 voteCounts := make(map[voting.Vote]uint)
423 voteCounts := make(map[voting.Vote]uint)
453 vote voting.Vote
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions/
H A Dsubtransaction_test.go124 var zeroVote voting.Vote
134 vote voting.Vote
136 expectedVoteCounts map[voting.Vote]uint
150 expectedVoteCounts: map[voting.Vote]uint{
165 expectedVoteCounts: map[voting.Vote]uint{
181 expectedVoteCounts: map[voting.Vote]uint{
228 expectedVoteCounts: map[voting.Vote]uint{
319 voteCounts := make(map[voting.Vote]uint)
423 voteCounts := make(map[voting.Vote]uint)
453 vote voting.Vote
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions/
H A Dsubtransaction_test.go124 var zeroVote voting.Vote
134 vote voting.Vote
136 expectedVoteCounts map[voting.Vote]uint
150 expectedVoteCounts: map[voting.Vote]uint{
165 expectedVoteCounts: map[voting.Vote]uint{
181 expectedVoteCounts: map[voting.Vote]uint{
228 expectedVoteCounts: map[voting.Vote]uint{
319 voteCounts := make(map[voting.Vote]uint)
423 voteCounts := make(map[voting.Vote]uint)
453 vote voting.Vote
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/ensemble/
H A D_voting.py272 voting="hard",
279 self.voting = voting
315 if self.voting not in ("soft", "hard"):
317 "Voting must be 'soft' or 'hard'; got (voting=%r)" % self.voting
340 if self.voting == "soft":
360 if self.voting == "hard":
410 if self.voting == "soft":
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/doc/design/
H A Dapplication-topologies.md8 … support and priority. It's based off [the docker voting app](https://github.com/docker/example-vo…
11 1. unmodified voting app
12 2. voting app using non-containerized database with direct exposure to an external network on the f…
14voting app](https://github.com/vmware/vic/doc/application_workflow/voting_app.md) illustrates scen…

12345678910>>...87