/third_party/curl/packages/OS400/ |
D | ccsidcurl.c | 708 Curl_formadd_release_local(struct curl_forms *forms, int nargs, int skip) in Curl_formadd_release_local() argument 712 if(Curl_is_formadd_string(forms[nargs].option)) in Curl_formadd_release_local() 713 if(forms[nargs].value) in Curl_formadd_release_local() 714 free((char *) forms[nargs].value); in Curl_formadd_release_local() 716 free((char *) forms); in Curl_formadd_release_local() 721 Curl_formadd_convert(struct curl_forms *forms, in Curl_formadd_convert() argument 728 if(formx < 0 || !forms[formx].value) in Curl_formadd_convert() 732 l = (int) forms[lengthx].value; in Curl_formadd_convert() 734 l = strlen(forms[formx].value) + 1; in Curl_formadd_convert() 742 forms[formx].value, l, ccsid); in Curl_formadd_convert() [all …]
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | VariadicSequence.rst | 10 *variadic* and *numbered* forms. If ``seq`` is a generic name for some 29 For numbered forms, there is no predefined top limit for *n*, aside from compiler 34 The numbered forms are defined in batches of 10. 114 .. |variadic forms| replace:: `variadic forms`_ 115 .. _`variadic forms`: `Variadic Sequence`_ 117 .. |numbered forms| replace:: `numbered forms`_ 118 .. _`numbered forms`: `Variadic Sequence`_
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/ |
D | packInfo.js | 59 forms: [AbilityFormInfo], property 64 forms: [AbilityFormInfo], property
|
/third_party/node/test/fixtures/wpt/encoding/resources/ |
D | encode-form-common.js | 16 var forms = null; variable 91 forms = Array.prototype.slice.call( 108 var form = forms[id];
|
/third_party/gettext/gettext-tools/examples/ |
D | check-examples | 153 func_check_autoclean hello-csharp-forms 224 func_check_distclean hello-csharp-forms 297 func_check_maintainerclean hello-csharp-forms 373 func_check_maintainerclean_vpath hello-csharp-forms 456 func_check_dist hello-csharp-forms 539 func_check_dist_vpath hello-csharp-forms 614 func_check_install hello-csharp-forms 686 func_check_uninstall hello-csharp-forms 760 func_check_distcheck hello-csharp-forms 809 func_check hello-csharp-forms
|
D | Makefile.am | 297 hello-csharp-forms/INSTALL \ 298 hello-csharp-forms/README \ 299 hello-csharp-forms/autogen.sh \ 300 hello-csharp-forms/autoclean.sh \ 301 hello-csharp-forms/hello.cs \ 302 hello-csharp-forms/Makefile.am \ 303 hello-csharp-forms/configure.ac \ 304 hello-csharp-forms/m4/Makefile.am \ 305 hello-csharp-forms/po/Makefile.am \ 398 hello-csharp-forms \
|
D | README | 30 hello-csharp-forms C# Forms 81 hello-csharp-forms .resources.dll Makefile.am
|
D | ChangeLog.0 | 196 * hello-csharp-forms/Makefile.am: Likewise. 197 * hello-csharp-forms/po/Makefile.am: Likewise. 335 * hello-csharp-forms/po/Makefile.am: Likewise. 584 * hello-csharp-forms/autogen.sh: Likewise. 701 * hello-csharp-forms/Makefile.am: Likewise. 710 * hello-csharp-forms/po/Makefile.am: Likewise. 792 * hello-csharp-forms/README: New file. 861 * hello-csharp/configure.ac, hello-csharp-forms/configure.ac: Call 863 * hello-csharp/m4/Makefile.am, hello-csharp-forms/m4/Makefile.am 865 * hello-csharp/autogen.sh, hello-csharp-forms/autogen.sh: Also copy [all …]
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/embedder/ |
D | snapshot.cc.tmpl | 13 // generated snapshot binary file for the vm isolate. This string forms the 20 // This string forms the content of a regular dart isolate snapshot which
|
/third_party/curl/lib/ |
D | formdata.c | 212 struct curl_forms *forms = NULL; in FormAdd() local 235 if(array_state && forms) { in FormAdd() 237 option = forms->option; in FormAdd() 238 array_value = (char *)forms->value; in FormAdd() 240 forms++; /* advance this to next entry */ in FormAdd() 260 forms = va_arg(params, struct curl_forms *); in FormAdd() 261 if(forms) in FormAdd()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeS390X.c | 1242 static sljit_s32 emit_commutative(struct sljit_compiler *compiler, const struct ins_forms *forms, in emit_commutative() argument 1254 ins12 = forms->op; in emit_commutative() 1255 ins20 = forms->op_y; in emit_commutative() 1259 ins20 = forms->op_g; in emit_commutative() 1301 ins = forms->op_r; in emit_commutative() 1302 ins_k = forms->op_rk; in emit_commutative() 1305 ins = forms->op_gr; in emit_commutative() 1306 ins_k = forms->op_grk; in emit_commutative() 1325 …atic sljit_s32 emit_non_commutative(struct sljit_compiler *compiler, const struct ins_forms *forms, in emit_non_commutative() argument 1337 ins12 = forms->op; in emit_non_commutative() [all …]
|
/third_party/gettext/gettext-tools/examples/po/ |
D | Makefile.am | 55 hello-csharp-forms/hello.cs \ 89 hello-csharp-forms.pot \ 310 hello-csharp-forms.pot : $(POTFILES_DEPS) 311 $(USE_BUILT_PROGS) $(SHELL) '$(srcdir)/xsmallpot.sh' '$(srcdir)' hello-csharp-forms 433 $(srcdir)/../hello-csharp-forms/po/$$lang.po \ 508 $(srcdir)/../hello-csharp-forms/po/$(LL).po: $(srcdir)/hello-csharp-forms.pot $(srcdir)/$(LL).po 509 $(USE_BUILT_PROGS) cd $(srcdir) && $(SHELL) mmsmallpo.sh hello-csharp-forms $(LL)
|
/third_party/typescript/tests/baselines/reference/ |
D | noUncheckedIndexedAccessDestructuring.errors.txt | 18 // Declaration forms for array destructuring 38 // Declaration forms for object destructuring 77 // Assignment forms
|
D | noUncheckedIndexedAccessDestructuring.types | 8 // Declaration forms for array destructuring 47 // Declaration forms for object destructuring 146 // Assignment forms
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | sessions.inc | 3 forms and the server is supposed to accumulate state from all of these forms. Naturally, as 57 forms (which are dynamically created using values from previous
|
/third_party/FatFs/ |
D | LICENSE.txt | 12 / source and binary forms, with or without modification, are permitted provided 24 …ns of FatFs in binary form, such as embedded code, binary library and any forms without source cod…
|
/third_party/node/deps/cjs-module-lexer/ |
D | CHANGELOG.md | 12 - Better support for Babel reexport getter function forms (https://github.com/guybedford/cjs-module… 31 - Feature: Implement specific reexport getter forms (https://github.com/guybedford/cjs-module-lexer…
|
/third_party/boost/libs/locale/doc/ |
D | messages_formatting.txt | 217 GNU Gettext catalogs have simple, robust and yet powerful plural forms support. We recommend to rea… 218 …umentation <a href="http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms">here</a>. 230 than two plural forms. For example, in Hebrew there are special forms for single, double, plural, a… 245 For example, the Slavic language family has 3 plural forms, that can be chosen using following equa… 253 So the code above would display 3 different forms in Russian locale for values of 1, 3 and 5: 261 And for Japanese that does not have plural forms at all it would display the same message 264 …nu.org/software/gettext/manual/gettext.html#Plural-forms">11.2.6 Additional functions for plural f… 280 function in both singular and plural forms. The translator would see this context information and w… 342 All of these functions can have different prefixes for different forms: 394 for plural forms.
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Latin_InterIndic.txt | 102 #urdu compatibity forms 160 # convert to independent forms at start of word or syllable: 161 # dependent forms for roundtrip 296 # convert to dependent forms after consonant with no vowel: 323 # otherwise convert independent forms when separated by ': k'ai -→ {ka}{virama}{wai}
|
/third_party/python/Doc/library/ |
D | unicodedata.rst | 109 The Unicode standard defines various normalization forms of a Unicode string, 115 For each character, there are two normal forms: normal form C and normal form D. 120 In addition to these two forms, there are two additional normal forms based on
|
/third_party/icu/docs/userguide/dev/ |
D | contributions.md | 49 forms mentioned below.) 92 adhere to the terms of the copyright assignment forms for all future 95 The process for ongoing contributors involves two types of forms: Initially, and 124 links to the softcopies of the Joint Copyright Assignment forms. See
|
/third_party/grpc/test/core/end2end/ |
D | README | 2 forms a complete end-to-end test.
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latin_InterIndic.txt | 103 #urdu compatibity forms 161 # convert to independent forms at start of word or syllable: 162 # dependent forms for roundtrip 297 # convert to dependent forms after consonant with no vowel: 324 # otherwise convert independent forms when separated by ': k'ai -→ {ka}{virama}{wai}
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latin_InterIndic.txt | 103 #urdu compatibity forms 161 # convert to independent forms at start of word or syllable: 162 # dependent forms for roundtrip 297 # convert to dependent forms after consonant with no vowel: 324 # otherwise convert independent forms when separated by ': k'ai -→ {ka}{virama}{wai}
|
/third_party/glib/ |
D | README.OpenSource | 8 …"Description": "GLib is the low-level core library that forms the basis for projects such as GTK a…
|