Home
last modified time | relevance | path

Searched defs:jid3 (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/
H A DGroupChat.tcl1984 proc ::GroupChat::TreeCreateUserItem {chattoken jid3} {
2074 proc ::GroupChat::TreeEditUserStart {chattoken jid3} {
2107 proc ::GroupChat::TreeOnReturnEdit {chattoken jid3} {
2120 proc ::GroupChat::TreeEditUserEnd {chattoken jid3} {
2139 proc ::GroupChat::TreeRemoveUser {chattoken jid3} {
2942 proc ::GroupChat::SetUser {roomjid jid3} {
2979 proc ::GroupChat::GetRoleFromJid {jid3} { argument
3139 proc ::GroupChat::Ignore {chattoken jid3} {
3151 proc ::GroupChat::RemoveUser {roomjid jid3} {
H A DRoster.tcl1072 proc ::Roster::IsCoccinella {jid3} { argument
1188 proc ::Roster::LoginTrpt {jid3} { argument
1192 proc ::Roster::LogoutTrpt {jid3} { argument
H A DDisco.tcl1419 proc ::Disco::GetCoccinellaIP {jid3} { argument
/dports/net-im/libstrophe/libstrophe-0.11.0/tests/
H A Dtest_jid.c20 static const char jid3[] = "manic.porter@xyz.net/frob"; variable
/dports/net-im/libmesode/libmesode-0.10.1/tests/
H A Dtest_jid.c20 static const char jid3[] = "manic.porter@xyz.net/frob"; variable
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/python/
H A D13-wire_encoder_test.py38 jid3=wire_encoder.addTechVia(via2) variable
/dports/net-im/jicofo/jicofo-ec1b29e/src/test/java/org/jitsi/jicofo/
H A DJigasiSelectorTest.java234 Jid jid3 = createAndAddInstance(); in selectorTest() local