Searched refs:form (Results 1 - 25 of 255) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dngettext.x2 ngettext \- translate message and choose plural form
7 chooses the appropriate plural form, which depends on the number \fICOUNT\fP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dformdata.c55 static size_t readfromfile(struct Form *form, char *buffer, size_t size);
309 FormInfo *first_form, *current_form, *form = NULL; local
461 form = AddFormInfo(fname, NULL, current_form);
462 if(!form) {
467 form->value_alloc = TRUE;
468 current_form = form;
469 form = NULL;
532 accepted as a fine form part */
550 form = AddFormInfo(NULL, type, current_form);
551 if(!form) {
930 struct FormData *next, *form; local
954 curl_formget(struct curl_httppost *form, void *arg, curl_formget_callback append) argument
1000 curl_formfree(struct curl_httppost *form) argument
1092 formdata_add_filename(const struct curl_httppost *file, struct FormData **form, curl_off_t *size) argument
1154 struct FormData *form = NULL; local
1398 Curl_FormInit(struct Form *form, struct FormData *formdata ) argument
1448 readfromfile(struct Form *form, char *buffer, size_t size) argument
1490 struct Form *form; local
1545 struct Form *form=(struct Form *)formp; local
1580 curl_formget(struct curl_httppost *form, void *arg, curl_formget_callback append) argument
1589 curl_formfree(struct curl_httppost *form) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dhttpform.h5 gSOAP HTTP POST application/x-www-form-urlencoded plugin.
9 Note: multipart/related and multipart/form-data are already handled in gSOAP.
72 char *form(struct soap*);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dhttpform.h5 gSOAP HTTP POST application/x-www-form-urlencoded plugin.
9 Note: multipart/related and multipart/form-data are already handled in gSOAP.
72 char *form(struct soap*);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A DMakefile.am7 jquery.form.js \
8 jquery.form.min.js \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_mfiles.c70 multi->form.option = CURLFORM_FILE;
71 multi->form.value = file_name;
82 multi_type->form.option = CURLFORM_CONTENTTYPE;
83 multi_type->form.value = type_name;
95 multi_name->form.option = CURLFORM_FILENAME;
96 multi_name->form.value = show_filename;
H A Dtool_mfiles.h32 struct curl_forms form; member in struct:multi_files
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dprogress.c7 newtComponent form, scale; member in struct:ui_progress
22 self->form = newtForm(NULL, NULL, 0);
23 if (self->form == NULL)
28 newtFormAddComponent(self->form, self->scale);
35 newtFormDestroy(self->form);
52 newtFormDestroy(self->form);
H A Dutil.c37 newtComponent listbox, form = newt_form__new(); local
39 if (form == NULL)
46 newtFormAddComponent(form, listbox);
57 newtFormRun(form, &es);
63 newtFormDestroy(form);
70 newtComponent tb, form = newt_form__new(); local
75 if (form == NULL)
99 newtFormAddComponent(form, tb);
101 newtFormRun(form, &es);
105 newtFormDestroy(form);
[all...]
H A Dbrowser.c154 if (self->form != NULL) {
155 newtFormDestroy(self->form);
160 self->form = newt_form__new();
161 if (self->form == NULL)
170 newtFormAddHotKey(self->form, NEWT_KEY_UP);
171 newtFormAddHotKey(self->form, NEWT_KEY_DOWN);
172 newtFormAddHotKey(self->form, NEWT_KEY_PGUP);
173 newtFormAddHotKey(self->form, NEWT_KEY_PGDN);
174 newtFormAddHotKey(self->form, NEWT_KEY_HOME);
175 newtFormAddHotKey(self->form, NEWT_KEY_EN
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec2_oct.c26 * 2. Redistributions in binary form must reproduce the above copyright
45 * 6. Redistributions of any form whatsoever must retain the following
174 point_conversion_form_t form,
183 if ((form != POINT_CONVERSION_COMPRESSED)
184 && (form != POINT_CONVERSION_UNCOMPRESSED)
185 && (form != POINT_CONVERSION_HYBRID)) {
205 (form ==
232 buf[0] = form;
233 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) {
258 if (form
173 ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
301 point_conversion_form_t form; local
[all...]
H A Decp_oct.c17 * 2. Redistributions in binary form must reproduce the above copyright
36 * 6. Redistributions of any form whatsoever must retain the following
211 point_conversion_form_t form,
220 if ((form != POINT_CONVERSION_COMPRESSED)
221 && (form != POINT_CONVERSION_UNCOMPRESSED)
222 && (form != POINT_CONVERSION_HYBRID)) {
242 (form ==
268 if ((form == POINT_CONVERSION_COMPRESSED
269 || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
270 buf[0] = form
210 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
330 point_conversion_form_t form; local
[all...]
H A Dec_print.c12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
61 point_conversion_form_t form,
67 buf_len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx);
74 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
128 point_conversion_form_t form, BN_CTX *ctx)
134 buf_len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx);
141 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
59 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
126 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec2_oct.c26 * 2. Redistributions in binary form must reproduce the above copyright
45 * 6. Redistributions of any form whatsoever must retain the following
174 point_conversion_form_t form,
183 if ((form != POINT_CONVERSION_COMPRESSED)
184 && (form != POINT_CONVERSION_UNCOMPRESSED)
185 && (form != POINT_CONVERSION_HYBRID)) {
205 (form ==
232 buf[0] = form;
233 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) {
258 if (form
173 ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
301 point_conversion_form_t form; local
[all...]
H A Decp_oct.c17 * 2. Redistributions in binary form must reproduce the above copyright
36 * 6. Redistributions of any form whatsoever must retain the following
211 point_conversion_form_t form,
220 if ((form != POINT_CONVERSION_COMPRESSED)
221 && (form != POINT_CONVERSION_UNCOMPRESSED)
222 && (form != POINT_CONVERSION_HYBRID)) {
242 (form ==
268 if ((form == POINT_CONVERSION_COMPRESSED
269 || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
270 buf[0] = form
210 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
330 point_conversion_form_t form; local
[all...]
H A Dec_print.c12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
61 point_conversion_form_t form,
67 buf_len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx);
74 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
128 point_conversion_form_t form, BN_CTX *ctx)
134 buf_len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx);
141 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
59 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
126 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcontrol.cpp82 FormType* form = (FormType*)GetObjectFormIndex(index); local
83 if(form!=NULL && index!=frmInvalidObjectId)
85 FrmRemoveObject((FormType **)&form,index);
117 FormType* form = (FormType*)GetParentForm(); local
118 if(form==NULL)
137 (void **)&form,
168 FormType* form = (FormType*)GetParentForm(); local
169 if(form==NULL)
182 (void **)&form,
230 FormType* form local
241 FormType* form = (FormType*)GetObjectFormIndex(index); local
256 FormType* form = (FormType*)GetParentForm(); local
272 FormType* form = (FormType*)GetParentForm(); local
375 FormType* form = (FormType*)GetParentForm(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dmap.c17 newtComponent form, entry; local
22 form = newtForm(NULL, NULL, 0);
23 if (form == NULL)
30 newtFormAddComponent(form, entry);
31 newtFormAddHotKey(form, NEWT_KEY_ENTER);
32 newtFormAddHotKey(form, NEWT_KEY_ESCAPE);
33 newtFormAddHotKey(form, NEWT_KEY_LEFT);
34 newtFormAddHotKey(form, CTRL('c'));
35 newtFormRun(form, &es);
43 newtFormDestroy(form);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dbas_pppoe.js89 var form=document.forms[0];
90 if(form.pppoe_username.value=="")
95 for(i=0;i<form.pppoe_username.value.length;i++)
97 if(isValidChar(form.pppoe_username.value.charCodeAt(i))==false)
103 for(i=0;i<form.pppoe_passwd.value.length;i++)
105 if(isValidChar(form.pppoe_passwd.value.charCodeAt(i))==false)
119 if(form.pppoe_idletime.value.length<=0)
124 else if(!_isNumeric(form.pppoe_idletime.value))
131 form.run_test.value="test";
133 form
[all...]
H A Dfuncs.js176 text.form[(getIndex(text)+1) % text.form.length].focus();
181 text.form[(getIndex(text)+1) % text.form.length].focus();
188 while (i < input.form.length && index == -1)
189 if (input.form[i] == input)
212 function check_maxNumAdd(form,nowNum,maxNum,msg,go2href)
471 var form = document.forms[0];
638 var form = document.forms[0];
913 function checkwep(form)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_forms_conv.c47 BOOL py_from_FORM_1(PyObject **dict, FORM_1 *form) argument
49 *dict = from_struct(form, py_FORM_1);
56 BOOL py_to_FORM(FORM *form, PyObject *dict) argument
74 if (!to_struct(form, dict_copy, py_FORM))
84 init_unistr2(&form->name, name, UNI_STR_TERMINATE);
H A Dpy_spoolss_forms.c23 /* Add a form */
30 FORM form; local
32 static char *kwlist[] = {"form", NULL};
42 if (!py_to_FORM(&form, info)) {
43 PyErr_SetString(spoolss_error, "invalid form");
62 init_unistr2(&form.name, form_name, UNI_STR_TERMINATE);
71 level, &form);
83 /* Get form properties */
93 FORM_1 form; local
104 hnd->cli, hnd->mem_ctx, &hnd->pol, form_name, level, &form);
132 FORM form; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_print.c12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
61 point_conversion_form_t form,
68 buf_len = EC_POINT_point2oct(group, point, form,
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
137 point_conversion_form_t form,
144 buf_len = EC_POINT_point2oct(group, point, form,
152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
59 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
135 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dopmode.js231 text.form[(getIndex(text)+1) % text.form.length].focus();
236 text.form[(getIndex(text)+1) % text.form.length].focus();
241 text.form[(getIndex(text)+1) % text.form.length].focus();
247 while (i < input.form.length && index == -1)
248 if (input.form[i] == input)index = i;
269 function check_maxNumAdd(form,nowNum,maxNum,msg,go2href)
434 var form
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dopmode.js231 text.form[(getIndex(text)+1) % text.form.length].focus();
236 text.form[(getIndex(text)+1) % text.form.length].focus();
241 text.form[(getIndex(text)+1) % text.form.length].focus();
247 while (i < input.form.length && index == -1)
248 if (input.form[i] == input)index = i;
269 function check_maxNumAdd(form,nowNum,maxNum,msg,go2href)
434 var form
[all...]

Completed in 276 milliseconds

1234567891011