Home
last modified time | relevance | path

Searched refs:msg_comment (Results 1 – 6 of 6) sorted by relevance

/dports/devel/p5-Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.00/t/
H A D7-roundtrip.t22 is( $lex->msg_comment( $msgids{comment} ), 'Some user comment' . "\n" );
30 is( $lex->msg_comment( $msgids{comment} ),
39 is( $lex->msg_comment( $msgids{comment} ), 'Some user comment' . "\n" );
/dports/devel/p5-Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.00/lib/Locale/Maketext/
H A DExtract.pm148 sub msg_comment { subroutine
181 if ( my $comment = $self->msg_comment($msgid) ) {
/dports/irc/dancer/dancer-4.16/src/
H A Dlanguage.h299 XMSG(msg_comment);
H A Dlanguage.c2769 char *msg_comment[] = { /* comment */ variable
H A Dcommand.c1640 Sendf(from, GetText(msg_comment), u->comment); in ReportWhois()
1706 StrFormatAppendMax(buffer, sizeof(buffer), GetText(msg_comment), in Sview()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mail/models/
H A Dmail_thread.py491 msg_comment = MailMessage.search([
503 msg_comment.write({"res_id": new_thread.id, "model": new_thread._name})