Home
last modified time | relevance | path

Searched defs:Examples (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/boost/libs/ptr_container/doc/
Dexamples.rst8 Examples subtitle
16 .. _`Example 1`:
18 1. Null pointers cannot be stored in the containers
31 2. Iterators and other operations return indirected values
48 3. Copy-semantics of pointer containers
64 4. Making a non-copyable type Cloneable
85 5. Objects are cloned before insertion, inserted pointers are owned by the container
103 6. Transferring ownership of a single element
122 7. Transferring ownership of pointers between different pointer containers
142 8. Selected test files
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dnaming-convention.md253 ## Examples section in Enforces naming conventions for everything across a codebase (`naming-convention`)
255 ### Enforce that all variables, functions and properties follow are camelCase
266 ### Enforce that private members are prefixed with an underscore
282 ### Enforce that boolean variables are prefixed with an allowed verb
300 ### Enforce that all variables are either in camelCase or UPPER_CASE
314 ### Enforce that all const variables are in UPPER_CASE
329 ### Enforce that type parameters (generics) are prefixed with `T`
346 ### Enforce that interface names do not begin with an `I`
366 ### Enforce that variable and function names are in camelCase
383 ### Ignore properties that require quotes
[all …]
Dmember-ordering.md278 ## Examples section in Require a consistent member declaration order (`member-ordering`)
280 ### Custom `default` configuration
566 ### Custom `classes` configuration
642 ### Custom `classExpressions` configuration
718 ### Custom `interfaces` configuration
756 ### Custom `typeLiterals` configuration
794 ### Sorting alphabetically within member groups
840 ### Sorting alphabetically while ignoring member groups
/third_party/libwebsockets/READMEs/
DREADME.cbor-lecp.md236 ## Examples section in Writing CBOR
238 ### Literal ints
253 ### Dynamic ints
269 ### Maps, arrays and dynamic ints
284 ### String longer than the buffer
316 ### Binary blob longer than the buffer
/third_party/python/Doc/library/
Dhashlib.rst428 Examples section in BLAKE2
431 Simple hashing
466 Using different digest sizes
498 Keyed hashing
556 Randomized hashing
612 Personalization
657 Tree mode
Dsyslog.rst101 Examples subtitle
104 Simple example
Dasyncio-subprocess.rst339 Examples section in Interacting with Subprocesses
346 .. _asyncio_example_create_subprocess_exec:
Dstruct.rst340 Examples section in Format Strings
399 .. _struct-objects:
/third_party/json/
DREADME.md248 ## Examples section
252 ### JSON as first-class data type
333 ### Serialization / Deserialization
540 ### STL-like access
629 ### Conversion from STL containers
691 ### JSON Pointer and JSON Patch
729 ### JSON Merge Patch
761 ### Implicit conversions
808 ### Arbitrary types conversions
901 ##### Examples l4subsection
[all …]
/third_party/node/deps/cjs-module-lexer/
DREADME.md136 #### Named Exports Parsing
170 #### Getter Exports Parsing
261 #### Exports Object Assignment
292 #### module.exports reexport assignment
316 #### Transpiler Re-exports
/third_party/node/deps/npm/node_modules/socks-proxy-agent/
DREADME.md23 Examples section in socks-proxy-agent
26 #### `http` module example
52 #### `https` module example
78 #### `ws` WebSocket connection example
/third_party/libsnd/docs/
Dcommand.md105 ### Examples subsection
179 ### Examples subsection
209 ### Examples subsection
239 ### Examples subsection
269 ### Examples subsection
299 ### Examples subsection
328 ### Examples subsection
408 ### Examples subsection
458 ### Examples subsection
488 ### Examples subsection
[all …]
/third_party/skia/third_party/externals/imgui/docs/
DEXAMPLES.md16 ### Getting Started
80 ### Examples Applications
208 ### Miscallaneous
/third_party/node/deps/npm/node_modules/debug/node_modules/ms/
Dreadme.md8 ## Examples section in ms
22 ### Convert from milliseconds
30 ### Time format written-out
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
DREADME.md35 ## Examples section in lws minimal example for cose_sign
37 ### Validation
71 ### Signing
/third_party/node/deps/npm/node_modules/ms/
Dreadme.md8 ## Examples section in ms
25 ### Convert from Milliseconds
34 ### Time Format Written-Out
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
DREADME.md46 ## Examples section in lws minimal example for cose_key
48 ### cose_key dumping
127 ### cose_key creation
/third_party/node/deps/npm/node_modules/validate-npm-package-name/
DREADME.md40 ## Examples section in validate-npm-package-name
42 ### Valid Names
65 ### Invalid Names
/third_party/node/deps/npm/node_modules/https-proxy-agent/
DREADME.md28 Examples section in https-proxy-agent
31 #### `https` module example
57 #### `ws` WebSocket connection example
/third_party/icu/docs/userguide/boundaryanalysis/
Dindex.md253 ### Print out all the word-boundary positions in a UnicodeString
289 ### Get the boundaries of the word that contains a double-click position
341 ### Check for Whole Words
411 ### Word-wrap a document (C++ only)
/third_party/node/deps/npm/node_modules/humanize-ms/
DREADME.md29 ## Examples section
38 ### License
/third_party/boost/libs/gil/example/b2/
DREADME.md14 ## Examples section in Boost.Build Configuration Examples
16 ### `user-config-windows-vcpkg.jam`
/third_party/typescript_eslint/packages/eslint-plugin-tslint/
DREADME.md49 ## Examples section
53 ### TSLint Plugins
/third_party/node/deps/npm/node_modules/columnify/
DReadme.md39 ## Examples section in columnify
41 ### Columnify Objects
64 ### Custom Column Names
85 ### Columnify Arrays of Objects
109 ### Filtering & Ordering Columns
/third_party/boost/libs/math/doc/differentiation/
Dautodiff.tex102 \section{Examples} section
104 \subsection{Example 1: Single-variable derivatives}
159 …Example 2: Multi-variable mixed partial derivatives with multi-precision data type}\label{multivar}
213 \subsection{Example 3: Black-Scholes Option Pricing with Greeks Automatically Calculated}

12345