Searched refs:See (Results 1 – 25 of 6698) sorted by relevance
12345678910>>...268
/third_party/curl/docs/libcurl/ |
D | libcurl-symbols.md | 7 See-also: 39 Introduced in 7.21.0. See CURLOPT_CHUNK_BGN_FUNCTION(3). 42 Introduced in 7.21.0. See CURLOPT_CHUNK_BGN_FUNCTION(3). 45 Introduced in 7.21.0. See CURLOPT_CHUNK_BGN_FUNCTION(3). 48 Introduced in 7.21.0. See CURLOPT_CHUNK_END_FUNCTION(3). 51 Introduced in 7.21.0. See CURLOPT_CHUNK_END_FUNCTION(3). 54 Introduced in 7.16.3. See curl_multi_socket_action(3). 57 Introduced in 7.16.3. See curl_multi_socket_action(3). 60 Introduced in 7.16.3. See curl_multi_socket_action(3). 78 Introduced in 7.21.0. See CURLOPT_FNMATCH_FUNCTION(3). [all …]
|
D | curl_easy_setopt.md | 7 See-also: 67 Display verbose information. See CURLOPT_VERBOSE(3) 71 Include the header in the body output. See CURLOPT_HEADER(3) 75 Shut off the progress meter. See CURLOPT_NOPROGRESS(3) 79 Do not install signal handlers. See CURLOPT_NOSIGNAL(3) 83 Transfer multiple files according to a filename pattern. See 90 Callback for writing data. See CURLOPT_WRITEFUNCTION(3) 94 Data pointer to pass to the write callback. See CURLOPT_WRITEDATA(3) 98 Callback for reading data. See CURLOPT_READFUNCTION(3) 102 Data pointer to pass to the read callback. See CURLOPT_READDATA(3) [all …]
|
D | curl_easy_getinfo.md | 7 See-also: 40 Last used HTTP method. See CURLINFO_EFFECTIVE_METHOD(3) 44 Last used URL. See CURLINFO_EFFECTIVE_URL(3) 48 Last received response code. See CURLINFO_RESPONSE_CODE(3) 52 Referrer header. See CURLINFO_REFERER(3) 56 Last proxy CONNECT response code. See CURLINFO_HTTP_CONNECTCODE(3) 60 The http version used in the connection. See CURLINFO_HTTP_VERSION(3) 64 Remote time of the retrieved document. See CURLINFO_FILETIME(3) 68 Remote time of the retrieved document. See CURLINFO_FILETIME_T(3) 72 Total time of previous transfer. See CURLINFO_TOTAL_TIME(3) [all …]
|
D | curl_multi_setopt.md | 7 See-also: 41 See CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE(3) 45 See CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE(3) 49 See CURLMOPT_MAX_HOST_CONNECTIONS(3) 53 See CURLMOPT_MAX_PIPELINE_LENGTH(3) 57 See CURLMOPT_MAX_TOTAL_CONNECTIONS(3) 61 See CURLMOPT_MAXCONNECTS(3) 65 See CURLMOPT_PIPELINING(3) 69 See CURLMOPT_PIPELINING_SITE_BL(3) 73 See CURLMOPT_PIPELINING_SERVER_BL(3) [all …]
|
D | curl_share_setopt.md | 7 See-also: 32 See CURLSHOPT_LOCKFUNC(3). 36 See CURLSHOPT_UNLOCKFUNC(3). 40 See CURLSHOPT_SHARE(3). 44 See CURLSHOPT_UNSHARE(3). 48 See CURLSHOPT_USERDATA(3). 70 error occurred as *<curl/curl.h>* defines. See the libcurl-errors(3)
|
/third_party/skia/third_party/externals/freetype/ |
D | modules.cfg | 52 # PFR/TrueDoc font driver. See optional extension ftpfr.c below also. 60 # Windows FONT/FNT font driver. See optional extension ftwinfnt.c below 67 # BDF font driver. See optional extension ftbdf.c below also. 111 # that its public API is subject to change if necessary). See 121 # See include/freetype/ftgzip.h for the API. 126 # See include/freetype/ftlzw.h for the API. 131 # See include/freetype/ftbzip2.h for the API. 156 # See include/freetype/ftbbox.h for the API. 161 # See include/freetype/ftbdf.h for the API. 167 # See include/freetype/ftbitmap.h for the API. [all …]
|
/third_party/json/docs/mkdocs/docs/features/ |
D | macros.md | 4 See also the [API documentation for macros](../api/macros/index.md) for examples and more informati… 10 See [full documentation of `JSON_ASSERT(x)`](../api/macros/json_assert.md). 16 See [full documentation of `JSON_CATCH_USER(exception)`](../api/macros/json_throw_user.md). 30 See [full documentation of `JSON_DIAGNOSTICS`](../api/macros/json_diagnostics.md). 40 See [full documentation of `JSON_HAS_CPP_11`, `JSON_HAS_CPP_14`, `JSON_HAS_CPP_17`, and `JSON_HAS_C… 49 See [full documentation of `JSON_HAS_FILESYSTEM` and `JSON_HAS_EXPERIMENTAL_FILESYSTEM`](../api/mac… 55 See [full documentation of `JSON_NOEXCEPTION`](../api/macros/json_noexception.md). 61 See [full documentation of `JSON_DISABLE_ENUM_SERIALIZATION`](../api/macros/json_disable_enum_seria… 69 See [full documentation of `JSON_NO_IO`](../api/macros/json_no_io.md). 76 See [full documentation of `JSON_SKIP_LIBRARY_VERSION_CHECK`](../api/macros/json_skip_library_versi… [all …]
|
/third_party/node/deps/undici/src/docs/api/ |
D | Pool.md | 50 See [`Dispatcher.connect(options[, callback])`](Dispatcher.md#dispatcherconnectoptions-callback). 58 See [`Dispatcher.pipeline(options, handler)`](Dispatcher.md#dispatcherpipelineoptions-handler). 62 See [`Dispatcher.request(options [, callback])`](Dispatcher.md#dispatcherrequestoptions-callback). 66 See [`Dispatcher.stream(options, factory[, callback])`](Dispatcher.md#dispatcherstreamoptions-facto… 70 See [`Dispatcher.upgrade(options[, callback])`](Dispatcher.md#dispatcherupgradeoptions-callback). 76 See [Dispatcher Event: `'connect'`](Dispatcher.md#event-connect). 80 See [Dispatcher Event: `'disconnect'`](Dispatcher.md#event-disconnect). 84 See [Dispatcher Event: `'drain'`](Dispatcher.md#event-drain).
|
D | BalancedPool.md | 65 See [`Dispatcher.connect(options[, callback])`](Dispatcher.md#dispatcherconnectoptions-callback). 73 See [`Dispatcher.pipeline(options, handler)`](Dispatcher.md#dispatcherpipelineoptions-handler). 77 See [`Dispatcher.request(options [, callback])`](Dispatcher.md#dispatcherrequestoptions-callback). 81 See [`Dispatcher.stream(options, factory[, callback])`](Dispatcher.md#dispatcherstreamoptions-facto… 85 See [`Dispatcher.upgrade(options[, callback])`](Dispatcher.md#dispatcherupgradeoptions-callback). 91 See [Dispatcher Event: `'connect'`](Dispatcher.md#event-connect). 95 See [Dispatcher Event: `'disconnect'`](Dispatcher.md#event-disconnect). 99 See [Dispatcher Event: `'drain'`](Dispatcher.md#event-drain).
|
D | Agent.md | 60 See [`Dispatcher.connect(options[, callback])`](Dispatcher.md#dispatcherconnectoptions-callback). 68 See [`Dispatcher.pipeline(options, handler)`](Dispatcher.md#dispatcherpipelineoptions-handler). 72 See [`Dispatcher.request(options [, callback])`](Dispatcher.md#dispatcherrequestoptions-callback). 76 See [`Dispatcher.stream(options, factory[, callback])`](Dispatcher.md#dispatcherstreamoptions-facto… 80 See [`Dispatcher.upgrade(options[, callback])`](Dispatcher.md#dispatcherupgradeoptions-callback).
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 9 See the individual manual pages for details. 69 See also L</Legacy Algorithms> for information on the legacy provider. 71 See also L</Completing the installation of the FIPS Module> and 103 See L<OSSL_PROVIDER-legacy(7)> for a complete list of algorithms. 107 either programmatically or via configuration. See L<crypto(7)> man page for 160 See L<openssl-cmp(1)> and L<OSSL_CMP_exec_certreq(3)> as starting points. 177 See also L<OSSL_PROVIDER-default(7)/Key Derivation Function (KDF)> and 189 See also L<OSSL_PROVIDER-default(7)/Message Authentication Code (MAC)> 199 See L<crypto(7)/Performance>, L<crypto(7)/Explicit fetching> and L<crypto(7)/Implicit fetching>. 215 See L<EVP_KDF-SS(7)> and L<EVP_KDF-SSHKDF(7)> [all …]
|
D | openssl-env.pod | 19 See L<CTLOG_STORE_new(3)>. 31 See L<config(5)>. 37 See L<CA.pl(1)>. 42 See L<openssl-engine(1)>. 47 See L<OPENSSL_malloc(3)>. 66 See L<RAND_load_file(3)>. 71 See L<SSL_CTX_load_verify_locations(3)>. 83 See L<OPENSSL_ia32cap(3)>, L<OPENSSL_s390xcap(3)>. 88 See L<OSSL_HTTP_parse_url(3)>.
|
D | EVP_KEYEXCH-DH.pod | 31 See L<provider-keyexch(7)/Common Key Exchange parameters>. 35 See L<provider-keyexch(7)/Common Key Exchange parameters>. 39 See L<provider-keyexch(7)/Common Key Exchange parameters>. 43 See L<provider-keyexch(7)/Common Key Exchange parameters>. 47 See L<provider-keyexch(7)/Common Key Exchange parameters>. 51 See L<provider-kdf(7)/KDF Parameters>. 58 named group (or domain parameters). See L<EVP_PKEY-DH(7)/Examples>.
|
D | EVP_KEYEXCH-ECDH.pod | 30 See also L<provider-keymgmt(7)> for the related 36 See L<provider-keyexch(7)/Common Key Exchange parameters>. 40 See L<provider-keyexch(7)/Common Key Exchange parameters>. 44 See L<provider-keyexch(7)/Common Key Exchange parameters>. 48 See L<provider-keyexch(7)/Common Key Exchange parameters>. 52 See L<provider-keyexch(7)/Common Key Exchange parameters>.
|
/third_party/mesa3d/docs/ |
D | systems.rst | 14 - Intel GMA, HD Graphics, Iris. See `Intel's 16 - AMD Radeon series. See 18 - NVIDIA GPUs (GeForce 5 / FX and later). See `Nouveau 20 - Qualcomm Adreno A2xx-A6xx. See :doc:`Freedreno 22 - Broadcom VideoCore 4 and 5. See :doc:`VC4 <drivers/vc4>` and 24 - ARM Mali Utgard. See :doc:`Lima <drivers/lima>` 25 - ARM Mali Midgard, Bifrost. See :doc:`Panfrost <drivers/panfrost>` 26 - Vivante GCxxx. See `Etnaviv
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | at.md | 25 3. See 2. This overload is only available if `KeyType` is comparable with `#!cpp typename object_t:… 62 in this case, calling `at` with an index makes no sense. See example below. 64 range of the array; that is, `idx >= size()`. See example below. 67 in this case, calling `at` with a key makes no sense. See example below. 69 stored in the object; that is, `find(key) == end()`. See example below. 70 3. See 2. 73 JSON pointer `ptr` begins with '0'. See example below. 75 JSON pointer `ptr` is not a number. See example below. 77 JSON pointer `ptr` is out of range. See example below. 80 index '-' is always invalid. See example below. [all …]
|
/third_party/noto-cjk/Serif/ |
D | HISTORY.md | 19 - Fixed TW/HK mapping for glyphs containing . See [Issue #105](https://github.com/adobe-fonts/sou… 21 - Fixed glyphs missing from CN subset file. See Issues [#106](https://github.com/adobe-fonts/source… 23 - Fixed TW/HK mapping for 倉-composed glyphs. See [Issue #107](https://github.com/adobe-fonts/source… 25 - Fixed TW/HK mapping for 全-composed glyphs. See [Issue #109](https://github.com/adobe-fonts/source… 27 - Fixed TW/HK mapping for 㒼, 兩 and 㚒-composed glyphs. See [Issue #110](https://github.com/adobe-fon… 29 - Fixed TW/HK mapping for 以-composed glyphs. See [Issue #111](https://github.com/adobe-fonts/source… 31 - Fixed HK mapping for U+7238 爸. See [Issue #112](https://github.com/adobe-fonts/source-han-serif/i… 33 - Fixed TW/HK mapping for 丑-composed glyphs. See [Issue #113](https://github.com/adobe-fonts/source… 35 - Fixed TW/HK mapping for 矞-composed glyphs. See [Issue #114](https://github.com/adobe-fonts/source… 37 - Fixed TW/HK mapping for ⿱攵-composed glyphs. See [Issue #115](https://github.com/adobe-fonts/sourc… [all …]
|
/third_party/libcoap/man/ |
D | coap_endpoint_client.txt.in | 109 See *coap_tls_library(3)* for further information on the types of (D)TLS 150 by calling *coap_session_release*(3). See *coap_session*(3). This will remove 170 by calling *coap_session_release*(3). See *coap_session*(3). This will remove 190 by calling *coap_session_release*(3). See *coap_session*(3). This will remove 226 /* See coap_context(3) */ 231 /* See coap_block(3) */ 236 /* See coap_address(3) */ 266 /* See coap_context(3) */ 271 /* See coap_block(3) */ 276 /* See coap_address(3) */ [all …]
|
D | coap_endpoint_server.txt.in | 122 _setup_data_ variable. See *coap_encryption*(3). 160 See *coap_tls_library(3)* for further information on the types of (D)TLS 166 then it will get completely freed off. See *coap_session_reference*(3) and 200 definitions when setting up each resource. See *coap_resource*(3). 228 /* See coap_block(3) */ 233 /* See coap_address(3) */ 244 /* Initialize resources - See coap_resource(3) init_resources() example */ 270 /* See coap_block(3) */ 275 /* See coap_address(3) */ 288 /* Initialize resources - See coap_resource(3) init_resources() example */ [all …]
|
/third_party/node/doc/api/ |
D | globals.md | 230 See {Blob}. 242 Used to handle binary data. See the [buffer section][]. 256 This variable may appear to be global but is not. See [`__dirname`][]. 260 This variable may appear to be global but is not. See [`__filename`][]. 278 See {BroadcastChannel}. 340 Used to print to stdout and stderr. See the [`console`][] section. 424 A browser-compatible implementation of the `Event` class. See 439 A browser-compatible implementation of the `EventTarget` class. See 444 This variable may appear to be global but is not. See [`exports`][]. 518 The `MessageChannel` class. See [`MessageChannel`][] for more details. [all …]
|
/third_party/ntfs-3g/ |
D | README.md | 41 version. See the included file COPYING. 44 See the included file COPYING.LIB. 134 mkntfs - Format a partition with the NTFS filesystem. See man 8 mkntfs for 137 ntfslabel - Display/change the label of an NTFS partition. See man 8 ntfslabel 140 ntfsundelete - Recover deleted files from an NTFS volume. See man 8 143 ntfsresize - Resize NTFS volumes. See man 8 ntfsresize for details. 145 ntfsclone - Efficiently create/restore an image of an NTFS partition. See 149 partition. See man 8 ntfscluster for details. 152 or directories within it. See man 8 ntfsinfo for details. 158 partition. See man 8 ntfsls for details.
|
/third_party/python/Doc/library/ |
D | asyncio-api-index.rst | 73 * See also the main :ref:`Tasks documentation page <coroutine>`. 102 * See also the :ref:`Queues documentation page <asyncio-queues>`. 125 * See also the :ref:`subprocess APIs <asyncio-subprocess>` 161 * See also the :ref:`streams APIs <asyncio-streams>` 194 * See also the documentation of asyncio 212 - Raised when a Task is cancelled. See also :meth:`Task.cancel`. 220 * See also the full list of
|
/third_party/jerryscript/docs/ |
D | 09.EXT-REFERENCE-ARG.md | 26 **See also** 56 **See also** 77 **See also** 112 **See also** 126 **See also** 139 **See also** 155 **See also** 174 **See also** 262 **See also** 296 **See also** [all …]
|
D | 02.API-REFERENCE.md | 266 …* *after* all deinit_cb's have been run. See finalize_cb for a callback that is guaranteed to run … 345 **See also** 405 **See also** 431 **See also** 457 **See also** 477 *Changed in version 2.2*: API calls are once again allowed. (See note) 479 **See also** 497 See [jerry_get_object_native_pointer](#jerry_get_object_native_pointer) 511 **See also** 539 **See also** [all …]
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | DirtyBits.md | 38 See [`gl::State::DirtyBitType`][DirtyBitType]. 41 bitset. See examples in the [GL back-end][GLSyncState], [D3D11 back-end][D3D11SyncState] and 47 dirty bits and `syncState` methods. See [`gl::Framebuffer::DirtyBitType`][FBODirtyBits] and 51 to scan the bitsets for 1 bits. See [`bitset_utils.h`](../src/common/bitset_utils.h) for more 56 To optimize validation we cache many checks. See [`gl::StateCache`][StateCache] for examples. We 62 See a below example of a call to `glTexImage2D` that can affect draw call validation: 80 invalidation notifications. See [`Observer.h`](../src/libANGLE/Observer.h). In the example the 88 See the below diagram for the dependency relations between Subjects and Observers. 94 See [Fast OpenGL State Transitions][FastStateTransitions] in [Vulkan documents][VulkanREADME] for
|
12345678910>>...268