Home
last modified time | relevance | path

Searched refs:participants (Results 1 – 25 of 3518) sorted by relevance

12345678910>>...141

/dports/www/moodle39/moodle/user/tests/behat/
H A Dparticipants_in_group_modes.feature55 And I navigate to course participants
65 And I navigate to course participants
75 And I navigate to course participants
85 And I navigate to course participants
95 And I navigate to course participants
112 And I navigate to course participants
129 And I navigate to course participants
137 And I navigate to course participants
153 And I navigate to course participants
169 And I navigate to course participants
[all …]
H A Dfilter_participants.feature2 Feature: Course participants can be filtered
3 In order to filter the list of course participants
63 And I navigate to course participants
73 And I navigate to course participants
104 And I navigate to course participants
126 And I navigate to course participants
146 And I navigate to course participants
160 And I navigate to course participants
206 And I navigate to course participants
216 And I navigate to course participants
[all …]
H A Dtable_column_visibility.feature3 In order to customise my view of participants data
5 I need to be able to hide and show columns in the participants table
26 And I navigate to course participants
29 And I should see "Roles" in the "participants" "table"
30 And I should see "Student" in the "participants" "table"
34 And I should see "Roles" in the "participants" "table"
35 And I should see "Student" in the "participants" "table"
37 And I should not see "Roles" in the "participants" "table"
43 And I should not see "Roles" in the "participants" "table"
46 And I should see "Roles" in the "participants" "table"
[all …]
/dports/www/moodle310/moodle/user/tests/behat/
H A Dparticipants_in_group_modes.feature55 And I navigate to course participants
65 And I navigate to course participants
75 And I navigate to course participants
85 And I navigate to course participants
95 And I navigate to course participants
112 And I navigate to course participants
129 And I navigate to course participants
137 And I navigate to course participants
153 And I navigate to course participants
169 And I navigate to course participants
[all …]
H A Dfilter_participants.feature2 Feature: Course participants can be filtered
3 In order to filter the list of course participants
63 And I navigate to course participants
73 And I navigate to course participants
104 And I navigate to course participants
126 And I navigate to course participants
146 And I navigate to course participants
160 And I navigate to course participants
206 And I navigate to course participants
216 And I navigate to course participants
[all …]
H A Dtable_column_visibility.feature3 In order to customise my view of participants data
5 I need to be able to hide and show columns in the participants table
26 And I navigate to course participants
29 And I should see "Roles" in the "participants" "table"
30 And I should see "Student" in the "participants" "table"
34 And I should see "Roles" in the "participants" "table"
35 And I should see "Student" in the "participants" "table"
37 And I should not see "Roles" in the "participants" "table"
43 And I should not see "Roles" in the "participants" "table"
46 And I should see "Roles" in the "participants" "table"
[all …]
/dports/www/moodle311/moodle/user/tests/behat/
H A Dparticipants_in_group_modes.feature55 And I navigate to course participants
65 And I navigate to course participants
75 And I navigate to course participants
85 And I navigate to course participants
95 And I navigate to course participants
112 And I navigate to course participants
129 And I navigate to course participants
137 And I navigate to course participants
153 And I navigate to course participants
169 And I navigate to course participants
[all …]
H A Dfilter_participants.feature2 Feature: Course participants can be filtered
3 In order to filter the list of course participants
65 And I navigate to course participants
74 And I navigate to course participants
104 And I navigate to course participants
125 And I navigate to course participants
144 And I navigate to course participants
158 And I navigate to course participants
203 And I navigate to course participants
213 And I navigate to course participants
[all …]
H A Dtable_column_visibility.feature3 In order to customise my view of participants data
5 I need to be able to hide and show columns in the participants table
26 And I navigate to course participants
29 And I should see "Roles" in the "participants" "table"
30 And I should see "Student" in the "participants" "table"
34 And I should see "Roles" in the "participants" "table"
35 And I should see "Student" in the "participants" "table"
37 And I should not see "Roles" in the "participants" "table"
43 And I should not see "Roles" in the "participants" "table"
46 And I should see "Roles" in the "participants" "table"
[all …]
/dports/misc/urh/urh-2.9.2/src/urh/models/
H A DParticipantTableModel.py17 def __init__(self, participants): argument
19 self.participants = participants
31 return len(self.participants)
42 part = self.participants[i]
57 if i >= len(self.participants):
60 participant = self.participants[i]
117 if len(self.participants) < 1:
121 … start, end = len(self.participants) - 1, len(self.participants) - 1 # delete last element
132 n = len(self.participants)
151 … self.participants[i], self.participants[i - 1] = self.participants[i - 1], self.participants[i]
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
216 if (barrier->participants > 1) in BarrierArriveAndDetachExceptLast()
218 --barrier->participants; in BarrierArriveAndDetachExceptLast()
223 Assert(barrier->participants == 1); in BarrierArriveAndDetachExceptLast()
243 ++barrier->participants; in BarrierAttach()
283 int participants; in BarrierParticipants() local
286 participants = barrier->participants; in BarrierParticipants()
289 return participants; in BarrierParticipants()
308 Assert(barrier->participants > 0); in BarrierDetachImpl()
309 --barrier->participants; in BarrierDetachImpl()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
216 if (barrier->participants > 1) in BarrierArriveAndDetachExceptLast()
218 --barrier->participants; in BarrierArriveAndDetachExceptLast()
223 Assert(barrier->participants == 1); in BarrierArriveAndDetachExceptLast()
243 ++barrier->participants; in BarrierAttach()
283 int participants; in BarrierParticipants() local
286 participants = barrier->participants; in BarrierParticipants()
289 return participants; in BarrierParticipants()
308 Assert(barrier->participants > 0); in BarrierDetachImpl()
309 --barrier->participants; in BarrierDetachImpl()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants;
216 if (barrier->participants > 1)
218 --barrier->participants;
223 Assert(barrier->participants == 1);
243 ++barrier->participants;
283 int participants;
286 participants = barrier->participants;
289 return participants;
308 Assert(barrier->participants > 0);
309 --barrier->participants;
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
216 if (barrier->participants > 1) in BarrierArriveAndDetachExceptLast()
218 --barrier->participants; in BarrierArriveAndDetachExceptLast()
223 Assert(barrier->participants == 1); in BarrierArriveAndDetachExceptLast()
243 ++barrier->participants; in BarrierAttach()
283 int participants; in BarrierParticipants() local
286 participants = barrier->participants; in BarrierParticipants()
289 return participants; in BarrierParticipants()
308 Assert(barrier->participants > 0); in BarrierDetachImpl()
309 --barrier->participants; in BarrierDetachImpl()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
216 if (barrier->participants > 1) in BarrierArriveAndDetachExceptLast()
218 --barrier->participants; in BarrierArriveAndDetachExceptLast()
223 Assert(barrier->participants == 1); in BarrierArriveAndDetachExceptLast()
243 ++barrier->participants; in BarrierAttach()
283 int participants; in BarrierParticipants() local
286 participants = barrier->participants; in BarrierParticipants()
289 return participants; in BarrierParticipants()
308 Assert(barrier->participants > 0); in BarrierDetachImpl()
309 --barrier->participants; in BarrierDetachImpl()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
216 if (barrier->participants > 1) in BarrierArriveAndDetachExceptLast()
218 --barrier->participants; in BarrierArriveAndDetachExceptLast()
223 Assert(barrier->participants == 1); in BarrierArriveAndDetachExceptLast()
243 ++barrier->participants; in BarrierAttach()
283 int participants; in BarrierParticipants() local
286 participants = barrier->participants; in BarrierParticipants()
289 return participants; in BarrierParticipants()
308 Assert(barrier->participants > 0); in BarrierDetachImpl()
309 --barrier->participants; in BarrierDetachImpl()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
216 if (barrier->participants > 1) in BarrierArriveAndDetachExceptLast()
218 --barrier->participants; in BarrierArriveAndDetachExceptLast()
223 Assert(barrier->participants == 1); in BarrierArriveAndDetachExceptLast()
243 ++barrier->participants; in BarrierAttach()
283 int participants; in BarrierParticipants() local
286 participants = barrier->participants; in BarrierParticipants()
289 return participants; in BarrierParticipants()
308 Assert(barrier->participants > 0); in BarrierDetachImpl()
309 --barrier->participants; in BarrierDetachImpl()
[all …]
/dports/games/libtmcg/libTMCG-1.3.18/tests/
H A DStiglicMPC.cc47 *participants[i]->in, *participants[i]->out); in MPC_ProveBitCommitment()
69 *participants[i]->in, *participants[i]->out); in MPC_ProveBitCommitment_Hoogh()
86 *participants[from]->in, *participants[from]->out)) in MPC_VerifyBitCommitment()
102 *participants[from]->in, *participants[from]->out)) in MPC_VerifyBitCommitment_Hoogh()
131 *participants[i]->in, *participants[i]->out)) in MPC_OpenCardCommitment()
188 *participants[j]->in, *participants[j]->out); in MPC_CyclicShift()
194 *participants[i]->in >> s1; in MPC_CyclicShift()
198 *participants[i]->in, *participants[i]->out)) in MPC_CyclicShift()
229 *participants[j]->in, *participants[j]->out); in MPC_CyclicShift_Hoogh()
235 *participants[i]->in >> s1; in MPC_CyclicShift_Hoogh()
[all …]
/dports/net/sems/sems-f89581a/apps/webconference/
H A DRoomInfo.cpp61 while (it != participants.end()) {
63 participants.erase(it);
64 it=participants.begin();
80 it != participants.end(); it++) {
90 it != participants.end(); it++) {
104 it != participants.end(); it++) {
117 participants.back().number = number;
123 participants.begin(); it != participants.end();it++) {
133 participants.begin(); it != participants.end();it++) {
144 it != participants.end();it++)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/
H A DParticipantManager.java14 package org.eclipse.ltk.core.refactoring.participants;
78 RenameParticipant[] result= new RenameParticipant[participants.length]; in loadRenameParticipants()
79 System.arraycopy(participants, 0, result, 0, participants.length); in loadRenameParticipants()
125 MoveParticipant[] result= new MoveParticipant[participants.length]; in loadMoveParticipants()
126 System.arraycopy(participants, 0, result, 0, participants.length); in loadMoveParticipants()
170 DeleteParticipant[] result= new DeleteParticipant[participants.length]; in loadDeleteParticipants()
171 System.arraycopy(participants, 0, result, 0, participants.length); in loadDeleteParticipants()
217 CreateParticipant[] result= new CreateParticipant[participants.length]; in loadCreateParticipants()
218 System.arraycopy(participants, 0, result, 0, participants.length); in loadCreateParticipants()
266 CopyParticipant[] result= new CopyParticipant[participants.length]; in loadCopyParticipants()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
107 barrier->static_party = participants > 0; in BarrierInit()
221 ++barrier->participants; in BarrierAttach()
261 int participants; in BarrierParticipants() local
264 participants = barrier->participants; in BarrierParticipants()
267 return participants; in BarrierParticipants()
286 Assert(barrier->participants > 0); in BarrierDetachImpl()
287 --barrier->participants; in BarrierDetachImpl()
294 if ((arrive || barrier->participants > 0) && in BarrierDetachImpl()
295 barrier->arrived == barrier->participants) in BarrierDetachImpl()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
107 barrier->static_party = participants > 0; in BarrierInit()
221 ++barrier->participants; in BarrierAttach()
261 int participants; in BarrierParticipants() local
264 participants = barrier->participants; in BarrierParticipants()
267 return participants; in BarrierParticipants()
286 Assert(barrier->participants > 0); in BarrierDetachImpl()
287 --barrier->participants; in BarrierDetachImpl()
294 if ((arrive || barrier->participants > 0) && in BarrierDetachImpl()
295 barrier->arrived == barrier->participants) in BarrierDetachImpl()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
107 barrier->static_party = participants > 0; in BarrierInit()
221 ++barrier->participants; in BarrierAttach()
261 int participants; in BarrierParticipants() local
264 participants = barrier->participants; in BarrierParticipants()
267 return participants; in BarrierParticipants()
286 Assert(barrier->participants > 0); in BarrierDetachImpl()
287 --barrier->participants; in BarrierDetachImpl()
294 if ((arrive || barrier->participants > 0) && in BarrierDetachImpl()
295 barrier->arrived == barrier->participants) in BarrierDetachImpl()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
107 barrier->static_party = participants > 0; in BarrierInit()
221 ++barrier->participants; in BarrierAttach()
261 int participants; in BarrierParticipants() local
264 participants = barrier->participants; in BarrierParticipants()
267 return participants; in BarrierParticipants()
286 Assert(barrier->participants > 0); in BarrierDetachImpl()
287 --barrier->participants; in BarrierDetachImpl()
294 if ((arrive || barrier->participants > 0) && in BarrierDetachImpl()
295 barrier->arrived == barrier->participants) in BarrierDetachImpl()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c103 barrier->participants = participants; in BarrierInit()
107 barrier->static_party = participants > 0; in BarrierInit()
221 ++barrier->participants; in BarrierAttach()
261 int participants; in BarrierParticipants() local
264 participants = barrier->participants; in BarrierParticipants()
267 return participants; in BarrierParticipants()
286 Assert(barrier->participants > 0); in BarrierDetachImpl()
287 --barrier->participants; in BarrierDetachImpl()
294 if ((arrive || barrier->participants > 0) && in BarrierDetachImpl()
295 barrier->arrived == barrier->participants) in BarrierDetachImpl()
[all …]

12345678910>>...141