Home
last modified time | relevance | path

Searched refs:enable_notifications (Results 1 – 25 of 149) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dit2me_desktop_environment.cc51 bool enable_notifications = options.enable_notifications(); in It2MeDesktopEnvironment() local
79 if (enable_notifications) { in It2MeDesktopEnvironment()
H A Ddesktop_environment_options.h39 bool enable_notifications() const;
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/tasks/
H A Dicinga_user_template.yml18 enable_notifications: "{{ user_template.0.enable_notifications | default(omit) }}"
H A Dicinga_service_apply.yml30 enable_notifications: "{{ service_apply.0.enable_notifications | default(omit) }}"
H A Dicinga_service_template.yml24 enable_notifications: "{{ service_template.0.enable_notifications | default(omit) }}"
H A Dicinga_service.yml24 enable_notifications: "{{ service.0.enable_notifications | default(omit) }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/t_systems_mms/icinga_director/examples/
H A Dicinga_service_apply.yml17 enable_notifications: true
48 enable_notifications: true
H A Dicinga_user_template.yml9 enable_notifications: true
/dports/net/p5-Net-Twitter/Net-Twitter-4.01043/t/
H A Ddeprecated_v1_1.t18 …[ enable_notifications => sub { [ $screen_name ] }, { screen_name => $screen_name, device => 'tr…
19 …[ enable_notifications => sub { [ { screen_name => $screen_name } ] }, { screen_name => $screen_…
H A D01_basic.t30 …[ enable_notifications => [ $screen_name ], POST => "/notifications/follow/$screen_name…
31 …[ enable_notifications => [ { id => $screen_name }], POST => "/notifications/follow/$screen_name…
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Admin/
H A DNewSettings.pm435 $enable_notifications = 0;
438 $enable_notifications = 2;
443 $enable_notifications = 1;
446 $enable_notifications = 3;
616 \$enable_notifications = $enable_notifications; # - Allow e-mail notification for boards/threads li…
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DMoveSplitSplice.pm658 ( $enable_notifications == 1 || $enable_notifications == 3 )
679 if ( ( $enable_notifications == 1 || $enable_notifications == 3 )
732 if ( ( $enable_notifications == 1 || $enable_notifications == 3 )
764 ( $enable_notifications == 1 || $enable_notifications == 3 )
1046 …${$newthreadid}{'lastposter'}<br />\n- \$enable_notifications == $enable_notifications<br />\n- \$…
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DTableStatus.cc44 extern int enable_notifications;
168 &enable_notifications)); in TableStatus()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/t_systems_mms/icinga_director/roles/ansible_icinga/
H A DREADME.md50 | enable_notifications | no |
127 | enable_notifications | no |
150 | enable_notifications | no |
/dports/net/p5-Net-Twitter-Lite/Net-Twitter-Lite-0.12008/t/
H A D01_basic.t29 …[ enable_notifications => [ $screen_name ], POST => "/notifications/follow/$screen_name…
30 …[ enable_notifications => [ { id => $screen_name }], POST => "/notifications/follow/$screen_name…
/dports/net-mgmt/nagios4/nagios-4.4.6/contrib/eventhandlers/redundancy-scenario1/
H A Dhandle-master-host-event30 `$eventhandlerdir/enable_notifications`
/dports/net-mgmt/nagios/nagios-3.5.1/contrib/eventhandlers/redundancy-scenario1/
H A Dhandle-master-host-event30 `$eventhandlerdir/enable_notifications`
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/contrib/
H A DMakefile.am29 enable_notifications invoke_check nsca-ng.init
H A DREADME46 * `enable_notifications`
51 $ enable_notifications
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/contrib/
H A DMakefile.am29 enable_notifications invoke_check nsca-ng.init
H A DREADME46 * `enable_notifications`
51 $ enable_notifications
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/user/
H A Dedit_notifications.py28 result = mgr.enable_notifications(notification)
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/it2me/
H A Dit2me_host_unittest.cc167 void StartHost(bool enable_dialogs = true, bool enable_notifications = true);
280 void It2MeHostTest::StartHost(bool enable_dialogs, bool enable_notifications) { in StartHost() argument
304 if (!enable_notifications) { in StartHost()
307 it2me_host_->set_enable_notifications(enable_notifications); in StartHost()
752 EXPECT_FALSE(GetHost()->desktop_environment_options().enable_notifications()); in TEST_F()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dicingaapplication.ti20 [config] bool enable_notifications {
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dtac.c69 extern int enable_notifications;
1535enable_notifications == TRUE) ? CMD_DISABLE_NOTIFICATIONS : CMD_ENABLE_NOTIFICATIONS, url_images_p… in display_tac_overview()
1537 if(enable_notifications == TRUE) { in display_tac_overview()

123456