Home
last modified time | relevance | path

Searched refs:participants (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/package/janus-gateway/
H A D0003-Fix-potential-Cross-site-Scripting-XSS-exploits-in-demos.patch26 Janus.debug("Got a list of participants:", list);
35 Janus.debug("Got a list of participants:", list);
44 Janus.debug("Got a list of participants:", list);
199 - participants[username] = display ? display : username;
200 + participants[username] = escapeXmlTags(display ? display : username);
202 // Add to the participants list
203 …$('#list').append('<li id="rp' + username + '" class="list-group-item">' + participants[username] …
214 if(response.participants && response.participants.length > 0) {
215 for(var i in response.participants) {
216 var p = response.participants[i];
[all …]
/OK3568_Linux_fs/buildroot/package/i2pd/
H A DConfig.in25 encrypted, participants don't reveal their real IP addresses.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.dns6 information with domain names assigned to each of the participants. Most
/OK3568_Linux_fs/kernel/net/bridge/
H A DKconfig14 is connected to will appear as one Ethernet to the participants.
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcode-of-conduct.rst29 Examples of unacceptable behavior by participants include:
H A D8.Conclusion.rst70 participants in the Linux ecosystem can benefit through contributing to the
H A D2.Process.rst413 technical, and participants are not always concerned with showing a high
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DEUDatagrid20 …parate written license agreement, then you are deemed to have granted participants in the EU DataG…
/OK3568_Linux_fs/yocto/meta-clang/
H A DCODE_OF_CONDUCT.md23 Examples of unacceptable behavior by participants include:
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dsb_edac.c1359 int participants[KNL_MAX_CHANNELS]; in knl_get_dimm_capacity() local
1526 participants[channel] = 0; in knl_get_dimm_capacity()
1539 && !participants[channel]) { in knl_get_dimm_capacity()
1540 participants[channel] = 1; in knl_get_dimm_capacity()
1549 if (participants[channel]) { in knl_get_dimm_capacity()