Home
last modified time | relevance | path

Searched defs:forms (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/resources/
Dencode-form-common.js16 var forms = null; variable
/third_party/openssl/apps/
Decparam.c60 static OPT_PAIR forms[] = { variable
/third_party/curl/packages/OS400/
Dccsidcurl.c708 Curl_formadd_release_local(struct curl_forms *forms, int nargs, int skip) in Curl_formadd_release_local()
721 Curl_formadd_convert(struct curl_forms *forms, in Curl_formadd_convert()
770 struct curl_forms *forms; in curl_formadd_ccsid() local
/third_party/curl/lib/
Dformdata.c212 struct curl_forms *forms = NULL; in FormAdd() local
/third_party/python/Doc/reference/
Dexpressions.rst160 .. _comprehensions:
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DSerializableTestUtility.java668 int forms[] = {MathContext.PLAIN, MathContext.ENGINEERING, MathContext.SCIENTIFIC}; field in SerializableTestUtility.MathContextHandler