/third_party/node/deps/npm/node_modules/latest-version/ |
D | readme.md | 1 # latest-version [![Build Status](https://travis-ci.org/sindresorhus/latest-version.svg?branch=mast… 3 > Get the latest version of an npm package 5 …28638b387072/package.json#L37-L85) module like the [latest](https://github.com/bahamas10/node-late… 11 $ npm install --save latest-version 18 const latestVersion = require('latest-version'); 34 - [latest-version-cli](https://github.com/sindresorhus/latest-version-cli) - CLI for this module
|
/third_party/node/deps/npm/lib/search/ |
D | all-package-metadata.js | 46 ).then(({entryStream, latest, newEntries}) => { property 49 return createCacheWriteStream(cachePath, latest, opts).then(writer => { 83 const latest = updatedLatest || cacheLatest 91 latest, 98 latest, 137 function createEntryUpdateStream (staleness, latest, opts) { argument 141 if (latest && (Date.now() - latest < (staleness * 1000))) { 145 } else if (latest === 0) { 149 …log.verbose('all-package-metadata', 'Cached data present with timestamp:', latest, 'requesting par… 150 uri += '/since?stale=update_after&startkey=' + latest [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 29-1.c | 87 static volatile sig_atomic_t latest; variable 95 latest++; in handler() 97 if (latest != info->si_value.sival_int) { in handler() 99 info->si_value.sival_int, latest); in handler() 172 if (latest != 0) { in main() 187 if (latest != QUEUELENGTH) { in main() 188 output("Only %d signal delivered instead of %d\n", latest, in main() 191 if (latest == 1) { in main()
|
/third_party/node/deps/npm/node_modules/aws4/ |
D | README.md | 7 [AWS Signature Version 4](http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.h… 12 [S3](http://docs.aws.amazon.com/AmazonS3/latest/API/), 13 [EC2](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/), 14 [DynamoDB](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html), 15 [Kinesis](http://docs.aws.amazon.com/kinesis/latest/APIReference/), 16 [Lambda](http://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html), 17 [SQS](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/), 18 [SNS](http://docs.aws.amazon.com/sns/latest/api/), 19 [IAM](http://docs.aws.amazon.com/IAM/latest/APIReference/), 20 [STS](http://docs.aws.amazon.com/STS/latest/APIReference/), [all …]
|
/third_party/node/deps/npm/node_modules/libnpmpublish/test/ |
D | unpublish.js | 21 latest: '1.0.0' property 46 latest: '1.0.0' property 71 latest: '1.0.0' property 98 latest: '1.0.1' property 120 latest: '1.0.0' property 165 latest: '1.0.0' property 182 latest: '1.0.0' property 208 latest: '1.0.0' property 230 latest: '1.0.0' property
|
D | publish.js | 38 latest: '1.0.0' property 96 latest: '1.0.0' property 166 'dist-tags': { latest: '1.0.1' }, property 192 'dist-tags': { latest: '1.0.0' }, property 224 'dist-tags': { latest: '1.0.0' }, property 277 'dist-tags': { latest: '1.0.0' }, property 308 'dist-tags': { latest: '1.0.0' }, property 360 'dist-tags': { latest: '1.0.0' }, property 423 latest: '1.0.0' property 496 latest: '1.0.0' property [all …]
|
/third_party/node/deps/npm/test/tap/ |
D | all-package-metadata-write-stream-unit.js | 50 var latest = 12345 56 return _createCacheWriteStream(cachePath, latest, { 73 '_updated': latest, 89 var latest = 12345 92 return _createCacheWriteStream(cachePath, latest, { 108 var latest = 12345 111 return _createCacheWriteStream(cachePath, latest, { 122 '_updated': latest
|
D | dist-tag.js | 21 .reply(200, { latest: '1.0.0', a: '0.0.1', b: '0.5.0' }) property 24 .reply(200, { latest: '1.0.0', a: '0.0.1', b: '0.5.0' }) property 28 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0' }) property 31 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0' }) property 35 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0' }) property 37 .reply(200, { latest: '7.7.7', a: '0.0.2', b: '0.6.0', c: '7.7.7' }) property 41 .reply(200, { latest: '2.0.0', b: '0.6.0' }) property 45 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0', c: '7.7.7' }) property 51 .reply(200, { latest: '2.0.0', a: '0.0.2', b: '0.6.0' }) property 57 .reply(200, { latest: '4.0.0' }) property
|
D | all-package-metadata-update-stream-unit.js | 58 updatedLatest: latest 60 t.equals(latest, 1234, '`latest` correctly extracted') 88 updatedLatest: latest 90 t.equals(latest, now, '`latest` correctly extracted from header') 120 updatedLatest: latest 122 t.equals(latest, 1234, '`latest` correctly extracted') 164 updatedLatest: latest 167 t.notOk(latest, 'no latest returned')
|
D | all-package-metadata-entry-stream-unit.js | 63 latest, property 66 t.equals(latest, dataTime, '`latest` correctly extracted') 100 latest, property 103 t.equals(latest, cacheTime, '`latest` is cache time') 142 latest, property 145 t.equals(latest, now, '`latest` correctly extracted from header') 175 latest, property
|
/third_party/node/deps/npm/node_modules/package-json/ |
D | readme.md | 48 Default: `latest` 50 …kage version such as `1.0.0` or a [dist tag](https://docs.npmjs.com/cli/dist-tag) such as `latest`. 54 - `1` - get the latest `1.x.x` 55 - `1.2` - get the latest `1.2.x` 56 - `^1.2.3` - get the latest `1.x.x` but at least `1.2.3` 57 - `~1.2.3` - get the latest `1.2.x` but at least `1.2.3` 82 - [latest-version](https://github.com/sindresorhus/latest-version) - Get the latest version of an n…
|
/third_party/minimp3/fuzzing/ |
D | get-afl.sh | 3 rm afl-latest.tgz 4 wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz || exit 5 tar -xzvf afl-latest.tgz 6 rm afl-latest.tgz
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | filetools.cpp | 78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local 79 if (latest < 0 || latest == 2) { in isFileModTimeLater() 95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | filetools.cpp | 78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local 79 if (latest < 0 || latest == 2) { in isFileModTimeLater() 95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | filetools.cpp | 78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local 79 if (latest < 0 || latest == 2) { in isFileModTimeLater() 95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | filetools.cpp | 78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local 79 if (latest < 0 || latest == 2) { in isFileModTimeLater() 95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/third_party/harfbuzz/src/ |
D | update-unicode-tables.make | 33 curl -O https://unicode.org/Public/UCD/latest/ucd/ArabicShaping.txt 35 curl -O https://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt 37 curl -O https://unicode.org/Public/UCD/latest/ucd/Blocks.txt 39 curl -O https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt 41 curl -O https://unicode.org/Public/UCD/latest/ucd/IndicSyllabicCategory.txt 43 curl -O https://unicode.org/Public/UCD/latest/ucd/IndicPositionalCategory.txt 49 curl -O https://unicode.org/Public/UCD/latest/ucdxml/ucd.nounihan.grouped.zip 51 curl -O https://unicode.org/Public/UCD/latest/ucd/Scripts.txt
|
/third_party/node/deps/npm/lib/ |
D | outdated.js | 146 var latest = p[4] 154 latest, 178 var latest = p[4] 185 depname + '@' + latest 201 var latest = p[4] 208 latest: latest, property 380 function doIt (wanted, latest) { argument 386 return cb(null, [[tree, dep, c, wanted, latest, req, null, pkgpath]]) 388 cb(null, [[tree, dep, c, wanted, latest, req, type, pkgpath]]) 396 var latest = localDependency.version [all …]
|
/third_party/typescript_eslint/tests/integration/fixtures/vue-jsx/ |
D | test.sh | 20 npm install vue-eslint-parser@latest eslint-plugin-vue@latest 22 npm install vuex@latest vue-property-decorator@latest
|
/third_party/typescript_eslint/tests/integration/fixtures/vue-sfc/ |
D | test.sh | 20 npm install vue-eslint-parser@latest eslint-plugin-vue@latest 22 npm install vuex@latest vue-property-decorator@latest
|
/third_party/libinput/ |
D | README.md | 18 [here](https://wayland.freedesktop.org/libinput/doc/latest/features.html). 20 This includes the [FAQ](https://wayland.freedesktop.org/libinput/doc/latest/faqs.html) 22 [reporting bugs](https://wayland.freedesktop.org/libinput/doc/latest/reporting-bugs.html). 35 https://wayland.freedesktop.org/libinput/doc/latest/building.html 46 See https://wayland.freedesktop.org/libinput/doc/latest/reporting-bugs.html 52 - Developer API documentation: https://wayland.freedesktop.org/libinput/doc/latest/development.html 54 https://wayland.freedesktop.org/libinput/doc/latest/features.html 56 https://wayland.freedesktop.org/libinput/doc/latest/building.html
|
/third_party/node/tools/ |
D | update-babel-eslint.sh | 16 …el/core @babel/eslint-parser@latest @babel/plugin-syntax-class-properties@latest @babel/plugin-syn…
|
/third_party/node/deps/npm/bin/ |
D | npm-cli.js | 91 notifier.update.latest !== pkg.version && 98 const latest = notifier.update.latest 118 useColor ? color.green(latest) : latest
|
/third_party/protobuf/python/docs/google/protobuf/ |
D | descriptor_pool.rst | 7 You are reading the documentation for the `latest committed changes 12 latest released package at `googleapis.dev 13 <https://googleapis.dev/python/protobuf/latest/>`_.
|
D | wrappers_pb2.rst | 7 You are reading the documentation for the `latest committed changes 12 latest released package at `googleapis.dev 13 <https://googleapis.dev/python/protobuf/latest/>`_.
|