Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 25 of 8383) sorted by relevance

12345678910>>...336

/dports/databases/py-psycopg2cffi/psycopg2cffi-2.9.0/psycopg2cffi/tests/
H A Dtest_notify.py3 from psycopg2cffi.extensions import Notify
9 self.assertTrue(Notify(1, 'foo') == Notify(1, 'foo'))
10 self.assertFalse(Notify(1, 'foo') != Notify(1, 'foo'))
12 self.assertTrue(Notify(1, 'foo') != Notify(1, 'bar'))
14 self.assertTrue(Notify(1, 'foo') != Notify(2, 'foo'))
15 self.assertTrue(Notify(1, 'foo') != Notify(2, 'bar'))
16 self.assertTrue(Notify(1, 'foo') != Notify(2, 'bar'))
18 self.assertTrue(Notify(1, 'foo') != Notify(2, 'bar'))
21 self.assertTrue(Notify(1, 'foo', 'baz') == Notify(1, 'foo', 'baz'))
22 self.assertTrue(Notify(1, 'foo') == Notify(1, 'foo', ''))
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DNotification.hs18 import qualified DBus.Notify as Notify
70 startedTransferNote Upload = mkNote Notify.Transfer Notify.Low iconUpload
72 startedTransferNote Download = mkNote Notify.Transfer Notify.Low iconDownload
86 droppedNote False = mkNote Notify.TransferError Notify.Normal iconFailure
88 droppedNote True = mkNote Notify.TransferComplete Notify.Low iconSuccess
97 mkNote :: Notify.Category -> Notify.UrgencyLevel -> String -> String -> FilePath -> Notify.Note
100 , Notify.appImage = Just (Notify.Icon icon) function
102 , Notify.hints =
103 [ Notify.Category category
104 , Notify.Urgency urgency
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/mailers/previews/
H A Dnotify_preview.rb68 Notify.closed_issue_email(user.id, issue.id, user.id).message
76 Notify.removed_milestone_issue_email(user.id, issue.id, user.id)
92 Notify.new_issue_email(user.id, issue.id).message
96 Notify.new_merge_request_email(user.id, merge_request.id).message
140 Notify.member_invite_declined_email(
149 Notify.member_invited_email('project', member.id, '1234').message
156 Notify.pages_domain_enabled_email(pages_domain, user).message
165 Notify.pipeline_failed_email(pipeline, pipeline.user.try(:email))
169 Notify.pipeline_fixed_email(pipeline, pipeline.user.try(:email))
173 Notify.autodevops_disabled_email(pipeline, user.email).message
[all …]
/dports/devel/p5-SVN-Notify-Mirror/SVN-Notify-Mirror-0.040/
H A DChanges12 lib/SVN/Notify/Mirror.pm, lib/SVN/Notify/Mirror/Rsync.pm,
41 * MANIFEST, lib/SVN/Notify/Mirror.pm, lib/SVN/Notify/Mirror/Rsync.pm,
48 * README, lib/SVN/Notify/Mirror.pm, lib/SVN/Notify/Mirror/Rsync.pm,
62 lib/SVN/Notify/Mirror/Rsync.pm, lib/SVN/Notify/Mirror/SSH.pm:
70 lib/SVN/Notify/Mirror/Rsync.pm, lib/SVN/Notify/Mirror/SSH.pm,
86 * README, lib/SVN/Notify/Mirror.pm, lib/SVN/Notify/Mirror/SSH.pm:
94 * lib/SVN/Notify/Mirror.pm, lib/SVN/Notify/Mirror/SSH.pm:
106 * lib/SVN/Notify/Mirror.pm, lib/SVN/Notify/Mirror/Rsync.pm,
184 * lib/SVN/Notify/Mirror.pm Use SVN::Notify->find_exe() to locate
277 * lib/SVN/Notify/Mirror.pm, lib/SVN/Notify/Mirror/Rsync.pm,
[all …]
/dports/www/choqok/choqok-1.7.0/plugins/betternotify/
H A Dnotify.cpp40 registerPlugin < Notify > ();)
42 Notify::Notify(QObject *parent, const QList< QVariant > &) in Notify() function in Notify
49 this, &Notify::slotNewPostWidgetAdded); in Notify()
50 connect(&timer, &QTimer::timeout, this, &Notify::notifyNextPost); in Notify()
55 Notify::~Notify() in ~Notify()
76 void Notify::notifyNextPost() in notifyNextPost()
88 void Notify::notify(QPointer< Choqok::UI::PostWidget > post) in notify()
92 connect(notif, &Notification::ignored, this, &Notify::stopNotifications); in notify()
93 connect(notif, &Notification::postReaded, this, &Notify::slotPostReaded); in notify()
102 void Notify::slotPostReaded() in slotPostReaded()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/events/
H A Devmisc.c176 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest()
177 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest()
224 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch()
226 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
227 Info->Notify.Value, in AcpiEvNotifyDispatch()
228 Info->Notify.Global->Context); in AcpiEvNotifyDispatch()
233 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch()
236 HandlerObj->Notify.Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
237 Info->Notify.Value, in AcpiEvNotifyDispatch()
238 HandlerObj->Notify.Context); in AcpiEvNotifyDispatch()
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/mock/
H A Dnotify.go10 type Notify struct { struct
23 func NewNotify() *Notify {
24 return &Notify{
33 func (c *Notify) ServiceExists(serviceID structs.ServiceID) bool { argument
38 func (c *Notify) AddServiceID(serviceID structs.ServiceID) { argument
42 func NewNotifyChan() (*Notify, chan int) {
43 n := &Notify{
52 func (m *Notify) sprintf(v interface{}) string { argument
76 func (m *Notify) State(id structs.CheckID) string { argument
83 func (m *Notify) Updates(id structs.CheckID) int { argument
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/mock/
H A Dnotify.go10 type Notify struct { struct
23 func NewNotify() *Notify {
24 return &Notify{
33 func (c *Notify) ServiceExists(serviceID structs.ServiceID) bool { argument
38 func (c *Notify) AddServiceID(serviceID structs.ServiceID) { argument
42 func NewNotifyChan() (*Notify, chan int) {
43 n := &Notify{
52 func (m *Notify) sprintf(v interface{}) string { argument
76 func (m *Notify) State(id structs.CheckID) string { argument
83 func (m *Notify) Updates(id structs.CheckID) int { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/mock/
H A Dnotify.go10 type Notify struct { struct
23 func NewNotify() *Notify {
24 return &Notify{
33 func (c *Notify) ServiceExists(serviceID structs.ServiceID) bool { argument
38 func (c *Notify) AddServiceID(serviceID structs.ServiceID) { argument
42 func NewNotifyChan() (*Notify, chan int) {
43 n := &Notify{
52 func (m *Notify) sprintf(v interface{}) string { argument
76 func (m *Notify) State(id structs.CheckID) string { argument
83 func (m *Notify) Updates(id structs.CheckID) int { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/mock/
H A Dnotify.go10 type Notify struct { struct
23 func NewNotify() *Notify {
24 return &Notify{
33 func (c *Notify) ServiceExists(serviceID structs.ServiceID) bool { argument
38 func (c *Notify) AddServiceID(serviceID structs.ServiceID) { argument
42 func NewNotifyChan() (*Notify, chan int) {
43 n := &Notify{
52 func (m *Notify) sprintf(v interface{}) string { argument
76 func (m *Notify) State(id structs.CheckID) string { argument
83 func (m *Notify) Updates(id structs.CheckID) int { argument
[all …]
/dports/devel/p5-SVN-Notify/SVN-Notify-2.87/t/
H A Dfilter.t31 if (SVN::Notify::PERL58()) {
57 ok( $notifier = SVN::Notify->new(
75 ok( $notifier = SVN::Notify->new(
90 ok( $notifier = SVN::Notify->new(
105 ok( $notifier = SVN::Notify->new(
119 ok( $notifier = SVN::Notify->new(
175 ok( $notifier = SVN::Notify->new(
189 ok( $notifier = SVN::Notify->new(
209 ok( $notifier = SVN::Notify->new(
378 ok( $notifier = SVN::Notify->new(
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/events/
H A Devmisc.c284 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest()
285 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest()
332 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch()
334 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
335 Info->Notify.Value, in AcpiEvNotifyDispatch()
336 Info->Notify.Global->Context); in AcpiEvNotifyDispatch()
341 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch()
344 HandlerObj->Notify.Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
345 Info->Notify.Value, in AcpiEvNotifyDispatch()
346 HandlerObj->Notify.Context); in AcpiEvNotifyDispatch()
[all …]
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkmessagebox.h72 Notify = 1, ///< Emit a KNotify event enumerator
122 Options options = Notify);
159 Options options = Notify);
199 Options options = Notify);
311 Options options = Notify);
408 Options options = Notify);
701 Options options = Notify);
768 Options options = Notify);
922 Options options = Notify);
1099 Options options = Notify);
[all …]
/dports/sysutils/epazote/epazote-2.1.2/
H A Dmail.go41 if v.Expect.IfNot.Notify != "" {
43 if v.Expect.IfNot.Notify != "yes" {
57 if v.IfNot.Notify != "" {
59 if v.IfNot.Notify != "yes" {
65 } else if v.IfNot.Notify == "yes" {
76 if j.Notify != "" {
78 if j.Notify != "yes" {
84 } else if j.Notify == "yes" {
98 if j.Notify != "" {
100 if j.Notify != "yes" {
[all …]
/dports/devel/p5-SVN-Notify/SVN-Notify-2.87/
H A DMETA.yml17 name: SVN-Notify
19 SVN::Notify:
20 file: lib/SVN/Notify.pm
22 SVN::Notify::Alternative:
23 file: lib/SVN/Notify/Alternative.pm
25 SVN::Notify::Filter::Trac:
28 SVN::Notify::HTML:
29 file: lib/SVN/Notify/HTML.pm
31 SVN::Notify::HTML::ColorDiff:
34 SVN::Notify::SMTP:
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/mock/
H A Dnotify.go10 type Notify struct { struct
22 func NewNotify() *Notify {
23 return &Notify{
30 func NewNotifyChan() (*Notify, chan int) {
31 n := &Notify{
40 func (m *Notify) sprintf(v interface{}) string { argument
46 func (m *Notify) StateMap() string { return m.sprintf(m.state) } argument
48 func (m *Notify) OutputMap() string { return m.sprintf(m.output) } argument
64 func (m *Notify) State(id types.CheckID) string { argument
71 func (m *Notify) Updates(id types.CheckID) int { argument
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/mock/
H A Dnotify.go10 type Notify struct { struct
22 func NewNotify() *Notify {
23 return &Notify{
30 func NewNotifyChan() (*Notify, chan int) {
31 n := &Notify{
40 func (m *Notify) sprintf(v interface{}) string { argument
46 func (m *Notify) StateMap() string { return m.sprintf(m.state) } argument
48 func (m *Notify) OutputMap() string { return m.sprintf(m.output) } argument
64 func (m *Notify) State(id types.CheckID) string { argument
71 func (m *Notify) Updates(id types.CheckID) int { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/mock/
H A Dnotify.go10 type Notify struct { struct
22 func NewNotify() *Notify {
23 return &Notify{
30 func NewNotifyChan() (*Notify, chan int) {
31 n := &Notify{
40 func (m *Notify) sprintf(v interface{}) string { argument
46 func (m *Notify) StateMap() string { return m.sprintf(m.state) } argument
48 func (m *Notify) OutputMap() string { return m.sprintf(m.output) } argument
64 func (m *Notify) State(id structs.CheckID) string { argument
71 func (m *Notify) Updates(id structs.CheckID) int { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/mock/
H A Dnotify.go10 type Notify struct { struct
22 func NewNotify() *Notify {
23 return &Notify{
30 func NewNotifyChan() (*Notify, chan int) {
31 n := &Notify{
40 func (m *Notify) sprintf(v interface{}) string { argument
46 func (m *Notify) StateMap() string { return m.sprintf(m.state) } argument
48 func (m *Notify) OutputMap() string { return m.sprintf(m.output) } argument
64 func (m *Notify) State(id types.CheckID) string { argument
71 func (m *Notify) Updates(id types.CheckID) int { argument
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/mock/
H A Dnotify.go10 type Notify struct { struct
22 func NewNotify() *Notify {
23 return &Notify{
30 func NewNotifyChan() (*Notify, chan int) {
31 n := &Notify{
40 func (m *Notify) sprintf(v interface{}) string { argument
46 func (m *Notify) StateMap() string { return m.sprintf(m.state) } argument
48 func (m *Notify) OutputMap() string { return m.sprintf(m.output) } argument
64 func (m *Notify) State(id types.CheckID) string { argument
71 func (m *Notify) Updates(id types.CheckID) int { argument
[all …]
/dports/devel/libnotify/libnotify-0.7.9/tests/
H A Dtest-gir.py28 from gi.repository import Notify
30 assert Notify.is_initted() == False
31 Notify.init('test')
32 assert Notify.is_initted() == True
34 print 'server info:', Notify.get_server_info()
35 print 'server capabilities:', Notify.get_server_caps()
37 n = Notify.Notification.new('title', None, None)
39 n = Notify.Notification.new('title', 'text', None)
41 n = Notify.Notification.new('title', 'text', 'gtk-ok')
52 n = Notify.Notification.new('Action', 'Here we go!', 'gtk-alert')
/dports/devel/p5-SVN-Notify/SVN-Notify-2.87/lib/SVN/Notify/
H A DFilter.pod3 SVN::Notify::Filter - Create output filters for SVN::Notify
19 L<SVN::Notify|SVN::Notify>. Output filters are simply subroutines that modify
30 L<SVN::Notify::HTML|SVN::Notify::HTML>. To do so, just create a Perl module
108 (L<SVN::Notify::HTML|SVN::Notify::HTML> and
145 L<SVN::Notify::Filter::Trac|SVN::Notify::Filter::Trac> filter. There is
332 sent by L<SVN::Notify::Alternative|SVN::Notify::Alternative>.
370 =item L<SVN::Notify|SVN::Notify>
374 =item L<SVN::Notify::HTML|SVN::Notify::HTML>
378 SVN::Notify.
380 =item L<SVN::Notify::Filter::Trac|SVN::Notify::Filter::Trac>
[all …]
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dnotify.h30 struct Notify;
32 struct Notify *notify_new(void);
33 void notify_free(struct Notify **ptr);
34 void notify_set_parent(struct Notify *notify, struct Notify *parent);
36 bool notify_send(struct Notify *notify, enum NotifyType event_type, int event_subtype, void *event_…
37 bool notify_observer_add(struct Notify *notify, enum NotifyType type, observer_t callback, void *gl…
38 bool notify_observer_remove(struct Notify *notify, observer_t callback, void *global_data);
39 void notify_observer_remove_all(struct Notify *notify);
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/go/analysis/passes/sigchanyzer/testdata/src/a/
H A Da.go.golden14 signal.Notify(c, os.Interrupt) // ok
20 …signal.Notify(c, os.Interrupt) // want "misuse of unbuffered os.Signal channel as argument to sign…
26 …signal.Notify(c, os.Interrupt) // want "misuse of unbuffered os.Signal channel as argument to sign…
31 …signal.Notify(d, os.Interrupt) // want "misuse of unbuffered os.Signal channel as argument to sign…
36 f := signal.Notify
37 f(c, os.Interrupt) // want "misuse of unbuffered os.Signal channel as argument to signal.Notify"
41 signal.Notify(make(chan os.Signal), os.Interrupt) // ok
45 signal.Notify(make(chan os.Signal, 1), os.Interrupt) // ok
49 signal.Notify(make(chan ao.Signal, 1), os.Interrupt) // ok
53 signal.Notify(make(chan ao.Signal), os.Interrupt) // ok
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/go/analysis/passes/sigchanyzer/testdata/src/a/
H A Da.go.golden14 signal.Notify(c, os.Interrupt) // ok
20 …signal.Notify(c, os.Interrupt) // want "misuse of unbuffered os.Signal channel as argument to sign…
26 …signal.Notify(c, os.Interrupt) // want "misuse of unbuffered os.Signal channel as argument to sign…
31 …signal.Notify(d, os.Interrupt) // want "misuse of unbuffered os.Signal channel as argument to sign…
36 f := signal.Notify
37 f(c, os.Interrupt) // want "misuse of unbuffered os.Signal channel as argument to signal.Notify"
41 signal.Notify(make(chan os.Signal), os.Interrupt) // ok
45 signal.Notify(make(chan os.Signal, 1), os.Interrupt) // ok
49 signal.Notify(make(chan ao.Signal, 1), os.Interrupt) // ok
53 signal.Notify(make(chan ao.Signal), os.Interrupt) // ok

12345678910>>...336