Home
last modified time | relevance | path

Searched refs:revList (Results 1 – 25 of 51) sorted by relevance

123

/dports/security/xca/xca-2.4.0/widgets/
H A DRevocationList.cpp68 const x509revList &revList, const pki_x509 *iss) in setupRevocationView() argument
86 foreach(x509rev revit, revList) { in setupRevocationView()
119 revList = rl; in setRevList()
120 setupRevocationView(certList, revList, issuer); in setRevList()
125 return revList; in getRevList()
133 revList << revit; in on_addRev_clicked()
149 idx = revList.indexOf(rev); in on_delRev_clicked()
151 revList.takeAt(idx); in on_delRev_clicked()
168 idx = revList.indexOf(rev); in on_certList_itemDoubleClicked()
172 rev = revList[idx]; in on_certList_itemDoubleClicked()
[all …]
H A DRevocationList.h23 x509revList revList;
27 const x509revList &revList, const pki_x509 *iss);
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/revlist/
H A Drevlist_test.go74 revList, err := Objects(sto, []plumbing.Hash{ref.Hash()}, nil)
76 for _, h := range revList {
89 revList := map[string]bool{
104 c.Assert(revList[h.String()], Equals, true)
106 c.Assert(len(remoteHist), Equals, len(revList))
165 revList := map[string]bool{
182 c.Assert(revList[h.String()], Equals, true)
184 c.Assert(len(remoteHist), Equals, len(revList))
228 revList := map[string]bool{
239 c.Assert(revList[h.String()], Equals, true)
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/revlist/
H A Drevlist_test.go74 revList, err := Objects(sto, []plumbing.Hash{ref.Hash()}, nil)
76 for _, h := range revList {
89 revList := map[string]bool{
104 c.Assert(revList[h.String()], Equals, true)
106 c.Assert(len(remoteHist), Equals, len(revList))
165 revList := map[string]bool{
182 c.Assert(revList[h.String()], Equals, true)
184 c.Assert(len(remoteHist), Equals, len(revList))
228 revList := map[string]bool{
239 c.Assert(revList[h.String()], Equals, true)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/revlist/
H A Drevlist_test.go74 revList, err := Objects(sto, []plumbing.Hash{ref.Hash()}, nil)
76 for _, h := range revList {
89 revList := map[string]bool{
104 c.Assert(revList[h.String()], Equals, true)
106 c.Assert(len(remoteHist), Equals, len(revList))
165 revList := map[string]bool{
182 c.Assert(revList[h.String()], Equals, true)
184 c.Assert(len(remoteHist), Equals, len(revList))
228 revList := map[string]bool{
239 c.Assert(revList[h.String()], Equals, true)
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/revlist/
H A Drevlist_test.go74 revList, err := Objects(sto, []plumbing.Hash{ref.Hash()}, nil)
76 for _, h := range revList {
89 revList := map[string]bool{
104 c.Assert(revList[h.String()], Equals, true)
106 c.Assert(len(remoteHist), Equals, len(revList))
165 revList := map[string]bool{
182 c.Assert(revList[h.String()], Equals, true)
184 c.Assert(len(remoteHist), Equals, len(revList))
228 revList := map[string]bool{
239 c.Assert(revList[h.String()], Equals, true)
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/revlist/
H A Drevlist_test.go74 revList, err := Objects(sto, []plumbing.Hash{ref.Hash()}, nil)
76 for _, h := range revList {
89 revList := map[string]bool{
104 c.Assert(revList[h.String()], Equals, true)
106 c.Assert(len(remoteHist), Equals, len(revList))
165 revList := map[string]bool{
182 c.Assert(revList[h.String()], Equals, true)
184 c.Assert(len(remoteHist), Equals, len(revList))
228 revList := map[string]bool{
239 c.Assert(revList[h.String()], Equals, true)
[all …]
/dports/cad/magic/magic-8.3.245/utils/
H A Dlist.c176 List *revList = NULL; local
179 LIST_ADD(LIST_FIRST(list),revList);
181 return revList;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref/
H A Dlist_new_commits.go30 revList, err := repo.Exec(ctx, git.SubCmd{
45 scanner := bufio.NewScanner(revList)
72 return revList.Wait()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref/
H A Dlist_new_commits.go30 revList, err := repo.Exec(ctx, git.SubCmd{
45 scanner := bufio.NewScanner(revList)
72 return revList.Wait()
H A Dlist_new_blobs.go36revList, err := repo.Exec(ctx, git.SubCmd{Name: "rev-list", Flags: cmdFlags, Args: []string{"^" + …
47 scanner := bufio.NewScanner(revList)
85 return revList.Wait()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref/
H A Dlist_new_commits.go30 revList, err := repo.Exec(ctx, git.SubCmd{
45 scanner := bufio.NewScanner(revList)
72 return revList.Wait()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/libpkix/pkix/checker/
H A Dpkix_revocationchecker.c319 PKIX_List *revList = NULL; in PKIX_RevocationChecker_Check() local
332 revList = revChecker->leafMethodList; in PKIX_RevocationChecker_Check()
335 revList = revChecker->chainMethodList; in PKIX_RevocationChecker_Check()
338 if (!revList) { in PKIX_RevocationChecker_Check()
353 for (;methodNum < revList->length;methodNum++) { in PKIX_RevocationChecker_Check()
358 PKIX_List_GetItem(revList, methodNum, in PKIX_RevocationChecker_Check()
/dports/security/ca_root_nss/nss-3.71/nss/lib/libpkix/pkix/checker/
H A Dpkix_revocationchecker.c319 PKIX_List *revList = NULL; in PKIX_RevocationChecker_Check() local
332 revList = revChecker->leafMethodList; in PKIX_RevocationChecker_Check()
335 revList = revChecker->chainMethodList; in PKIX_RevocationChecker_Check()
338 if (!revList) { in PKIX_RevocationChecker_Check()
353 for (;methodNum < revList->length;methodNum++) { in PKIX_RevocationChecker_Check()
358 PKIX_List_GetItem(revList, methodNum, in PKIX_RevocationChecker_Check()
/dports/www/firefox/firefox-99.0/security/nss/lib/libpkix/pkix/checker/
H A Dpkix_revocationchecker.c319 PKIX_List *revList = NULL; in PKIX_RevocationChecker_Check() local
332 revList = revChecker->leafMethodList; in PKIX_RevocationChecker_Check()
335 revList = revChecker->chainMethodList; in PKIX_RevocationChecker_Check()
338 if (!revList) { in PKIX_RevocationChecker_Check()
353 for (;methodNum < revList->length;methodNum++) { in PKIX_RevocationChecker_Check()
358 PKIX_List_GetItem(revList, methodNum, in PKIX_RevocationChecker_Check()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/libpkix/pkix/checker/
H A Dpkix_revocationchecker.c319 PKIX_List *revList = NULL; in PKIX_RevocationChecker_Check() local
332 revList = revChecker->leafMethodList; in PKIX_RevocationChecker_Check()
335 revList = revChecker->chainMethodList; in PKIX_RevocationChecker_Check()
338 if (!revList) { in PKIX_RevocationChecker_Check()
353 for (;methodNum < revList->length;methodNum++) { in PKIX_RevocationChecker_Check()
358 PKIX_List_GetItem(revList, methodNum, in PKIX_RevocationChecker_Check()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/libpkix/pkix/checker/
H A Dpkix_revocationchecker.c319 PKIX_List *revList = NULL; in PKIX_RevocationChecker_Check() local
332 revList = revChecker->leafMethodList; in PKIX_RevocationChecker_Check()
335 revList = revChecker->chainMethodList; in PKIX_RevocationChecker_Check()
338 if (!revList) { in PKIX_RevocationChecker_Check()
353 for (;methodNum < revList->length;methodNum++) { in PKIX_RevocationChecker_Check()
358 PKIX_List_GetItem(revList, methodNum, in PKIX_RevocationChecker_Check()
/dports/security/nss/nss-3.76.1/nss/lib/libpkix/pkix/checker/
H A Dpkix_revocationchecker.c319 PKIX_List *revList = NULL; in PKIX_RevocationChecker_Check() local
332 revList = revChecker->leafMethodList; in PKIX_RevocationChecker_Check()
335 revList = revChecker->chainMethodList; in PKIX_RevocationChecker_Check()
338 if (!revList) { in PKIX_RevocationChecker_Check()
353 for (;methodNum < revList->length;methodNum++) { in PKIX_RevocationChecker_Check()
358 PKIX_List_GetItem(revList, methodNum, in PKIX_RevocationChecker_Check()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/libpkix/pkix/checker/
H A Dpkix_revocationchecker.c319 PKIX_List *revList = NULL; in PKIX_RevocationChecker_Check() local
332 revList = revChecker->leafMethodList; in PKIX_RevocationChecker_Check()
335 revList = revChecker->chainMethodList; in PKIX_RevocationChecker_Check()
338 if (!revList) { in PKIX_RevocationChecker_Check()
353 for (;methodNum < revList->length;methodNum++) { in PKIX_RevocationChecker_Check()
358 PKIX_List_GetItem(revList, methodNum, in PKIX_RevocationChecker_Check()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/libpkix/pkix/checker/
H A Dpkix_revocationchecker.c319 PKIX_List *revList = NULL; in PKIX_RevocationChecker_Check() local
332 revList = revChecker->leafMethodList; in PKIX_RevocationChecker_Check()
335 revList = revChecker->chainMethodList; in PKIX_RevocationChecker_Check()
338 if (!revList) { in PKIX_RevocationChecker_Check()
353 for (;methodNum < revList->length;methodNum++) { in PKIX_RevocationChecker_Check()
358 PKIX_List_GetItem(revList, methodNum, in PKIX_RevocationChecker_Check()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/changes/
H A Dgitpoller.py362 revList = results.split()
363 revList.reverse()
365 if self.buildPushesWithNoCommits and not revList:
368 revList = [newRev]
379 self.changeCount = len(revList)
384 self.changeCount, revList, self.repourl, branch))
386 for rev in revList:
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialEditTags.php48 private $revList; variable in SpecialEditTags
217 if ( $this->revList === null ) {
218 $this->revList = ChangeTagsList::factory( $this->typeName, $this->getContext(),
222 return $this->revList;
461 $this->revList->reloadFromMaster();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialEditTags.php48 private $revList; variable in SpecialEditTags
217 if ( $this->revList === null ) {
218 $this->revList = ChangeTagsList::factory( $this->typeName, $this->getContext(),
222 return $this->revList;
461 $this->revList->reloadFromMaster();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialEditTags.php48 private $revList; variable in SpecialEditTags
224 if ( $this->revList === null ) {
225 $this->revList = ChangeTagsList::factory( $this->typeName, $this->getContext(),
229 return $this->revList;
468 $this->revList->reloadFromPrimary();
/dports/net/gdrive/gdrive-2.1.1/drive/
H A Drevision_list.go19revList, err := self.service.Revisions.List(args.Id).Fields("revisions(id,keepForever,size,modifie…
26 Revisions: revList.Revisions,

123