Searched refs:revs (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/pacote/lib/util/ |
D | git.js | 126 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/ |
D | README | 25 svnmap.txt Map of old SVN revs and branches to hg changeset ids,
|
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/ |
D | git.js | 142 return git.revs(url, opts).then(remoteRefs => {
|
/third_party/littlefs/ |
D | lfs.c | 1011 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/ |
D | x509_vfy.c | 2026 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/ |
D | en_001.txt | 440 other{"{0} revs"}
|
/third_party/icu/icu4c/source/data/unit/ |
D | en_001.txt | 440 other{"{0} revs"}
|
/third_party/python/Lib/idlelib/ |
D | ChangeLog | 249 Merged the following py-cvs revs without conflict: 1.29 Reduce
|