Home
last modified time | relevance | path

Searched refs:Participant (Results 1 – 25 of 2127) sorted by relevance

12345678910>>...86

/dports/net-im/nextcloud-talk/spreed/lib/Service/
H A DParticipantService.php53 use OCA\Talk\Participant; alias
247 * @return Participant
309 * @return Participant
619 * @return Participant
1088 * @return Participant[]
1108 * @return Participant[]
1129 * @return Participant[]
1155 * @return Participant[]
1293 Participant::USER,
1295 Participant::OWNER,
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DParticipant.h32 class AWS_CHIME_API Participant
35 Participant();
36 Participant(Aws::Utils::Json::JsonView jsonValue);
37 Participant& operator=(Aws::Utils::Json::JsonView jsonValue);
69 …inline Participant& WithPhoneNumber(const Aws::String& value) { SetPhoneNumber(value); return *thi… in WithPhoneNumber()
74 …inline Participant& WithPhoneNumber(Aws::String&& value) { SetPhoneNumber(std::move(value)); retur… in WithPhoneNumber()
79 inline Participant& WithPhoneNumber(const char* value) { SetPhoneNumber(value); return *this;} in WithPhoneNumber()
110 …inline Participant& WithProxyPhoneNumber(const Aws::String& value) { SetProxyPhoneNumber(value); r… in WithProxyPhoneNumber()
115 …inline Participant& WithProxyPhoneNumber(Aws::String&& value) { SetProxyPhoneNumber(std::move(valu… in WithProxyPhoneNumber()
120 …inline Participant& WithProxyPhoneNumber(const char* value) { SetProxyPhoneNumber(value); return *… in WithProxyPhoneNumber()
/dports/devel/ccrtp/ccrtp-2.1.2/src/ccrtp/
H A Dsources.h159 Participant(const std::string& cname);
161 ~Participant();
267 inline Participant*
304 setParticipant(Participant& p) in setParticipant()
330 Participant* participant;
405 typedef Participant value_type;
451 const Participant*
458 ParticipantLink(Participant& p, in ParticipantLink()
468 Participant* participant;
473 addParticipant(Participant& part);
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/source/model/
H A DParticipant.cpp21 Participant::Participant() : in Participant() function in Aws::Chime::Model::Participant
27 Participant::Participant(JsonView jsonValue) : in Participant() function in Aws::Chime::Model::Participant
34 Participant& Participant::operator =(JsonView jsonValue) in operator =()
53 JsonValue Participant::Jsonize() const in Jsonize()
/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.java21 import org.osgi.service.coordinator.Participant;
30 private static class TestParticipant implements Participant {
48 List<Participant> before = new ArrayList<Participant>(); in testReverseParticipateOrderNotifyEnded()
52 Participant p = new TestParticipant(after); in testReverseParticipateOrderNotifyEnded()
63 List<Participant> before = new ArrayList<Participant>(); in testReverseParticipateOrderNotifyFailed()
67 Participant p = new TestParticipant(after); in testReverseParticipateOrderNotifyFailed()
/dports/net-im/jicofo/jicofo-ec1b29e/src/main/java/org/jitsi/jicofo/
H A DJitsiMeetConferenceImpl.java762 final Participant participant in inviteChatMember()
763 = new Participant( in inviteChatMember()
866 Participant participant, in inviteParticipant()
1079 Participant participant, in hasToStartMuted()
1275 Participant leftParticipant in onMemberLeft()
1452 Participant participant in onSessionAccept()
1664 Participant sourceOwner, in propagateNewSources()
1819 Participant participant in onAddSource()
1916 Participant participant in removeSources()
2043 Participant participant, in tryAddSourcesToParticipant()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_schema_object.h97 struct Participant { struct
101 Participant() = default;
102 Participant(const Participant &) = delete;
103 Participant &operator=(const Participant &) = delete; argument
105 std::unordered_map<uint32, Participant> m_participants;
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dgame-server.h33 class Participant; variable
105 void sendMap(Participant *part);
110 void sendActions(Participant *part);
111 void sendHistories(Participant *part);
115 std::list<Participant *> participants;
119 Participant * play_by_mail_participant;
121 Participant *findParticipantByConn(void *conn);
122 Participant *findParticipantByNick(Glib::ustring nickname);
123 Participant *findParticipantByPlayerId(guint32 id);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_group_call.h107 using Participant = GroupCallParticipant; variable
109 std::optional<Participant> was;
110 std::optional<Participant> now;
116 -> const std::vector<Participant> &;
120 [[nodiscard]] const Participant *participantByPeer(
122 [[nodiscard]] const Participant *participantByEndpoint(
129 -> rpl::producer<not_null<Participant*>>;
171 Participant, enumerator
195 [[nodiscard]] Participant *findParticipant(not_null<PeerData*> peer);
212 std::vector<Participant> _participants;
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/src/org/eclipse/equinox/coordinator/
H A DCoordinationImpl.java29 import org.osgi.service.coordinator.Participant;
50 private final List<Participant> participants;
63 participants = Collections.synchronizedList(new ArrayList<Participant>()); in CoordinationImpl()
69 public void addParticipant(Participant participant) throws CoordinationException { in addParticipant()
182 Participant exceptionParticipant = null; in end()
185 List<Participant> participantsToNotify = new ArrayList<Participant>(this.participants); in end()
187 for (Participant participant : participantsToNotify) { in end()
294 List<Participant> participantsToNotify = new ArrayList<Participant>(this.participants); in fail()
296 for (Participant participant : participantsToNotify) { in fail()
336 public List<Participant> getParticipants() { in getParticipants()
[all …]
/dports/net-im/nextcloud-talk/spreed/lib/Controller/
H A DRoomController.php45 use OCA\Talk\Participant; alias
360 * @param Participant|null $currentParticipant
387 'participantType' => Participant::GUEST,
621 * @param Participant $participant
1206 Participant::USER,
1207 Participant::MODERATOR,
1208 Participant::OWNER,
1533 $newType = Participant::MODERATOR;
1535 $newType = Participant::GUEST_MODERATOR;
1537 $newType = Participant::USER;
[all …]
H A DAEnvironmentAwareController.php30 use OCA\Talk\Participant; alias
40 /** @var Participant */
59 public function setParticipant(Participant $participant): void {
63 public function getParticipant(): ?Participant {
/dports/devel/ccrtp/ccrtp-2.1.2/src/
H A Dsource.cpp118 Participant::Participant(const std::string& cname) : SDESItemsHolder() in Participant() function in Participant
123 Participant::~Participant() in ~Participant()
137 SDESItemsHolder(), participants( new Participant* [defaultParticipantsNum] ), in RTPApplication()
172 const Participant*
189 RTPApplication::addParticipant(Participant& part) in addParticipant()
/dports/net-im/nextcloud-talk/spreed/lib/Events/
H A DParticipantEvent.php26 use OCA\Talk\Participant; alias
31 /** @var Participant */
36 Participant $participant) {
41 public function getParticipant(): Participant {
H A DChatParticipantEvent.php26 use OCA\Talk\Participant; alias
32 /** @var Participant */
36 public function __construct(Room $room, IComment $message, Participant $participant) {
41 public function getParticipant(): Participant {
H A DModifyRoomEvent.php26 use OCA\Talk\Participant; alias
37 /** @var Participant|null */
45 ?Participant $actor = null) {
71 public function getActor(): ?Participant {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/backend/go/
H A DgoCalendar.php83 case GO\Calendar\Model\Participant::STATUS_ACCEPTED:
86 case GO\Calendar\Model\Participant::STATUS_TENTATIVE:
89 case GO\Calendar\Model\Participant::STATUS_DECLINED:
214 case \GO\Calendar\Model\Participant::STATUS_ACCEPTED:
217 case \GO\Calendar\Model\Participant::STATUS_DECLINED:
220 case \GO\Calendar\Model\Participant::STATUS_TENTATIVE:
282 $organizer = new \GO\Calendar\Model\Participant();
306 $participant = new \GO\Calendar\Model\Participant();
312 $participant->status = \GO\Calendar\Model\Participant::STATUS_PENDING;
564 $participant->status = \GO\Calendar\Model\Participant::STATUS_ACCEPTED;
[all …]
/dports/misc/urh/urh-2.9.2/src/urh/simulator/
H A DTranscript.py2 from urh.signalprocessing.Participant import Participant
11 def append(self, source: Participant, destination: Participant, msg: Message, index: int): argument
41 def get_for_participant(self, participant: Participant) -> str: argument
/dports/net-im/nextcloud-talk/spreed/lib/Chat/
H A DNotifier.php33 use OCA\Talk\Participant; alias
174 …$participants = $this->participantService->getParticipantsByNotificationLevel($chat, Participant::…
187 …if ($this->getDefaultGroupNotification() === Participant::NOTIFY_ALWAYS || $chat->getType() === Ro…
188 …$participants = $this->participantService->getParticipantsByNotificationLevel($chat, Participant::…
303 …return (int) $this->config->getAppValue('spreed', 'default_group_notification', Participant::NOTIF…
337 if ($notificationLevel === Participant::NOTIFY_DEFAULT) {
339 $notificationLevel = Participant::NOTIFY_ALWAYS;
344 return $notificationLevel !== Participant::NOTIFY_NEVER;
371 * @param Participant $participant
376 …protected function shouldParticipantBeNotified(Participant $participant, IComment $comment, array …
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/doc/community/security-contest/
H A Dcontest-terms.rst42 Participant and Google with respect to the Contest.
54 By entering, Participant warrants that Participant has not violated
66 Once a Participant has registered for the Contest, the Participant
138 Participant into the `Native Client Issue Tracker
164 #. Participant: A "Participant" means any individual or team of
242 an individual Participant.
292 1. Each Participant must submit:
498 previously submitted by the Participant.
707 (#) LIMIT: Only one prize per Participant.
764 Participant or any member of a Participant team has attempted to
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/dialogflow/apiv2/
H A Dparticipants_client.go151 …text, *dialogflowpb.CreateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
152 …Context, *dialogflowpb.GetParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
154 …text, *dialogflowpb.UpdateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
325 var resp *dialogflowpb.Participant
346 var resp *dialogflowpb.Participant
364 …it.InternalFetch = func(pageSize int, pageToken string) ([]*dialogflowpb.Participant, string, erro…
411 var resp *dialogflowpb.Participant
488 items []*dialogflowpb.Participant
503 …InternalFetch func(pageSize int, pageToken string) (results []*dialogflowpb.Participant, nextPageT…
513 func (it *ParticipantIterator) Next() (*dialogflowpb.Participant, error) {
[all …]
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/dialogflow/apiv2/
H A Dparticipants_client.go151 …text, *dialogflowpb.CreateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
152 …Context, *dialogflowpb.GetParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
154 …text, *dialogflowpb.UpdateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
325 var resp *dialogflowpb.Participant
346 var resp *dialogflowpb.Participant
364 …it.InternalFetch = func(pageSize int, pageToken string) ([]*dialogflowpb.Participant, string, erro…
411 var resp *dialogflowpb.Participant
488 items []*dialogflowpb.Participant
503 …InternalFetch func(pageSize int, pageToken string) (results []*dialogflowpb.Participant, nextPageT…
513 func (it *ParticipantIterator) Next() (*dialogflowpb.Participant, error) {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/dialogflow/apiv2/
H A Dparticipants_client.go151 …text, *dialogflowpb.CreateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
152 …Context, *dialogflowpb.GetParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
154 …text, *dialogflowpb.UpdateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
325 var resp *dialogflowpb.Participant
346 var resp *dialogflowpb.Participant
364 …it.InternalFetch = func(pageSize int, pageToken string) ([]*dialogflowpb.Participant, string, erro…
411 var resp *dialogflowpb.Participant
488 items []*dialogflowpb.Participant
503 …InternalFetch func(pageSize int, pageToken string) (results []*dialogflowpb.Participant, nextPageT…
513 func (it *ParticipantIterator) Next() (*dialogflowpb.Participant, error) {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/dialogflow/apiv2/
H A Dparticipants_client.go151 …text, *dialogflowpb.CreateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
152 …Context, *dialogflowpb.GetParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
154 …text, *dialogflowpb.UpdateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
325 var resp *dialogflowpb.Participant
346 var resp *dialogflowpb.Participant
364 …it.InternalFetch = func(pageSize int, pageToken string) ([]*dialogflowpb.Participant, string, erro…
411 var resp *dialogflowpb.Participant
488 items []*dialogflowpb.Participant
503 …InternalFetch func(pageSize int, pageToken string) (results []*dialogflowpb.Participant, nextPageT…
513 func (it *ParticipantIterator) Next() (*dialogflowpb.Participant, error) {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/dialogflow/apiv2/
H A Dparticipants_client.go151 …text, *dialogflowpb.CreateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
152 …Context, *dialogflowpb.GetParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
154 …text, *dialogflowpb.UpdateParticipantRequest, ...gax.CallOption) (*dialogflowpb.Participant, error)
325 var resp *dialogflowpb.Participant
346 var resp *dialogflowpb.Participant
364 …it.InternalFetch = func(pageSize int, pageToken string) ([]*dialogflowpb.Participant, string, erro…
411 var resp *dialogflowpb.Participant
488 items []*dialogflowpb.Participant
503 …InternalFetch func(pageSize int, pageToken string) (results []*dialogflowpb.Participant, nextPageT…
513 func (it *ParticipantIterator) Next() (*dialogflowpb.Participant, error) {
[all …]

12345678910>>...86