Home
last modified time | relevance | path

Searched refs:alert_type (Results 101 – 125 of 223) sorted by relevance

123456789

/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dalertpanel.h61 AlertType alert_type);
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_alert_manager.cpp310 TEST_CHECK(d.test(torrent_finished_alert::alert_type)); in TORRENT_TEST()
330 TEST_CHECK(a->dropped_alerts[torrent_finished_alert::alert_type] == true); in TORRENT_TEST()
H A Dtest_checking.cpp210 ses1, torrent_checked_alert::alert_type, "checking"); in test_checking()
364 TEST_CHECK(wait_for_alert(ses1, torrent_checked_alert::alert_type in TORRENT_TEST()
H A Dtest_ssl.cpp237 wait_for_alert(ses1, torrent_finished_alert::alert_type, "ses1"); in test_ssl()
600 , torrent_finished_alert::alert_type, "ses1"); in test_malicious_peer()
604 TEST_EQUAL(a->type(), torrent_finished_alert::alert_type); in test_malicious_peer()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_alert_manager.cpp310 TEST_CHECK(d.test(torrent_finished_alert::alert_type)); in TORRENT_TEST()
330 TEST_CHECK(a->dropped_alerts[torrent_finished_alert::alert_type] == true); in TORRENT_TEST()
H A Dtest_checking.cpp210 ses1, torrent_checked_alert::alert_type, "checking"); in test_checking()
364 TEST_CHECK(wait_for_alert(ses1, torrent_checked_alert::alert_type in TORRENT_TEST()
H A Dtest_ssl.cpp237 wait_for_alert(ses1, torrent_finished_alert::alert_type, "ses1"); in test_ssl()
600 , torrent_finished_alert::alert_type, "ses1"); in test_malicious_peer()
604 TEST_EQUAL(a->type(), torrent_finished_alert::alert_type); in test_malicious_peer()
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/vendor/dogstatsd/
H A Dbase.py563 def event(self, title, text, alert_type=None, aggregation_key=None, argument
590 if alert_type:
591 string = '%s|t:%s' % (string, alert_type)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/
H A Dns_server.cpp636 CNetScheduleServer::AcknowledgeAlert(EAlertType alert_type, in AcknowledgeAlert() argument
639 return m_Alerts.Acknowledge(alert_type, user); in AcknowledgeAlert()
643 void CNetScheduleServer::RegisterAlert(EAlertType alert_type, in RegisterAlert() argument
646 m_Alerts.Register(alert_type, message); in RegisterAlert()
/dports/www/py-django-bootstrap3/django-bootstrap3-15.0.0/src/bootstrap3/templatetags/
H A Dbootstrap3.py640 def bootstrap_alert(content, alert_type="info", dismissable=True): argument
674 return render_alert(content, alert_type, dismissable)
/dports/www/py-django-bootstrap4/django-bootstrap4-0.0.8/bootstrap4/templatetags/
H A Dbootstrap4.py718 def bootstrap_alert(content, alert_type="info", dismissable=True): argument
753 return render_alert(content, alert_type, dismissable)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dexternal_install_error.h73 AlertType alert_type() const { return alert_type_; } in alert_type() function

123456789