Searched refs:identifier (Results 76 - 100 of 169) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dspinbutt.tex66 \docparam{id}{Window identifier. A value of -1 indicates a default value.}
H A Dspinctrl.tex76 \docparam{id}{Window identifier. A value of -1 indicates a default value.}
H A Dcursor.tex73 Constructs a cursor using a cursor identifier.
131 \docparam{cursorId}{A stock cursor identifier. May be one of:
H A Dttab.tex64 a unique identifier and a tab label.
66 each of these, passing a tab identifier and the window.
H A Dupduievt.tex38 don't have to worry whether you're updating a toolbar or menubar identifier.
39 The same handler can update a menu item and toolbar button, if the identifier is the same.
H A Dtevent.tex30 EVT\_SIZE macro doesn't need a window identifier, since normally you are only
299 may use the {\tt wxID\_OK} identifier, for example, on any number of dialogs so
302 If you pass {\tt wxID\_ANY} to a window constructor, an identifier will be
304 care about the exact identifier either because you're not going to process the
509 entry by specifying the event identifier (such as wxEVT\_SIZE), the window identifier,
H A Dglcanvas.tex118 \docparam{id}{Window identifier. If -1, will automatically create an identifier.}
H A Dhelpinst.tex118 {\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}.
163 {\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}.
H A Danimatctrl.tex85 \docparam{id}{The identifier for the control.}
H A Dbitmapcombobox.tex86 \docparam{id}{Window identifier. A value of -1 indicates a default value.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DschemasInternals.h845 const xmlChar *identifier; member in struct:_xmlSchemaNotation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DschemasInternals.h845 const xmlChar *identifier; member in struct:_xmlSchemaNotation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dsrcparser.h324 // universal identifier of the context (e.g. class name)
381 // returns identifier of this context
413 spContext* FindContext( const wxString& identifier,
564 // (ret val., identifier, arg. list),
646 // (by identifier of the member)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DschemasInternals.in.h845 const xmlChar *identifier; member in struct:_xmlSchemaNotation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DschemasInternals.h845 const xmlChar *identifier; member in struct:_xmlSchemaNotation
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfscache-cache.h53 char identifier[36]; /* cache label */ member in struct:fscache_cache
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DschemasInternals.in.h845 const xmlChar *identifier; member in struct:_xmlSchemaNotation
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcftoken.l126 <S_INI>identifier { BEGIN S_INF; YYDB; yywarn("it is obsoleted. use \"my_identifier\" in each remote directives."); return(IDENTIFIER); }
180 <S_SAINFS>identifier { YYD; yywarn("it is obsoleted. use \"my_identifier\"."); return(IDENTIFIER); }
207 <S_RMTS>identifier { YYD; yywarn("it is obsoleted. use \"my_identifier\"."); return(IDENTIFIER); }
327 /* identifier type */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_irq.c264 u8 identifier = EHCA_BMASK_GET(EQE_EE_IDENTIFIER, eqe); local
266 switch (identifier) {
318 ehca_err(&shca->ib_device, "Unknown identifier: %x on %s.",
319 identifier, shca->ib_device.name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drio_linux.c715 /* Terminate the identifier string.
1091 if ((strncmp(vpdp->identifier, RIO_ISA_IDENT, 16) == 0) || (strncmp(vpdp->identifier, RIO_ISA2_IDENT, 16) == 0) || (strncmp(vpdp->identifier, RIO_ISA3_IDENT, 16) == 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddefs.h553 #define WXUNUSED(identifier) /* identifier */
555 #define WXUNUSED(identifier) identifier
600 # define wxUnusedVar(identifier) identifier
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoolbar.cpp822 CFStringRef identifier = NULL ; local
825 sizeof( CFStringRef ), NULL, &identifier );
830 if ( CFStringCompare( kControlToolbarItemClassID, identifier, kCFCompareBackwards ) == kCFCompareEqualTo )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-perl.c85 /* The characters between name and end should form a valid C identifier.
1663 identifier, enumerator in enum:parser_state
1681 * identifier: a valid identifier character has been seen in state
1692 * In the states initial...identifier the context is null_context; in the
1694 * argument of the last seen identifier.
1762 state = identifier;
1776 state = identifier;
1781 case identifier:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dinterface.c43 _enter("{%s},%p,", cache->cache.identifier, cookie);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl2.h824 u8 identifier[16]; /* UUID identifier */ member in struct:acpi_table_uefi

Completed in 240 milliseconds

1234567