Home
last modified time | relevance | path

Searched refs:revs (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dgit.js126 module.exports.revs = revs
127 function revs (repo, opts) { function
137 return stdout.split('\n').reduce((revs, line) => {
139 if (split.length < 2) { return revs }
142 if (!ref) { return revs } // ???
143 if (ref.endsWith(CARET_BRACES)) { return revs } // refs/tags/x^{} crap
147 revs.refs[ref] = doc
149 if (revs.shas[sha]) {
150 revs.shas[sha].push(ref)
152 revs.shas[sha] = [ref]
[all …]
/third_party/python/Misc/
DREADME25 svnmap.txt Map of old SVN revs and branches to hg changeset ids,
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dgit.js142 return git.revs(url, opts).then(remoteRefs => {
/third_party/littlefs/
Dlfs.c1011 uint32_t revs[2] = {0, 0}; in lfs_dir_fetchmatch() local
1015 NULL, &lfs->rcache, sizeof(revs[i]), in lfs_dir_fetchmatch()
1016 pair[i], 0, &revs[i], sizeof(revs[i])); in lfs_dir_fetchmatch()
1017 revs[i] = lfs_fromle32(revs[i]); in lfs_dir_fetchmatch()
1023 lfs_scmp(revs[i], revs[(i+1)%2]) > 0) { in lfs_dir_fetchmatch()
1030 dir->rev = revs[(r+0)%2]; in lfs_dir_fetchmatch()
1225 dir->rev = revs[(r+1)%2]; in lfs_dir_fetchmatch()
/third_party/openssl/crypto/x509/
Dx509_vfy.c2026 STACK_OF(X509_REVOKED) *revs = NULL; in X509_CRL_diff()
2092 revs = X509_CRL_get_REVOKED(newer); in X509_CRL_diff()
2094 for (i = 0; i < sk_X509_REVOKED_num(revs); i++) { in X509_CRL_diff()
2097 rvn = sk_X509_REVOKED_value(revs, i); in X509_CRL_diff()
/third_party/skia/third_party/externals/icu/source/data/unit/
Den_001.txt440 other{"{0} revs"}
/third_party/icu/icu4c/source/data/unit/
Den_001.txt440 other{"{0} revs"}
/third_party/python/Lib/idlelib/
DChangeLog249 Merged the following py-cvs revs without conflict: 1.29 Reduce