Home
last modified time | relevance | path

Searched refs:participants (Results 151 – 175 of 5822) sorted by relevance

12345678910>>...233

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring/resource/
H A DResourceModifications.java28 import org.eclipse.ltk.core.refactoring.participants.CopyArguments;
29 import org.eclipse.ltk.core.refactoring.participants.CopyParticipant;
30 import org.eclipse.ltk.core.refactoring.participants.CreateArguments;
31 import org.eclipse.ltk.core.refactoring.participants.CreateParticipant;
32 import org.eclipse.ltk.core.refactoring.participants.DeleteArguments;
33 import org.eclipse.ltk.core.refactoring.participants.DeleteParticipant;
34 import org.eclipse.ltk.core.refactoring.participants.MoveArguments;
35 import org.eclipse.ltk.core.refactoring.participants.MoveParticipant;
36 import org.eclipse.ltk.core.refactoring.participants.ParticipantManager;
39 import org.eclipse.ltk.core.refactoring.participants.RenameArguments;
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/coll/
H A Dcoll5.c18 int participants; in main() local
27 if ( size > MAX_PROCESSES ) participants = MAX_PROCESSES; in main()
28 else participants = size; in main()
29 if ( (rank < participants) ) { in main()
35 for ( i=0; i<participants; i++) { in main()
H A Dcoll4.c18 int participants; in main() local
29 participants = MAX_PROCESSES; in main()
33 participants = size; in main()
36 if ( (rank < participants) ) { in main()
42 for ( i=0; i<participants; i++) in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/coll/
H A Dcoll5.c18 int participants; in main() local
28 participants = MAX_PROCESSES; in main()
30 participants = size; in main()
31 if ((rank < participants)) { in main()
37 for (i = 0; i < participants; i++) { in main()
H A Dcoll4.c18 int participants; in main() local
29 participants = MAX_PROCESSES; in main()
32 participants = size; in main()
35 if ((rank < participants)) { in main()
41 for (i = 0; i < participants; i++) in main()
/dports/net-im/nextcloud-talk/spreed/lib/Command/Room/
H A DTRoomCommand.php220 foreach ($participants as $participant) {
259 $participants = [];
270 if (isset($participants[$user->getUID()])) {
284 $participants[] = [
291 $this->participantService->addUsers($room, $participants);
324 $participants = [];
337 $participants[] = $participant;
341 foreach ($participants as $participant) {
353 $participants = [];
362 $participants[] = $participant;
[all …]
/dports/www/moodle310/moodle/mod/forum/tests/behat/
H A Dno_groups_in_course.feature29 | Subject | Teacher -> All participants |
30 | Message | Teacher -> All participants |
33 And I should see "Teacher -> All participants"
42 | Subject | Teacher -> All participants |
43 | Message | Teacher -> All participants |
46 And I should see "Teacher -> All participants"
55 | Subject | Teacher -> All participants |
56 | Message | Teacher -> All participants |
59 And I should see "Teacher -> All participants"
68 | Subject | Student -> All participants |
[all …]
/dports/www/moodle311/moodle/mod/forum/tests/behat/
H A Dno_groups_in_course.feature29 | Subject | Teacher -> All participants |
30 | Message | Teacher -> All participants |
33 And I should see "Teacher -> All participants"
42 | Subject | Teacher -> All participants |
43 | Message | Teacher -> All participants |
46 And I should see "Teacher -> All participants"
55 | Subject | Teacher -> All participants |
56 | Message | Teacher -> All participants |
59 And I should see "Teacher -> All participants"
68 | Subject | Student -> All participants |
[all …]
/dports/www/moodle39/moodle/mod/forum/tests/behat/
H A Dno_groups_in_course.feature29 | Subject | Teacher -> All participants |
30 | Message | Teacher -> All participants |
33 And I should see "Teacher -> All participants"
42 | Subject | Teacher -> All participants |
43 | Message | Teacher -> All participants |
46 And I should see "Teacher -> All participants"
55 | Subject | Teacher -> All participants |
56 | Message | Teacher -> All participants |
59 And I should see "Teacher -> All participants"
68 | Subject | Student -> All participants |
[all …]
/dports/net/sems/sems-f89581a/core/
H A DAmConferenceStatus.cpp139 int participants = sessions.size(); in postConferenceEvent() local
145 participants,conf_id,sess_id) in postConferenceEvent()
161 int participants = sessions.size()+1; in getChannel() local
166 participants,conf_id,sess_id) in getChannel()
192 unsigned int participants=0; in releaseChannel() local
204 participants = channels.size(); in releaseChannel()
211 participants, in releaseChannel()
218 participants = channels.size(); in releaseChannel()
224 return participants; in releaseChannel()
/dports/databases/db18/db-18.1.40/test/tcl/
H A Drep067.tcl115 set participants 2
117 set participants 3
119 for { set i 0 } { $i < $participants } { incr i } {
133 set winner [expr $participants - 1]
138 $qdir "Rep$tnum.c" $initiator $nsites $nvotes $participants \
174 set participants 2
177 $participants $winner $reopen_flag NULL 0 0 $elect_timeout
283 set participants 2
292 $qdir "Rep$tnum.e" $initiator $nsites $nvotes $participants \
/dports/databases/db5/db-5.3.28/test/tcl/
H A Drep067.tcl115 set participants 2
117 set participants 3
119 for { set i 0 } { $i < $participants } { incr i } {
133 set winner [expr $participants - 1]
138 $qdir "Rep$tnum.c" $initiator $nsites $nvotes $participants \
174 set participants 2
177 $participants $winner $reopen_flag NULL 0 0 $elect_timeout
283 set participants 2
292 $qdir "Rep$tnum.e" $initiator $nsites $nvotes $participants \
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/src/org/eclipse/ltk/core/refactoring/tests/participants/
H A DSharedTextChangeTests.java14 package org.eclipse.ltk.core.refactoring.tests.participants;
35 import org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext;
36 import org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant;
37 import org.eclipse.ltk.core.refactoring.participants.RenameArguments;
38 import org.eclipse.ltk.core.refactoring.participants.RenameParticipant;
39 import org.eclipse.ltk.core.refactoring.participants.RenameProcessor;
40 import org.eclipse.ltk.core.refactoring.participants.RenameRefactoring;
41 import org.eclipse.ltk.core.refactoring.participants.SharableParticipants;
H A DElementRenameProcessor.java16 package org.eclipse.ltk.core.refactoring.tests.participants;
28 import org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext;
29 import org.eclipse.ltk.core.refactoring.participants.ParticipantManager;
30 import org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant;
31 import org.eclipse.ltk.core.refactoring.participants.RenameArguments;
32 import org.eclipse.ltk.core.refactoring.participants.RenameProcessor;
33 import org.eclipse.ltk.core.refactoring.participants.SharableParticipants;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.core.filebuffers/src/org/eclipse/core/internal/filebuffers/
H A DResourceExtensionRegistry.java122 Set<IDocumentSetupParticipant> participants= new HashSet<>(); in getDocumentSetupParticipants() local
126 participants.addAll(p); in getDocumentSetupParticipants()
130 participants.addAll(p); in getDocumentSetupParticipants()
134 participants.addAll(p); in getDocumentSetupParticipants()
138 participants.addAll(p); in getDocumentSetupParticipants()
140 IDocumentSetupParticipant[] result= new IDocumentSetupParticipant[participants.size()]; in getDocumentSetupParticipants()
141 participants.toArray(result); in getDocumentSetupParticipants()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/
H A DAdvancedSourceLookupDirector.java44 final List<ISourceLookupParticipant> participants = new ArrayList<>(); in initializeParticipants() local
46 participants.addAll(getSourceLookupParticipants()); in initializeParticipants()
51 participants.add(new JavaSourceLookupParticipant()); in initializeParticipants()
53 addParticipants(participants.toArray(new ISourceLookupParticipant[participants.size()])); in initializeParticipants()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_chat.cpp124 participants.clear(); in invalidateParticipants()
166 if (participants.empty()) { in refreshBotStatus()
305 || (!chat->participants.empty() in ApplyChatUpdate()
311 if (chat->participants.empty()) { in ApplyChatUpdate()
317 chat->participants.emplace(user); in ApplyChatUpdate()
345 || (!chat->participants.empty() in ApplyChatUpdate()
351 if (chat->participants.empty()) { in ApplyChatUpdate()
357 chat->participants.erase(user); in ApplyChatUpdate()
488 chat->participants.clear(); in ApplyChatUpdate()
526 if (chat->participants.empty()) { in ApplyChatUpdate()
[all …]
/dports/textproc/bat/bat-0.18.3/tests/syntax-tests/source/SQL/
H A Dims.sql35 create table participants table
44 insert into participants
48 insert into participants
71 participant_id number(7) constraint participant_id_fk references participants (participant_id),
140 participant_id number(7) constraint particip_id_fk references participants (participant_id),
185 participant_id number(7) constraint participant_fk references participants (participant_id),
198 as select i.name, i.start_date, i.end_date, (select count(participant_id) from participants p where…
218 participants p,
262 from participants p,
/dports/misc/urh/urh-2.9.2/src/urh/signalprocessing/
H A DParticipant.py53 def find_matching(participant_id: str, participants: list):
54 return next((p for p in participants if p.id_match(participant_id)), None)
85 def participants_to_xml_tag(participants: list) -> ET.Element:
87 for participant in participants:
102 participants = []
104 participants.append(Participant.from_xml(parti_tag))
105 return participants
/dports/misc/urh/urh-2.9.2/src/urh/simulator/
H A DSimulatorMessage.py75 def from_xml(self, tag: ET.Element, participants, decoders=None, message_types=None): argument
76 super().from_xml(tag, participants, decoders, message_types)
77 self.destination = Participant.find_matching(tag.get("destination_id", ""), participants)
81 def new_from_xml(cls, tag: ET.Element, participants, decoders=None, message_types=None): argument
83 participants=participants,
86 destination = Participant.find_matching(tag.get("destination_id", ""), participants)
/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 DJavaRenameProcessor.java25 import org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext;
26 import org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant;
27 import org.eclipse.ltk.core.refactoring.participants.RenameProcessor;
28 import org.eclipse.ltk.core.refactoring.participants.ResourceChangeChecker;
29 import org.eclipse.ltk.core.refactoring.participants.SharableParticipants;
30 import org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker;
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/test/
H A Dtest_common.c278 p->participants = PMIX_NEW(pmix_list_t); in fcon()
283 PMIX_LIST_RELEASE(p->participants); in fdes()
300 pmix_list_t *participants = NULL; variable
328 participants = fdesc->participants; in parse_token()
365 if (store && NULL == participants) { in parse_token()
366 participants = PMIX_NEW(pmix_list_t); in parse_token()
367 noise_range = participants; in parse_token()
406 if (store && NULL != participants) { in parse_token()
431 if (store && NULL != participants) { in parse_token()
452 if (store && NULL != participants) { in parse_token()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/test/
H A Dtest_common.c268 p->participants = PMIX_NEW(pmix_list_t); in fcon()
273 PMIX_LIST_RELEASE(p->participants); in fdes()
290 pmix_list_t *participants = NULL; variable
318 participants = fdesc->participants; in parse_token()
355 if (store && NULL == participants) { in parse_token()
356 participants = PMIX_NEW(pmix_list_t); in parse_token()
357 noise_range = participants; in parse_token()
396 if (store && NULL != participants) { in parse_token()
421 if (store && NULL != participants) { in parse_token()
442 if (store && NULL != participants) { in parse_token()
[all …]
/dports/deskutils/moregroupware/moregroupware/modules/calendar/
H A Dcollisions.php18 $participants = explode(".",$_GET["parts"]); variable
19 $participants[] = $_SESSION["MGW"]->userid;
36 for($i=0; $i<count($participants); $i++) {
37 $where = $where." userid=".$participants[$i]." OR";
38 $whereid = $whereid." id=".$participants[$i]." OR";
39 $timesheet[$participants[$i]] = array(); //preparing array for future use
40 $uids[$i] = $participants[$i];
H A Dcalendar_all.php78 $participants = explode(".",$_GET["parts"]); variable
82 $participants = $_POST["parts"]; variable
85 $participants[] = $_SESSION["MGW"]->userid;
88 if ($participants == array("all") || $participants == "all") {
90 $participants = array(); variable
94 $participants [] = $row["id"];
117 for($i=0; $i<count($participants); $i++) {
118 $where = $where." userid=".$participants[$i]." OR";
119 $whereid = $whereid." id=".$participants[$i]." OR";
121 $uids[$i] = $participants[$i];
[all …]

12345678910>>...233