Searched refs:msgid (Results 301 - 325 of 486) sorted by relevance

<<11121314151617181920

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-php-334 msgid "hello world"
H A Dxgettext-python-432 msgid "hello world"
H A Dxgettext-scheme-333 msgid "hello world"
H A Dxgettext-sh-322 msgid "abc\\\"def"
H A Dxgettext-sh-625 msgid "hello world"
H A Dxgettext-smalltalk-234 msgid "hello world"
H A Dxgettext-tcl-326 msgid "hello world"
H A Dxgettext-ycp-124 msgid "%1 package"
H A Dxgettext-ycp-325 msgid ""
H A Dxgettext-ycp-432 msgid "hello world"
H A Dplural-116 msgid "a piece of cake"
29 msgid "a piece of cake"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/isdn/
H A Dcapilli.h110 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
111 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DDumpResource.java54 private void dumpMessage (String msgid, String msgid_plural, Object msgstr) throws IOException { argument
55 int separatorPos = msgid.indexOf('\u0004');
57 String msgctxt = msgid.substring(0,separatorPos);
58 msgid = msgid.substring(separatorPos+1);
61 out.write("msgid "); dumpString(msgid); out.write('\n');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgunfmt.cs57 private void DumpMessage (String msgid, String msgid_plural, Object msgstr) { argument
58 int separatorPos = msgid.IndexOf('\u0004');
60 String msgctxt = msgid.Substring(0,separatorPos);
61 msgid = msgid.Substring(separatorPos+1);
64 Out.Write("msgid "); DumpString(msgid); Out.Write('\n');
H A Dread-catalog.c54 char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural,
64 msgid, msgid_pos, msgid_plural,
231 /* Process ['msgctxt'/]'msgid'/'msgstr' pair from .po file. */
235 char *msgid,
246 call_add_message (this, msgctxt, msgid, msgid_pos, msgid_plural,
337 char *msgid,
353 if (this->allow_duplicates && msgid[0] != '\0')
358 mp = message_list_search (this->mlp, msgctxt, msgid);
378 free (msgid);
400 mp = message_alloc (msgctxt, msgid, msgid_plura
52 call_add_message(struct default_catalog_reader_ty *this, char *msgctxt, char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, char *prev_msgctxt, char *prev_msgid, char *prev_msgid_plural, bool force_fuzzy, bool obsolete) argument
233 default_directive_message(abstract_catalog_reader_ty *that, char *msgctxt, char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, char *prev_msgctxt, char *prev_msgid, char *prev_msgid_plural, bool force_fuzzy, bool obsolete) argument
335 default_add_message(default_catalog_reader_ty *this, char *msgctxt, char *msgid, lex_pos_ty *msgid_pos, char *msgid_plural, char *msgstr, size_t msgstr_len, lex_pos_ty *msgstr_pos, char *prev_msgctxt, char *prev_msgid, char *prev_msgid_plural, bool force_fuzzy, bool obsolete) argument
[all...]
H A Dread-properties.c55 where the key is the msgid and the value is the msgstr. Messages with
520 char *msgid; local
524 msgid = read_escaped_string (true);
525 if (msgid == NULL)
541 force_fuzzy = (hidden && msgid[0] != '\0' && msgstr[0] != '\0');
543 po_callback_message (NULL, msgid, &msgid_pos, NULL,
H A Dformat-gcc-internal.c623 error_logger (_("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
653 error_logger (_("format specifications in 'msgid' and '%s' for argument %u are not the same"),
671 error_logger (_("'msgid' uses %%m but '%s' doesn't"),
674 error_logger (_("'msgid' does not use %%m but '%s' uses %%m"),
H A Dwrite-resources.c51 the WriteResource program, sending it the msgid/msgstr pairs as
88 fwrite (mp->msgid, 1, strlen (mp->msgid) + 1, fp);
H A Dmsgl-ascii.c68 /* msgid and msgid_plural are normally ASCII, so why checking?
70 if (!is_ascii_string (mp->msgid))
H A Dx-rst.c76 char *msgid; local
219 msgid = xstrdup (buffer);
224 remember_a_message (mlp, NULL, msgid, null_context, &pos, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquotearg.c37 #define _(msgid) gettext (msgid)
38 #define N_(msgid) msgid
149 gettext_quote (char const *msgid, enum quoting_style s) argument
151 char const *translation = _(msgid);
152 if (translation == msgid && s == clocale_quoting_style)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dopenldap.c139 int msgid; member in struct:ldapconninfo
146 int msgid; member in struct:ldapreqinfo
273 NULL, NULL, &li->msgid);
281 rc = ldap_result(li->ld, li->msgid, LDAP_MSG_ONE, tvp, &result);
349 int msgid; local
371 NULL, NULL, NULL, 0, &msgid);
380 lr->msgid = msgid;
396 if(lr->msgid) {
398 ldap_abandon_ext(li->ld, lr->msgid, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dipmi.h242 long msgid; member in struct:ipmi_recv_msg
331 long msgid,
349 long msgid,
470 * responses back. You can use the msgid value to correlate commands
472 * incoming messages are for which command and find the proper msgid
500 long msgid; /* The sequence number for the message. This member in struct:ipmi_req
555 long msgid; /* The sequence number specified in the request member in struct:ipmi_recv
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dformatter.js271 ngettext: function(msgid, msgid_plural, n)
274 return n === 1 ? msgid : msgid_plural;
277 countString: function(msgid, msgid_plural, n)
279 return [ n.toStringWithCommas(), this.ngettext(msgid,msgid_plural,n) ].join(' ');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dquotearg.c37 #define _(msgid) gettext (msgid)
38 #define N_(msgid) msgid
182 gettext_quote (char const *msgid, enum quoting_style s) argument
184 char const *translation = _(msgid);
185 if (translation == msgid && s == clocale_quoting_style)

Completed in 129 milliseconds

<<11121314151617181920