Home
last modified time | relevance | path

Searched refs:has_messages (Results 1 – 25 of 40) sorted by relevance

12

/dports/textproc/texi2html/texi2html-5.0/lib/libintl-perl/lib/Locale/
H A Dgettext_pp.pm73 my ($has_messages, $five_ok);
75 $has_messages = eval '&POSIX::LC_MESSAGES';
77 unless (defined $has_messages && length $has_messages) {
90 if (defined $has_messages && length $has_messages) {
/dports/print/texinfo/texinfo-6.8/tp/maintain/lib/libintl-perl/lib/Locale/
H A Dgettext_pp.pm72 my ($has_messages, $five_ok);
74 $has_messages = eval '&POSIX::LC_MESSAGES';
76 unless (defined $has_messages && length $has_messages) {
89 if (defined $has_messages && length $has_messages) {
/dports/devel/p5-Locale-libintl/libintl-perl-1.32/lib/Locale/
H A Dgettext_pp.pm72 my ($has_messages, $five_ok);
74 $has_messages = eval '&POSIX::LC_MESSAGES';
76 unless (defined $has_messages && length $has_messages) {
89 if (defined $has_messages && length $has_messages) {
/dports/www/habari/habari-0.8/system/themes/charcoal/
H A Dcommentform.php4 <?php if ( Session::has_messages() ) Session::messages_out(); ?>
/dports/devel/p5-MooseX-Types-Structured/MooseX-Types-Structured-0.36/lib/MooseX/Types/Structured/
H A DMessageStack.pm27 has_messages => 'count',
/dports/www/habari/habari-0.8/system/admin/
H A Dfooter.php40 <?php if ( Session::has_messages() ): ?>
/dports/www/habari/habari-0.8/system/themes/mzingi/
H A Dcommentform.php2 <?php if ( Session::has_messages() ) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Dmessage_pipe_dispatcher.cc400 if (port_status.has_messages) { in GetHandleSignalsStateNoLock()
458 if (port_status.has_messages) { in OnPortStatusChanged()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DMessageLink.cpp207 return !(status->has_messages || status->receiving_messages); in Unsound_IsClosed()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DMessageLink.cpp194 return !(status->has_messages || status->receiving_messages); in IsClosed()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DMessageLink.cpp207 return !(status->has_messages || status->receiving_messages); in Unsound_IsClosed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dmessage_pipe_dispatcher.cc408 if (port_status.has_messages) { in GetHandleSignalsStateNoLock()
466 if (port_status.has_messages) { in OnPortStatusChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/ports/
H A Dnode.h41 bool has_messages; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/ports/
H A Dnode.h41 bool has_messages; member
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/mojo/core/ports/
H A Dnode.h38 bool has_messages; member
/dports/www/firefox/firefox-99.0/ipc/chromium/src/mojo/core/ports/
H A Dnode.h38 bool has_messages; member
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/mojo/core/ports/
H A Dnode.h38 bool has_messages; member
/dports/devel/p5-MooseX-Types-Structured/MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeConstraint/
H A DStructured.pm92 if($message_stack->has_messages) {
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Dmessageset.php99 function has_messages() { function in MessageSet
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dhelpers.php174 public $has_messages = false; variable in JsonResult
204 if (!$json->has_messages && $conf)
224 $this->has_messages = true;
/dports/www/habari/habari-0.8/system/classes/
H A Dsession.php452 public static function has_messages() function in Session
/dports/www/hotcrp/hotcrp-2.102/
H A Dprofile.php305 if ($UserStatus->has_messages())
520 if ($UserStatus->has_messages()) {
/dports/x11/lightdm/lightdm-1.30.0/common/
H A Duser-list.c127 gboolean has_messages; member
598 priv->has_messages = g_variant_get_boolean (value); in load_accounts_user()
1440 return GET_USER_PRIVATE (user)->has_messages; in common_user_get_has_messages()
/dports/x11/slick-greeter/slick-greeter-1.5.3/src/
H A Duser-list.vala843 …string label, string? background = null, bool is_active = false, bool has_messages = false, string…
863 e.set_show_message_icon (has_messages);
1053 … add_user (user.name, label, user.background, user.logged_in, user.has_messages, user.session);
1130 bool has_messages;
1465 add_user (e.username, e.real_name, background, e.is_active, e.has_messages, e.session);
/dports/x11/lightdm/lightdm-1.30.0/tests/src/
H A Dtest-runner.c59 gboolean has_messages; member
842 … user->has_messages = g_strcmp0 (g_hash_table_lookup (params, "HAS-MESSAGES"), "TRUE") == 0; in handle_command()
843 … g_string_append_printf (status_text, " HAS-MESSAGES=%s", user->has_messages ? "TRUE" : "FALSE"); in handle_command()
2014 return g_variant_new_boolean (user->has_messages); in handle_user_get_extra_property()
2191 … user->has_messages = g_key_file_get_boolean (dmrc_file, "X-Accounts", "HasMessages", NULL); in load_passwd_file()

12