/third_party/cups-filters/utils/ |
D | cups-browsed.c | 1773 media_size_t *temp, *media_s; in add_mediasize_attributes() local 1786 temp = (media_size_t *)malloc(sizeof(media_size_t)); in add_mediasize_attributes() 1824 temp->x = ippGetInteger(x_dim,0); in add_mediasize_attributes() 1825 temp->y = ippGetInteger(y_dim,0); in add_mediasize_attributes() 1826 if (!cupsArrayFind(sizes, temp)){ in add_mediasize_attributes() 1827 cupsArrayAdd(sizes, temp); in add_mediasize_attributes() 1860 free(temp); in add_mediasize_attributes() 1876 media_col_t *temp, *media_data; in add_mediadatabase_attributes() local 1884 temp = (media_col_t *)malloc(sizeof(media_col_t)); in add_mediadatabase_attributes() 1906 temp->x = ippGetInteger(ippFindAttribute(media_size, "x-dimension", in add_mediadatabase_attributes() [all …]
|
/third_party/python/Python/ |
D | sysmodule.c | 68 sys_get_object_id(PyThreadState *tstate, _Py_Identifier *key) in sys_get_object_id() argument 76 PyObject *value = _PyDict_GetItemIdWithError(sd, key); in sys_get_object_id() 84 _PySys_GetObjectId(_Py_Identifier *key) in _PySys_GetObjectId() argument 87 return sys_get_object_id(tstate, key); in _PySys_GetObjectId() 115 sys_set_object(PyInterpreterState *interp, PyObject *key, PyObject *v) in sys_set_object() argument 117 if (key == NULL) { in sys_set_object() 122 v = _PyDict_Pop(sd, key, Py_None); in sys_set_object() 130 return PyDict_SetItem(sd, key, v); in sys_set_object() 135 sys_set_object_id(PyInterpreterState *interp, _Py_Identifier *key, PyObject *v) in sys_set_object_id() argument 137 return sys_set_object(interp, _PyUnicode_FromId(key), v); in sys_set_object_id() [all …]
|
/third_party/libcoap/examples/ |
D | coap-server.c | 107 static uint8_t *key = NULL; variable 479 coap_opt_t *option; in hnd_put_example_data() local 573 if ((option = coap_check_option(request, COAP_OPTION_CONTENT_FORMAT, in hnd_put_example_data() 576 coap_decode_var_bytes (coap_opt_value (option), in hnd_put_example_data() 577 coap_opt_length (option)); in hnd_put_example_data() 774 dtls_cpsk.psk_info.key.s = key; in setup_cpsk() 775 dtls_cpsk.psk_info.key.length = key_length; in setup_cpsk() 1009 coap_opt_t *option; in hnd_proxy_uri() local 1173 while ((option = coap_option_next(&opt_iter))) { in hnd_proxy_uri() 1189 coap_opt_length(option), in hnd_proxy_uri() [all …]
|
/third_party/node/deps/npm/node_modules/yargs/ |
D | yargs.js | 101 const keys = groups[groupName].filter(key => !(key in localLookup)) 240 keys.forEach((key) => { 241 key = sanitizeKey(key) 242 options[type].push(key) 246 self.nargs = function (key, value) { argument 247 argsert('<string|object|array> [number]', [key, value], arguments.length) 248 populateParserHintObject(self.nargs, false, 'narg', key, value) 252 self.choices = function (key, value) { argument 253 argsert('<object|string|array> [string|array]', [key, value], arguments.length) 254 populateParserHintObject(self.choices, true, 'choices', key, value) [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | png.c | 486 png_free(png_ptr, info_ptr->text[num].key); in png_free_data() 487 info_ptr->text[num].key = NULL; in png_free_data() 495 png_free(png_ptr, info_ptr->text[i].key); in png_free_data() 2018 png_uint_32 temp; 2025 temp = png_get_uint_32(profile); 2026 if (temp != profile_length) 2027 return png_icc_profile_error(png_ptr, colorspace, name, temp, 2030 temp = (png_uint_32) (*(profile+8)); 2031 if (temp > 3 && (profile_length & 3)) 2035 temp = png_get_uint_32(profile+128); /* tag count: 12 bytes/tag */ [all …]
|
/third_party/skia/third_party/externals/libpng/ |
D | png.c | 486 png_free(png_ptr, info_ptr->text[num].key); in png_free_data() 487 info_ptr->text[num].key = NULL; in png_free_data() 495 png_free(png_ptr, info_ptr->text[i].key); in png_free_data() 2018 png_uint_32 temp; 2025 temp = png_get_uint_32(profile); 2026 if (temp != profile_length) 2027 return png_icc_profile_error(png_ptr, colorspace, name, temp, 2030 temp = (png_uint_32) (*(profile+8)); 2031 if (temp > 3 && (profile_length & 3)) 2035 temp = png_get_uint_32(profile+128); /* tag count: 12 bytes/tag */ [all …]
|
/third_party/ffmpeg/libavformat/ |
D | wavdec.c | 244 static inline int wav_parse_bext_string(AVFormatContext *s, const char *key, in wav_parse_bext_string() argument 247 char temp[257]; in wav_parse_bext_string() local 250 av_assert0(length < sizeof(temp)); in wav_parse_bext_string() 251 if ((ret = avio_read(s->pb, temp, length)) != length) in wav_parse_bext_string() 254 temp[length] = 0; in wav_parse_bext_string() 256 if (strlen(temp)) in wav_parse_bext_string() 257 return av_dict_set(&s->metadata, key, temp, 0); in wav_parse_bext_string() 264 char temp[131], *coding_history; in wav_parse_bext_tag() local 277 snprintf(temp, sizeof(temp), "%"PRIu64, time_reference); in wav_parse_bext_tag() 278 if ((ret = av_dict_set(&s->metadata, "time_reference", temp, 0)) < 0) in wav_parse_bext_tag() [all …]
|
D | http.c | 913 e2 = av_dict_get(*cookies, cookie_entry->key, NULL, 0); in parse_cookie() 952 len += strlen(e->key) + strlen(e->value) + 1; in cookie_string() 963 av_strlcatf(*cookies, len, "%s%s\n", e->key, e->value); in cookie_string() 1188 *cookies = av_asprintf("%s=%s", cookie_entry->key, cookie_entry->value); in get_cookies() 1191 *cookies = av_asprintf("%s; %s=%s", tmp, cookie_entry->key, cookie_entry->value); in get_cookies() 1616 char *key; in update_metadata() local 1623 key = next; in update_metadata() 1624 val = strstr(key, "='"); in update_metadata() 1635 av_dict_set(&s->metadata, key, val, 0); in update_metadata() 1636 av_log(h, AV_LOG_VERBOSE, "Metadata update for %s: %s\n", key, val); in update_metadata() [all …]
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-version.md | 38 If supplied with `-m` or `--message` config option, npm will 48 the `-s` flag to git. Note that you must have a default GPG key set up 55 You need a passphrase to unlock the secret key for 57 2048-bit RSA key, ID 6C481CF6, created 2010-08-31 86 "postversion": "git push && git push --tags && rm -rf build/temp" 92 and tag up to the server, and deletes the `build/temp` directory. 125 Note that you must have a default GPG key set up in your git config for this to work properly.
|
/third_party/ffmpeg/libavfilter/ |
D | vf_spp.c | 85 .option = spp_options, 182 temp = ((src[x + y*src_linesize + pos] << log2_scale) + d[pos]) >> 6; \ in store_slice_c() 183 if (temp & 0x100) \ in store_slice_c() 184 temp = ~(temp >> 31); \ in store_slice_c() 185 dst[x + y*dst_linesize + pos] = temp; \ in store_slice_c() 191 int temp; in store_slice_c() local 213 temp = ((src[x + y*src_linesize + pos] << log2_scale) + (d[pos]>>1)) >> 5; \ in store_slice16_c() 214 if (temp & mask ) \ in store_slice16_c() 215 temp = ~(temp >> 31); \ in store_slice16_c() 216 dst[x + y*dst_linesize + pos] = temp; \ in store_slice16_c() [all …]
|
/third_party/ffmpeg/doc/ |
D | fate.texi | 57 @option{--samples=<path to the samples directory>}. Afterwards you can 82 To use a custom wrapper to run the test, pass @option{--target-exec} to 125 When you have everything working properly you can create an SSH key pair 126 and send the public key to the FATE server administrator who can be contacted 129 Configure your SSH client to use public key authentication with that key 131 of the server and to accept its host key. This can usually be achieved by 132 running your SSH client manually and killing it after you accepted the key. 143 the @command{ssh} command with one or more @option{-v} options. You should 181 @table @option 220 The @env{TARGET_EXEC} option provides a way to run FATE wrapped in [all …]
|
D | filters.texi | 118 @option{-filter}/@option{-vf}/@option{-af} and 119 @option{-filter_complex} options in @command{ffmpeg} and 120 @option{-vf}/@option{-af} in @command{ffplay}, and by the 146 A ':'-separated list of @var{key=value} pairs. 150 the option names in the order they are declared. E.g. the @code{fade} filter 151 declares three options in this order -- @option{type}, @option{start_frame} and 152 @option{nb_frames}. Then the parameter list @var{in:0:30} means that the value 153 @var{in} is assigned to the option @option{type}, @var{0} to 154 @option{start_frame} and @var{30} to @option{nb_frames}. 157 A ':'-separated list of mixed direct @var{value} and long @var{key=value} [all …]
|
/third_party/python/Tools/buildbot/ |
D | remoteDeploy.bat | 11 if NOT "%1"=="" (echo unrecognized option %1) & goto Arm32SshHelp 34 ssh %SSH_SERVER% "md %REMOTE_PYTHON_DIR%temp" 58 echo Also a key must be created with ssh-keygen and added to both the buildbot worker machine
|
/third_party/toybox/toys/pending/ |
D | dhcp.c | 188 char *key; member 389 char *option, *valstr, *grp, *tp; in strtoopt() local 396 option = strtok((char*)str, ":"); in strtoopt() 397 if (!option) return -1; in strtoopt() 399 dbg("-x option : %s ", option); in strtoopt() 400 optcode = strtou32(option); in strtoopt() 409 if (count == size) error_exit("Obsolete OR Unknown Option : %s", option); in strtoopt() 412 if (!strcmp(options_list[count].key, option)) { in strtoopt() 418 if (count == size) error_exit("Obsolete OR Unknown Option : %s", option); in strtoopt() 424 if (!valstr) error_exit("option %s has no value defined.\n", option); in strtoopt() [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.6.2.rst | 84 - mesa: reset the source packing when creating temp transfer image 106 - nouveau: Use dup fd as key in drm-winsys hash table to fix 108 - winsys/radeon: Use dup fd as key in drm-winsys hash table to fix 137 - mesa/glsl: new compiler option EmitNoIndirectSampler
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 453 let temp = LINEAR_GRADIENT_VALIDATOR(v) 454 if (util.isValidValue(temp.value)) { 455 let tempValue = JSON.parse(temp.value) 459 return temp 1072 function parseAnimationOption(key, option, style) argument 1074 var subResult = validate(key, option) 1076 style[key] = subResult.value 1094 const option = options[idx] 1095 if (isNaN(timingIdx) && parseAnimationOption('animationTimingFunction', option, style)) { 1099 if (isNaN(directionIdx) && parseAnimationOption('animationDirection', option, style)) { [all …]
|
/third_party/openssl/ |
D | INSTALL.md | 24 - [Setting the FIPS HMAC key](#setting-the-FIPS-HMAC-key) 248 the both the `<CTRL>` and `<SHIFT>` key while clicking the menu item in the 304 1.1.0 or below. This is a rather specialized option for developers. 321 cases when this option alone is sufficient. For example to build the mingw64 324 have option to install a number of prepackaged cross-compilers along with 352 (see the `--prefix` option) where libraries will be installed. By default 366 and key store. Defaults are: 393 this option where possible. 402 The directory for the location of the zlib include file. This option is only 415 [zlib-dynamic](#zlib-dynamic) option is not also used. If `zlib-dynamic` is used [all …]
|
D | CHANGES.md | 77 However the DH_check() function checks numerous aspects of the key or 82 key/parameters with a modulus over this size will simply cause DH_check() to 222 * Ensured that the key share group sent or accepted for the key exchange 269 * Fix handling of a ticket key callback that returns 0 in TLSv1.3 to not send a 296 * For known safe primes use the minimum key length according to RFC 7919. 297 Longer private key sizes unnecessarily raise the cycles needed to compute the 415 verifying an ocsp response with the "-no_cert_checks" option the command line 425 AAD data as the MAC key. This made the MAC key trivially predictable. 456 1) OpenSSL must have been compiled with the (non-default) compile time option 621 * Allow fetching an operation from the provider that owns an unexportable key [all …]
|
/third_party/python/Doc/library/ |
D | zipapp.rst | 51 displayed if the --info option is specified). 59 Write the output to a file named *output*. If this option is not specified, 80 :option:`--main` cannot be specified when copying an archive. 87 :option:`--compress` has no effect when copying an archive. 227 >>> temp = io.BytesIO() 228 >>> zipapp.create_archive('myapp.pyz', temp, '/usr/bin/python2') 230 >>> f.write(temp.getvalue()) 263 suitable version of Python installed on their system. The key to doing this
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | config.md | 50 option `--userconfig` or environment variable `$NPM_CONFIG_USERCONFIG`) 52 CLI option `--globalconfig` or environment variable `$NPM_CONFIG_GLOBALCONFIG`) 116 `<name>[@<version>]:<key>`. For example, if the package.json has 301 **DEPRECATED**: This option has been deprecated in favor of `--prefer-online`. 310 **DEPRECATED**: This option has been deprecated in favor of `--prefer-offline`. 326 It is _not_ the path to a certificate file (and there is no "certfile" option). 343 This option can also be changed using the environment: colors are 548 option can be used when it's desirable to optionally run a script when it's 623 #### key subsubsection 628 A client key to pass when accessing the registry. Values should be in PEM [all …]
|
/third_party/gstreamer/gstreamer/po/ |
D | el.po | 100 msgid "Unknown option" 254 "The stream is encrypted and can't be decrypted because no suitable key has " 351 msgid "free text commenting the data in key=value or key[en]=comment form" 353 "ελεύθερο κείμενο σχολιασμού των δεδομένων της μορφής key=value ή " 354 "key[en]=comment" 1008 msgid "Could not create temp file \"%s\"." 1009 msgstr "Αδυναμία δημιουργίας προσωρινού αρχείου (temp) «%s»." 1361 "Do not print current position of pipeline. If this option is unspecified, " 1363 "position when stdout is not a TTY, use \"force-position\" option" 1368 "This option has no effect if the \"no-position\" option is specified"
|
/third_party/node/deps/npm/node_modules/node-gyp/ |
D | README.md | 71 1. by setting the `--python` command-line option, e.g.: 78 Python installed, then you can set `npm`'s 'python' config key to the appropriate 210 above (dashes in option names should be replaced by underscores). 223 > set npm_config_devdir=c:\temp\.gyp
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | texinfo.tex | 15 % License, or (at your option) any later version. 457 \def\temp{#3}% 458 \ifx\temp\empty 459 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: 460 \let\temp\finishparsearg 462 \let\temp\argcheckspaces 465 \temp#1 #3\ArgTerm 545 \def\temp{#1}% 546 \ifx\thisenv\temp 555 \errmessage{This command can appear only \inenvironment\temp, [all …]
|
/third_party/libffi/doc/ |
D | texinfo.tex | 16 % License, or (at your option) any later version. 506 \def\temp{#3}% 507 \ifx\temp\empty 508 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: 509 \let\temp\finishparsearg 511 \let\temp\argcheckspaces 514 \temp#1 #3\ArgTerm 593 \def\temp{#1}% 594 \ifx\thisenv\temp 603 \errmessage{This command can appear only \inenvironment\temp, [all …]
|
/third_party/node/deps/npm/node_modules/aws4/ |
D | README.md | 125 // can specify any custom option or header as per usual 483 secretAccessKey: "<your-secret-access-key>", 484 accessKeyId: "<your-access-key-id>", 492 export AWS_SECRET_ACCESS_KEY="<your-secret-access-key>" 493 export AWS_ACCESS_KEY_ID="<your-access-key-id>" 500 with [IAM STS temporary credentials](http://docs.aws.amazon.com/STS/latest/UsingSTS/using-temp-cred…
|