Home
last modified time | relevance | path

Searched refs:msgText (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/devel/govendor/govendor-1.0.9-6-gc5ee5dc/help/
H A Dmsg.go25 msgText := ""
31 msgText = helpFull
33 msgText = helpInit
35 msgText = helpList
37 msgText = helpAdd
39 msgText = helpUpdate
41 msgText = helpRemove
43 msgText = helpFetch
47 msgText = helpSync
51 msgText = helpGet
[all …]
/dports/news/nzbget/nzbget-21.1/daemon/extension/
H A DScanScript.cpp132 const char* msgText = text + m_prefixLen; in AddMessage() local
134 if (!strncmp(msgText, "[NZB] ", 6)) in AddMessage()
137 if (!strncmp(msgText + 6, "NZBNAME=", 8)) in AddMessage()
139 *m_nzbName = msgText + 6 + 8; in AddMessage()
143 *m_category = msgText + 6 + 9; in AddMessage()
148 CString param = msgText + 6 + 6; in AddMessage()
162 *m_priority = atoi(msgText + 6 + 9); in AddMessage()
166 *m_addTop = atoi(msgText + 6 + 4) != 0; in AddMessage()
174 *m_dupeKey = msgText + 6 + 8; in AddMessage()
178 *m_dupeScore = atoi(msgText + 6 + 10); in AddMessage()
[all …]
H A DPostScript.cpp225 const char* msgText = text + m_prefixLen; in AddMessage() local
227 if (!strncmp(msgText, "[NZB] ", 6)) in AddMessage()
229 debug("Command %s detected", msgText + 6); in AddMessage()
230 if (!strncmp(msgText + 6, "FINALDIR=", 9)) in AddMessage()
233 m_postInfo->GetNzbInfo()->SetFinalDir(msgText + 6 + 9); in AddMessage()
235 else if (!strncmp(msgText + 6, "DIRECTORY=", 10)) in AddMessage()
238 m_postInfo->GetNzbInfo()->SetDestDir(msgText + 6 + 10); in AddMessage()
240 else if (!strncmp(msgText + 6, "NZBPR_", 6)) in AddMessage()
242 CString param = msgText + 6 + 6; in AddMessage()
256 else if (!strncmp(msgText + 6, "MARK=BAD", 8)) in AddMessage()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dhu_msg.cpp40 static char *msgText; variable
53 msgText = 0; in Hu_MsgInit()
60 if(msgText) in Hu_MsgShutdown()
62 M_Free(msgText); msgText = 0; in Hu_MsgShutdown()
79 if(msgText) in stopMessage()
81 M_Free(msgText); msgText = 0; in stopMessage()
155 FR_DrawText3(msgText, &origin, ALIGN_TOP, textFlags); in drawMessage()
156 origin.y += FR_TextHeight(msgText); in drawMessage()
247 msgText = (char *)M_Calloc(strlen(msg) + 1); in Hu_MsgStart()
248 strncpy(msgText, msg, strlen(msg)); in Hu_MsgStart()
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A DreadWritePNG.c109 msgText[FATAL_LIBPNG_ERROR_LONGJMP_CALLED_WHILE_READING]); in ReadPNG()
132 msgText[ERROR_PLTE_CHUNK_NOT_FOUND_IN_PALETTE_IMAGE]); in ReadPNG()
154 RWSetMsg(msgText[STRIPPING_48_BIT_RGB_IMAGE_TO_24_BITS]); in ReadPNG()
156 msgText[STRIPPING_48_BIT_RGB_IMAGE_TO_24_BITS]); in ReadPNG()
168 msgText[STRIPPING_16_BIT_GRAYSCALE_IMAGE_TO_8_BITS]); in ReadPNG()
207 msgText[STRIPPING_64_BIT_RGBA_IMAGE_TO_32_BITS]); in ReadPNG()
235 msgText[UNKNOWN_PNG_IMAGE_TYPE], color_type); in ReadPNG()
237 RWSetMsg(msgText[UNKNOWN_PNG_IMAGE_TYPE]); in ReadPNG()
260 msgText[READPNG_CANT_ALLOCATE_MEMORY_FOR_ROW_POINTERS_1]); in ReadPNG()
400 msgText[FATAL_LIBPNG_ERROR_LONGJMP_CALLED_WHILE_WRITING]); in WritePNG()
[all …]
H A Dlibpnmrw.c235 fprintf(stderr, msgText[READ_ERROR], progname); in pbm_getc()
242 fprintf(stderr, msgText[READ_ERROR], progname); in pbm_getc()
336 fprintf(stderr, msgText[READ_ERROR], progname); in pbm_getrawbyte()
374 fprintf(stderr, msgText[CANT_HAPPEN], progname); in pbm_readpbmrow()
486 fprintf(stderr, msgText[CANT_HAPPEN], progname); in pgm_readpgmrow()
517 fprintf(stderr, msgText[WRITE_ERROR], progname); in pgm_writepgmrowraw()
618 fprintf(stderr, msgText[CANT_HAPPEN], progname); in ppm_readppmrow()
654 fprintf(stderr, msgText[WRITE_ERROR], progname); in ppm_writeppmrowraw()
791 fprintf(stderr, msgText[CANT_HAPPEN], progname); in pnm_readpnmrow()
836 fprintf(stderr, msgText[CANT_HAPPEN], progname); in pnm_writepnminit()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/lxtrack/
H A Dpkt.cc239 string msgText; in appendMessage() local
242 msgText+="\001"; in appendMessage()
246 msgText+=Message.s_Ctrl[i]; in appendMessage()
248 msgText+="\r\001"; in appendMessage()
250 msgText+='\r'; in appendMessage()
251 msgText+='\r'; in appendMessage()
252 if (msgText[msgText.length()-1]!='\0') msgText.erase(msgText.length()-1,1); in appendMessage()
276 msgText+=intl; in appendMessage()
277 msgText+=0x0d; in appendMessage()
281 msgText+=Message.s_MsgText; in appendMessage()
[all …]
/dports/news/husky/husky-1.9.20191207/lxtrack/
H A Dpkt.cc239 string msgText; in appendMessage() local
242 msgText+="\001"; in appendMessage()
246 msgText+=Message.s_Ctrl[i]; in appendMessage()
248 msgText+="\r\001"; in appendMessage()
250 msgText+='\r'; in appendMessage()
251 msgText+='\r'; in appendMessage()
252 if (msgText[msgText.length()-1]!='\0') msgText.erase(msgText.length()-1,1); in appendMessage()
276 msgText+=intl; in appendMessage()
277 msgText+=0x0d; in appendMessage()
281 msgText+=Message.s_MsgText; in appendMessage()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/lxtrack/
H A Dpkt.cc239 string msgText; in appendMessage() local
242 msgText+="\001"; in appendMessage()
246 msgText+=Message.s_Ctrl[i]; in appendMessage()
248 msgText+="\r\001"; in appendMessage()
250 msgText+='\r'; in appendMessage()
251 msgText+='\r'; in appendMessage()
252 if (msgText[msgText.length()-1]!='\0') msgText.erase(msgText.length()-1,1); in appendMessage()
276 msgText+=intl; in appendMessage()
277 msgText+=0x0d; in appendMessage()
281 msgText+=Message.s_MsgText; in appendMessage()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/lxtrack/
H A Dpkt.cc239 string msgText; in appendMessage() local
242 msgText+="\001"; in appendMessage()
246 msgText+=Message.s_Ctrl[i]; in appendMessage()
248 msgText+="\r\001"; in appendMessage()
250 msgText+='\r'; in appendMessage()
251 msgText+='\r'; in appendMessage()
252 if (msgText[msgText.length()-1]!='\0') msgText.erase(msgText.length()-1,1); in appendMessage()
276 msgText+=intl; in appendMessage()
277 msgText+=0x0d; in appendMessage()
281 msgText+=Message.s_MsgText; in appendMessage()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/lxtrack/
H A Dpkt.cc239 string msgText; in appendMessage() local
242 msgText+="\001"; in appendMessage()
246 msgText+=Message.s_Ctrl[i]; in appendMessage()
248 msgText+="\r\001"; in appendMessage()
250 msgText+='\r'; in appendMessage()
251 msgText+='\r'; in appendMessage()
252 if (msgText[msgText.length()-1]!='\0') msgText.erase(msgText.length()-1,1); in appendMessage()
276 msgText+=intl; in appendMessage()
277 msgText+=0x0d; in appendMessage()
281 msgText+=Message.s_MsgText; in appendMessage()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/lxtrack/
H A Dpkt.cc239 string msgText; in appendMessage() local
242 msgText+="\001"; in appendMessage()
246 msgText+=Message.s_Ctrl[i]; in appendMessage()
248 msgText+="\r\001"; in appendMessage()
250 msgText+='\r'; in appendMessage()
251 msgText+='\r'; in appendMessage()
252 if (msgText[msgText.length()-1]!='\0') msgText.erase(msgText.length()-1,1); in appendMessage()
276 msgText+=intl; in appendMessage()
277 msgText+=0x0d; in appendMessage()
281 msgText+=Message.s_MsgText; in appendMessage()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/lxtrack/
H A Dpkt.cc239 string msgText; in appendMessage() local
242 msgText+="\001"; in appendMessage()
246 msgText+=Message.s_Ctrl[i]; in appendMessage()
248 msgText+="\r\001"; in appendMessage()
250 msgText+='\r'; in appendMessage()
251 msgText+='\r'; in appendMessage()
252 if (msgText[msgText.length()-1]!='\0') msgText.erase(msgText.length()-1,1); in appendMessage()
276 msgText+=intl; in appendMessage()
277 msgText+=0x0d; in appendMessage()
281 msgText+=Message.s_MsgText; in appendMessage()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/lxtrack/
H A Dpkt.cc239 string msgText; in appendMessage() local
242 msgText+="\001"; in appendMessage()
246 msgText+=Message.s_Ctrl[i]; in appendMessage()
248 msgText+="\r\001"; in appendMessage()
250 msgText+='\r'; in appendMessage()
251 msgText+='\r'; in appendMessage()
252 if (msgText[msgText.length()-1]!='\0') msgText.erase(msgText.length()-1,1); in appendMessage()
276 msgText+=intl; in appendMessage()
277 msgText+=0x0d; in appendMessage()
281 msgText+=Message.s_MsgText; in appendMessage()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_bulkrollbackfilecompressedhdfs.cpp80 std::ostringstream msgText; in truncateSegmentFile() local
81 msgText << "Truncating compressed HDFS column file" in truncateSegmentFile()
87 logging::M0075, columnOID, msgText.str() ); in truncateSegmentFile()
121 std::ostringstream msgText; in reInitTruncColumnExtent() local
122 msgText << "Reinit HWM compressed column extent in HDFS db file" << in reInitTruncColumnExtent()
129 logging::M0075, columnOID, msgText.str() ); in reInitTruncColumnExtent()
157 std::ostringstream msgText; in reInitTruncDctnryExtent() local
158 msgText << "Reinit HWM compressed dictionary store extent in HDFS db file" in reInitTruncDctnryExtent()
165 logging::M0075, dStoreOID, msgText.str() ); in reInitTruncDctnryExtent()
H A Dwe_bulkrollbackfile.cpp125 std::ostringstream msgText; in deleteSegmentFile() local
131 logging::M0075, columnOID, msgText.str() ); in deleteSegmentFile()
173 std::ostringstream msgText; in truncateSegmentFile() local
174 msgText << "Truncating column file" in truncateSegmentFile()
181 logging::M0075, columnOID, msgText.str() ); in truncateSegmentFile()
249 std::ostringstream msgText; in reInitTruncColumnExtent() local
250 msgText << "Reinit HWM column extent in db file" in reInitTruncColumnExtent()
257 logging::M0075, columnOID, msgText.str() ); in reInitTruncColumnExtent()
376 std::ostringstream msgText; in reInitTruncDctnryExtent() local
377 msgText << "Reinit dictionary store extent in db file" in reInitTruncDctnryExtent()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_bulkrollbackfilecompressedhdfs.cpp80 std::ostringstream msgText; in truncateSegmentFile() local
81 msgText << "Truncating compressed HDFS column file" in truncateSegmentFile()
87 logging::M0075, columnOID, msgText.str() ); in truncateSegmentFile()
121 std::ostringstream msgText; in reInitTruncColumnExtent() local
122 msgText << "Reinit HWM compressed column extent in HDFS db file" << in reInitTruncColumnExtent()
129 logging::M0075, columnOID, msgText.str() ); in reInitTruncColumnExtent()
157 std::ostringstream msgText; in reInitTruncDctnryExtent() local
158 msgText << "Reinit HWM compressed dictionary store extent in HDFS db file" in reInitTruncDctnryExtent()
165 logging::M0075, dStoreOID, msgText.str() ); in reInitTruncDctnryExtent()
H A Dwe_bulkrollbackfile.cpp125 std::ostringstream msgText; in deleteSegmentFile() local
131 logging::M0075, columnOID, msgText.str() ); in deleteSegmentFile()
173 std::ostringstream msgText; in truncateSegmentFile() local
174 msgText << "Truncating column file" in truncateSegmentFile()
181 logging::M0075, columnOID, msgText.str() ); in truncateSegmentFile()
249 std::ostringstream msgText; in reInitTruncColumnExtent() local
250 msgText << "Reinit HWM column extent in db file" in reInitTruncColumnExtent()
257 logging::M0075, columnOID, msgText.str() ); in reInitTruncColumnExtent()
376 std::ostringstream msgText; in reInitTruncDctnryExtent() local
377 msgText << "Reinit dictionary store extent in db file" in reInitTruncDctnryExtent()
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Doperation.c156 value[0].prompt = msgText[OPACITY]; in brushMenuCallback()
191 value[0].prompt = msgText[DENSITY]; in fractalMenuCallback()
245 value[1].prompt = msgText[DYNAMIC_MASS]; in dynPencilMenuCallback()
248 value[2].prompt = msgText[DYNAMIC_DRAG]; in dynPencilMenuCallback()
297 value[0].prompt = msgText[SPRAY_RADIUS]; in sprayMenuCallback()
303 value[2].prompt = msgText[SPRAY_RATE]; in sprayMenuCallback()
392 Notice(w, msgText[ in gradientFillOkCallback()
397 Notice(w, msgText[ in gradientFillOkCallback()
402 Notice(w, msgText[ in gradientFillOkCallback()
407 Notice(w, msgText[ in gradientFillOkCallback()
[all …]
H A Dmain.c61 String *msgText; variable
595 msgText = (String *)realloc(msgText, msgNum*sizeof(String)); in LoadMessages()
596 if (!msgText) { in LoadMessages()
614 msgText[msgNum-1] = strdup(buf); in LoadMessages()
615 if (!msgText[msgNum-1]) { in LoadMessages()
623 msgText = (String *)realloc(msgText, msgNum*sizeof(String)); in LoadMessages()
625 fprintf(stderr, "%s\n\n", msgText[0]); in LoadMessages()
726 msgText = NULL; in main()
992 fprintf(stderr, "%s", msgText[WARNING_ONE]); in main()
1003 fprintf(stderr, "%s", msgText[WARNING_TWO_A]); in main()
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/internal/tengo/
H A Doutmessage.tengo8 msgText, msgUsername
17 msgText=re.replace(msgText,"")
24 msgText=re.replace(msgText,"$1")
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/platform/
H A DDefaultAlertDialog.java29 public int showAlert( Frame parentFrame, String msgText, String infoText, in showAlert() argument
31 return showAlert( parentFrame, msgText, infoText, alertType, -1, buttons ); in showAlert()
34 public int showAlert( Frame parentFrame, String msgText, String infoText, in showAlert() argument
68 if ( msgText.contains( "\n" ) ) { in showAlert()
69 msgArea = new JTextArea( msgText ); in showAlert()
74 msgArea = TextAreaFactory.createTextArea( msgText, 30 ); in showAlert()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKCommunicatorApp/
H A DChatForm.cs135 var msgText = txtChatMsg.Text; in btnSendToAll_Click()
137 if (!string.IsNullOrEmpty(msgText)) { in btnSendToAll_Click()
138 fCore.SendToAll(msgText); in btnSendToAll_Click()
139 AddChatText(msgText, Color.Navy, Color.Black); in btnSendToAll_Click()
151 var msgText = txtChatMsg.Text; in btnSend_Click()
153 if ((!string.IsNullOrEmpty(msgText)) && (peerItem != null)) { in btnSend_Click()
154 fCore.Send(peerItem, msgText); in btnSend_Click()
155 AddChatText(msgText, Color.Green, Color.Black); in btnSend_Click()
/dports/net-im/matterbridge/matterbridge-1.22.3/contrib/
H A Doutmessage-discordemoji.tengo7 msgText=rePNG.replace(msgText,"https://cdn.discordapp.com/emojis/$1.png")
9 msgText=reGIF.replace(msgText,"https://cdn.discordapp.com/emojis/$1.gif")
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/util_dna_assembly/
H A DDnaAssemblyGUIExtension.cpp92 QString msgText(tr("Path for ")); in requiredToolsAreOk() local
95 msgText.append(i > 0 ? (i == n - 1 ? tr(" and ") : ", ") : ""); in requiredToolsAreOk()
96 msgText.append(QString("<i>%1</i>").arg(toolName)); in requiredToolsAreOk()
98 msgText.append(tr(" is not set.")); in requiredToolsAreOk()
99 msgBox->setText(msgText); in requiredToolsAreOk()

1234567891011