/third_party/node/doc/api/ |
D | documentation.md | 37 > Stability: 2 - Stable. Compatibility with the npm ecosystem is a high 56 | [assert](assert.html) | (2) Stable | 58 | [buffer](buffer.html) | (2) Stable | 59 | [child_process](child_process.html) | (2) Stable | 60 | [cluster](cluster.html) | (2) Stable | 61 | [console](console.html) | (2) Stable | 62 | [crypto](crypto.html) | (2) Stable | 63 | [dgram](dgram.html) | (2) Stable | 65 | [dns](dns.html) | (2) Stable | 67 | [fs](fs.html) | (2) Stable | [all …]
|
D | string_decoder.md | 5 > Stability: 2 - Stable
|
/third_party/node/ |
D | CHANGELOG.md | 126 ## 2016-05-05, Version 5.11.1 (Stable), @evanlucas 138 ## 2016-04-20, Version 5.11.0 (Stable), @thealphanerd 142 ## 2016-04-05, Version 5.10.1 (Stable), @thealphanerd 150 ## 2016-03-31, Version 5.10.0 (Stable), @evanlucas 162 ## 2016-03-23, Version 5.9.1 (Stable), @Fishrock123 170 ## 2016-03-16, Version 5.9.0 (Stable), @evanlucas 174 ## 2016-03-08, Version 5.8.0 (Stable), @Fishrock123 190 ## 2016-03-02, Version 5.7.1 (Stable), @Fishrock123 198 ## 2016-02-23, Version 5.7.0 (Stable), @rvagg 206 ## 2016-02-09, Version 5.6.0 (Stable), @jasnell [all …]
|
/third_party/python/Doc/c-api/ |
D | stable.rst | 25 Stable Application Binary Interface 33 To enable this, Python provides a *Stable ABI*: a set of symbols that will 34 remain compatible across Python 3.x versions. The Stable ABI contains symbols 39 and Stable ABI work the same way for all uses of the API – for example, 60 On Windows, extensions that use the Stable ABI should be linked against 66 It does not check if such extensions conform to a Stable ABI. 71 All functions in the Stable ABI are present as functions in Python's shared 104 code conforms to the Limited API or the Stable ABI. ``Py_LIMITED_API`` only 130 provided that the Stable ABI stays stable. 139 lower-level libraries and compiler options. For the purposes of the Stable ABI, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | AppendingTypeTableBuilder.cpp | 80 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes() local 81 memcpy(Stable, Record.data(), Record.size()); in insertRecordBytes() 82 Record = ArrayRef<uint8_t>(Stable, Record.size()); in insertRecordBytes()
|
D | MergingTypeTableBuilder.cpp | 85 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() local 86 memcpy(Stable, Data.data(), Data.size()); in stabilize() 87 return makeArrayRef(Stable, Data.size()); in stabilize()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V010.md | 9 <th colspan="2">Stable</th> 331 ## 2015-01-26, Version 0.10.36 (Stable) 340 ## 2014.12.22, Version 0.10.35 (Stable) 347 ## 2014.12.17, Version 0.10.34 (Stable) 363 ## 2014.10.20, Version 0.10.33 (Stable) 383 ## 2014.09.16, Version 0.10.32 (Stable) 396 ## 2014.08.19, Version 0.10.31 (Stable) 409 ## 2014.07.31, Version 0.10.30 (Stable) 431 ## 2014.06.05, Version 0.10.29 (Stable) 453 ## 2014.05.01, Version 0.10.28 (Stable) [all …]
|
D | CHANGELOG_V012.md | 9 <th>Stable</th> 307 ## 2015-07-03, Version 0.12.6 (Stable) 318 ## 2015-06-22, Version 0.12.5 (Stable) 332 ## 2015-05-22, Version 0.12.4 (Stable) 341 ## 2015-05-13, Version 0.12.3 (Stable) 357 ## 2015-03-31, Version 0.12.2 (Stable) 385 ## 2015-03-23, Version 0.12.1 (Stable) 392 ## 2015-02-06, Version 0.12.0 (Stable)
|
/third_party/libuv/ |
D | ChangeLog | 1 2022.03.09, Version 1.44.1 (Stable) 12 2022.03.07, Version 1.44.0 (Stable), d2bff508457336d808ba7148b33088f6acbfe0a6 123 2022.01.05, Version 1.43.0 (Stable), 988f2bfc4defb9a85a536a3e645834c161143ee0 212 2021.07.21, Version 1.42.0 (Stable), 6ce14710da7079eb248868171f6343bc409ea3a4 367 2021.02.14, Version 1.41.0 (Stable), 1dff88e5161cba5c59276d2070d2e304e4dcb242 446 2020.09.26, Version 1.40.0 (Stable), 4e69e333252693bd82d6338d6124f0416538dbfc 481 2020.08.26, Version 1.39.0 (Stable), 25f4b8b8a3c0f934158cd37a37b0525d75ca488e 557 2020.07.04, Version 1.38.1 (Stable), e8b989ea1f7f9d4083511a2caec7791e9abd1871 596 2020.05.18, Version 1.38.0 (Stable), 1ab9ea3790378f9f25c4e78e9e2b511c75f9c9ed 669 2020.04.20, Version 1.37.0 (Stable), 02a9e1be252b623ee032a3137c0b0c94afbe6809 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | GlobalTypeTableBuilder.h | 78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs() local 79 MutableArrayRef<uint8_t> Data(Stable, RecordSize); in insertRecordAs()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | README.md | 17 # Latest Stable Version 19 **Version 0.2 (December 2019)** is the latest stable version. Stable means that
|
/third_party/boost/libs/sort/doc/ |
D | introduction.qbk | 25 …Algorithm |Stable | Additional memory |Best, average, and worst case … 50 Algorithm |Stable | Additional memory |Best, average, and worst case |
|
D | single_thread.qbk | 23 …Algorithm |Stable | Additional memory | Best, average, and worst case |…
|
D | spinsort.qbk | 25 Algorithm | Stable | Additional Memory | Best, average, and worst case |
|
D | flat_stable_sort.qbk | 30 Algorithm | Stable | Additional Memory | Best, average, and worst case |
|
/third_party/boost/libs/sort/ |
D | README.md | 15 …Algorithm |Stable | Additional memory |Best, average, and worst case | Compariso… 38 Algorithm |Stable | Additional memory |Best, average, and worst case |
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ChoosingANGLEBranch.md | 28 **We recommend choosing a branch corresponding to a Beta or Stable Chromium 71 Stable branch. A Skia auto-roller updates the DEPS file in the corresponding
|
/third_party/wayland_standard/ |
D | CONTRIBUTING.md | 231 - Stable ABI or API is not broken. 233 - Stable ABI or API additions must be justified by actual use cases, not only 325 documentation. Stable ABI that was new in the alpha release can be removed 334 - **Stable release**: 339 no code freeze is in effect. Stable branches and point releases are not covered
|
/third_party/flutter/skia/resources/lua/ |
D | slides_content2.lua | 120 - Stable C ABI
|
/third_party/python/Lib/test/ |
D | test_sort.py | 67 class Stable(object): class 125 s = [Stable(random.randrange(10), i) for i in range(n)]
|
/third_party/weston/ |
D | CONTRIBUTING.md | 259 - Stable ABI or API is not broken. 261 - Stable ABI or API additions must be justified by actual use cases, not only 353 documentation. Stable ABI that was new in the alpha release can be removed 362 - **Stable release**: 367 no code freeze is in effect. Stable branches and point releases are not covered
|
/third_party/node/tools/doc/ |
D | README.md | 12 > Stability: 2 - Stable
|
/third_party/libwebsockets/READMEs/ |
D | README.release-policy.md | 50 ## Stable branches 94 ## Stable point releases
|
/third_party/markupsafe/ |
D | PKG-INFO | 89 Classifier: Development Status :: 5 - Production/Stable
|
/third_party/node/doc/guides/ |
D | technical-values.md | 43 * Stable releases on a predictable schedule
|