Home
last modified time | relevance | path

Searched refs:msgNames (Results 1 – 21 of 21) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DLog.h57 static const char *msgNames[]; variable
H A DLog.cpp223 const char *Log::msgNames[] = { member in Log
256 return tr(msgNames[t]); in msgName()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DLog.h57 static const char *msgNames[]; variable
H A DLog.cpp223 const char *Log::msgNames[] = { member in Log
256 return tr(msgNames[t]); in msgName()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/passwordmgr/
H A DLoginManagerPrompter.jsm214 let msgNames = !logins.length ? saveMsgNames : changeMsgNames;
217 let label = this._getLocalizedString(msgNames.buttonLabel);
218 let accessKey = this._getLocalizedString(msgNames.buttonAccessKey);
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dm_menu.c945 static char *msgNames[2] = {"M_MSGOFF","M_MSGON"}; variable
957 W_CacheLumpName(DEH_String(msgNames[showMessages]), in M_DrawOptions()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/passwordmgr/
H A DLoginManagerPrompter.jsm285 let msgNames = !logins.length ? saveMsgNames : changeMsgNames;
288 let label = this._getLocalizedString(msgNames.buttonLabel);
289 let accessKey = this._getLocalizedString(msgNames.buttonAccessKey);
/dports/www/firefox/firefox-99.0/toolkit/components/passwordmgr/
H A DLoginManagerPrompter.jsm292 let msgNames = !logins.length ? saveMsgNames : changeMsgNames;
295 let label = this._getLocalizedString(msgNames.buttonLabel);
296 let accessKey = this._getLocalizedString(msgNames.buttonAccessKey);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/passwordmgr/
H A DLoginManagerPrompter.jsm285 let msgNames = !logins.length ? saveMsgNames : changeMsgNames;
288 let label = this._getLocalizedString(msgNames.buttonLabel);
289 let accessKey = this._getLocalizedString(msgNames.buttonAccessKey);
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp908 static const char *msgNames[] = {"text", "binaryString", "binaryStream", variable
1892 this, aMsg, msgNames[aMsg->GetMsgType()], aMsg->Length())); in EnqueueOutgoingMessage()
1943 this, mCurrentOut, msgNames[msgType], mCurrentOut->Length())); in PrimeNewOutgoingMessage()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp956 static const char* msgNames[] = { variable
1991 this, aMsg, msgNames[aMsg->GetMsgType()], aMsg->Length())); in EnqueueOutgoingMessage()
2046 this, mCurrentOut, msgNames[msgType], mCurrentOut->Length())); in PrimeNewOutgoingMessage()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dm_menu.c1315 static const char *msgNames[2] = {"M_MSGOFF","M_MSGON"}; variable
1339 W_CacheLumpName(DEH_String(msgNames[showMessages]), in M_DrawOptions()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp913 static const char* msgNames[] = {"text", "binaryString", "binaryStream", variable
1908 this, aMsg, msgNames[aMsg->GetMsgType()], aMsg->Length())); in EnqueueOutgoingMessage()
1960 this, mCurrentOut, msgNames[msgType], mCurrentOut->Length())); in PrimeNewOutgoingMessage()
/dports/www/firefox/firefox-99.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp956 static const char* msgNames[] = {"text", "binaryString", "binaryStream", variable
1942 this, aMsg, msgNames[aMsg->GetMsgType()], aMsg->Length())); in EnqueueOutgoingMessage()
1998 this, mCurrentOut, msgNames[msgType], mCurrentOut->Length())); in PrimeNewOutgoingMessage()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp913 static const char* msgNames[] = {"text", "binaryString", "binaryStream", variable
1908 this, aMsg, msgNames[aMsg->GetMsgType()], aMsg->Length())); in EnqueueOutgoingMessage()
1960 this, mCurrentOut, msgNames[msgType], mCurrentOut->Length())); in PrimeNewOutgoingMessage()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp905 static const char* msgNames[] = {"text", "binaryString", "binaryStream", variable
1895 this, aMsg, msgNames[aMsg->GetMsgType()], aMsg->Length())); in EnqueueOutgoingMessage()
1946 this, mCurrentOut, msgNames[msgType], mCurrentOut->Length())); in PrimeNewOutgoingMessage()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dm_menu.c1132 char msgNames[2][9] = {"M_MSGOFF","M_MSGON"}; variable
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dm_menu.c1126 char msgNames[2][9] = {"M_MSGOFF","M_MSGON"}; variable
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dm_menu.c1008 char msgNames[2][9] = {"M_MSGOFF","M_MSGON"}; variable
1018 msgNames[showMessages], CR_DEFAULT, VPT_STRETCH); in M_DrawOptions()
/dports/games/prboom/prboom-2.5.0/src/
H A Dm_menu.c982 char msgNames[2][9] = {"M_MSGOFF","M_MSGON"}; variable
992 msgNames[showMessages], CR_DEFAULT, VPT_STRETCH); in M_DrawOptions()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dm_menu.c1005 char msgNames[2][9] = {"M_MSGOFF","M_MSGON"}; variable
1015 msgNames[showMessages], CR_DEFAULT, VPT_STRETCH); in M_DrawOptions()