Home
last modified time | relevance | path

Searched refs:addMessage (Results 1 – 25 of 1843) sorted by relevance

12345678910>>...74

/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dlearningutilstest.cpp79 addMessage(MIDI_CC | 0x01, 0x10, 0x7F); in TEST_F()
80 addMessage(MIDI_CC | 0x01, 0x10, 0x70); in TEST_F()
81 addMessage(MIDI_CC | 0x01, 0x10, 0x60); in TEST_F()
82 addMessage(MIDI_CC | 0x01, 0x10, 0x50); in TEST_F()
83 addMessage(MIDI_CC | 0x01, 0x10, 0x60); in TEST_F()
84 addMessage(MIDI_CC | 0x01, 0x10, 0x50); in TEST_F()
85 addMessage(MIDI_CC | 0x01, 0x10, 0x40); in TEST_F()
108 addMessage(MIDI_CC | 0x01, 0x10, 0x7F); in TEST_F()
109 addMessage(MIDI_CC | 0x01, 0x10, 0x70); in TEST_F()
110 addMessage(MIDI_CC | 0x01, 0x10, 0x60); in TEST_F()
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Ditems.cpp93 addMessage(XLAT("%The1 is consumed!", c2->item)); in collectItem()
339 addMessage(XLAT("Your eyes shine like gems.")); in glance_message()
349 addMessage(XLAT("Your inventory is empty.")); in glance_message()
376 addMessage(XLAT("You juggle the Dead Orbs.")); in dropGreenStone()
565 addMessage(s); in gainShard()
610 addMessage(t); in collectMessage()
617 addMessage(XLAT("This orb is dead...")); in collectMessage()
619 addMessage(XLAT("Another Dead Orb.")); in collectMessage()
651 addMessage(XLAT("Better find some other place.")); in collectMessage()
699 addMessage(XLAT("A castle in the Crossroads...")); in collectMessage()
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/testsuite/processing/
H A Dprocesscontextrequirements.cpp117 addMessage (testResult, in run()
128 addMessage (testResult, STR (" - None")); in run()
132 addMessage (testResult, STR (" - SystemTime")); in run()
136 addMessage (testResult, STR (" - ProjectTimeMusic")); in run()
140 addMessage (testResult, STR (" - CycleMusic")); in run()
144 addMessage (testResult, STR (" - Tempo")); in run()
146 addMessage (testResult, STR (" - TimeSignature")); in run()
148 addMessage (testResult, STR (" - Chord")); in run()
150 addMessage (testResult, STR (" - FrameRate")); in run()
152 addMessage (testResult, STR (" - TransportState")); in run()
[all …]
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/tests/
H A Dkhotnewstuff_test.cpp49 addMessage(QStringLiteral("-- test kns2 entry class"), QStringLiteral("msg_info")); in entryTest()
65 addMessage(QStringLiteral("Error parsing entry file."), QStringLiteral("msg_error")); in entryTest()
80 addMessage(QStringLiteral("-- test kns2 provider class"), QStringLiteral("msg_info")); in providerTest()
98 addMessage(QStringLiteral("-- xml->provider test result: %1").arg(p.isInitialized()), in providerTest()
104 addMessage(QStringLiteral("-- test kns2 engine"), QStringLiteral("msg_info")); in engineTest()
118 addMessage( in engineTest()
123 addMessage(QStringLiteral("-- initial engine test completed"), QStringLiteral("msg_info")); in engineTest()
128 addMessage(QStringLiteral("SLOT: slotProvidersLoaded"), QStringLiteral("msg_info")); in slotProvidersLoaded()
155 addMessage(QStringLiteral("SLOT: slotInstallationFinished")); in slotInstallationFinished()
168 void KNewStuff2Test::addMessage(const QString &message, const QString &iconName) in addMessage() function in KNewStuff2Test
[all …]
/dports/net-im/chatterino2/chatterino2-2.3.4/src/controllers/commands/
H A DCommandController.cpp279 channel->addMessage( in initialize()
304 channel->addMessage( in initialize()
324 channel->addMessage( in initialize()
349 channel->addMessage( in initialize()
429 channel->addMessage( in initialize()
623 channel->addMessage( in initialize()
638 channel->addMessage( in initialize()
654 channel->addMessage( in initialize()
668 channel->addMessage( in initialize()
704 channel->addMessage( in initialize()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/share/instruments/
H A DgenerateTs.py9 def addMessage(f, text, comment='', category='InstrumentsXML'): function
25 addMessage(f, templateCategory, '', 'Templates')
42 addMessage(f, genre.text)
46 addMessage(f, family.text)
50 addMessage(f, instrGroup.text)
56 addMessage(f, longName.text)
68 addMessage(f, trackName.text)
76 addMessage(f, channelName)
82 addMessage(f, cma)
89 addMessage(f, ima)
[all …]
/dports/mail/cone/cone-1.1/libmail/
H A Daddmessageimport.C14 class mail::addMessage::assembleImportHelper : public callback::message {
16 mail::addMessage *addMessagePtr;
40 assembleImportHelper(mail::addMessage *addMessagePtr,
51 void mail::addMessage::assembleImportAttachment(size_t &handleRet, in assembleImportAttachment()
58 mail::addMessage::assembleImportHelper *h; in assembleImportAttachment()
60 if (!mail::addMessage::chkMsgNum(acct, msgUid, n)) in assembleImportAttachment()
66 h=new mail::addMessage::assembleImportHelper(this, in assembleImportAttachment()
86 mail::addMessage::assembleImportHelper
87 ::assembleImportHelper(mail::addMessage *addMessagePtrArg, in assembleImportHelper()
105 mail::addMessage::assembleImportHelper::~assembleImportHelper() in ~assembleImportHelper()
[all …]
H A Daddmessage.C14 mail::addMessage::addMessage(mail::account *ptr) : mail::ptr<mail::account>(ptr), in addMessage() function
19 bool mail::addMessage::checkServer() in checkServer()
30 mail::addMessage::~addMessage() in ~addMessage()
46 void mail::addMessage::assembleContent(size_t &handleRet, in assembleContent()
58 void mail::addMessage::assembleMessageRfc822(size_t &handleRet, in assembleMessageRfc822()
76 void mail::addMessage::assembleMultipart(size_t &handleRet, in assembleMultipart()
103 bool mail::addMessage::assemble() in assemble()
129 bool mail::addMessage::chkMsgNum(mail::account *ptr, std::string msgUid, in chkMsgNum()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DCommandsImplementation.cxx257 addMessage(NULL, buffer); in operator ()()
307 addMessage(NULL, "bad <press> type"); in operator ()()
341 addMessage(NULL, silenceMessage); in operator ()()
642 addMessage(NULL, msg); in operator ()()
731 addMessage(NULL, in operator ()()
741 addMessage(NULL, buffer); in operator ()()
786 addMessage(NULL, msg); in operator ()()
795 addMessage(NULL, " -g : save ungrouped"); in sendSaveWorldHelp()
861 addMessage(NULL, buffer); in operator ()()
894 addMessage(NULL, msg); in operator ()()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DCommandsImplementation.cxx257 addMessage(NULL, buffer); in operator ()()
307 addMessage(NULL, "bad <press> type"); in operator ()()
341 addMessage(NULL, silenceMessage); in operator ()()
642 addMessage(NULL, msg); in operator ()()
731 addMessage(NULL, in operator ()()
741 addMessage(NULL, buffer); in operator ()()
786 addMessage(NULL, msg); in operator ()()
795 addMessage(NULL, " -g : save ungrouped"); in sendSaveWorldHelp()
861 addMessage(NULL, buffer); in operator ()()
894 addMessage(NULL, msg); in operator ()()
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dadmin_media_upload.php56 FlashMessages::addMessage('Folder names are not allowed to include “../”');
64 …FlashMessages::addMessage(I18N::translate('The folder %s has been created.', Html::filename(WT_DAT…
75 …FlashMessages::addMessage(I18N::translate('The folder %s has been created.', Html::filename(WT_DAT…
103 FlashMessages::addMessage(I18N::translate('Thumbnail files must contain images.'));
117 …FlashMessages::addMessage(I18N::translate('Filenames are not allowed to contain the character “%s”…
122 …FlashMessages::addMessage(I18N::translate('Filenames are not allowed to have the extension “%s”.',…
126 FlashMessages::addMessage(I18N::translate('No media file was provided.'));
136 …FlashMessages::addMessage(I18N::translate('The file %s already exists. Use another filename.', $fo…
141 …FlashMessages::addMessage(I18N::translate('The file %s has been uploaded.', Html::filename($server…
144 FlashMessages::addMessage(
[all …]
H A Daddmedia.php92 FlashMessages::addMessage('Folder names are not allowed to include “../”');
139 FlashMessages::addMessage(I18N::translate('Thumbnail files must contain images.'));
161 …FlashMessages::addMessage(I18N::translate('Filenames are not allowed to contain the character “%s”…
165 …FlashMessages::addMessage(I18N::translate('Filenames are not allowed to have the extension “%s”.',…
168 FlashMessages::addMessage(I18N::translate('No media file was provided.'));
184 FlashMessages::addMessage(
249 FlashMessages::addMessage('Folder names are not allowed to include “../”');
295 …FlashMessages::addMessage(I18N::translate('Filenames are not allowed to contain the character “%s”…
299 …FlashMessages::addMessage(I18N::translate('Filenames are not allowed to have the extension “%s”.',…
302 FlashMessages::addMessage(I18N::translate('No media file was provided.'));
[all …]
/dports/games/qonk/qonk-0.3.1/src/
H A Dmessages.cpp100 Messages::addMessage( Uint32 time, Message m ) { in addMessage() function in Messages
135 …game->addMessage(200, Message(time, "You have QONKuered the solar system! You won!", 20000, 0xffff… in MSGwon()
138 game->addMessage(400, Message(time, s.str(), 20000, 0x808080 ) ); in MSGwon()
144 game->addMessage(600, Message(time, s.str(), 40000, 0x808080 ) ); in MSGwon()
151 game->addMessage(200, Message(time, "Press [R] ...", 40000, 0x808080 ) ); in MSGlost()
157 game->addMessage( 000, Message(time, "Let's QONK! Kick the AI players out!", 15000, 0xffffff ) ); in MSGstart()
159 game->addMessage( 400, Message(time, "[Right click] to send ships.", 10000, 0x808080 ) ); in MSGstart()
160 game->addMessage( 600, Message(time, "[P]ause,[A]ll planets,[R]estart.", 10000, 0x808080 ) ); in MSGstart()
161 game->addMessage( 700, Message(time, "[Escape] to quit", 10000, 0x808080 ) ); in MSGstart()
162 game->addMessage( 800, Message(time, "[1]-[0] fleet selection (10%-100%)", 10000, 0x808080 ) ); in MSGstart()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljscheck.cpp1019 addMessage(ErrIdExpected, loc); in visit()
1028 addMessage(ErrInvalidId, loc); in visit()
1030 addMessage(ErrIdExpected, loc); in visit()
1035 addMessage(ErrInvalidId, loc); in visit()
1044 addMessage(ErrDuplicateId, loc); in visit()
1080 addMessage(message); in visit()
1386 addMessage(WarnWith, ast->withToken); in visit()
1392 addMessage(WarnVoid, ast->voidToken); in visit()
1552 addMessage(msg); in addMessages()
1563 void Check::addMessage(const Message &message) in addMessage() function in Check
[all …]
/dports/science/tfel-edf/tfel-3.2.1/tfel-check/src/
H A DTestLauncherV1.cxx131 log.addMessage(msg.str()); in treatEnvironment()
139 log.addMessage(msg.str()); in treatEnvironment()
148 log.addMessage(msg.str()); in treatEnvironment()
249 log.addMessage(msg.str()); in treatCommand()
258 log.addMessage(msg.str()); in treatCommand()
273 log.addMessage(msg.str()); in treatMeshCommand()
282 log.addMessage(msg.str()); in treatMeshCommand()
298 log.addMessage(msg.str()); in treatTestType()
316 log.addMessage(msg.str()); in treatTestType()
415 log.addMessage(msg.str()); in treatTest()
[all …]
H A Dtfel-check.cxx152 log.addMessage("entering directory '"+path+"'"); in execute()
156 log.addMessage("can't move to directory '"+d+"' ("+std::string(e.what())+")"); in execute()
160 log.addMessage("* beginning of test '" + d + '/' + f + "'"); in execute()
172 log.addMessage("test failed : '" + f + "', reason:\n"+e.what()); in execute()
176 log.addMessage("======"); in execute()
180 log.addMessage("can't move back to top directory '"+cpath+ in execute()
182 log.addMessage("Aborting"); in execute()
192 log.addMessage("Parsing configuration file 'tfel-check.config'"); in execute()
194 log.addMessage("======"); in execute()
198 log.addMessage("Parsing configuration file '"+cf+"'"); in execute()
[all …]
/dports/science/tfel/tfel-3.4.0/tfel-check/src/
H A DTestLauncherV1.cxx131 log.addMessage(msg.str()); in treatEnvironment()
139 log.addMessage(msg.str()); in treatEnvironment()
148 log.addMessage(msg.str()); in treatEnvironment()
249 log.addMessage(msg.str()); in treatCommand()
258 log.addMessage(msg.str()); in treatCommand()
273 log.addMessage(msg.str()); in treatMeshCommand()
282 log.addMessage(msg.str()); in treatMeshCommand()
298 log.addMessage(msg.str()); in treatTestType()
316 log.addMessage(msg.str()); in treatTestType()
415 log.addMessage(msg.str()); in treatTest()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php17 …$pool->addMessage('google.protobuf.internal.FileDescriptorSet', \Google\Protobuf\Internal\FileDesc…
21 …$pool->addMessage('google.protobuf.internal.FileDescriptorProto', \Google\Protobuf\Internal\FileDe…
36 …$pool->addMessage('google.protobuf.internal.DescriptorProto', \Google\Protobuf\Internal\Descriptor…
143 …$pool->addMessage('google.protobuf.internal.FileOptions', \Google\Protobuf\Internal\FileOptions::c…
173 …$pool->addMessage('google.protobuf.internal.MessageOptions', \Google\Protobuf\Internal\MessageOpti…
181 …$pool->addMessage('google.protobuf.internal.FieldOptions', \Google\Protobuf\Internal\FieldOptions:…
203 …$pool->addMessage('google.protobuf.internal.OneofOptions', \Google\Protobuf\Internal\OneofOptions:…
207 …$pool->addMessage('google.protobuf.internal.EnumOptions', \Google\Protobuf\Internal\EnumOptions::c…
218 …$pool->addMessage('google.protobuf.internal.ServiceOptions', \Google\Protobuf\Internal\ServiceOpti…
223 …$pool->addMessage('google.protobuf.internal.MethodOptions', \Google\Protobuf\Internal\MethodOption…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
H A DDescriptor.php17 …$pool->addMessage('google.protobuf.internal.FileDescriptorSet', \Google\Protobuf\Internal\FileDesc…
21 …$pool->addMessage('google.protobuf.internal.FileDescriptorProto', \Google\Protobuf\Internal\FileDe…
36 …$pool->addMessage('google.protobuf.internal.DescriptorProto', \Google\Protobuf\Internal\Descriptor…
143 …$pool->addMessage('google.protobuf.internal.FileOptions', \Google\Protobuf\Internal\FileOptions::c…
173 …$pool->addMessage('google.protobuf.internal.MessageOptions', \Google\Protobuf\Internal\MessageOpti…
181 …$pool->addMessage('google.protobuf.internal.FieldOptions', \Google\Protobuf\Internal\FieldOptions:…
203 …$pool->addMessage('google.protobuf.internal.OneofOptions', \Google\Protobuf\Internal\OneofOptions:…
207 …$pool->addMessage('google.protobuf.internal.EnumOptions', \Google\Protobuf\Internal\EnumOptions::c…
218 …$pool->addMessage('google.protobuf.internal.ServiceOptions', \Google\Protobuf\Internal\ServiceOpti…
223 …$pool->addMessage('google.protobuf.internal.MethodOptions', \Google\Protobuf\Internal\MethodOption…
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Style/System/test/
H A DilSystemStyleMessageStackTest.php72 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
75 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
78 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
95 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
98 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
101 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
104 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
107 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
110 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
124 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/testsuite/general/
H A Dscanparameters.cpp64 addMessage (testResult, STR ("No Edit Controller supplied!")); in run()
71 addMessage (testResult, STR ("This component does not export any parameters!")); in run()
75 addMessage (testResult, printf ("This component exports %d parameter(s)", numParameters)); in run()
80 addMessage ( in run()
138 addMessage ( in run()
248 addMessage ( in run()
257 addMessage ( in run()
263 addMessage (testResult, in run()
273 addMessage (testResult, in run()
281 addMessage ( in run()
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Style/System/test/
H A DilSystemStyleMessageStackTest.php74 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
77 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
80 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
97 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
100 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
103 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
106 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
109 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
112 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
126 $this->ilSystemStyleMessageStack->addMessage($this->ilSystemStyleMessage);
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/testsuite/noteexpression/
H A Dnoteexpression.cpp64 addMessage (testResult, STR ("No Edit Controller supplied!")); in run()
71 addMessage (testResult, STR ("No Note Expression interface supplied!")); in run()
78 addMessage (testResult, STR ("No Note Expression PhysicalUIMapping interface supplied!")); in run()
103 addMessage (testResult, printf ("Note Expression count bus[%d], channel[%d]: %d", in run()
112 addMessage (testResult, in run()
121 addMessage ( in run()
131 addMessage ( in run()
159 addMessage ( in run()
169 addMessage (testResult, in run()
/dports/games/violetland/violetland-0.5/src/game/
H A DPowerup.cpp42 game->hud->addMessage(_("You have taken a medical kit.")); in modify()
54 game->hud->addMessage(_("You have taken a grenade.")); in modify()
65 game->hud->addMessage(_("All have been frozen around you.")); in modify()
90 game->hud->addMessage(_("Boom!")); in modify()
108 game->hud->addMessage(_("You got powerful penetration bullets.")); in modify()
120 game->hud->addMessage(_("You got a vitality boost.")); in modify()
131 game->hud->addMessage(_("You got a strength boost.")); in modify()
142 game->hud->addMessage(_("You got a agility boost.")); in modify()
154 game->hud->addMessage(_("You have taken a teleport.")); in modify()
167 game->hud->addMessage(oss.str()); in modify()
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/report/ohrmValidator/
H A DohrmValidatorConditionalFilter.php17 $this->addMessage('required', __(ValidationMessages::REQUIRED));
18 $this->addMessage('value1_required', __(ValidationMessages::REQUIRED));
19 $this->addMessage('value2_required', __(ValidationMessages::REQUIRED));
20 $this->addMessage('value1_value2_required', __(ValidationMessages::REQUIRED));
21 $this->addMessage('value1_greater_than_value2', 'Should be greater than first value');
22 $this->addMessage('value1_invalid', __('Should be a number'));
23 $this->addMessage('value2_invalid', __('Should be a number'));
24 $this->addMessage('value1_and_value2_invalid', __('Should be a number'));

12345678910>>...74