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

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp47 #define WXUNUSED_MOTIF(identifier) WXUNUSED(identifier)
49 #define WXUNUSED_MOTIF(identifier) identifier
53 #define WXUNUSED_GTK(identifier) WXUNUSED(identifier)
55 #define WXUNUSED_GTK(identifier) identifier
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbitmap.tex273 \docparam{type}{A bitmap type identifier - see \helpref{wxBitmap::wxBitmap}{wxbitmapctor} for a list
H A Dhvscroll.tex86 \docparam{id}{The identifier of this window, {\tt wxID\_ANY} by default}
H A Dscrolwin.tex123 \docparam{id}{Window identifier. A value of -1 indicates a default value.}
H A Dsplitter.tex83 \docparam{id}{The window identifier.}
H A Dtdocview.tex243 one class parameterized with an integer or string command identifier.
H A Dtxrc.tex45 to a suitable integer identifier, for example {\tt EVT\_MENU(XRCID("quit"), MyFrame::OnQuit)}.
H A Dcomboctrl.tex190 \docparam{id}{Window identifier. A value of -1 indicates a default value.}
H A Dthread.tex258 Gets the thread identifier: this is a platform dependent number that uniquely identifies the
H A Dwxmsw.tex185 with the required identifier to be used. Or, override \helpref{wxDialog::DoOK}{wxdialogdook} (return false to
H A Dfunction.tex2791 Registers the clipboard data format name and returns an identifier.
2923 Generates an integer identifier unique to this run of the program.
3031 Find a menu item identifier associated with the given frame's menu bar.
4559 the {\it msg} identifier - please note that it must be a valid C++ identifier
H A Dtext.tex262 \docparam{id}{Control identifier. A value of -1 denotes a default value.}
H A Dtreectrl.tex141 \docparam{id}{Window identifier. A value of -1 indicates a default value.}
H A Dlistctrl.tex139 \docparam{id}{Window identifier. A value of -1 indicates a default value.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsx.c1925 sx_dprintk(SX_DEBUG_PROBE, "checking identifier...\n");
1927 if (strncmp(vpdp.identifier, SX_VPD_IDENT_STRING, 16) != 0) {
1928 sx_dprintk(SX_DEBUG_PROBE, "Got non-SX identifier: "
1929 "'%s'\n", vpdp.identifier);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_core.c72 #define icmpv6_id(icmph) (icmph->icmp6_dataun.u_echo.identifier)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptsas.c2141 mptsas_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) argument
2170 *identifier = enclosure_info.enclosure_logical_id;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html702 # identifier. It is a URI, which may be used to retrieve the entity.
3688 'defindex' => {'skip' => 'line', 'arg' => 1}, # one identifier arg
3689 'defcodeindex' => {'skip' => 'line', 'arg' => 1}, # one identifier arg
3764 'defindex', 'line arg1', # one identifier arg
3765 'defcodeindex', 'line arg1', # one identifier arg
4958 # $class identifier for the preformatted region (example, menu-comment)
5069 # identifier for the footnote
5070 # identifier for the footnote reference in the main document
5201 # target identifier
5206 my $identifier
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-1.8.2.js3743 // Loosely modeled on CSS identifier characters
3744 // An unquoted value should be a CSS identifier (http://www.w3.org/TR/css3-selectors/#attribute-selectors)
3745 // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
3746 identifier = characterEncoding.replace( "w", "w#" ),
3751 "*(?:" + operators + whitespace + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + identifier + ")|)|)" + whitespace + "*\\]",

Completed in 211 milliseconds

1234567