/third_party/node/deps/openssl/openssl/providers/common/der/ |
D | RSA.asn1 | 25 -- When rsaEncryption is used in an AlgorithmIdentifier, 31 -- When id-RSAES-OAEP is used in an AlgorithmIdentifier, the 37 -- When id-pSpecified is used in an AlgorithmIdentifier, the 43 -- When id-RSASSA-PSS is used in an AlgorithmIdentifier, the 49 -- When the following OIDs are used in an AlgorithmIdentifier, 63 -- When id-mgf1 is used in an AlgorithmIdentifier, the parameters
|
/third_party/openssl/providers/common/der/ |
D | RSA.asn1 | 25 -- When rsaEncryption is used in an AlgorithmIdentifier, 31 -- When id-RSAES-OAEP is used in an AlgorithmIdentifier, the 37 -- When id-pSpecified is used in an AlgorithmIdentifier, the 43 -- When id-RSASSA-PSS is used in an AlgorithmIdentifier, the 49 -- When the following OIDs are used in an AlgorithmIdentifier, 63 -- When id-mgf1 is used in an AlgorithmIdentifier, the parameters
|
/third_party/curl/docs/cmdline-opts/ |
D | list-only.md | 21 When listing an FTP directory, this switch forces a name-only view. This is 24 format. When used like this, the option causes an NLST command to be sent to 31 When listing an SFTP directory, this switch forces a name-only view, one per line. 37 When retrieving a specific email from POP3, this switch forces a LIST command 41 Note: When combined with --request, this option can be used to send a UIDL
|
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/ |
D | PGI_misc_hints.txt | 101 non-conformant depth functions. When <mode> is TRUE or NICEST, 102 GL uses strictly conformant depth functions. When <mode> is 109 non-conformant lighting operations. When <mode> is TRUE or NICEST, 110 GL uses strictly conformant lighting operations. When <mode> is 116 non-conformant scissoring operations. When <mode> is TRUE or NICEST, 117 GL uses strictly conformant scissoring. When <mode> is FALSE, 123 non-conformant polygon stippling. When <mode> is TRUE or NICEST, 124 GL uses strictly conformant polygon stippling. When <mode> is FALSE, 144 hint. When <mode> is NICEST, GL assumes that the entire native-API 145 state may be corrupted, and completely resets its state. When <mode> [all …]
|
/third_party/openGLES/extensions/PGI/ |
D | PGI_misc_hints.txt | 101 non-conformant depth functions. When <mode> is TRUE or NICEST, 102 GL uses strictly conformant depth functions. When <mode> is 109 non-conformant lighting operations. When <mode> is TRUE or NICEST, 110 GL uses strictly conformant lighting operations. When <mode> is 116 non-conformant scissoring operations. When <mode> is TRUE or NICEST, 117 GL uses strictly conformant scissoring. When <mode> is FALSE, 123 non-conformant polygon stippling. When <mode> is TRUE or NICEST, 124 GL uses strictly conformant polygon stippling. When <mode> is FALSE, 144 hint. When <mode> is NICEST, GL assumes that the entire native-API 145 state may be corrupted, and completely resets its state. When <mode> [all …]
|
/third_party/curl/docs/libcurl/ |
D | curl_multi_socket_action.md | 32 When the application has detected action on a socket handled by libcurl, it 34 set to the socket with the action. When the events on a socket are known, they 38 CURL_CSELECT_ERR. When the events on a socket are unknown, pass 0 instead, and 44 within the multi handle. When this number reaches zero, all transfers are 45 complete/done. When you call curl_multi_socket_action(3) on a specific 66 When this function returns error, the state of all transfers are uncertain and 92 8, When activity is detected, call curl_multi_socket_action() for the
|
D | libcurl-env.md | 24 When libcurl is given a URL to use in a transfer, it first extracts the scheme 46 When libcurl is built to support multiple SSL backends, it selects a specific 56 When the netrc feature is used (CURLOPT_NETRC(3)), this variable is 62 When the netrc feature is used (CURLOPT_NETRC(3)), this variable is 83 When set and libcurl runs with a SSL backend that supports this feature,
|
D | curl_url_set.md | 44 When setting part in the URL object that was previously already set, it 64 When setting or updating contents of individual URL parts, this API might 78 When successfully setting a new URL, relative or absolute, the handle contents 153 When *CURLU_APPENDQUERY* is used together with *CURLU_URLENCODE*, the 162 When set, curl_url_set(3) URL encodes the part on entry, except for 165 When setting the path component with URL encoding enabled, the slash character 196 When set for **CURLUPART_URL**, this skips the normalization of the 205 or '+'. When spaces are allowed, they are still not allowed in the scheme. 206 When space is used and allowed in a URL, it is stored as-is unless
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_coverage_reduction_mode.adoc | 17 When using a framebuffer with mixed samples, a per-fragment coverage 23 * Merge: When there are more samples in the pixel coverage than color 31 * Truncate: When there are more raster samples (N) than color samples(M), 35 When the number of raster samples is equal to the color samples, there is a
|
D | VK_NV_coverage_reduction_mode.txt | 17 When using a framebuffer with mixed samples, a per-fragment coverage 23 * Merge: When there are more samples in the pixel coverage than color 31 * Truncate: When there are more raster samples (N) than color samples(M), 35 When the number of raster samples is equal to the color samples, there is a
|
/third_party/typescript/tests/baselines/reference/ |
D | readonlyPropertySubtypeRelationDirected.errors.txt | 13 …// When the non-readonly type is declared first, the unioned type of `three` in `doSomething` is n… 26 …displayed?) type of `a` also depends on the order of the condition above. When `one` comes first, … 36 …// When the non-readonly type is declared first, the unioned type of `three` in `doSomething` is n… 49 …displayed?) type of `a` also depends on the order of the condition above. When `one` comes first, … 60 …// When the readonly type is declared first, the unioned type of `three` in `doSomething` is alway… 73 …displayed?) type of `a` also depends on the order of the condition above. When `one` comes first, … 84 …// When the readonly type is declared first, the unioned type of `three` in `doSomething` is alway… 97 …displayed?) type of `a` also depends on the order of the condition above. When `one` comes first, …
|
D | readonlyPropertySubtypeRelationDirected.types | 3 // When the non-readonly type is declared first, the unioned type of `three` in `doSomething` is ne… 39 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o… 53 // When the non-readonly type is declared first, the unioned type of `three` in `doSomething` is ne… 89 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o… 104 // When the readonly type is declared first, the unioned type of `three` in `doSomething` is always… 140 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o… 155 // When the readonly type is declared first, the unioned type of `three` in `doSomething` is always… 191 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o…
|
D | readonlyPropertySubtypeRelationDirected.symbols | 3 // When the non-readonly type is declared first, the unioned type of `three` in `doSomething` is ne… 31 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o… 43 // When the non-readonly type is declared first, the unioned type of `three` in `doSomething` is ne… 71 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o… 84 // When the readonly type is declared first, the unioned type of `three` in `doSomething` is always… 112 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o… 125 // When the readonly type is declared first, the unioned type of `three` in `doSomething` is always… 153 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o…
|
/third_party/openssl/doc/man3/ |
D | DSA_generate_parameters.pod | 62 When a candidate for q is generated, B<BN_GENCB_call(cb, 0, m++)> is called 67 When a candidate for q has passed a test by trial division, 76 When a prime q has been found, B<BN_GENCB_call(cb, 2, 0)> and 86 When a candidate for p has passed the test by trial division, 95 When p has been found, B<BN_GENCB_call(cb, 2, 1)> is called. 99 When the generator has been found, B<BN_GENCB_call(cb, 3, 1)> is called.
|
D | SSL_set_connect_state.pod | 28 When the SSL_CTX object was created with L<SSL_CTX_new(3)>, 35 When beginning a new handshake, the SSL engine must know whether it must 40 When using the L<SSL_connect(3)> or 42 routines are automatically set. When performing a transparent negotiation
|
D | BIO_connect.pod | 41 socket B<accept_sock>. When it gets a connection, the address and 73 When creating an IPv6 socket, make it only listen for IPv6 addresses 86 (-1) on error. When an error has occurred, the OpenSSL error stack 90 When an error has occurred, the OpenSSL error stack will hold the error 94 B<INVALID_SOCKET> (-1) on error. When an error has occurred, the
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_pipeline_creation_feedback/ |
D | pipelines.txt | 49 When chained to 59 When chained to slink:VkComputePipelineCreateInfo, the first element of 66 When chained to slink:VkGraphicsPipelineCreateInfo, 70 When chained to slink:VkComputePipelineCreateInfo, 75 When chained to slink:VkRayTracingPipelineCreateInfoKHR, 81 When chained to slink:VkRayTracingPipelineCreateInfoNV, 132 When an implementation sets this bit for the entire pipeline, it may: leave
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | errors.md | 51 **When possible any values mentioned should be immediately followed in parentheses by the given val… 55 **When possible any object or descriptors should be represented by the object formatted as a string… 63 **When possible state both the given value and the expected value or limit.** 76 When calling functions that perform validation consider if calling `DAWN_TRY_CONTEXT()` rather than 108 **When looping through arrays, indicate the array name and index.** 116 **When possible, indicate the function call being made as the top-level context, as well as the par…
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | folders.md | 30 When the `global` flag is set, npm installs things into this prefix. 31 When it is not set, it uses the root of the current package, or the 37 When installing locally, this means that you can 55 When in global mode, executables are linked into `{prefix}/bin` on Unix, 59 When in local mode, executables are linked into 66 When in global mode, man pages are linked into `{prefix}/share/man`. 68 When in local mode, man pages are not installed. 90 When installing locally, npm first tries to find an appropriate 104 When you run `npm install foo@1.2.3`, then the package is loaded into
|
/third_party/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 79 * ``PIPE_PRIMITIVE_TRIANGLE_FAN``: When set, the provoking vertex is the 155 When drawing a stippled line, each bit in the stipple pattern is 173 When bit k in the sprite_coord_enable bitfield is set, then generic 255 When true, the rasterizer should use (0.5, 0.5) pixel centers for 265 When false, the rasterizer should use (0, 0) pixel centers for determining 279 When true, a pixel sample is considered to lie inside of a triangle if it 293 When false, a pixel sample is considered to lie inside of a triangle if it 326 When true clip space in the z axis goes from [0..1] (D3D). When false 330 When false, the near depth clipping plane of the view volume is disabled. 332 When false, the far depth clipping plane of the view volume is disabled. [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_shading_rate_image.txt | 67 primitive being rasterized. When using multisampling, the outputs of that 69 pixel. When using multisampling, applications can also request that the 85 implementation of this extension. When rasterizing a primitive covering 92 When this extension is advertised by an OpenGL implementation, the 172 When using a shading rate image (Section 14.4.1), rasterization may 192 coordinate. When using multisampling, implementations are permitted to run 211 rate image may only be used with a framebuffer object. When rendering to 235 When rasterizing a primitive covering pixel (x,y) with a shading rate 355 When the shading rate image is disabled, sample shading can be used to 357 each fragment. When the shading rate image is enabled, sample shading can [all …]
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_shading_rate.txt | 38 When this extension is advertised, the implementation must also advertise GLSL 46 primitive being rasterized. When using multisampling, the outputs of that 48 pixel. When using multisampling, applications can optionally request that 134 When SHADING_RATE_QCOM is set to a value other than SHADING_RATE_1x1_PIXELS_QCOM, 138 When multisample rasterization is enabled, the samples of the fragment will consist 153 corresponds to a single pixel with a single (x,y) coordinate. When using 199 equal to the SHADING_RATE_QCOM. When this is not possible, an adjusted 207 manner. When rendering to the default framebuffer, the rate may be adjusted 208 to 1x1. When sample shading (section 13.X.3 Sample Shading) is enabled, the 209 rate may be adjusted to 1x1. When the fragment shader uses GLSL built-in [all …]
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_texture_edge_clamp.txt | 25 limited to exactly the range [0,1]. When a texture coordinate is 34 that the texture filter never samples a border texel. When used with a 36 only from texels at the edge of the texture image. When used with 118 a texture coordinate. When used with NEAREST or LINEAR filters, 123 When used with FILTER4 filters, CLAMP_TO_EDGE_SGIS defines a minimum
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_texture_edge_clamp.txt | 25 limited to exactly the range [0,1]. When a texture coordinate is 34 that the texture filter never samples a border texel. When used with a 36 only from texels at the edge of the texture image. When used with 118 a texture coordinate. When used with NEAREST or LINEAR filters, 123 When used with FILTER4 filters, CLAMP_TO_EDGE_SGIS defines a minimum
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_spirv_extensions.txt | 312 When using these extensions the following GLSL -> SPIR-V mapping is used: 328 When using these extensions the following GLSL -> SPIR-V mapping is used: 336 When using these extensions the following GLSL -> SPIR-V mapping is used: 344 When using these extensions the following GLSL -> SPIR-V mapping is used: 352 When using these extensions the following GLSL -> SPIR-V mapping is used: 359 When using these extensions, gl_Layer and gl_ViewportIndex can be written 365 When using these extensions the following GLSL -> SPIR-V mapping is used: 372 When using these extensions the following GLSL -> SPIR-V mapping is used: 379 When using these extensions the following GLSL -> SPIR-V mapping is used: 392 When using these extensions, 16-bit floating-point types are permitted [all …]
|