Searched refs:form (Results 151 - 175 of 255) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A DMakefile.in304 jquery.form.js \
305 jquery.form.min.js \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_asn1.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
551 point_conversion_form_t form; local
587 form = EC_GROUP_get_point_conversion_form(group);
589 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
598 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL)) {
871 /* set the point conversion form */
1077 * The first byte - point conversion form - must be present.
1083 /* Save the point conversion form. */
1284 /* save the point conversion form */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_asn1.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
551 point_conversion_form_t form; local
587 form = EC_GROUP_get_point_conversion_form(group);
589 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
598 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL)) {
871 /* set the point conversion form */
1077 * The first byte - point conversion form - must be present.
1083 /* Save the point conversion form. */
1284 /* save the point conversion form */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dporting.tex112 individual event mapping macros will be of the form:
122 the parent window, or even the frame. Here, you use a function of the form EVT\_BUTTON(id, func).
130 including OnClose (although in fact you can still use the old, virtual form of OnClose for the time being).
308 Use the form:
315 For precompiled header support, use this form:
463 This name is an alias for the most popular form of toolbar for your platform. There is now a family
H A Ddb.tex762 Older form (pre-2.3/2.4 of wxWidgets) of the
1160 \docparam{errMsg}{Free-form text to display describing the error/text to be logged.}
1166 for the database connection. This log message is free form and can be
1229 datatypes to determine the form in which the data going to/from columns in
1232 The second form of this function, which accepts a "wxDb *" as a parameter,
1237 Normally the first form of the wxDb::Open() function will open the connection
1388 Returns the column name in a form ready for use in SQL statements.
1410 Returns the table name in a form ready for use in SQL statements.
1557 \docparam{logMsg}{Free form string to be written to the log file.}
1804 It is strongly recommended that programs use the longer form o
[all...]
H A Dexpr.tex25 Construct a new clause with this form, supplying the functor name. A clause is an object
78 internal form and then deleting {\bf value}. Note that the list should not contain
79 nested lists (except if in internal {\bf wxExpr} form.)
H A Dmanual.tex274 (which use some of those functions and data) to form executables.
284 "Source code" for a work means the preferred form of the work for
378 derivative of it, under Section 2) in object code or executable form
462 For an executable, the required form of the "work that uses the
466 distributed (in either source or binary form) with the major
492 where to find the accompanying uncombined form of the same work.
H A Dmanual2e.tex277 (which use some of those functions and data) to form executables.
287 "Source code" for a work means the preferred form of the work for
381 derivative of it, under Section 2) in object code or executable form
465 For an executable, the required form of the "work that uses the
469 distributed (in either source or binary form) with the major
495 where to find the accompanying uncombined form of the same work.
H A Dcppconst.tex160 predefines the symbols in the form \texttt{wxHAS\_FEATURE}. Unlike
192 (the symbols of this form are always defined, use \#if and not \#ifdef to test
H A Dhelpinst.tex17 names of the form wxXXXHelpController or wxHelpControllerXXX. An
155 {\it External HTML help:} wxExtHelpController implements {\it sectionNo} as an id in a map file, which is of the form:
H A Dhthelpct.tex164 This alternative form is used to search help contents by numeric IDs.
166 \pythonnote{The second form of this method is named DisplayId in
H A Dhthlpfrm.tex241 The second form takes numeric ID as the parameter.
244 \pythonnote{The second form of this method is named DisplayId in
H A Daboutdlginfo.tex209 necessarily in the \texttt{x.y.z} form but it shouldn't contain the "version"
H A Dclrpicker.tex40 \twocolitem{\windowstyle{wxCLRP\_SHOW\_LABEL}}{Shows the colour in HTML form (#AABBCC) as colour button label
H A Ddatistrm.tex49 be available. The second form is only available in Unicode build of wxWidgets.
H A Dflexsizr.tex53 calculated to form the total number of children in the sizer, thus making the
H A Dhash.tex111 explicitly (for instance when combining two data values to form a key).
H A Dhtcontnr.tex235 \pythonnote{The second form of this method is named
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c1438 if(http->form.fp) {
1440 fclose(http->form.fp);
1441 http->form.fp = NULL;
2299 if(Curl_FormInit(&http->form, http->sendit)) {
2305 form struct since we might want the actual user-provided callback later
2309 http->form.fread_func = conn->fread_func;
2311 /* Set the read function to read from the generated form data */
2313 conn->fread_in = &http->form;
2337 contentType = Curl_formpostheader((void *)&http->form,
2373 /* convert the form dat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c6934 /* fill the buffer with the form structures */
7088 static void fill_form_1(FORM_1 *form, nt_forms_struct *list) argument
7090 form->flag=list->flag;
7091 init_unistr(&form->name, list->name);
7092 form->width=list->width;
7093 form->length=list->length;
7094 form->left=list->left;
7095 form->top=list->top;
7096 form->right=list->right;
7097 form
8282 FORM *form = &q_u->form; local
8422 FORM *form = &q_u->form; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptsas.c112 struct mptsas_devinfo *device_info, u32 form, u32 form_specific);
114 struct mptsas_enclosure *enclosure, u32 form, u32 form_specific);
1340 u32 form, u32 form_specific)
1357 cfg.pageAddr = form + form_specific;
2482 u32 form, u32 form_specific)
2504 cfg.pageAddr = form + form_specific;
2546 u32 form, u32 form_specific)
2564 cfg.pageAddr = form + form_specific;
2627 u32 form, u32 form_specific)
2647 cfg.pageAddr = form
1339 mptsas_sas_enclosure_pg0(MPT_ADAPTER *ioc, struct mptsas_enclosure *enclosure, u32 form, u32 form_specific) argument
2481 mptsas_sas_phy_pg0(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, u32 form, u32 form_specific) argument
2545 mptsas_sas_device_pg0(MPT_ADAPTER *ioc, struct mptsas_devinfo *device_info, u32 form, u32 form_specific) argument
2626 mptsas_sas_expander_pg0(MPT_ADAPTER *ioc, struct mptsas_portinfo *port_info, u32 form, u32 form_specific) argument
2709 mptsas_sas_expander_pg1(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, u32 form, u32 form_specific) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl403 under Section 2) in object code or executable form under the terms of
420 received the program in object code or executable form with such
423 The source code for a work means the preferred form of the work for
430 form) with the major components (compiler, kernel, and so on) of the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dnslist/
H A Ddnslist.pl403 under Section 2) in object code or executable form under the terms of
420 received the program in object code or executable form with such
423 The source code for a work means the preferred form of the work for
430 form) with the major components (compiler, kernel, and so on) of the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dccsidcurl.c1087 curl_formget_ccsid(struct curl_httppost * form, void * arg, argument
1096 return curl_formget(form, (void *) &lcfc, Curl_formget_callback_ccsid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dcurl.h134 struct curl_slist* contentheader; /* list of extra headers for this form */
1832 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg,
1841 CURL_EXTERN void curl_formfree(struct curl_httppost *form);

Completed in 159 milliseconds

1234567891011