Searched refs:handlers (Results 26 - 50 of 110) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgvfs.cpp30 #include <libgnomevfs/gnome-vfs-mime-handlers.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtparser.tex17 It uses system of tag handlers to parse the HTML document. Tag handlers
36 \helpref{Tag Handlers Overview}{handlers},
65 Adds handler to the internal list (\& hash table) of handlers. This
73 All handlers are deleted on object deletion.
161 Always use this method in tag handlers instead of {\tt GetFS()->OpenFile()}
221 Instead you must use context-sensitive handlers for <param> inside <myitems>
265 by it (i.e. from tag handlers).
H A Dtbitmap.tex157 \subsection{Bitmap format handlers}\label{bitmaphandlers}
161 derived from wxBitmapHandler. There is a static list of handlers which wxBitmap
162 examines when a file load/save operation is requested. Some handlers are provided as standard, but if you
164 some extra handlers which you write yourself or receive from a third party.
169 {\bf Note:} bitmap handlers are not implemented on all platforms, and new ones rarely need
H A Drichtextfilehandler.tex3 This is the base class for file handlers, for loading and/or saving content
98 Loads content from a stream or file. Not all handlers will implement file loading.
106 Saves content to a stream or file. Not all handlers will implement file saving.
H A Dfilesys.tex10 It uses a system of \helpref{handlers}{wxfilesystemhandler} to
42 \helpref{handlers}{wxfilesystemhandler} which provide access to virtual FS.
43 Note that if two handlers for the same protocol are added, the last one added
54 This is because (a) AddHandler is a static method, and (b) the handlers
H A Dwxhtml.tex15 wxHtmlWindow supports tag handlers. This means that you can easily
H A Dbitmap.tex134 and wxBITMAP\_TYPE\_PNM. Of course, you must have wxImage handlers loaded. }
221 Adds a handler to the end of the static list of format handlers.
234 Deletes all bitmap handlers.
328 Returns the static list of bitmap format handlers.
383 Adds the standard bitmap format handlers, which, depending on wxWidgets
384 configuration, can be handlers for Windows bitmap, Windows bitmap resource, and XPM.
396 Adds a handler at the start of the static list of format handlers.
432 (Of course you must have wxImage handlers loaded.) }
495 (Of course you must have wxImage handlers loaded.) }
H A Dfs.tex58 The following virtual file system handlers are part of wxWidgets so far:
79 \wxheading{Initializing file system handlers}
H A Dactivevt.tex40 your handlers for these events as not doing so can result in strange effects.
H A Dhttaghnd.tex18 \helpref{Overview}{handlers},
H A Dnotifevt.tex3 This class is not used by the event handlers by itself, but is a base class
H A Dhworld.tex49 must be done in "handlers". In our sample, we react to two menu items,
51 handlers should not be virtual.
144 Here are the actual event handlers. MyFrame::OnQuit() closes the main window
H A Dxmlres.tex105 Removes all handlers and deletes them (this means that any handlers added using
153 Initializes handlers for all supported controls/windows. This will
H A Dhelpevt.tex10 window hierarchy until the event is processed or there are no more event handlers.
H A Dhtmlcell.tex79 executing. This is general rule that should be followed by tag handlers:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_msghandler.c334 struct ipmi_smi_handlers *handlers; member in struct:ipmi_smi
938 if (!try_module_get(intf->handlers->owner)) {
943 if (intf->handlers->inc_usecount) {
944 rv = intf->handlers->inc_usecount(intf->send_info);
946 module_put(intf->handlers->owner);
952 * Hold the lock so intf->handlers is guaranteed to be good
1025 if (intf->handlers) {
1026 module_put(intf->handlers->owner);
1027 if (intf->handlers->dec_usecount)
1028 intf->handlers
1424 struct ipmi_smi_handlers *handlers; local
2747 ipmi_register_smi(struct ipmi_smi_handlers *handlers, void *send_info, struct ipmi_device_id *device_id, struct device *si_dev, const char *sysfs_name, unsigned char slave_addr) argument
3025 struct ipmi_smi_handlers *handlers; local
3873 struct ipmi_smi_handlers *handlers; local
4018 struct ipmi_smi_handlers *handlers; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_offload.h86 cxgb3_cpl_handler_func *handlers; member in struct:cxgb3_client
122 /* Flags for return value of CPL message handlers */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dipmi_smi.h193 upper layer until the start_processing() function in the handlers
196 int ipmi_register_smi(struct ipmi_smi_handlers *handlers,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dwext-core.c603 /* IW handlers */
651 const struct iw_handler_def *handlers = NULL; local
655 handlers = dev->ieee80211_ptr->wiphy->wext;
659 handlers = dev->wireless_handlers;
662 if (!handlers)
667 if (index < handlers->num_standard)
668 return handlers->standard[index];
673 if (index < handlers->num_private)
674 return handlers->private[index];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dencoding.c1229 * Char encoding handlers *
1236 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
1335 if (handlers != NULL) return;
1337 handlers = (xmlCharEncodingHandlerPtr *)
1347 if (handlers == NULL) {
1386 * unregisters all the encoding handlers and the aliases.
1392 if (handlers == NULL) return;
1396 if (handlers[nbCharEncodingHandler] != NULL) {
1397 if (handlers[nbCharEncodingHandler]->name != NULL)
1398 xmlFree(handlers[nbCharEncodingHandle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.c1229 * Char encoding handlers *
1236 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
1335 if (handlers != NULL) return;
1337 handlers = (xmlCharEncodingHandlerPtr *)
1347 if (handlers == NULL) {
1386 * unregisters all the encoding handlers and the aliases.
1392 if (handlers == NULL) return;
1396 if (handlers[nbCharEncodingHandler] != NULL) {
1397 if (handlers[nbCharEncodingHandler]->name != NULL)
1398 xmlFree(handlers[nbCharEncodingHandle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dencoding.c1229 * Char encoding handlers *
1236 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
1335 if (handlers != NULL) return;
1337 handlers = (xmlCharEncodingHandlerPtr *)
1347 if (handlers == NULL) {
1386 * unregisters all the encoding handlers and the aliases.
1392 if (handlers == NULL) return;
1396 if (handlers[nbCharEncodingHandler] != NULL) {
1397 if (handlers[nbCharEncodingHandler]->name != NULL)
1398 xmlFree(handlers[nbCharEncodingHandle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.c1229 * Char encoding handlers *
1236 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
1335 if (handlers != NULL) return;
1337 handlers = (xmlCharEncodingHandlerPtr *)
1347 if (handlers == NULL) {
1386 * unregisters all the encoding handlers and the aliases.
1392 if (handlers == NULL) return;
1396 if (handlers[nbCharEncodingHandler] != NULL) {
1397 if (handlers[nbCharEncodingHandler]->name != NULL)
1398 xmlFree(handlers[nbCharEncodingHandle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dchecksumcopy.S50 ;; r12 <= acr is needed after mloop and in the exception handlers.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dxattr.c720 #define for_each_xattr_handler(handlers, handler) \
721 for ((handler) = *(handlers)++; \
723 (handler) = *(handlers)++)
727 find_xattr_handler_prefix(const struct xattr_handler **handlers, argument
732 if (!handlers)
735 for_each_xattr_handler(handlers, xah) {

Completed in 97 milliseconds

12345