Searched refs:notification (Results 1 - 25 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A DNSApplication.h28 them. Because we want to support the plugin case, we use a separate notification observer object when we can.
46 wxCocoa will create a singleton instance of this class upon startup and register it with the default notification center to
49 Because there can be any number of notification observers, this method allows wxCocoa to function properly even when it is
57 - (void)applicationWillBecomeActive:(NSNotification *)notification;
58 - (void)applicationDidBecomeActive:(NSNotification *)notification;
59 - (void)applicationWillResignActive:(NSNotification *)notification;
60 - (void)applicationDidResignActive:(NSNotification *)notification;
61 - (void)applicationWillUpdate:(NSNotification *)notification;
64 - (void)controlTintChanged:(NSNotification *)notification;
H A DNSMenu.h38 virtual void CocoaNotification_menuDidAddItem(WX_NSNotification notification) {} argument
39 virtual void CocoaNotification_menuDidChangeItem(WX_NSNotification notification) {} argument
40 virtual void CocoaNotification_menuDidRemoveItem(WX_NSNotification notification) {} argument
41 virtual void CocoaNotification_menuDidSendAction(WX_NSNotification notification) {} argument
42 virtual void CocoaNotification_menuWillSendAction(WX_NSNotification notification) {} argument
H A Dmbarman.h46 void WindowDidBecomeKey(NSNotification *notification);
48 void WindowDidResignKey(NSNotification *notification);
49 void WindowDidBecomeMain(NSNotification *notification);
50 void WindowDidResignMain(NSNotification *notification);
51 void WindowWillClose(NSNotification *notification);
H A DNSSlider.h36 virtual void CocoaNotification_startTracking(WX_NSNotification notification) = 0;
37 virtual void CocoaNotification_continueTracking(WX_NSNotification notification) = 0;
38 virtual void CocoaNotification_stopTracking(WX_NSNotification notification) = 0;
H A Dslider.h68 /*virtual*/ void CocoaNotification_startTracking(WX_NSNotification notification);
69 /*virtual*/ void CocoaNotification_continueTracking(WX_NSNotification notification);
70 /*virtual*/ void CocoaNotification_stopTracking(WX_NSNotification notification);
H A Dtextctrl.h56 void CocoaNotification_controlTextDidChange(WX_NSNotification notification);
57 void CocoaNotification_controlTextDidEndEditing(WX_NSNotification notification);
58 void CocoaNotification_controlTextDidBeginEditing(WX_NSNotification notification);
H A Dchoice.h78 void CocoaNotification_menuDidSendAction(WX_NSNotification notification);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_notify.l9 Create a notification board, add some notifications to it, then
11 useful) on some the the notifications. When a notification is posted,
16 CSCnotificationBoardNew - create a new notification board
17 CSCnotificationBoardDel - completely remove a notification board
18 CSCnotificationBoardPrint - print a notification board in ASCII format
19 CSCnotificationNew - create a new notification in a board
20 CSCnotificationDel - delete a notification from a board
21 CSCnotificationPost - post to a notification in a board
22 CSCnotificationRegister - register client function to a notification
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dnotifications.js17 notification;
19 notification = window.webkitNotifications.createNotification('style/transmission/images/logo.png', title, content);
20 notification.show();
22 notification.cancel();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/
H A DMakefile1 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/
H A DAppController.h26 - (void)applicationWillTerminate:(NSNotification *)notification;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DAddWindowController.h76 - (void) updateCheckButtons: (NSNotification *) notification;
78 - (void) updateGroupMenu: (NSNotification *) notification;
H A DAddMagnetWindowController.h63 - (void) updateGroupMenu: (NSNotification *) notification;
H A DController.h121 - (void) openCreatedFile: (NSNotification *) notification;
198 - (void) torrentFinishedDownloading: (NSNotification *) notification;
199 - (void) torrentRestartedDownloading: (NSNotification *) notification;
200 - (void) torrentFinishedSeeding: (NSNotification *) notification;
232 - (void) beginCreateFile: (NSNotification *) notification;
236 - (void) torrentTableViewSelectionDidChange: (NSNotification *) notification;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-accept.c83 struct sk_buff *notification; local
90 /* get a notification message to send to the server app */
91 notification = alloc_skb(0, GFP_NOFS);
92 if (!notification) {
97 rxrpc_new_skb(notification);
98 notification->mark = RXRPC_SKB_MARK_NEW_CALL;
154 nsp = rxrpc_skb(notification);
161 ret = rxrpc_queue_rcv_skb(call, notification, true,
164 notification = NULL;
178 rxrpc_free_skb(notification);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Draw1394-private.h40 u8 notification; /* (busreset-notification) RAW1394_NOTIFY_OFF/ON */ member in struct:file_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dbte.c62 * bte_copy(src, dest, len, mode, notification)
73 * notification - kernel virtual address of the notification cache
80 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) argument
95 src, dest, len, mode, notification));
178 if (notification == NULL) {
182 bte->most_rcnt_na = notification;
188 /* Initialize the notification to a known value. */
198 /* Set the notification register */
210 if (notification !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Di2400m-usb.h46 * This driver listens to notifications sent from the notification
93 unsigned char notification; member in struct:i2400m_endpoint_cfg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-device.h51 unsigned int notification, void *arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dmqueue.c345 * to read only queue size & notification info (the only values
517 /* notification
547 /* after notification unregisters process */
1019 * and he isn't currently owner of notification, will be silently discarded.
1029 struct sigevent notification; local
1034 if (copy_from_user(&notification, u_notification,
1039 audit_mq_notify(mqdes, u_notification ? &notification : NULL);
1044 if (unlikely(notification.sigev_notify != SIGEV_NONE &&
1045 notification.sigev_notify != SIGEV_SIGNAL &&
1046 notification
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c969 struct dsp_notification notification; local
972 /* Initialize the notification data structure */
973 notification.ps_name = NULL;
974 notification.handle = NULL;
979 &notification);
980 CP_TO_USR(args->args_proc_register_notify.hnotification, &notification,
1429 struct dsp_notification notification; local
1438 /* Initialize the notification data structure */
1439 notification.ps_name = NULL;
1440 notification
1793 struct dsp_notification notification; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddestroyevt.tex20 own wxWindowDestroyEvent, but it can be used to get notification of the
H A Dprocess.tex11 Please note that if the process termination notification is processed by the
55 a wxEVT\_END\_PROCESS notification event (you should insert EVT\_END\_PROCESS
92 notification about the process termination. However, it might happen that the
97 from its parent, no notification events will be sent to the parent and the
99 notification.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dbte.h215 #define bte_zero(dest, len, mode, notification) \
216 bte_copy(0, dest, len, ((mode) | BTE_ZERO_FILL), notification)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dacpiphp_ibm.c99 /* struct notification - keeps info about the device
100 * that cause the ACPI notification event
102 struct notification { struct
120 static struct notification ibm_note;
240 * @context: passed context (our notification struct)
252 * has returned, thereby enforcing serial access for the notification struct.
258 struct notification *note = context;
260 dbg("%s: Received notification %02x\n", __func__, event);
452 err("%s: Failed to register notification handler\n",

Completed in 204 milliseconds

123