Home
last modified time | relevance | path

Searched refs:msgtxt (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/mail/minimalist/minimalist-2.5.3/contrib/languages/
H A DUA-addon-2.5.3.pl7 $msgtxt{'1ua'} = <<_EOF_ ;
92 $msgtxt{'2ua'} = "�������:\n\t��";
98 $msgtxt{'5ua'} = "�������:\n\t��";
129 $msgtxt{'18ua'} = "��� �����";
145 $msgtxt{'27ua'} = "\n�������:\n\t".$msgtxt{'27.0ua'}.".\n\n�?����� ��������:\n\n".$msgtxt{'1ua'};
147 $msgtxt{'28ua'} = "� �������, Minimalist";
157 $msgtxt{'34ua'} = "� ��������? �������";
160 $msgtxt{'36ua'} = "\n���������� ";
169 $msgtxt{'40ua'} = "\n��������(-�)";
172 $msgtxt{'42ua'} = " � ���������? ";
[all …]
/dports/mail/minimalist/minimalist-2.5.3/
H A Dminimalist.pl476 $msgtxt{'2'.$language} ($from) $msgtxt{'3'.$language} minimalist\@$domain $msgtxt{'4'.$language}
490 $msgtxt{'5'.$language} ($from) $msgtxt{'5.1'.$language}
501 $msgtxt{'6'.$language} $maxsize $msgtxt{'7'.$language}
807 $msg .= $msgtxt{'12'.$language}." \U$list\E ".$msgtxt{'13'.$language}.
1128 $msgtxt{'33'.$language} \U$list\E$suffix $msgtxt{'34'.$language}:
1163 $msg .= $msgtxt{'36'.$language}.$email.$msgtxt{'37'.$language};
1172 $msg .= $msgtxt{'36'.$language}.$email.$msgtxt{'39'.$language};
1196 $msgtxt{'21'.$language} $auth_valid $msgtxt{'22'.$language}
1323 $msg .= $msgtxt{'36'.$language}.$email.$msgtxt{'39'.$language};
1918 $msgtxt{'27en'} = "\nERROR:\n\t".$msgtxt{'27.0en'}.".\n\nSOLUTION:\n\n".$msgtxt{'1en'};
[all …]
/dports/mail/getmail6/getmail6-6.18.5/getmailcore/
H A Dlogging.py56 def log(self, msglevel, msgtxt): argument
58 if sys.version_info.major > 2 and isinstance(msgtxt,bytes):
59 msgtxt = msgtxt.decode()
66 handler['stream'].write(msgtxt)
70 msgtxt.encode('ascii',errors='backslashreplace').decode('ascii')
73 handler['stream'].write(msgtxt.decode('ascii',errors='backslashreplace'))
75 if msgtxt.endswith('\n'):
82 sys.stdout.write(msgtxt)
84 if msgtxt.endswith('\n'):
/dports/graphics/tachyon/tachyon/src/
H A Drender.c173 char msgtxt[1024]; in rendercheck() local
182 sprintf(msgtxt, in rendercheck()
186 rt_ui_message(MSG_0, msgtxt); in rendercheck()
193 rt_ui_message(MSG_0, msgtxt); in rendercheck()
195 rt_ui_message(MSG_0, msgtxt); in rendercheck()
263 char msgtxt[256]; in rendercheck() local
265 rt_ui_message(MSG_0, msgtxt); in rendercheck()
275 char msgtxt[256]; in renderio() local
327 rt_ui_message(MSG_0, msgtxt); in renderio()
393 char msgtxt[256]; in renderscene() local
[all …]
H A Dtgafile.c31 char msgtxt[2048]; in createtgafile() local
32 sprintf(msgtxt, "Cannot create %s for output!", name); in createtgafile()
33 rt_ui_message(MSG_ERR, msgtxt); in createtgafile()
72 char msgtxt[2048]; in opentgafile() local
73 sprintf(msgtxt, "Cannot open %s for output!", filename); in opentgafile()
74 rt_ui_message(MSG_ERR, msgtxt); in opentgafile()
126 char msgtxt[256]; in writetgaregion() local
127 sprintf(msgtxt, "File write problem, %d bytes written.", numbytes); in writetgaregion()
128 rt_ui_message(MSG_ERR, msgtxt); in writetgaregion()
149 char msgtxt[256]; in writetgaregion() local
[all …]
H A Dimageio.c28 char msgtxt[2048]; in fakeimage() local
29 sprintf(msgtxt, "Error loading image %s. Faking it using solid gray.", name); in fakeimage()
30 rt_ui_message(MSG_0, msgtxt); in fakeimage()
49 char msgtxt[2048]; in readimage() local
77 sprintf(msgtxt, "Short read encountered while loading image %s", name); in readimage()
78 rt_ui_message(MSG_0, msgtxt); in readimage()
83 sprintf(msgtxt, "Cannot read unsupported format for image %s", name); in readimage()
84 rt_ui_message(MSG_0, msgtxt); in readimage()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp68 char msgtxt[2048]; in createtgafile() local
69 sprintf(msgtxt, "Cannot create %s for output!", name); in createtgafile()
70 rt_ui_message(MSG_ERR, msgtxt); in createtgafile()
106 char msgtxt[2048]; in opentgafile() local
107 sprintf(msgtxt, "Cannot open %s for output!", filename); in opentgafile()
108 rt_ui_message(MSG_ERR, msgtxt); in opentgafile()
138 char msgtxt[256]; in writetgaregion() local
139 sprintf(msgtxt, "File write problem, %d bytes written.", (int)numbytes); in writetgaregion()
140 rt_ui_message(MSG_ERR, msgtxt); in writetgaregion()
H A Dtrace_rest.cpp112 char msgtxt[2048]; in trace_region() local
113 …sprintf(msgtxt, "Node %3d tracing region %4d, %4d ---> %4d, %4d \n", 0, startx,starty,stopx,sto… in trace_region()
114 rt_ui_message(MSG_0, msgtxt); in trace_region()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp68 char msgtxt[2048]; in createtgafile() local
69 sprintf(msgtxt, "Cannot create %s for output!", name); in createtgafile()
70 rt_ui_message(MSG_ERR, msgtxt); in createtgafile()
106 char msgtxt[2048]; in opentgafile() local
107 sprintf(msgtxt, "Cannot open %s for output!", filename); in opentgafile()
108 rt_ui_message(MSG_ERR, msgtxt); in opentgafile()
138 char msgtxt[256]; in writetgaregion() local
139 sprintf(msgtxt, "File write problem, %d bytes written.", (int)numbytes); in writetgaregion()
140 rt_ui_message(MSG_ERR, msgtxt); in writetgaregion()
H A Dtrace_rest.cpp112 char msgtxt[2048]; in trace_region() local
113 …sprintf(msgtxt, "Node %3d tracing region %4d, %4d ---> %4d, %4d \n", 0, startx,starty,stopx,sto… in trace_region()
114 rt_ui_message(MSG_0, msgtxt); in trace_region()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp68 char msgtxt[2048]; in createtgafile() local
69 sprintf(msgtxt, "Cannot create %s for output!", name); in createtgafile()
70 rt_ui_message(MSG_ERR, msgtxt); in createtgafile()
106 char msgtxt[2048]; in opentgafile() local
107 sprintf(msgtxt, "Cannot open %s for output!", filename); in opentgafile()
108 rt_ui_message(MSG_ERR, msgtxt); in opentgafile()
142 char msgtxt[256]; in writetgaregion() local
143 sprintf(msgtxt, "File write problem, %d bytes written.", (int)numbytes); in writetgaregion()
144 rt_ui_message(MSG_ERR, msgtxt); in writetgaregion()
H A Dtrace_rest.cpp109 char msgtxt[2048]; in trace_region() local
110 sprintf(msgtxt, in trace_region()
117 rt_ui_message(MSG_0, msgtxt); in trace_region()
/dports/net-im/gajim/gajim-gajim-1.3.3/test/broken/unit/
H A Dtest_sessions.py46 def receive_chat_msg(self, jid, msgtxt): argument
49 msg.setBody(msgtxt)
53 <thread>123</thread></message>""" % (jid, msgtxt)
85 msgtxt = 'testing one'
87 self.receive_chat_msg(fjid, msgtxt)
112 msgtxt = 'testing two'
118 self.receive_chat_msg(fjid, msgtxt)
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Dxymond_rootlogin.pl27 my $msgtxt = "";
59 $msgtxt = "";
75 $msgtxt = $msgtxt . $line;
H A Dxymon-mailack.c138 char msgtxt[4096]; in main() local
139 if (pcre_copy_substring(subjectline, ovector, result, 1, msgtxt, sizeof(msgtxt)) > 0) { in main()
140 firsttxtline = strdup(msgtxt); in main()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Dxymond_rootlogin.pl27 my $msgtxt = "";
59 $msgtxt = "";
75 $msgtxt = $msgtxt . $line;
H A Dxymon-mailack.c138 char msgtxt[4096]; in main() local
139 if (pcre_copy_substring(subjectline, ovector, result, 1, msgtxt, sizeof(msgtxt)) > 0) { in main()
140 firsttxtline = strdup(msgtxt); in main()
/dports/textproc/texi2html/texi2html-5.0/
H A Dgettext_to_separated.pl5 my $msgtxt = '';
10 $msgtxt .= $_;
12 print "$ENV{'MSGEXEC_MSGID'}$separator\n$msgtxt$separator\n";
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dcmsgs.pas52 msgtxt : pchar;
116 msgtxt:=nil;
149 freemem(msgtxt,msgsize);
152 msgtxt:=nil;
161 msgtxt:=pchar(p);
263 getmem(msgtxt,msgallocsize);
264 ptxt:=msgtxt;
353 hp:=msgtxt;
354 hpend:=@msgtxt[msgsize];
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dcmsgs.pas52 msgtxt : pchar;
116 msgtxt:=nil;
149 freemem(msgtxt,msgsize);
152 msgtxt:=nil;
161 msgtxt:=pchar(p);
263 getmem(msgtxt,msgallocsize);
264 ptxt:=msgtxt;
353 hp:=msgtxt;
354 hpend:=@msgtxt[msgsize];
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dcmsgs.pas52 msgtxt : pchar;
116 msgtxt:=nil;
149 freemem(msgtxt,msgsize);
152 msgtxt:=nil;
161 msgtxt:=pchar(p);
263 getmem(msgtxt,msgallocsize);
264 ptxt:=msgtxt;
353 hp:=msgtxt;
354 hpend:=@msgtxt[msgsize];
/dports/mail/courier/courier-0.65.3/courier/
H A Dwebmlmdmod.C130 std::string msgtxt=args.front();
132 size_t p=msgtxt.find('@');
134 if (p != msgtxt.npos)
138 o << msgtxt.substr(0, p) << cnt <<
139 msgtxt.substr(p+1);
141 msgtxt=o.str();
147 std::cout << "/admin/mod\">" << msgtxt << "</a>";
/dports/math/py-pynleq2/pysces-0.9.8/pysces/
H A DPyscesWeb.py321 def GenericMail(self, toadd, msgtxt, subj='PySCeS generated email'): argument
334 assert type(msgtxt) == str, '\nMessage text must be a string'
337 msgtxt = self.msgintro + msgtxt
339 msgtxt += self.signature
340 outer = MIMEText(msgtxt)
/dports/biology/py-PySCeS/pysces-1.0.0/pysces/
H A DPyscesWeb.py335 def GenericMail(self, toadd, msgtxt, subj='PySCeS generated email'): argument
348 assert type(msgtxt) == str, '\nMessage text must be a string'
351 msgtxt = self.msgintro + msgtxt
353 msgtxt += self.signature
354 outer = MIMEText(msgtxt)
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4app/
H A Ddk4applog.c1545 const dkChar *msgtxt[3]; in dk4app_log_startup_debug() local
1638 msgtxt[0] = debmsg[30]; in dk4app_log_startup_debug()
1639 msgtxt[1] = fnb; in dk4app_log_startup_debug()
1640 dk4app_log_msg(app, DK4_LL_DEBUG, msgtxt, 2); in dk4app_log_startup_debug()
1642 msgtxt[0] = debmsg[31]; in dk4app_log_startup_debug()
1643 msgtxt[1] = fnb; in dk4app_log_startup_debug()
1644 dk4app_log_msg(app, DK4_LL_DEBUG, msgtxt, 2); in dk4app_log_startup_debug()
1657 msgtxt[0] = debmsg[30]; in dk4app_log_startup_debug()
1658 msgtxt[1] = fnb; in dk4app_log_startup_debug()
1661 msgtxt[0] = debmsg[31]; in dk4app_log_startup_debug()
[all …]

12345678