Home
last modified time | relevance | path

Searched defs:participants (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/
H A DISynchronizeParticipantListener.java32 public void participantsAdded(ISynchronizeParticipant[] participants); in participantsAdded()
40 public void participantsRemoved(ISynchronizeParticipant[] participants); in participantsRemoved()
H A DISynchronizeManager.java68 public void addSynchronizeParticipants(ISynchronizeParticipant[] participants); in addSynchronizeParticipants()
76 public void removeSynchronizeParticipants(ISynchronizeParticipant[] participants); in removeSynchronizeParticipants()
/dports/misc/urh/urh-2.9.2/src/urh/awre/
H A DAutoAssigner.py7 def auto_assign_participants(messages, participants): argument
48 def auto_assign_participant_addresses(messages, participants): argument
/dports/www/ilias/ILIAS-5.4.25/Services/User/Gallery/classes/
H A Dclass.ilUsersGalleryParticipants.php13 protected $participants; variable in ilUsersGalleryParticipants
23 public function __construct(ilParticipants $participants)
/dports/net-im/nextcloud-talk/spreed/lib/Events/
H A DAddParticipantsEvent.php31 protected $participants; variable in OCA\\Talk\\Events\\AddParticipantsEvent
35 array $participants) {
/dports/www/ilias6/ILIAS-6.14/Services/User/Gallery/classes/
H A Dclass.ilUsersGalleryParticipants.php13 protected $participants; variable in ilUsersGalleryParticipants
23 public function __construct(ilParticipants $participants)
/dports/science/py-cirq-ionq/Cirq-0.13.1/docs/dev/
H A Drfc_process.md62 ### RFC sponsors
73 ### RFC review committees
/dports/science/py-cirq-pasqal/Cirq-0.13.1/docs/dev/
H A Drfc_process.md62 ### RFC sponsors
73 ### RFC review committees
/dports/science/py-cirq-core/Cirq-0.13.1/docs/dev/
H A Drfc_process.md62 ### RFC sponsors
73 ### RFC review committees
/dports/science/py-cirq-google/Cirq-0.13.0/docs/dev/
H A Drfc_process.md62 ### RFC sponsors
73 ### RFC review committees
/dports/science/py-cirq-aqt/Cirq-0.12.0/docs/dev/
H A Drfc_process.md62 ### RFC sponsors
73 ### RFC review committees
/dports/www/ilias6/ILIAS-6.14/Modules/CourseReference/classes/
H A Dclass.ilCourseReferenceDeleteConfirmationTableGUI.php26 private $participants = []; variable in ilCourseReferenceDeleteConfirmationTableGUI
49 public function setParticipants(array $participants)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/coordinator/tests/
H A DReverseParticipantOrderNotifyTest.java31 private final List<TestParticipant> participants; field in ReverseParticipantOrderNotifyTest.TestParticipant
33 public TestParticipant(List<TestParticipant> participants) { in TestParticipant()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dparticipable.rb59 def participants(user = nil) method
133 def filter_by_ability(participants) argument
/dports/net/sems/sems-f89581a/core/
H A DAmConferenceStatus.cpp139 int participants = sessions.size(); in postConferenceEvent() local
161 int participants = sessions.size()+1; in getChannel() local
192 unsigned int participants=0; in releaseChannel() local
/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()
89 SearchParticipantRecord[] participants= new SearchParticipantRecord[participantSet.size()]; in getSearchParticipants() local
/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.java77 …RefactoringParticipant[] participants= fgRenameInstance.getParticipants(status, processor, element… in loadRenameParticipants() local
124 …RefactoringParticipant[] participants= fgMoveExtensions.getParticipants(status, processor, element… in loadMoveParticipants() local
169 …RefactoringParticipant[] participants= fgDeleteInstance.getParticipants(status, processor, element… in loadDeleteParticipants() local
216 …RefactoringParticipant[] participants= fgCreateInstance.getParticipants(status, processor, element… in loadCreateParticipants() local
265 …RefactoringParticipant[] participants= fgCopyInstance.getParticipants(status, processor, element, … in loadCopyParticipants() local
/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/libgroupwise/tasks/
H A Djoinchattask.cpp54 … Field::MultiField *participants = responseFields.findMultiField(Field::NM_A_FA_CONTACT_LIST); in take() local
108 QStringList JoinChatTask::participants() const in participants() function in JoinChatTask
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/
H A DISourceLookupDirector.java119 void addParticipants(ISourceLookupParticipant[] participants); in addParticipants()
126 void removeParticipants(ISourceLookupParticipant[] participants); in removeParticipants()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c100 BarrierInit(Barrier *barrier, int participants) in BarrierInit()
261 int participants; in BarrierParticipants() local
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c100 BarrierInit(Barrier *barrier, int participants) in BarrierInit()
261 int participants; in BarrierParticipants() local
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c100 BarrierInit(Barrier *barrier, int participants) in BarrierInit()
261 int participants; in BarrierParticipants() local
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c100 BarrierInit(Barrier *barrier, int participants) in BarrierInit()
261 int participants; in BarrierParticipants() local
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c100 BarrierInit(Barrier *barrier, int participants) in BarrierInit()
261 int participants; in BarrierParticipants() local
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/ipc/
H A Dbarrier.c100 BarrierInit(Barrier *barrier, int participants) in BarrierInit()
261 int participants; in BarrierParticipants() local

12345678910>>...20