Home
last modified time | relevance | path

Searched refs:otherUserInfo (Results 1 – 3 of 3) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dtab_message.cpp25 otherUserInfo(new ServerInfo_User(_otherUserInfo)), userOnline(true) in TabMessage()
56 delete otherUserInfo; in ~TabMessage()
79 return QString::fromStdString(otherUserInfo->name()); in getUserName()
84 return tr("%1 - Private chat").arg(QString::fromStdString(otherUserInfo->name())); in getTabText()
98 cmd.set_user_name(otherUserInfo->name()); in sendMessage()
122 auto userInfo = event.sender_name() == otherUserInfo->name() ? otherUserInfo : ownUserInfo; in processUserMessageEvent()
141 (event.sender_name() == otherUserInfo->name() && in shouldShowSystemPopup()
149 trayIcon->showMessage(tr("Private message from") + " " + otherUserInfo->name().c_str(), in showSystemPopup()
166 …chatView->appendMessage(tr("%1 has left the server.").arg(QString::fromStdString(otherUserInfo->na… in processUserLeft()
172 …>appendMessage(tr("%1 has joined the server.").arg(QString::fromStdString(otherUserInfo->name()))); in processUserJoined()
[all …]
H A Dtab_message.h20 ServerInfo_User *otherUserInfo; variable
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestQueueManager.java395 String otherUserInfo) in verifyJobKillAsOtherUser() argument
400 String userInfo = otherUserInfo; in verifyJobKillAsOtherUser()