| /external/doclava/res/assets/templates-sdk/ |
| D | footer.cs | 3 <div class="dac-footer<?cs if:fullpage ?> dac-landing<?cs /if ?>"> 4 <div class="cols dac-footer-main"> 5 <div class="col-1of2"> 6 …<a class="dac-footer-getnews" id="newsletter" data-modal-toggle="newsletter" href="javascript:;">G… 7 class="dac-fab dac-primary"><i class="dac-sprite dac-mail"></i></span></a> 9 <div class="col-1of2 dac-footer-reachout"> 10 <div class="dac-footer-contact"> 11 <a class="dac-footer-contact-link" href="http://android-developers.blogspot.com/">Blog</a> 12 <a class="dac-footer-contact-link" href="/support.html">Support</a> 14 <div class="dac-footer-social"> [all …]
|
| /external/jsoup/src/test/java/org/jsoup/nodes/ |
| D | FormElementTest.java | 31 …String html = "<form id=1><button id=1><fieldset id=2 /><input id=3><keygen id=4><object id=5><out… in hasAssociatedControls() 35 FormElement form = (FormElement) doc.select("form").first(); in hasAssociatedControls() local 36 assertEquals(8, form.elements().size()); in hasAssociatedControls() 40 … String html = "<form><input name='one' value='two'><select name='three'><option value='not'>" + in createsFormData() 47 "</form>"; in createsFormData() 49 FormElement form = (FormElement) doc.select("form").first(); in createsFormData() local 50 List<Connection.KeyVal> data = form.formData(); in createsFormData() local 52 assertEquals(6, data.size()); in createsFormData() 53 assertEquals("one=two", data.get(0).toString()); in createsFormData() 54 assertEquals("three=four", data.get(1).toString()); in createsFormData() [all …]
|
| /external/libbrillo/brillo/http/ |
| D | http_form_data.h | 2 // Use of this source code is governed by a BSD-style license that can be 26 // An abstract base class for all types of form fields used by FormData class. 27 // This class represents basic information about a form part in 28 // multipart/form-data and multipart/mixed content. 35 // The constructor that takes the basic data part information common to 38 // Content-Disposition: form-data; name="field1" 39 // Content-Type: text/plain;charset=windows-1250 40 // Content-Transfer-Encoding: quoted-printable 43 // |name| = the part name ("name" parameter of Content-Disposition header; 45 // |content_disposition| = the part disposition ("form-data" in the example) [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_cgi.py | 44 fp = BytesIO(buf.encode('latin-1')) # FieldStorage expects bytes 46 env['CONTENT_TYPE'] = 'application/x-www-form-urlencoded' 75 ("x=1&y=2.0&z=2-3.%2b0", {'x': ['1'], 'y': ['2.0'], 'z': ['2-3.+0']}), 76 …ustomer&order_id=0bb2e248638833d48cb7fed300000f1b&expire=964546263&lobale=en-US&kid=130003.300038&… 81 'lobale': ['en-US'], 106 def gen_result(data, environ): argument 107 encoding = 'latin-1' 108 fake_stdin = BytesIO(data.encode(encoding)) 110 form = cgi.FieldStorage(fp=fake_stdin, environ=environ, encoding=encoding) 113 for k, v in dict(form).items(): [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFFormValue.cpp | 1 //===- DWARFFormValue.cpp -------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 36 // --- These can be FC_SectionOffset in DWARF3 and below: 39 // --- 80 DWARFFormValue DWARFFormValue::createFromSValue(dwarf::Form F, int64_t V) { in createFromSValue() 84 DWARFFormValue DWARFFormValue::createFromUValue(dwarf::Form F, uint64_t V) { in createFromUValue() 88 DWARFFormValue DWARFFormValue::createFromPValue(dwarf::Form F, const char *V) { in createFromPValue() 92 DWARFFormValue DWARFFormValue::createFromBlockValue(dwarf::Form F, in createFromBlockValue() 96 V.data = D.data(); in createFromBlockValue() [all …]
|
| /external/curl/tests/data/ |
| D | test650 | 6 FORM 11 # Server-side 13 <data nocheck="yes"> 16 Server: test-server/fake swsclose 18 Content-Type: text/html 22 </data> 26 Server: test-server/fake 27 Content-Length: 6 29 Content-Type: text/html 31 -foo- [all …]
|
| D | test554 | 6 FORM 11 # Server-side 13 <data> 16 Server: test-server/fake swsclose 18 Content-Type: text/html 21 </data> 25 Server: test-server/fake swsclose 27 Content-Type: text/html 32 Server: test-server/fake swsclose 34 Content-Type: text/html [all …]
|
| D | test1189 | 8 # Server-side 10 <data> 13 Server: test-server/fake 14 Content-Length: 10 17 </data> 20 # Client-side 29 Multipart formposting with backslash-escaping of name= and filename= 32 …--form-escape -F name=daniel -F tool=curl --form-string "str1=@literal" --form-string "str2=<verba… 43 # Verify data after the test has been "shot" 46 ^(Content-Type: multipart/form-data;|-------).* [all …]
|
| D | test39 | 8 # Server-side 10 <data> 13 Server: test-server/fake 14 Content-Length: 10 17 </data> 20 # Client-side 29 HTTP RFC1867-type formposting with filename= and type= 32 …-F name=daniel -F tool=curl --form-string "str1=@literal" --form-string "str2=<verbatim;type=xxx/y… 43 # Verify data after the test has been "shot" 46 ^(Content-Type: multipart/form-data;|-------).* [all …]
|
| D | test643 | 11 # Server-side 13 <data> 16 Server: test-server/fake swsclose 18 Content-Type: text/html 21 </data> 25 Server: test-server/fake swsclose 27 Content-Type: text/html 32 Server: test-server/fake swsclose 34 Content-Type: text/html 40 # Client-side [all …]
|
| D | test645 | 11 # Server-side 13 <data> 16 Server: test-server/fake swsclose 18 Content-Type: text/html 21 </data> 25 Server: test-server/fake swsclose 27 Content-Type: text/html 32 Server: test-server/fake swsclose 34 Content-Type: text/html 40 # Client-side [all …]
|
| D | test1053 | 12 # Server-side 14 <data> 17 Server: test-server/fake 18 Location: data/%TESTNUMBER0002.txt?coolsite=yes 19 Content-Length: 0 22 </data> 26 Server: test-server/fake 27 Content-Length: 11 36 Server: test-server/fake 37 Location: data/%TESTNUMBER0002.txt?coolsite=yes [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFFormValue.h | 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 53 const uint8_t *data = nullptr; member 57 dwarf::Form Form; /// Form for this value. variable 58 ValueType Value; /// Contains all data for the form. 62 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} in DWARFFormValue() 65 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function 67 static DWARFFormValue createFromSValue(dwarf::Form F, int64_t V); 68 static DWARFFormValue createFromUValue(dwarf::Form F, uint64_t V); [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFFormValue.cpp | 1 //===- DWARFFormValue.cpp -------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 38 // --- These can be FC_SectionOffset in DWARF3 and below: 41 // --- 82 DWARFFormValue DWARFFormValue::createFromSValue(dwarf::Form F, int64_t V) { in createFromSValue() 86 DWARFFormValue DWARFFormValue::createFromUValue(dwarf::Form F, uint64_t V) { in createFromUValue() 90 DWARFFormValue DWARFFormValue::createFromPValue(dwarf::Form F, const char *V) { in createFromPValue() 94 DWARFFormValue DWARFFormValue::createFromBlockValue(dwarf::Form F, in createFromBlockValue() 98 V.data = D.data(); in createFromBlockValue() [all …]
|
| /external/libcups/cgi-bin/ |
| D | var.c | 2 * CGI form variable and array functions for CUPS. 4 * Copyright © 2007-2020 by Apple Inc. 5 * Copyright © 1997-2005 by Easy Software Products. 16 #include "cgi-private.h" 28 * Data structure to hold all the CGI form variables and arrays... 31 typedef struct /**** Form variable structure ****/ 46 static int form_count = 0, /* Form variable count */ 49 /* Form variables */ 67 static int cgi_initialize_string(const char *data); 75 * 'cgiCheckVariables()' - Check for the presence of "required" variables. [all …]
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFFormValue.cpp | 1 //===-- DWARFFormValue.cpp ------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 87 // --- These can be FC_SectionOffset in DWARF3 and below: 90 // --- 112 // First, check DWARF4 form classes. in isFormClass() 113 if (Form < makeArrayRef(DWARF4FormClasses).size() && in isFormClass() 114 DWARF4FormClasses[Form] == FC) in isFormClass() 117 switch (Form) { in isFormClass() 130 return (Form == DW_FORM_data4 || Form == DW_FORM_data8) && in isFormClass() 134 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue() argument [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | test_cgi.py | 32 return -1 50 env['CONTENT_TYPE'] = 'application/x-www-form-urlencoded' 82 ("x=1&y=2.0&z=2-3.%2b0", {'x': ['1'], 'y': ['2.0'], 'z': ['2-3.+0']}), 83 ("x=1;y=2.0&z=2-3.%2b0", {'x': ['1'], 'y': ['2.0'], 'z': ['2-3.+0']}), 84 ("x=1;y=2.0;z=2-3.%2b0", {'x': ['1'], 'y': ['2.0'], 'z': ['2-3.+0']}), 85 …ustomer&order_id=0bb2e248638833d48cb7fed300000f1b&expire=964546263&lobale=en-US&kid=130003.300038&… 90 'lobale': ['en-US'], 112 def gen_result(data, environ): argument 113 fake_stdin = StringIO(data) 115 form = cgi.FieldStorage(fp=fake_stdin, environ=environ) [all …]
|
| /external/python/cpython2/Demo/cgi/ |
| D | wiki.py | 7 form = cgi.FieldStorage() 8 print "Content-type: text/html" 10 cmd = form.getvalue("cmd", "view") 11 page = form.getvalue("page", "FrontPage") 14 method(form) 27 def cmd_view(self, form): argument 30 for line in self.data.splitlines(): 53 def cmd_edit(self, form, label="Change"): argument 55 print '<form method="POST" action="%s">' % self.scripturl 57 print s % self.data [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/normalizer/ |
| D | UnicodeNormalizer.java | 4 * Copyright (C) 1998-2007 International Business Machines Corporation and 24 // static final String copyright = "Copyright (C) 1998-2003 International Business Machines Corp… 27 * Create a normalizer for a given form. 29 public UnicodeNormalizer(byte form, boolean fullData) { in UnicodeNormalizer() argument 30 this.form = form; in UnicodeNormalizer() 31 if (data == null) data = NormalizerBuilder.build(fullData); // load 1st time in UnicodeNormalizer() 35 * Masks for the form selector 42 * Normalization Form Selector 51 * Normalizes text according to the chosen form, 59 // then compose if the form requires. in normalize() [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
| D | UnicodeNormalizer.java | 5 * Copyright (C) 1998-2007 International Business Machines Corporation and 27 // static final String copyright = "Copyright (C) 1998-2003 International Business Machines Corp… 30 * Create a normalizer for a given form. 32 public UnicodeNormalizer(byte form, boolean fullData) { in UnicodeNormalizer() argument 33 this.form = form; in UnicodeNormalizer() 34 if (data == null) data = NormalizerBuilder.build(fullData); // load 1st time in UnicodeNormalizer() 38 * Masks for the form selector 45 * Normalization Form Selector 54 * Normalizes text according to the chosen form, 62 // then compose if the form requires. in normalize() [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | data.md | 1 --- 3 SPDX-License-Identifier: curl 4 Long: data 6 Arg: <data> 7 Help: HTTP POST data 9 Mutexed: form head upload-file 13 See-also: 14 - data-binary 15 - data-urlencode 16 - data-raw [all …]
|
| /external/libwebsockets/include/libwebsockets/ |
| D | lws-spa.h | 2 * libwebsockets - small server side websockets and web server implementation 4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com> 25 /** \defgroup form-parsing Form Parsing 27 * ##POSTed form parsing functions 30 * POSTed form arguments, both using simple urlencoded and multipart transfer 34 * and the apis are the same for both form upload styles. 37 * urldecoded arguments: file upload parameters pass the file data in chunks to 38 * a user-supplied callback as they come. 40 * Since it's stateful, it handles the incoming data needing more than one 58 * lws_spa_fileupload_cb() - callback to receive file upload data [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFFormValue.h | 1 //===- DWARFFormValue.h -----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 53 const uint8_t *data = nullptr; member 57 dwarf::Form Form; /// Form for this value. variable 60 ValueType Value; /// Contains all data for the form. 64 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} in DWARFFormValue() 67 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function 69 static DWARFFormValue createFromSValue(dwarf::Form F, int64_t V); 70 static DWARFFormValue createFromUValue(dwarf::Form F, uint64_t V); [all …]
|
| /external/jsoup/src/main/java/org/jsoup/nodes/ |
| D | FormElement.java | 14 …* A HTML Form Element provides ready access to the form fields/controls that are associated with i… 15 * form to easily be submitted. 21 * Create a new, standalone form element. 32 * Get the list of form control elements associated with this form. 33 * @return form controls associated with this element. 40 * Add a form control element to this form. 41 * @param element form control to add 42 * @return this form element, for chaining 56 …Prepare to submit this form. A Connection object is created with the request set up from the form … 59 <p>You can then set up other options (like user-agent, timeout, cookies), then execute it.</p> [all …]
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFFormValue.h | 1 //===-- DWARFFormValue.h ----------------------------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 39 ValueType() : data(nullptr) { in ValueType() 48 const uint8_t* data; member 51 uint16_t Form; // Form for this value. variable 52 ValueType Value; // Contains all data for the form. 55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {} in Form() argument 56 uint16_t getForm() const { return Form; } in getForm() 61 /// \brief extracts a value in data at offset *offset_ptr. 67 bool extractValue(DataExtractor data, uint32_t *offset_ptr, [all …]
|