Home
last modified time | relevance | path

Searched refs:ncommits (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/libcouchbase/libcouchbase-2.10.7/packaging/
H A Dparse-git-describe.pl59 my $ncommits = pop @components;
75 $Force = int($ncommits);
83 print "$ncommits\n";
100 if ($ncommits) {
101 $vbase .= "+r$ncommits$sha";
119 if (!$ncommits) {
122 $relno = $ncommits + 1;
131 if ($ncommits) {
137 } elsif ($ncommits) {
139 $reltag .= ".r${ncommits}${sha}.SP";
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/tools/
H A Dgithub_stats.py190 ncommits = 0 variable
196 ncommits += len(check_output(cmd).splitlines())
204 ncommits = len(pr_authors) + ncommits - len(pulls) variable
217 print("The following %i authors contributed %i commits." % (len(unique_authors), ncommits))
/dports/devel/tig/tig-2.5.4/test/tools/
H A Dtest-graph.c58 size_t ncommits = 0; in main() local
88 if (!realloc_commits(&commits, ncommits, 1)) in main()
94 commits[ncommits++] = commit; in main()
/dports/math/py-matplotlib2/matplotlib-2.2.4/tools/
H A Dgithub_stats.py197 ncommits = 0 variable
203 ncommits += len(check_output(cmd).splitlines())
211 ncommits = len(pr_authors) + ncommits - len(pulls) variable
224 print("The following %i authors contributed %i commits." % (len(unique_authors), ncommits))
/dports/math/mfem/mfem-4.3/tests/scripts/
H A Dbranch-history78 my $ncommits = scalar @commits;
79 if ($ncommits > $branch_max_commits) {
82 $ncommits, $branch_max_commits;
/dports/devel/git-svn/git-2.34.1/contrib/contacts/
H A Dgit-contacts198 my $ncommits = scalar(keys %commits);
200 my $percent = $contacts->{$contact} * 100 / $ncommits;
/dports/devel/git-gui/git-2.34.1/contrib/contacts/
H A Dgit-contacts198 my $ncommits = scalar(keys %commits);
200 my $percent = $contacts->{$contact} * 100 / $ncommits;
/dports/devel/git-p4/git-2.34.1/contrib/contacts/
H A Dgit-contacts198 my $ncommits = scalar(keys %commits);
200 my $percent = $contacts->{$contact} * 100 / $ncommits;
/dports/devel/git/git-2.34.1/contrib/contacts/
H A Dgit-contacts198 my $ncommits = scalar(keys %commits);
200 my $percent = $contacts->{$contact} * 100 / $ncommits;
/dports/devel/git-cvs/git-2.34.1/contrib/contacts/
H A Dgit-contacts198 my $ncommits = scalar(keys %commits);
200 my $percent = $contacts->{$contact} * 100 / $ncommits;
/dports/devel/cgit/cgit-1.2.3/git/contrib/contacts/
H A Dgit-contacts198 my $ncommits = scalar(keys %commits);
200 my $percent = $contacts->{$contact} * 100 / $ncommits;
/dports/science/py-dipy/dipy-1.4.1/tools/
H A Dgithub_stats.py189 ncommits = len(check_output(cmd, universal_newlines=True).splitlines()) variable
200 (len(unique_authors), ncommits))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/fastimport/
H A Dexporter.py385 ncommits = len(self.revid_to_mark)
386 self.report_progress(ncommits)
387 if (self.checkpoint is not None and self.checkpoint > 0 and ncommits and
388 ncommits % self.checkpoint == 0):
390 % ncommits)
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/src/modules/rangeproof/
H A Dmain_impl.h147 … const* commits, size_t pcnt, const secp256k1_pedersen_commitment * const* ncommits, size_t ncnt) { in secp256k1_pedersen_verify_tally() argument
153 ARG_CHECK(!ncnt || (ncommits != NULL)); in secp256k1_pedersen_verify_tally()
157 secp256k1_pedersen_commitment_load(&add, ncommits[i]); in secp256k1_pedersen_verify_tally()
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dtxn.h128 u_int32_t ncommits; /* number of committed TXNs */ member
H A Dtxn_region.c183 region->ncommits = 0;
290 stats->st_ncommits = region->ncommits;
H A Dtxn.c510 region->ncommits++;
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dtxn.h128 u_int32_t ncommits; /* number of committed TXNs */ member
H A Dtxn_region.c224 region->ncommits = 0;
338 stats->st_ncommits = region->ncommits;
H A Dtxn.c536 region->ncommits++;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/dev/archery/archery/tests/
H A Dtest_release.py312 def test_release_commits(fake_jira, version, ncommits): argument
314 assert len(r.commits) == ncommits
/dports/databases/arrow/apache-arrow-6.0.1/dev/archery/archery/tests/
H A Dtest_release.py312 def test_release_commits(fake_jira, version, ncommits): argument
314 assert len(r.commits) == ncommits
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/include/
H A Dsecp256k1_rangeproof.h118 const secp256k1_pedersen_commitment * const* ncommits,
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/berkeley-db/
H A Ddbi.lisp283 ncommits nrestores regsize region_wait
302 (ncommits 0 :type (unsigned-byte 32) :read-only t)
/dports/databases/db5/db-5.3.28/dist/
H A Devents.in270 ncommits(unsigned st_ncommits, unsigned txnid);

12