Searched refs:parameter (Results 151 - 175 of 336) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbitmap.tex60 portable programs: in this case the {\it bits} parameter should contain an XBM
113 Its meaning is determined by the {\it type} parameter.}
414 The meaning of {\it name} is determined by the {\it type} parameter.}
479 \docparam{name}{A filename. The meaning of {\it name} is determined by the {\it type} parameter.}
498 % TODO: this parameter should
H A Dtarstrm.tex173 within the archive. If the third parameter is provided, the bool pointed
311 Constructor. In a Unicode build the second parameter {\it conv} is
376 Constants for the {\it format} parameter of the
408 In a Unicode build the third parameter {\it conv} is used to translate the
417 The {\it conv} parameter only affect the standard tar headers, the extended
H A Dfiletype.tex49 type of the encoded message is an example of a {\it message parameter}. These
78 // parameter names are not case-sensitive
220 \twocolitem{\%\{param\}}{the value of the parameter {\it param}}
H A Dauipaneinfo.tex129 Direction() determines the direction of the docked pane. It is functionally the same as calling Left(), Right(), Top() or Bottom(), except that docking direction may be specified programmatically via the parameter.
414 Resizable() allows a pane to be resized if the parameter is true, and forces it to be a fixed size if the parameter is false. This is simply an antonym for Fixed().
445 SetFlag() turns the property given by flag on or off with the option\_state parameter.
H A Ddllload.tex135 Returns a handle to the loaded DLL. Use {\it success} parameter to test if it
H A Ddropsrc.tex47 If you use the constructor without {\it data} parameter you must call
H A Dfilesysh.tex29 \item The {\it location} parameter passed to OpenFile or CanOpen methods
H A Dhtmlhand.tex99 method. {\it varib} is name of parameter passed to the method, usually
H A Dminifram.tex80 \docparam{name}{The name of the window. This parameter is used to associate a name with the item,
H A Dpalette.tex171 \perlnote{In wxPerl this method takes only the {\tt pixel} parameter and
H A Dprevwin.tex77 The buttons parameter may be a combination of the following, using the bitwise `or' operator.
H A Dsnglinst.tex94 are commonly used to construct this parameter.}
H A Dtfontenc.tex27 a (new) constructor parameter {\it encoding} which takes one of the following
H A Dtsizer.tex202 height changes to only the text area, not to the button area. This is determined by the {\it proportion} parameter
209 controlled by {\it flags} (the second parameter of the Add() function): Zero or no flag
221 flags can be used in combination with the alignment flags above as the second parameter of the
223 and it is the third parameter in the Add() method. This means, that the entire behaviour of
H A Dlistctrl.tex302 \perlnote{In wxPerl this method takes only the {\bf col} parameter and
365 \pythonnote{The wxPython version of this method takes an integer parameter
369 \perlnote{In wxPerl this method takes as parameter the {\bf ID} of the item
416 \perlnote{In wxPerl this method takes only the {\bf item} parameter and
432 \perlnote{In wxPerl this method takes only the {\bf item} parameter and
446 \arg{subItem} parameter is equal to the special value
532 {\bf NB:} this parameter is only supported by wxMSW currently and ignored on
619 \perlnote{In wxPerl this method only takes the {\bf point} parameter
991 Associates application-defined data with this item. The \arg{data} parameter may
1077 \pythonnote{wxPython uses the sortData parameter t
[all...]
H A Ddoctempl.tex154 a wxClassInfo parameter to the template constructor, you will need to override this
165 a wxClassInfo parameter to the template constructor, you will need to override this
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_doit.c353 if (xalg->parameter == NULL) {
354 xalg->parameter = ASN1_TYPE_new();
355 if (xalg->parameter == NULL)
358 if (EVP_CIPHER_param_to_asn1(ctx, xalg->parameter) < 0)
587 if (EVP_CIPHER_asn1_to_param(evp_ctx, enc_alg->parameter) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodWriter.java122 * The runtime visible parameter annotations of this method. May be
128 * The runtime invisible parameter annotations of this method. May be
584 final int parameter,
596 aw.next = panns[parameter];
597 panns[parameter] = aw;
602 aw.next = ipanns[parameter];
603 ipanns[parameter] = aw;
583 visitParameterAnnotation( final int parameter, final String desc, final boolean visible) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_doit.c353 if (xalg->parameter == NULL) {
354 xalg->parameter = ASN1_TYPE_new();
355 if (xalg->parameter == NULL)
358 if (EVP_CIPHER_param_to_asn1(ctx, xalg->parameter) < 0)
587 if (EVP_CIPHER_asn1_to_param(evp_ctx, enc_alg->parameter) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm712 The parameter C<type> is an enumeration which specifies which of the 3
714 Depending on which of these is actually chosen, the final parameter,
724 equivalent of their dbopen() counterparts. The final parameter $DB_HASH
835 It is also possible to omit the filename parameter as well, so the
1132 In list context, if the second parameter is present and evaluates
1360 C<"\n"> when the openinfo parameter in dbopen is NULL. If a non-NULL
1361 openinfo parameter is used at all, the value that happens to be in bval
1363 use of any of the options in the openinfo parameter. This documentation
1599 inserted line via that parameter.
1706 C<$value> parameter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-spawn-win.c583 babysitter (void *parameter) argument
585 DBusBabysitter *sitter = (DBusBabysitter *) parameter;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp821 OSStatus wxThreadInternal::MacThreadStart(void *parameter) argument
823 wxThread* thread = (wxThread*) parameter ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dstage_curl_install.com57 $! If the first parameter begins with "r" or "R" then this is to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsclp.S13 LC_EXT_INT_PARAM = 0x80 # addr of ext int parameter
26 # R3 = external interruption parameter if R2=0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dextmem.c197 dcss_diag(int *func, void *parameter, argument
209 rx = (unsigned long) parameter;

Completed in 103 milliseconds

1234567891011>>