/third_party/curl/lib/ |
D | formdata.c | 207 struct FormInfo *first_form, *current_form, *form = NULL; in FormAdd() local 364 form = AddFormInfo(fname, NULL, current_form); in FormAdd() 365 if(!form) { in FormAdd() 370 form->value_alloc = TRUE; in FormAdd() 371 current_form = form; in FormAdd() 372 form = NULL; in FormAdd() 453 form = AddFormInfo(NULL, type, current_form); in FormAdd() 454 if(!form) { in FormAdd() 459 form->contenttype_alloc = TRUE; in FormAdd() 460 current_form = form; in FormAdd() [all …]
|
/third_party/node/deps/npm/node_modules/form-data/ |
D | README.md.bak | 1 …form-data.svg)](https://www.npmjs.com/package/form-data) [![Join the chat at https://gitter.im/for… 3 A library to create readable ```"multipart/form-data"``` streams. Can be used to submit forms and f… 9 …](https://img.shields.io/travis/form-data/form-data/master.svg?label=linux:4.x-9.x)](https://travi… 10 …](https://img.shields.io/travis/form-data/form-data/master.svg?label=macos:4.x-9.x)](https://travi… 11 …lds.io/appveyor/ci/alexindigo/form-data/master.svg?label=windows:4.x-9.x)](https://ci.appveyor.com… 13 …s://img.shields.io/coveralls/form-data/form-data/master.svg?label=code+coverage)](https://coverall… 14 …pendency Status](https://img.shields.io/david/form-data/form-data.svg)](https://david-dm.org/form-… 15 …e](https://www.bithound.io/github/form-data/form-data/badges/score.svg)](https://www.bithound.io/g… 20 npm install --save form-data 25 In this example we are constructing a form with 3 fields that contain a string, [all …]
|
D | README.md | 1 …form-data.svg)](https://www.npmjs.com/package/form-data) [![Join the chat at https://gitter.im/for… 3 A library to create readable ```"multipart/form-data"``` streams. Can be used to submit forms and f… 9 …](https://img.shields.io/travis/form-data/form-data/v2.3.2.svg?label=linux:4.x-9.x)](https://travi… 10 …](https://img.shields.io/travis/form-data/form-data/v2.3.2.svg?label=macos:4.x-9.x)](https://travi… 11 …lds.io/appveyor/ci/alexindigo/form-data/v2.3.2.svg?label=windows:4.x-9.x)](https://ci.appveyor.com… 13 …s://img.shields.io/coveralls/form-data/form-data/v2.3.2.svg?label=code+coverage)](https://coverall… 14 …pendency Status](https://img.shields.io/david/form-data/form-data.svg)](https://david-dm.org/form-… 15 …e](https://www.bithound.io/github/form-data/form-data/badges/score.svg)](https://www.bithound.io/g… 20 npm install --save form-data 25 In this example we are constructing a form with 3 fields that contain a string, [all …]
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/ |
D | material_localizations.dart | 260 /// The "zero" form of [selectedRowCountTitle]. 262 /// This form is optional. 266 /// * [Intl.plural], to which this form is passed. 267 /// * [selectedRowCountTitleOne], the "one" form 268 /// * [selectedRowCountTitleTwo], the "two" form 269 /// * [selectedRowCountTitleFew], the "few" form 270 /// * [selectedRowCountTitleMany], the "many" form 271 /// * [selectedRowCountTitleOther], the "other" form 275 /// The "one" form of [selectedRowCountTitle]. 277 /// This form is optional. [all …]
|
/third_party/openssl/crypto/ec/ |
D | ecp_oct.c | 155 point_conversion_form_t form, in ec_GFp_simple_point2oct() argument 164 if ((form != POINT_CONVERSION_COMPRESSED) in ec_GFp_simple_point2oct() 165 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GFp_simple_point2oct() 166 && (form != POINT_CONVERSION_HYBRID)) { in ec_GFp_simple_point2oct() 186 (form == in ec_GFp_simple_point2oct() 212 if ((form == POINT_CONVERSION_COMPRESSED in ec_GFp_simple_point2oct() 213 || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y)) in ec_GFp_simple_point2oct() 214 buf[0] = form + 1; in ec_GFp_simple_point2oct() 216 buf[0] = form; in ec_GFp_simple_point2oct() 236 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GFp_simple_point2oct() [all …]
|
D | ec2_oct.c | 114 point_conversion_form_t form, in ec_GF2m_simple_point2oct() argument 123 if ((form != POINT_CONVERSION_COMPRESSED) in ec_GF2m_simple_point2oct() 124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct() 125 && (form != POINT_CONVERSION_HYBRID)) { in ec_GF2m_simple_point2oct() 145 (form == in ec_GF2m_simple_point2oct() 172 buf[0] = form; in ec_GF2m_simple_point2oct() 173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct() 198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct() 199 || form == POINT_CONVERSION_HYBRID) { in ec_GF2m_simple_point2oct() 239 point_conversion_form_t form; in ec_GF2m_simple_oct2point() local [all …]
|
/third_party/alsa-utils/alsamixer/ |
D | device_name.c | 36 static FORM *form; variable 43 if (form_driver(form, REQ_VALIDATION) == E_OK) { in dup_current_name() 87 form_driver(form, key); in on_form_key() 92 form_driver(form, key_map[i].request); in on_form_key() 130 set_form_win(form, form_widget.window); in create() 131 set_form_sub(form, form_widget.subwindow); in create() 137 form_driver(form, REQ_VALIDATION); /* save field value */ in on_window_size_changed() 138 unpost_form(form); in on_window_size_changed() 151 post_form(form); in on_window_size_changed() 156 unpost_form(form); in on_close() [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | form.dart | 9 /// An optional container for grouping together multiple form field widgets 12 /// Each individual form field should be wrapped in a [FormField] widget, with 45 /// // Validate will return true if the form is valid, or false if 46 /// // the form is invalid. 64 /// * [FormField], a single form field widget that maintains the current state. 67 /// Creates a container for form fields. 84 /// FormState form = Form.of(context); 85 /// form.save(); 94 /// This is the root of the widget hierarchy that contains this form. 99 /// If true, form fields will validate and update their error text [all …]
|
/third_party/curl/tests/data/ |
D | test643 | 73 Content-Type: multipart/form-data; boundary=---------------------------- 76 Content-Disposition: form-data; name="sendfile"; filename="postit2.c" 81 Content-Disposition: form-data; name="callbackdata" 86 Content-Disposition: form-data; name="filename" 90 Content-Disposition: form-data; name="submit" 94 Content-Disposition: form-data; name="somename"; filename="somefile.txt" 103 Content-Type: multipart/form-data; boundary=---------------------------- 106 Content-Disposition: form-data; name="sendfile alternative"; filename="file name 2" 111 Content-Disposition: form-data; name="callbackdata" 116 Content-Disposition: form-data; name="filename" [all …]
|
D | test554 | 72 Content-Type: multipart/form-data; boundary=---------------------------- 75 Content-Disposition: form-data; name="sendfile"; filename="postit2.c" 80 Content-Disposition: form-data; name="callbackdata" 85 Content-Disposition: form-data; name="filename" 89 Content-Disposition: form-data; name="submit" 94 Content-Disposition: form-data; name="somename"; filename="somefile.txt" 103 Content-Type: multipart/form-data; boundary=---------------------------- 106 Content-Disposition: form-data; name="sendfile alternative"; filename="file name 2" 111 Content-Disposition: form-data; name="callbackdata" 116 Content-Disposition: form-data; name="filename" [all …]
|
D | test39 | 29 …HTTPPORT/we/want/%TESTNUMBER -F name=daniel -F tool=curl --form-string "str1=@literal" --form-stri… 43 ^(Content-Type: multipart/form-data;|-------).* 51 Content-Type: multipart/form-data; boundary=----------------------------24e78000bd32 54 Content-Disposition: form-data; name="name" 58 Content-Disposition: form-data; name="tool" 62 Content-Disposition: form-data; name="str1" 66 Content-Disposition: form-data; name="str2" 70 Content-Disposition: form-data; name="file"; filename="fakerfile" 79 Content-Disposition: form-data; name="file2"; filename="test%TESTNUMBER.txt" 88 Content-Disposition: form-data; name="file3"; filename="f\\\\ak\\\\er,\\an\\d;.t\"xt" [all …]
|
D | test645 | 73 Content-Type: multipart/form-data; boundary=---------------------------- 78 Content-Disposition: form-data; name="sendfile"; filename="postit2.c" 95 Content-Disposition: form-data; name="callbackdata" 118 Content-Disposition: form-data; name="filename" 122 Content-Disposition: form-data; name="submit" 126 Content-Disposition: form-data; name="somename"; filename="somefile.txt" 138 Content-Type: multipart/form-data; boundary=---------------------------- 143 Content-Disposition: form-data; name="sendfile alternative"; filename="file name 2" 160 Content-Disposition: form-data; name="callbackdata" 183 Content-Disposition: form-data; name="filename" [all …]
|
D | test1053 | 74 ^(Content-Type: multipart/form-data;|------------).* 82 Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763 85 Content-Disposition: form-data; name="name" 89 Content-Disposition: form-data; name="tool" 93 Content-Disposition: form-data; name="file"; filename="test%TESTNUMBER.txt" 106 Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763 109 Content-Disposition: form-data; name="name" 113 Content-Disposition: form-data; name="tool" 117 Content-Disposition: form-data; name="file"; filename="test%TESTNUMBER.txt"
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
D | PeriodFormatterData.java | 199 int form = computeForm(unit, count, cv, multiple && last); in appendUnit() local 200 if (form == FORM_SINGULAR_SPELLED) { in appendUnit() 202 form = FORM_SINGULAR; in appendUnit() 203 name = dr.pluralNames[px][form]; in appendUnit() 207 } else if (form == FORM_SINGULAR_NO_OMIT) { in appendUnit() 209 } else if (form == FORM_HALF_SPELLED) { in appendUnit() 213 name = dr.pluralNames[px][form]; in appendUnit() 215 …ointer in PeriodFormatterData["+localeName+"].au px: " + px + " form: " + form + " pn: " + Arrays.… in appendUnit() 220 form = FORM_PLURAL; in appendUnit() 221 name = dr.pluralNames[px][form]; in appendUnit() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | PeriodFormatterData.java | 197 int form = computeForm(unit, count, cv, multiple && last); in appendUnit() local 198 if (form == FORM_SINGULAR_SPELLED) { in appendUnit() 200 form = FORM_SINGULAR; in appendUnit() 201 name = dr.pluralNames[px][form]; in appendUnit() 205 } else if (form == FORM_SINGULAR_NO_OMIT) { in appendUnit() 207 } else if (form == FORM_HALF_SPELLED) { in appendUnit() 211 name = dr.pluralNames[px][form]; in appendUnit() 213 …ointer in PeriodFormatterData["+localeName+"].au px: " + px + " form: " + form + " pn: " + Arrays.… in appendUnit() 218 form = FORM_PLURAL; in appendUnit() 219 name = dr.pluralNames[px][form]; in appendUnit() [all …]
|
/third_party/curl/docs/examples/ |
D | postit2.c | 49 curl_mime *form = NULL; in main() local 59 form = curl_mime_init(curl); in main() 62 field = curl_mime_addpart(form); in main() 67 field = curl_mime_addpart(form); in main() 72 field = curl_mime_addpart(form); in main() 84 curl_easy_setopt(curl, CURLOPT_MIMEPOST, form); in main() 97 curl_mime_free(form); in main()
|
D | multi-post.c | 40 curl_mime *form = NULL; in main() local 50 form = curl_mime_init(curl); in main() 53 field = curl_mime_addpart(form); in main() 58 field = curl_mime_addpart(form); in main() 63 field = curl_mime_addpart(form); in main() 76 curl_easy_setopt(curl, CURLOPT_MIMEPOST, form); in main() 97 curl_mime_free(form); in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/ |
D | README.md | 1 # lws minimal http server form POST lwsac 3 Shows how to parse the form using an lwsac to hold the form data 14 $ ./lws-minimal-http-server-form-post-lwsac 15 [2018/03/29 08:29:41:7044] USER: LWS minimal http server form POST | visit http://localhost:7681 21 Visit http://localhost:7681, submit the form. 23 The form parameters are dumped to the log and you are redirected to a different page.
|
/third_party/node/test/fixtures/wpt/encoding/resources/ |
D | encode-form-common.js | 75 var form = document.createElement("form"); 76 form.id = "form-" + i; 77 form.method = "GET"; 78 form.action = "/common/blank.html"; 79 form.acceptCharset = pageCharset; 80 form.target = frame.id; 83 form.appendChild(input); 84 document.body.appendChild(form); 108 var form = forms[id]; 116 form.submit();
|
/third_party/node/test/fixtures/wpt/FileAPI/support/ |
D | send-file-form-helper.js | 162 const form = Object.assign(document.createElement('form'), { 169 document.body.append(form); 171 document.body.removeChild(form); 176 form.append(Object.assign(document.createElement('input'), { 184 form.append(Object.assign(document.createElement('input'), { 192 form.append(Object.assign(document.createElement('input'), { 202 form.append(fileInput); 221 form.submit();
|
/third_party/boost/libs/tti/doc/ |
D | tti_detail_has_template.qbk | 21 or `typename` ). In this form only the name of the class template 22 needs to be specified when invoking the macro. We will call this form 23 of the macro the `template type parameters` form. An example of a class 24 template of this form which could be successfully introspected would be: 29 In this form both the name of the class template and the template parameters 32 We will call this form of the macro the `specific parameters` form. An example 33 of a class template of this form which could be successfully introspected would be: 37 When using the specific form of the macro, there are two things which 70 form for non-variadic macros always takes two macro parameters. The first 74 The second macro parameter, when using the `specific parameters` form of the [all …]
|
/third_party/parse5/test/data/parser-feedback/ |
D | tests20.test | 284 "description": "<!doctype html><p><button><form>", 285 "input": "<!doctype html><p><button><form>", 306 "form", 681 "description": "<!doctype html><form><table><form>", 682 "input": "<!doctype html><form><table><form>", 693 "form", 703 "form", 709 "description": "<!doctype html><table><form><form>", 710 "input": "<!doctype html><table><form><form>", 726 "form", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedThunderX2T99.td | 498 // Divide, W-form 506 // Divide, X-form 513 // Multiply accumulate, W-form 519 // Multiply accumulate, X-form 884 // Store pair, immed offset, W-form 885 // Store pair, immed offset, X-form 891 // Store pair, immed post-index, W-form 892 // Store pair, immed post-index, X-form 893 // Store pair, immed pre-index, W-form 894 // Store pair, immed pre-index, X-form [all …]
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/ |
D | README.md | 1 # lws minimal http server form POST 12 $ ./lws-minimal-http-server-form-post 13 [2018/03/29 08:29:41:7044] USER: LWS minimal http server form POST | visit http://localhost:7681 19 Visit http://localhost:7681, submit the form. 21 The form parameters are dumped to the log and you are redirected to a different page.
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/ |
D | README.md | 1 # lws minimal http server form GET 12 $ ./lws-minimal-http-server-form-get 13 [2018/03/29 08:29:41:7044] USER: LWS minimal http server form GET | visit http://localhost:7681 19 Visit http://localhost:7681, submit the form. 21 The form parameters are dumped to the log and you are redirected to a different page.
|