Home
last modified time | relevance | path

Searched refs:participantCount (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/src/System/Threading/
H A DBarrier.cs199 public Barrier(int participantCount) in Barrier() argument
200 : this(participantCount, null) in Barrier()
221 if (participantCount < 0 || participantCount > MAX_PARTICIPANTS) in Barrier()
223 …throw new ArgumentOutOfRangeException(nameof(participantCount), participantCount, SR.Barrier_ctor_… in Barrier()
225 _currentTotalCount = (int)participantCount; in Barrier()
324 if (participantCount < 1) in AddParticipants()
326 throw new ArgumentOutOfRangeException(nameof(participantCount), participantCount, in AddParticipants()
430 if (participantCount < 1) in RemoveParticipants()
432 throw new ArgumentOutOfRangeException(nameof(participantCount), participantCount, in RemoveParticipants()
451 if (total < participantCount) in RemoveParticipants()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/threading/
H A DBarrier.cs214 public Barrier(int participantCount) in Barrier() argument
215 : this(participantCount, null) in Barrier()
236 if (participantCount < 0 || participantCount > MAX_PARTICIPANTS) in Barrier()
240 m_currentTotalCount = (int)participantCount; in Barrier()
335 public long AddParticipants(int participantCount) in AddParticipants() argument
340 if (participantCount < 1 ) in AddParticipants()
440 public void RemoveParticipants(int participantCount) in RemoveParticipants() argument
446 if (participantCount < 1) in RemoveParticipants()
467 if (total < participantCount) in RemoveParticipants()
472 if (total - participantCount < current) in RemoveParticipants()
[all …]
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/info-panel/
H A Dparticipant-count.tsx7 participantCount: number
10 const ParticipantCount = ({label, participantCount}: Props) => (
13 {label} ({participantCount.toString()})
/dports/deskutils/egroupware/egroupware/vendor/bigbluebutton/bigbluebutton-api-php/src/Core/
H A DMeeting.php87 private $participantCount; variable in BigBlueButton\\Core\\Meeting
171 $this->participantCount = (int) $xml->participantCount;
270 return $this->participantCount;
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/
H A DMUCRoomSearchInfo.java19 private final int participantCount; field in MUCRoomSearchInfo
36 this.participantCount = room.getParticipants().size(); in MUCRoomSearchInfo()
80 return participantCount; in getParticipantCount()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/sidebar/components/participants/
H A Dparticipants.vue72 { count: this.loading ? '' : this.participantCount },
75 participantCount() {
101 <span v-else data-testid="collapsed-count"> {{ participantCount }} </span>
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/ref/
H A DSystem.Threading.cs53 public Barrier(int participantCount) { } in Barrier() argument
54 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
59 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
63 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/im/content/
H A Dchat.css114 #participantCount {
H A Dchat-messenger.inc.xhtml186 control="participantCount"
188 <html:input id="participantCount" readonly="readonly" class="plain"/>
/dports/mail/thunderbird/thunderbird-91.8.0/comm/chat/components/public/
H A DimIAccount.idl53 readonly attribute long participantCount;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/chat/protocols/irc/
H A DircCommands.jsm355 roomInfo.participantCount +
H A DircBase.jsm946 let participantCount = aMessage.params[2];
956 this._channelList.set(name, { topic, participantCount });
H A Dirc.jsm984 get participantCount() {
985 return this._account._channelList.get(this.name).participantCount;
1193 // Room info: maps channel names to {topic, participantCount}.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/im/themes/
H A Dchat.css783 :root[lwt-tree] #participantCount {
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs9983 public Barrier(int participantCount) { } in Barrier() argument
9984 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
9989 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
9993 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs10155 public Barrier(int participantCount) { } in Barrier() argument
10156 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
10161 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
10165 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs9984 public Barrier(int participantCount) { } in Barrier() argument
9985 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
9990 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
9994 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs10154 public Barrier(int participantCount) { } in Barrier() argument
10155 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
10160 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
10164 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs12801 public Barrier(int participantCount) { } in Barrier() argument
12802 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
12808 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
12812 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/chat/protocols/xmpp/
H A Dxmpp-base.jsm1406 get participantCount() {
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs13358 public Barrier(int participantCount) { } in Barrier() argument
13359 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
13364 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
13368 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs13409 public Barrier(int participantCount) { } in Barrier() argument
13410 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
13415 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
13419 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs13393 public Barrier(int participantCount) { } in Barrier() argument
13394 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
13399 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
13403 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs13358 public Barrier(int participantCount) { } in Barrier() argument
13359 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
13364 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
13368 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs13358 public Barrier(int participantCount) { } in Barrier() argument
13359 … public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { } in Barrier() argument
13364 public long AddParticipants(int participantCount) { throw null; } in AddParticipants() argument
13368 public void RemoveParticipants(int participantCount) { } in RemoveParticipants() argument

12