| /freebsd-12-stable/contrib/libucl/src/ |
| D | ucl_emitter_streamline.c | 57 struct ucl_emitter_streamline_stack *containers; member 103 top = sctx->containers; in ucl_object_emit_streamline_start_container() 119 LL_PREPEND (sctx->containers, st); in ucl_object_emit_streamline_start_container() 130 if (sctx->containers != NULL) { in ucl_object_emit_streamline_add_object() 131 if (sctx->containers->is_array) { in ucl_object_emit_streamline_add_object() 134 if (sctx->containers->empty) { in ucl_object_emit_streamline_add_object() 136 sctx->containers->empty = false; in ucl_object_emit_streamline_add_object() 149 if (sctx->containers != NULL) { in ucl_object_emit_streamline_end_container() 150 st = sctx->containers; in ucl_object_emit_streamline_end_container() 158 sctx->containers = st->next; in ucl_object_emit_streamline_end_container() [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | TODO | 227 Extend the index format support containers, i.e. map a logical item index 231 Use these containers for reps, noderevs and changes. Provide specific 258 Those contents shall be aggregated into star-delta containers upon pack.
|
| D | index.c | 805 apr_hash_t *containers = apr_hash_make(scratch_pool); in encode_l2p_page() local 843 apr_hash_set(containers, in encode_l2p_page() 867 void *void_idx = apr_hash_get(containers, &entry->offset, in encode_l2p_page()
|
| D | structure | 231 That data is aggregated in compressed containers with a binary on-disk
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| D | Checkers.td | 91 def Containers : Package<"containers">, ParentPackage<CoreFoundation>; 555 HelpText<"Check for inner pointers of C++ containers used after " 701 HelpText<"Models C++ containers">, 715 HelpText<"Models iterators of C++ containers">, 744 HelpText<"Check for use of iterators of different containers where iterators " 1233 } // end "osx.coreFoundation.containers" 1544 HelpText<"Check the analyzer's understanding of C++ containers">, 1615 HelpText<"Checks for non-determinism caused by iteration of unordered containers of pointers">,
|
| D | CheckerBase.td | 136 /// HelpText<"Check for inner pointers of C++ containers used after "
|
| /freebsd-12-stable/sys/contrib/libsodium/packaging/dotnet-core/ |
| D | README.md | 17 * For Linux, libsodium is compiled in Docker containers.
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DeclNodes.td | 82 def ObjCContainer : DeclNode<Named, "Objective-C containers", 1>, DeclContext;
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | xo.rst | 112 --wrap <path> Wrap output in a set of containers
|
| D | api.rst | 610 libxo represents two types of hierarchy: containers and lists. A 638 for containers of hierarchy appear only once for any specific parent, 694 For TEXT and HTML output, containers are not rendered into output 879 constructs (containers, lists, or instances). While a marker is open, 923 The `xo_close_marker` function closes any open containers, lists, or 937 Some users may find tracking the names of open containers, lists, and 939 libxo will track the names of open containers, lists, and instances so 967 containers, lists, and instances. A warning is generated when the
|
| D | libxo.txt | 1353 for containers of hierarchy appear only once for any specific parent, 1430 Some users may find tracking the names of open containers, lists, and 1432 libxo will track the names of open containers, lists, and instances so 1456 containers, lists, and instances. A warning is generated when the 1968 libxo represents to types of hierarchy: containers and lists. A 1991 Thing" mode, where the name of the open containers, lists, and 1998 For TEXT and HTML output, containers are not rendered into output 2667 --wrap <path> Wrap output in a set of containers
|
| /freebsd-12-stable/contrib/libstdc++/include/debug/ |
| D | vector | 240 // DR 464. Suggestion for new member functions in standard containers.
|
| /freebsd-12-stable/contrib/googletest/googlemock/docs/ |
| D | CheatSheet.md | 238 Most STL-style containers support `==`, so you can use 263 …he expected container, respectively. For example, to compare two `Foo` containers where `Foo` does…
|
| D | CookBook.md | 1143 containers support the `==` operator, you can write 1149 any positive number, and so on). Also, containers used in tests often 1221 * You can use nested `ElementsAre*()` to match nested (multi-dimensional) containers. 1223 …* The order of elements _matters_ for `ElementsAre*()`. Therefore don't use it with containers who… 3655 containers, and any type that supports the `<<` operator. For other
|
| /freebsd-12-stable/crypto/openssl/doc/man1/ |
| D | pkcs8.pod | 94 When creating new PKCS#8 containers, use a given number of iterations on
|
| /freebsd-12-stable/sys/netpfil/ipfw/ |
| D | dummynet.txt | 123 their own containers used for scheduling (lists, trees, etc.) 251 - the main containers (fshash, schedhash, ...) are protected by 269 keep track of the various objects and containers.
|
| /freebsd-12-stable/contrib/googletest/googletest/include/gtest/ |
| D | gtest-param-test.h.pump | 260 // Please note that ValuesIn copies the values from the containers
|
| /freebsd-12-stable/contrib/googletest/googlemock/include/gmock/ |
| D | gmock-generated-matchers.h.pump | 278 // must not be used with containers whose elements's order is
|
| /freebsd-12-stable/contrib/llvm-project/lld/docs/ |
| D | design.rst | 75 The linker views the input files as basically containers of Atoms and
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | ENGINE_add.pod | 166 form of B<ENGINE> objects. These objects act as containers for
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | __tree | 1632 "__assign_unique may only be called with the containers value type"); 1656 "__assign_multi may only be called with the containers value type"
|
| D | __hash_table | 1702 "__assign_unique may only be called with the containers value type"); 1742 "__assign_multi may only be called with the containers value type"
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | hashtable | 682 // 431. Swapping containers with unequal allocators.
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | cfg.texi | 116 level abstract containers and iterators are used to access statements
|
| /freebsd-12-stable/stand/forth/ |
| D | menu.4th | 1314 \ Initialize string containers
|