Searched refs:optional (Results 51 - 75 of 162) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.h98 enum xs__attribute_use { optional, prohibited, required, default_, fixed_ }; enumerator in enum:xs__attribute_use
105 @enum xs__attribute_use use = optional;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dschema.h98 enum xs__attribute_use { optional, prohibited, required, default_, fixed_ }; enumerator in enum:xs__attribute_use
105 @enum xs__attribute_use use = optional;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent_rpcgen.py439 'optional and array around line %d' ) % (
1062 optional = 0
1077 if not optional and token == 'optional':
1078 optional = 1
1146 if optional:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dmatch.s10 * match.s -- optional optimized asm version of longest match in deflate.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dmatch.s9 ; match.a -- optional optimized asm version of longest match in deflate.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dxfrm_policy.c135 tmpl->optional = 0;
137 tmpl->optional = 1;
H A Dipxfrm.c537 if (show_stats > 0 || tmpl->optional) {
541 switch (tmpl->optional) {
550 fprintf(fp, "level %u ", tmpl->optional);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbmphand.tex122 \docparam{palette}{An optional palette used for saving the bitmap.}
H A Dcmdlpars.tex129 Notice that by default (i.e. if flags are just $0$), options are optional (sic)
133 {\tt wxCMD\_LINE\_PARAM\_OPTIONAL} to make a parameter optional. Also,
429 Add a switch {\it name} with an optional long name {\it lng} (no long name if it
438 Add an option {\it name} with an optional long name {\it lng} (no long name if
H A Dfs.tex35 \item {\bf anchor} - an anchor is optional and is usually not present.
H A Dsnglinst.tex96 \docparam{path}{is optional and is ignored under Win32 and used as the directory to
H A Dtfont.tex17 \twocolitem{Face name}{An optional string specifying the actual typeface to be used. If NULL,
H A Dtruntime.tex27 Note that these are entirely optional; use them if you wish to check object
H A Dvaltext.tex32 Constructor, taking a style and optional pointer to a wxString variable.
H A Dtcommdlg.tex48 are not optional in the generic colour selector. The generic colour
195 Under Windows, an optional icon can be shown, such as an exclamation mark or question mark.
H A Dnotebook.tex136 \docparam{imageId}{Specifies the optional image index for the new page.}
332 \docparam{imageId}{Specifies the optional image index for the new page.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/bzip2/
H A Dbuildbz2.com63 $! Process command line parameters requesting optional features.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dconfig540 ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`
555 ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_rpcgen.py403 'Entry "%s" has illegal combination of optional and array '
1306 optional = 0
1321 if not optional and token == 'optional':
1322 optional = 1
1386 if optional:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dconfig540 ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`
555 ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dxfrm.h228 __u8 optional; member in struct:xfrm_user_tmpl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex162 another optional information.
301 \item \verb|flags| are optional modifiers. Currently
336 This structure is followed by optional extension headers associated
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c209 static void read_config_file(char *path, int optional, unsigned long *event_mask);
446 static void read_config_file(char *path, int optional, unsigned long *event_mask) argument
450 <optional> If TRUE, the routine will silently ignore a missing config file.
486 if (optional == 0 && errno == ENOENT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Dannounce-gen65 The following are optional:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Di7core_edac.c211 int optional; member in struct:pci_id_descr
280 { PCI_DESCR(3, 2, PCI_DEVICE_ID_INTEL_I7_MC_RAS), .optional = 1 },
339 { PCI_DESCR(3, 2, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_RAS_REV2), .optional = 1 },
1271 if (dev_descr->optional)

Completed in 146 milliseconds

1234567