Home
last modified time | relevance | path

Searched refs:stateMsg (Results 1 – 18 of 18) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/
H A Dphonograph_lid.cpp47 CQueryPhonographState stateMsg; in MouseButtonDownMsg() local
48 stateMsg.execute(getParent(), nullptr, MSGFLAG_SCAN); in MouseButtonDownMsg()
49 if (stateMsg._value) { in MouseButtonDownMsg()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/
H A Dphonograph_lid.cpp47 CQueryPhonographState stateMsg; in MouseButtonDownMsg() local
48 stateMsg.execute(getParent(), nullptr, MSGFLAG_SCAN); in MouseButtonDownMsg()
49 if (stateMsg._value) { in MouseButtonDownMsg()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/cloud/gcp/
H A Daddon_update.go375 stateMsg := map[bool]string{true: "to appear", false: "to disappear"}
376 …rorf("error waiting for ReplicationController %s/%s %s: %v", namespace, name, stateMsg[exist], err)
402 stateMsg := map[bool]string{true: "to appear", false: "to disappear"}
403 …ng for service with %s in namespace %s %s: %v", selector.String(), namespace, stateMsg[exist], err)
426 stateMsg := map[bool]string{true: "to appear", false: "to disappear"}
427 …ionControllers with %s in namespace %s %s: %v", selector.String(), namespace, stateMsg[exist], err)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/pet_control/
H A Dpet_inventory_glyphs.cpp154 CPETObjectStateMsg stateMsg(0); in getTooltip() local
155 stateMsg.execute(_item); in getTooltip()
157 CString temperature = g_vm->_strings[stateMsg._value ? A_HOT : A_COLD]; in getTooltip()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/pet_control/
H A Dpet_inventory_glyphs.cpp154 CPETObjectStateMsg stateMsg(0); in getTooltip() local
155 stateMsg.execute(_item); in getTooltip()
157 CString temperature = g_vm->_strings[stateMsg._value ? A_HOT : A_COLD]; in getTooltip()
/dports/www/cutelyst/cutelyst-3.2.0/server/
H A Dprotocolwebsocket.cpp192 QTextCodec::ConverterState stateMsg; in send_text() local
193 …Unicode(protoRequest->websocket_message.data(), protoRequest->websocket_message.size(), &stateMsg); in send_text()
194 const bool failed = stateMsg.invalidChars || stateMsg.remainingChars; in send_text()
/dports/print/print-manager/print-manager-21.12.3/libkcups/
H A DKCupsJob.h38 QString stateMsg() const;
H A DKCupsPrinter.h51 QString stateMsg() const;
H A DKCupsJob.cpp148 QString KCupsJob::stateMsg() const in stateMsg() function in KCupsJob
H A DKCupsPrinter.cpp146 QString KCupsPrinter::stateMsg() const in stateMsg() function in KCupsPrinter
H A DPrinterModel.cpp267 QString status = destStatus(state, printer.stateMsg(), accepting); in updateDest()
H A DJobModel.cpp434 const QString stateMessage = job.stateMsg(); in updateJob()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/ui/json/
H A Dtest_MsgContext.cpp34 void stateMsg() in stateMsg() function in test_MsgContext
H A Dtest_MsgHandlerEnterPuk.cpp57 void stateMsg() in stateMsg() function in test_MsgHandlerEnterPuk
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/true_talk/
H A Dtt_npc_script.cpp1080 CTrueTalkGetStateValueMsg stateMsg(10, -1000); in getStateValue() local
1081 stateMsg.execute(bomb); in getStateValue()
1082 if (stateMsg._stateVal) in getStateValue()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/true_talk/
H A Dtt_npc_script.cpp1080 CTrueTalkGetStateValueMsg stateMsg(10, -1000); in getStateValue() local
1081 stateMsg.execute(bomb); in getStateValue()
1082 if (stateMsg._stateVal) in getStateValue()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/network/
H A Dutils.go1175 stateMsg := map[bool]string{true: "to appear", false: "to disappear"}
1176 return fmt.Errorf("error waiting for service %s/%s %s: %v", namespace, name, stateMsg[exist], err)
/dports/print/print-manager/print-manager-21.12.3/printqueue/
H A DPrintQueueUi.cpp389 setState(printer.state(), printer.stateMsg()); in getAttributesFinished()