Home
last modified time | relevance | path

Searched refs:have_actions (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/pipewire/pipewire-0.3.43/pipewire-jack/src/
H A Dmatch-rules.c105 bool have_match = false, have_actions = false; in pw_jack_match_rules() local
116 have_actions = true; in pw_jack_match_rules()
121 if (!have_match || !have_actions) in pw_jack_match_rules()
/dports/multimedia/pipewire/media-session-0.4.1/src/
H A Dmatch-rules.c108 bool have_match = false, have_actions = false; in sm_media_session_match_rules() local
120 have_actions = true; in sm_media_session_match_rules()
125 if (!have_match || !have_actions) in sm_media_session_match_rules()
/dports/deskutils/notification-daemon/notification-daemon-3.20.0/src/
H A Dnd-notification-box.c181 gboolean have_actions; in update_notification_box() local
194 have_actions = FALSE; in update_notification_box()
266 have_actions = TRUE; in update_notification_box()
270 if (have_icon || have_body || have_actions) { in update_notification_box()
H A Dnd-bubble.c67 gboolean have_actions; member
608 || bubble->priv->have_actions) { in update_content_hbox_visibility()
835 bubble->priv->have_actions = FALSE; in clear_actions()
862 bubble->priv->have_actions = TRUE; in add_actions()
/dports/deskutils/gnome-pomodoro/gnome-pomodoro-0.20.0/src/
H A Dnotifications-capability.vala44 private bool have_actions = false;
61 this.have_actions = true;
140 if (this.have_actions) {
174 if (this.have_actions)
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/
H A DExtensible_inlining.mdwn104 + $template->param(have_actions => 1);
116 + $template->param(have_actions => 1);
218 - $template->param(have_actions => 1);
230 - $template->param(have_actions => 1);
H A Dallow_disabling_backlinks.mdwn9 $template->param(have_actions => 1);
H A Dsource_link.mdwn92 $template->param(have_actions => 1);
H A Dinline:_numerical_ordering_by_title.mdwn247 $template->param(have_actions => 1);
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dgetsource.pm39 $template->param(have_actions => 1);
H A Drecentchanges.pm146 $template->param(have_actions => 1);
H A Dinline.pm447 $template->param(have_actions => 1);
459 $template->param(have_actions => 1);
H A Dcomments.pm865 $template->param(have_actions => 0);
1006 $template->param(have_actions => 1);
/dports/www/ikiwiki/ikiwiki-3.20200202.3/
H A DIkiWiki.pm2205 my $have_actions=0;
2215 $have_actions=1;
2218 if ($have_actions || @actions) {
2219 $template->param(have_actions => 1);
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/
H A DRender.pm110 $template->param(have_actions => 1);