Home
last modified time | relevance | path

Searched refs:participants (Results 251 – 275 of 6206) sorted by relevance

1...<<11121314151617181920>>...249

/dports/www/ilias/ILIAS-5.4.25/Modules/Course/classes/
H A Dclass.ilObjCourseAccess.php82 $participants = ilCourseParticipant::_getInstanceByObjId($a_obj_id, $a_user_id);
84 $participants = ilCourseParticipants::_getInstanceByObjId($a_obj_id);
90 … if ($participants->isBlocked($a_user_id) and $participants->isAssigned($a_user_id)) {
111 if (!$participants->isAssigned($a_user_id)) {
157 … if ($participants->isBlocked($a_user_id) and $participants->isAssigned($a_user_id)) {
168 if ($participants->isAssigned($a_user_id)) {
/dports/www/ilias/ILIAS-5.4.25/Modules/Group/UserActions/classes/
H A Dclass.ilGroupAddToGroupActionGUI.php199 …$participants = ilParticipants::getInstanceByObjId(ilObject::_lookupObjId((int) $_GET["grp_act_ref…
200 if ($participants->isMember((int) $_GET["user_id"])) {
250 $participants = ilParticipants::getInstanceByObjId($group->getId());
252 $participants->add($user_id, IL_GRP_MEMBER);
255 $participants->sendNotification(
405 $participants = ilParticipants::getInstanceByObjId($newObj->getId());
407 $participants->add($user_id, IL_GRP_MEMBER);
410 $participants->sendNotification(
/dports/www/ilias6/ILIAS-6.14/Modules/Course/classes/
H A Dclass.ilObjCourseAccess.php87 $participants = ilCourseParticipant::_getInstanceByObjId($a_obj_id, $a_user_id);
89 $participants = ilCourseParticipants::_getInstanceByObjId($a_obj_id);
95 … if ($participants->isBlocked($a_user_id) and $participants->isAssigned($a_user_id)) {
116 if (!$participants->isAssigned($a_user_id)) {
162 … if ($participants->isBlocked($a_user_id) and $participants->isAssigned($a_user_id)) {
173 if ($participants->isAssigned($a_user_id)) {
/dports/www/ilias6/ILIAS-6.14/Modules/Group/UserActions/classes/
H A Dclass.ilGroupAddToGroupActionGUI.php199 …$participants = ilParticipants::getInstanceByObjId(ilObject::_lookupObjId((int) $_GET["grp_act_ref…
200 if ($participants->isMember((int) $_GET["user_id"])) {
250 $participants = ilParticipants::getInstanceByObjId($group->getId());
252 $participants->add($user_id, IL_GRP_MEMBER);
255 $participants->sendNotification(
405 $participants = ilParticipants::getInstanceByObjId($newObj->getId());
407 $participants->add($user_id, IL_GRP_MEMBER);
410 $participants->sendNotification(
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningSequence/classes/Members/
H A Dclass.ilLearningSequenceMembershipGUI.php155 $participants = (array) $_POST['visible_member_ids'];
158 foreach ($participants as $participant) {
184 …protected function initEditParticipantTableGUI(array $participants) : ilLearningSequenceEditPartic… argument
196 $table->setData($this->readMemberData($participants));
257 if ($this->participants instanceof ilParticipants) {
258 return $this->participants;
260 … return $this->participants = ilParticipants::getInstance($this->getParentObject()->getRefId());
/dports/www/ilias6/ILIAS-6.14/Modules/LearningSequence/classes/Members/
H A Dclass.ilLearningSequenceMembershipGUI.php155 $participants = (array) $_POST['visible_member_ids'];
158 foreach ($participants as $participant) {
184 …protected function initEditParticipantTableGUI(array $participants) : ilLearningSequenceEditPartic… argument
196 $table->setData($this->readMemberData($participants));
257 if ($this->participants instanceof ilParticipants) {
258 return $this->participants;
260 … return $this->participants = ilParticipants::getInstance($this->getParentObject()->getRefId());
/dports/security/keybase/client-v5.7.1/shared/chat/
H A Dselectable-small-team.tsx18 participants: Array<string>
41 if (!props.teamname && props.participants.length === 0) {
82 participants={props.participants}
90 participants={props.teamname ? [props.teamname] : props.participants}
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/net/buddy/
H A DBuddyPluginAZ2.java591 private Map participants = new HashMap(); field in BuddyPluginAZ2.chatInstance
730 synchronized( participants ){ in sendMessageBase()
732 ps = new HashMap( participants ); in sendMessageBase()
778 synchronized( participants ){ in addParticipant()
780 p = (chatParticipant)participants.get( pk ); in addParticipant()
796 participants.put( pk, p ); in addParticipant()
861 synchronized( participants ){ in getParticipant()
877 synchronized( participants ){ in getParticipants()
881 participants.values().toArray( res ); in getParticipants()
893 synchronized( participants ){ in removeParticipant()
[all …]
/dports/security/keybase/client-v5.7.1/shared/chat/inbox/
H A Dindex.stories.tsx62 participants: ['chris'],
83 participants: ['chris', 'mikem'],
135 participants: ['jzila'],
146 participants: ['jzila'],
169 participants: ['jacobyoung'],
180 participants: ['nathunsmitty'],
187 participants: ['ayoubd'],
195 participants: ['cnojima'],
203 participants: ['max'],
211 participants: ['nathunsmitty'],
[all …]
/dports/www/moodle39/moodle/user/tests/behat/
H A Dview_participants.feature2 Feature: View course participants
5 I need to be able to view the participants on a course
61 And I navigate to course participants
115 And I navigate to course participants
135 And I navigate to course participants
234 Scenario: View the participants page as a teacher
237 When I navigate to course participants
258 Scenario: View the participants page as a student
261 When I navigate to course participants
280 And I navigate to course participants
[all …]
H A Dfilter_participants_showall.feature3 Feature: Course participants can be filtered to display all the users
4 In order to filter the list of course participants
6 …I need to visit the course participants page, apply the appropriate filters and show all users per…
76 And I navigate to course participants
81 Then I should see "24 participants found"
93 And I navigate to course participants
98 Then I should see "23 participants found"
109 And I navigate to course participants
120 Then I should see "23 participants found"
/dports/www/moodle310/moodle/user/tests/behat/
H A Dview_participants.feature2 Feature: View course participants
5 I need to be able to view the participants on a course
61 And I navigate to course participants
115 And I navigate to course participants
135 And I navigate to course participants
234 Scenario: View the participants page as a teacher
237 When I navigate to course participants
258 Scenario: View the participants page as a student
261 When I navigate to course participants
280 And I navigate to course participants
[all …]
H A Dfilter_participants_showall.feature3 Feature: Course participants can be filtered to display all the users
4 In order to filter the list of course participants
6 …I need to visit the course participants page, apply the appropriate filters and show all users per…
76 And I navigate to course participants
81 Then I should see "24 participants found"
93 And I navigate to course participants
98 Then I should see "23 participants found"
109 And I navigate to course participants
120 Then I should see "23 participants found"
/dports/www/moodle311/moodle/user/tests/behat/
H A Dview_participants.feature2 Feature: View course participants
5 I need to be able to view the participants on a course
61 And I navigate to course participants
115 And I navigate to course participants
135 And I navigate to course participants
234 Scenario: View the participants page as a teacher
237 When I navigate to course participants
258 Scenario: View the participants page as a student
261 When I navigate to course participants
280 And I navigate to course participants
[all …]
H A Dfilter_participants_showall.feature3 Feature: Course participants can be filtered to display all the users
4 In order to filter the list of course participants
6 …I need to visit the course participants page, apply the appropriate filters and show all users per…
76 And I navigate to course participants
81 Then I should see "24 participants found"
93 And I navigate to course participants
98 Then I should see "23 participants found"
109 And I navigate to course participants
120 Then I should see "23 participants found"
/dports/www/moodle311/moodle/mod/workshop/allocation/manual/
H A Dlib.php212 … $participants = $this->workshop->get_participants(false, $groupid, $perpage * $page, $perpage);
216 …$participants = array_intersect_key($participants, array($hlauthorid => null, $hlreviewerid => nul…
223 $userinfo = $participants;
226 $submissions = $this->workshop->get_submissions(array_keys($participants));
271 if ($participants) {
272 …list($participantids, $params) = $DB->get_in_or_equal(array_keys($participants), SQL_PARAMS_NAMED);
305 foreach ($participants as $participant) {
312 unset($participants);
/dports/net-mgmt/percona-monitoring-plugins/percona-monitoring-plugins-1.1.8/cacti/bin/
H A Dpmp-cacti-extract-template85 my @participants = map {
90 push @mutex, \@participants;
94 push @atleast1, \@participants;
99 my @participants = map {
103 $copyfrom{$participants[0]} = $participants[1];
104 $ENV{MKDEBUG} && _d(@participants, ' copy from each other');
166 my @participants;
169 push @participants, $long;
173 push @participants, $short;
177 $ENV{MKDEBUG} && _d("Participants for $str: ", @participants);
[all …]
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/coinflip/
H A Dindex.stories.tsx6 import CoinFlipParticipants, {Props as PProps} from './participants'
49 participants: [],
61 participants: parts.slice(0, 2),
73 participants: parts,
75 progressText: '2 participants have revealed secrets...',
89 participants: [],
183 participants: parts,
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dparticipantsource.go174 participants, err := s.GetParticipantsFromUids(ctx, r.Uids)
180 convIDStr: utils.PresentConversationParticipantsLocal(ctx, participants),
189 ) (participants []chat1.ConversationLocalParticipant, err error) {
199 participants = make([]chat1.ConversationLocalParticipant, 0, len(uids))
201 participants = append(participants, utils.UsernamePackageToParticipant(row))
203 return participants, nil
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Rhymen/go-whatsapp/
H A Dcontact.go191 func (wac *Conn) setGroup(t, jid, subject string, participants []string) (<-chan string, error) {
197 p := buildParticipantNodes(participants)
229 func buildParticipantNodes(participants []string) []binary.Node {
230 l := len(participants)
231 if participants == nil || l == 0 {
235 p := make([]binary.Node, len(participants))
236 for i, participant := range participants {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/
H A DSearchParticipantsExtensionPoint.java61 private void collectParticipants(Set<SearchParticipantRecord> participants, IProject[] projects) { in collectParticipants() argument
71 participants.add(new SearchParticipantRecord(participant, participant.create())); in collectParticipants()
89 SearchParticipantRecord[] participants= new SearchParticipantRecord[participantSet.size()]; in getSearchParticipants() local
90 return participantSet.toArray(participants); in getSearchParticipants()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/
H A DImportBreakpointsOperation.java184 IBreakpointImportParticipant[] participants = null; in run() local
202participants = fManager.getImportParticipants((String) attributes.get(IImportExportConstants.IE_NO… in run()
205 IMarker marker = findExistingMarker(attributes, participants); in run()
208 restoreBreakpoint(marker, attributes, participants); in run()
217 restoreBreakpoint(marker, attributes, participants); in run()
244 …r findExistingMarker(Map<String, Object> attributes, IBreakpointImportParticipant[] participants) { in findExistingMarker() argument
247 for (IBreakpointImportParticipant participant : participants) { in findExistingMarker()
329 …Marker marker, final Map<String, Object> attributes, IBreakpointImportParticipant[] participants) { in restoreBreakpoint() argument
348 if(participants != null) { in restoreBreakpoint()
349 for (IBreakpointImportParticipant participant : participants) { in restoreBreakpoint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/
H A DRenameModifications.java36 import org.eclipse.ltk.core.refactoring.participants.IParticipantDescriptorFilter;
37 import org.eclipse.ltk.core.refactoring.participants.MoveArguments;
38 import org.eclipse.ltk.core.refactoring.participants.ParticipantManager;
39 import org.eclipse.ltk.core.refactoring.participants.RefactoringArguments;
40 import org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant;
41 import org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor;
42 import org.eclipse.ltk.core.refactoring.participants.RenameArguments;
43 import org.eclipse.ltk.core.refactoring.participants.SharableParticipants;
44 import org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker;
58 import org.eclipse.jdt.internal.corext.refactoring.participants.ResourceModifications;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DTestChangeMethodSignaturParticipant.java25 import org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext;
31 import org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments;
32 import org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.Parameter;
33 import org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.ThrownException;
34 import org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureParticipant;
/dports/www/ilias/ILIAS-5.4.25/Modules/Group/classes/
H A Dclass.ilGroupMembershipGUI.php113 $participants = (array) $_POST['visible_member_ids'];
119 foreach ($participants as $mem_id) {
158 * @param array $participants
161 protected function initEditParticipantTableGUI(array $participants) argument
166 $table->setData($this->getParentGUI()->readMemberData($participants));

1...<<11121314151617181920>>...249