Home
last modified time | relevance | path

Searched refs:inhibited (Results 1 – 25 of 2003) sorted by relevance

12345678910>>...81

/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/power/
H A Dcc-power-profile-row.c55 get_performance_inhibited_text (const char *inhibited)
57 if (!inhibited || *inhibited == '\0')
60 if (g_str_equal (inhibited, "lap-detected"))
62 if (g_str_equal (inhibited, "high-operating-temperature"))
72 gboolean inhibited = FALSE;
84 inhibited = TRUE;
90 inhibited ? GTK_STYLE_CLASS_ERROR : GTK_STYLE_CLASS_DIM_LABEL);
91 gtk_widget_set_sensitive (GTK_WIDGET (self), !inhibited);
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-idle-monitor.c60 gboolean inhibited; member
195 if (monitor->inhibited) in update_inhibited_watch()
209 gboolean inhibited) in update_inhibited() argument
211 if (inhibited == monitor->inhibited) in update_inhibited()
214 monitor->inhibited = inhibited; in update_inhibited()
233 gboolean inhibited; in meta_idle_monitor_inhibited_actions_changed() local
238 if (!inhibited) in meta_idle_monitor_inhibited_actions_changed()
240 update_inhibited (monitor, inhibited); in meta_idle_monitor_inhibited_actions_changed()
274 monitor->inhibited = !!(g_variant_get_uint32 (v) & in meta_idle_monitor_init()
342 if (!monitor->inhibited) in make_watch()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libnotificationmanager/
H A Dserver.h55 Q_PROPERTY(bool inhibited READ inhibited WRITE setInhibited NOTIFY inhibitedChanged)
94 bool inhibited() const;
103 void setInhibited(bool inhibited);
188 void inhibitedChanged(bool inhibited);
196 void inhibitedByApplicationChanged(bool inhibited);
H A Dserver.cpp25 emit inhibitedChanged(inhibited()); in Server()
79 bool Server::inhibited() const in inhibited() function in Server
81 return d->inhibited(); in inhibited()
84 void Server::setInhibited(bool inhibited) in setInhibited() argument
86 d->setInhibited(inhibited); in setInhibited()
H A Dserver_p.h35 Q_PROPERTY(bool Inhibited READ inhibited)
57 bool inhibited() const; // property getter
96 void setInhibited(bool inhibited);
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/ui/app/tests/
H A DFilter.elm36 …[ test "should not render keys with Nothing value except the silenced, inhibited, and active param…
38 Expect.equal "?silenced=false&inhibited=false&active=true"
42 Expect.equal "?silenced=false&inhibited=false&active=true"
46 …Expect.equal "?silenced=false&inhibited=false&active=true&filter=%7Bfoo%3D%22bar%22%2C%20baz%3D~%2…
50 Expect.equal "?silenced=true&inhibited=false&active=true"
52 , test "should render inhibited key with bool" <|
54 Expect.equal "?silenced=false&inhibited=true&active=true"
58 Expect.equal "?silenced=false&inhibited=false&active=false"
62 Expect.equal "?silenced=false&inhibited=false&active=true&customGrouping=true"
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/ui/app/tests/
H A DFilter.elm36 …[ test "should not render keys with Nothing value except the silenced, inhibited, and active param…
38 Expect.equal "/alerts?silenced=false&inhibited=false&active=true"
42 Expect.equal "/alerts?silenced=false&inhibited=false&active=true"
46 …Expect.equal "/alerts?silenced=false&inhibited=false&active=true&filter=%7Bfoo%3D%22bar%22%2C%20ba…
50 Expect.equal "/alerts?silenced=true&inhibited=false&active=true"
52 , test "should render inhibited key with bool" <|
54 Expect.equal "/alerts?silenced=false&inhibited=true&active=true"
58 Expect.equal "/alerts?silenced=false&inhibited=false&active=false"
62 … Expect.equal "/alerts?silenced=false&inhibited=false&active=true&customGrouping=true"
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/ui/app/tests/
H A DFilter.elm36 …[ test "should not render keys with Nothing value except the silenced, inhibited, and active param…
38 Expect.equal "/alerts?silenced=false&inhibited=false&active=true"
42 Expect.equal "/alerts?silenced=false&inhibited=false&active=true"
46 …Expect.equal "/alerts?silenced=false&inhibited=false&active=true&filter=%7Bfoo%3D%22bar%22%2C%20ba…
50 Expect.equal "/alerts?silenced=true&inhibited=false&active=true"
52 , test "should render inhibited key with bool" <|
54 Expect.equal "/alerts?silenced=false&inhibited=true&active=true"
58 Expect.equal "/alerts?silenced=false&inhibited=false&active=false"
62 … Expect.equal "/alerts?silenced=false&inhibited=false&active=true&customGrouping=true"
/dports/sysutils/xfce4-power-manager/xfce4-power-manager-4.16.0/src/
H A Dxfpm-inhibit.c50 gboolean inhibited; member
86 if ( inhibit->priv->array->len == 0 && inhibit->priv->inhibited == TRUE ) in xfpm_inhibit_has_inhibit_changed()
89 inhibit->priv->inhibited = FALSE; in xfpm_inhibit_has_inhibit_changed()
90 g_signal_emit (G_OBJECT(inhibit), signals[HAS_INHIBIT_CHANGED], 0, inhibit->priv->inhibited); in xfpm_inhibit_has_inhibit_changed()
92 else if ( inhibit->priv->array->len != 0 && inhibit->priv->inhibited == FALSE ) in xfpm_inhibit_has_inhibit_changed()
95 inhibit->priv->inhibited = TRUE; in xfpm_inhibit_has_inhibit_changed()
96 g_signal_emit (G_OBJECT(inhibit), signals[HAS_INHIBIT_CHANGED], 0, inhibit->priv->inhibited); in xfpm_inhibit_has_inhibit_changed()
101 g_signal_emit (G_OBJECT(inhibit), signals[INHIBIT_LIST_CHANGED], 0, inhibit->priv->inhibited); in xfpm_inhibit_has_inhibit_changed()
103 return inhibit->priv->inhibited; in xfpm_inhibit_has_inhibit_changed()
450 inhibit->priv->inhibited); in xfpm_inhibit_has_inhibit()
H A Dxfpm-dpms.c53 gboolean inhibited; member
158 if ( dpms->priv->inhibited) in xfpm_dpms_refresh()
325 return dpms->priv->inhibited; in xfpm_dpms_is_inhibited()
331 if ( dpms->priv->inhibited == inhibit ) in xfpm_dpms_inhibit()
334 dpms->priv->inhibited = inhibit; in xfpm_dpms_inhibit()
/dports/audio/exaile/exaile-4.1.1/plugins/inhibitsuspend/
H A D__init__.py121 self.inhibited = False
144 if not self.inhibited:
146 self.inhibited = True
162 if self.inhibited:
166 self.inhibited = False
173 return self.inhibited
/dports/accessibility/redshift/redshift-1.12/src/redshift-gtk/
H A Dstatusicon.py161 self.change_inhibited(self._controller.inhibited)
217 self._controller.set_inhibit(not self._controller.inhibited)
225 active = not self._controller.inhibited
228 self._controller.set_inhibit(not self._controller.inhibited)
251 if not self._controller.inhibited:
256 if not self._controller.inhibited:
295 def change_inhibited(self, inhibited): argument
298 self.toggle_item.set_active(not inhibited)
301 _('Disabled') if inhibited else _('Enabled')))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/cli/
H A Dalert_query.go29 inhibited, silenced, active, unprocessed bool member
58 (inhibited, silenced, active, unprocessed). If none of these flags is given,
67 queryCmd.Flag("inhibited", "Show inhibited alerts").Short('i').BoolVar(&a.inhibited)
90 if !a.silenced && !a.inhibited && !a.active && !a.unprocessed {
96 WithInhibited(&a.inhibited).
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/cli/
H A Dalert_query.go29 inhibited, silenced, active, unprocessed bool member
58 (inhibited, silenced, active, unprocessed). If none of these flags is given,
67 queryCmd.Flag("inhibited", "Show inhibited alerts").Short('i').BoolVar(&a.inhibited)
90 if !a.silenced && !a.inhibited && !a.active && !a.unprocessed {
96 WithInhibited(&a.inhibited).
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/cli/
H A Dalert_query.go29 inhibited, silenced, active, unprocessed bool member
58 (inhibited, silenced, active, unprocessed). If none of these flags is given,
67 queryCmd.Flag("inhibited", "Show inhibited alerts").Short('i').BoolVar(&a.inhibited)
90 if !a.silenced && !a.inhibited && !a.active && !a.unprocessed {
96 WithInhibited(&a.inhibited).
/dports/www/grafana8/grafana-8.3.6/pkg/services/ngalert/notifier/
H A Dalerts.go24 func (am *Alertmanager) GetAlerts(active, silenced, inhibited bool, filter []string, receivers stri…
50 alertFilter := am.alertFilter(matchers, silenced, inhibited, active)
90 func (am *Alertmanager) GetAlertGroups(active, silenced, inhibited bool, filter []string, receivers…
113 af := am.alertFilter(matchers, silenced, inhibited, active)
138 func (am *Alertmanager) alertFilter(matchers []*labels.Matcher, silenced, inhibited, active bool) f… argument
159 if !inhibited && len(status.InhibitedBy) != 0 {
/dports/deskutils/kmail/kmail-21.12.3/agents/followupreminderagent/
H A Dfollowupremindernoanswerdialog.cpp81 if (iface.inhibited()) { in wakeUp()
96 const bool inhibited = it.value().toBool(); in slotDBusNotificationsPropertiesChanged() local
97 qCDebug(FOLLOWUPREMINDERAGENT_LOG) << "Notifications inhibited:" << inhibited; in slotDBusNotificationsPropertiesChanged()
98 if (!inhibited) { in slotDBusNotificationsPropertiesChanged()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/batterymonitor/package/contents/ui/
H A DPowerProfileItem.qml50 inhibited: false
54 inhibited: false
58 inhibited: profileItem.inhibitionReason != ""
67 if (!profileData[value].inhibited) {
95 // Disable label for inhibited items to reinforce unavailability
96 enabled: !profileSlider.profileData[index].inhibited
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/widgets/
H A Dnumentry.cc39 digits(1), inhibited(false) in NumEntry()
148 inhibited = true; in changed()
152 inhibited = false; in changed()
158 if( inhibited ) return; in text_changed()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/api/v2/client/alertgroup/
H A Dget_alert_groups_parameters.go193 func (o *GetAlertGroupsParams) WithInhibited(inhibited *bool) *GetAlertGroupsParams {
194 o.SetInhibited(inhibited)
199 func (o *GetAlertGroupsParams) SetInhibited(inhibited *bool) {
200 o.Inhibited = inhibited
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/api/v2/client/alertgroup/
H A Dget_alert_groups_parameters.go194 func (o *GetAlertGroupsParams) WithInhibited(inhibited *bool) *GetAlertGroupsParams {
195 o.SetInhibited(inhibited)
200 func (o *GetAlertGroupsParams) SetInhibited(inhibited *bool) {
201 o.Inhibited = inhibited
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/api/v2/client/alertgroup/
H A Dget_alert_groups_parameters.go193 func (o *GetAlertGroupsParams) WithInhibited(inhibited *bool) *GetAlertGroupsParams {
194 o.SetInhibited(inhibited)
199 func (o *GetAlertGroupsParams) SetInhibited(inhibited *bool) {
200 o.Inhibited = inhibited
/dports/deskutils/notify-osd/notify-osd-0.9.34/src/
H A Ddnd.c119 gboolean inhibited = FALSE; in dnd_is_screensaver_inhibited() local
143 inhibited = TRUE; in dnd_is_screensaver_inhibited()
149 return inhibited; in dnd_is_screensaver_inhibited()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/notifications/package/contents/ui/global/
H A DGlobals.qml34 property bool inhibited: false
47 if (inhibited) {
236 globals.inhibited = Qt.binding(function() {
237 var inhibited = false;
249 inhibited |= true;
256 return inhibited;
404 if (!globals.inhibited) {
671 property: "inhibited"
672 value: globals.inhibited
677 var oldInhibited = globals.inhibited;
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/od-amiga/
H A Dami-disk.c249 int inhibited = 0; in raw_copy() local
254 inhibited = 1; in raw_copy()
280 if(inhibited) inhibited = dev_inhibit(name,1); in raw_copy()
303 if(inhibited) dev_inhibit(name,0); in raw_copy()

12345678910>>...81