/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/src/System/Threading/ |
H A D | Barrier.cs | 199 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 D | Barrier.cs | 214 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 D | participant-count.tsx | 7 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 D | Meeting.php | 87 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 D | MUCRoomSearchInfo.java | 19 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 D | participants.vue | 72 { 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 D | System.Threading.cs | 53 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 D | chat.css | 114 #participantCount {
|
H A D | chat-messenger.inc.xhtml | 186 control="participantCount" 188 <html:input id="participantCount" readonly="readonly" class="plain"/>
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/chat/components/public/ |
H A D | imIAccount.idl | 53 readonly attribute long participantCount;
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/chat/protocols/irc/ |
H A D | ircCommands.jsm | 355 roomInfo.participantCount +
|
H A D | ircBase.jsm | 946 let participantCount = aMessage.params[2]; 956 this._channelList.set(name, { topic, participantCount });
|
H A D | irc.jsm | 984 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 D | chat.css | 783 :root[lwt-tree] #participantCount {
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/ |
H A D | System.cs | 9983 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 D | System.cs | 10155 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 D | System.cs | 9984 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 D | System.cs | 10154 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 D | System.cs | 12801 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 D | xmpp-base.jsm | 1406 get participantCount() {
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/ |
H A D | System.cs | 13358 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 D | System.cs | 13409 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 D | System.cs | 13393 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 D | System.cs | 13358 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 D | System.cs | 13358 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
|