/openbsd/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/ |
H A D | 2-load_po_without_i_default.t | 24 is(loc("I have got %1 alerts", 65), "I have got 65 alerts", "Got auto key" ); 25 is(loc("I have acknowledged %1 alerts", 83), "Yo dude, I've been working on these 83 alerts", "Got … 29 is(loc("I have got %1 alerts", "red"), "Mon Francais red, c'est terrible", "French translated" );
|
H A D | 3-load_po_with_i_default.t | 24 is(loc("I have got %1 alerts", "hot"), "Maybe it's because I'm a hot Londoner, that I love London t… 25 is(loc("I have acknowledged %1 alerts", 83), "Yo dude, I've been working on these 83 alerts", "Got … 30 is(loc("I have got %1 alerts", "red"), "Mon Francais red, c'est terrible", "French translated" );
|
/openbsd/usr.bin/tmux/ |
H A D | alerts.c | 56 int alerts; in alerts_callback() local 59 alerts = alerts_check_all(w); in alerts_callback() 60 log_debug("@%u alerts check, alerts %#x", w->id, alerts); in alerts_callback() 95 int alerts; in alerts_check_all() local 97 alerts = alerts_check_bell(w); in alerts_check_all() 98 alerts |= alerts_check_activity(w); in alerts_check_all() 99 alerts |= alerts_check_silence(w); in alerts_check_all() 100 return (alerts); in alerts_check_all()
|
H A D | format.c | 548 char alerts[1024], tmp[16]; in format_cb_session_alerts() local 553 *alerts = '\0'; in format_cb_session_alerts() 559 if (*alerts != '\0') in format_cb_session_alerts() 560 strlcat(alerts, ",", sizeof alerts); in format_cb_session_alerts() 561 strlcat(alerts, tmp, sizeof alerts); in format_cb_session_alerts() 563 strlcat(alerts, "#", sizeof alerts); in format_cb_session_alerts() 565 strlcat(alerts, "!", sizeof alerts); in format_cb_session_alerts() 567 strlcat(alerts, "~", sizeof alerts); in format_cb_session_alerts() 569 return (xstrdup(alerts)); in format_cb_session_alerts()
|
H A D | Makefile | 4 SRCS= alerts.c \
|
/openbsd/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/ |
H A D | en.po | 16 #. $alerts 18 msgid "I have got %1 alerts" 23 msgid "I have acknowledged %1 alerts" 24 msgstr "Yo dude, I've been working on these %1 alerts"
|
H A D | fr.po | 16 #. $alerts 18 msgid "I have got %1 alerts" 23 msgid "I have acknowledged %1 alerts"
|
H A D | i_default.po | 16 #. $alerts 18 msgid "I have got %1 alerts" 23 msgid "I have acknowledged %1 alerts"
|
/openbsd/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/ |
H A D | en.po | 16 #. $alerts 18 msgid "I have got %1 alerts" 23 msgid "I have acknowledged %1 alerts" 24 msgstr "Yo dude, I've been working on these %1 alerts"
|
H A D | fr.po | 16 #. $alerts 18 msgid "I have got %1 alerts" 23 msgid "I have acknowledged %1 alerts"
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | ppphdoc | 123 alerts will be printed.
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5300delta.pod | 257 (L<https://lgtm.com/projects/g/Perl/perl5/alerts/?mode=tree>).
|
H A D | perldiag.pod | 8060 warning alerts you to the fact that you are using a construct which may 8070 warning alerts you to the fact that you are using a construct which may
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | Glossary | 833 alerts the C program that it must deal with idiosyncrasies of VMS. 3000 This variable conditionally defines the symbol XENIX, which alerts
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdb.texinfo | 1373 @code{'} at the beginning of the function name. This alerts 2269 signal happened. @value{GDBN} alerts you to the context switch with a
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 4619 This hook returns a tree expression that alerts the runtime that the
|
H A D | gccint.info | 23112 This hook returns a tree expression that alerts the runtime that
|