Home
last modified time | relevance | path

Searched refs:NotifySend (Results 1 – 19 of 19) sorted by relevance

/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/Backend/
H A DNotifySend.pod3 UI::Dialog::Backend::NotifySend - backend for notify-send(1).
7 use UI::Dialog::Backend::NotifySend;
8 my $ns = new UI::Dialog::Backend::NotifySend ();
13 UI::Dialog::Backend::NotifySend is an OOPerl wrapper for the notify-send(1)
47 my $ns = new UI::Dialog::Backend::NotifySend ( );
67 A blessed object reference of the UI::Dialog::Backend::NotifySend class.
H A DNotifySend.pm1 package UI::Dialog::Backend::NotifySend;
/dports/security/acmetool/acmetool-0.2.1/vendor/gopkg.in/hlandau/svcutils.v1/systemd/
H A Dsdnotify.go31 func NotifySend(state string) error { func
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/
H A DMANIFEST33 lib/UI/Dialog/Backend/NotifySend.pm
34 lib/UI/Dialog/Backend/NotifySend.pod
H A DREADME84 UI::Dialog::Backend::NotifySend
H A DChanges85 * Added new UI::Dialog::Backend::NotifySend class
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dipv4-raw-socket-impl.cc306 NotifySend (GetTxAvailable ()); in SendTo()
352 NotifySend (GetTxAvailable ()); in SendTo()
H A Dudp-socket-impl.cc599 NotifySend (GetTxAvailable ()); in DoSendTo()
609 NotifySend (GetTxAvailable ()); in DoSendTo()
747 NotifySend (GetTxAvailable ()); in DoSendTo()
H A Dipv6-raw-socket-impl.cc289 NotifySend (GetTxAvailable ()); in SendTo()
H A Dnsc-tcp-socket-impl.cc444 NotifySend (GetTxAvailable ()); in NSCWakeup()
H A Dtcp-socket-base.cc2349 NotifySend (GetTxAvailable ()); in ProcessSynRcvd()
2951 NotifySend (GetTxAvailable ()); in ConnectionSucceeded()
3261 NotifySend (GetTxAvailable ()); in SendPendingData()
3610 NotifySend (GetTxAvailable ()); in NewAck()
/dports/security/acmetool/acmetool-0.2.1/vendor/gopkg.in/hlandau/service.v2/
H A Dservice_unix.go37 return systemd.NotifySend(status)
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/
H A DBackend.pm100 require UI::Dialog::Backend::NotifySend;
101 $self->{'_notify_send'} = new UI::Dialog::Backend::NotifySend (@args);
H A DBackend.pod106 This method gives access to the UI::Dialog::Backend::NotifySend class. This will
107 automagically try to load the UI::Dialog::Backend::NotifySend module or it will
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/model/
H A Dsocket.h1046 void NotifySend (uint32_t spaceAvailable);
H A Dsocket.cc295 Socket::NotifySend (uint32_t spaceAvailable) in NotifySend() function in ns3::Socket
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/utils/
H A Dpacket-socket.cc371 NotifySend (GetTxAvailable ()); in SendTo()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/doc/
H A Dudp.rst182 *NotifySend*: *SetSendCallback*
H A Dtcp.rst334 invokes the NotifySend callback.
361 ACK. If there is some space in the buffer, *NotifySend* is called shortly
370 *NotifySend*: *SetSendCallback*