Home
last modified time | relevance | path

Searched refs:Milestone (Results 1 – 25 of 1568) sorted by relevance

12345678910>>...63

/dports/lang/spidermonkey78/firefox-78.9.0/config/Moz/
H A DMilestone.pm6 package Moz::Milestone;
12 local $Moz::Milestone::milestone;
13 local $Moz::Milestone::officialMilestone;
34 $Moz::Milestone::officialMilestone = $num;
44 if (defined($Moz::Milestone::milestone)) {
45 return $Moz::Milestone::milestone;
49 $Moz::Milestone::milestone = $Moz::Milestone::officialMilestone;
51 $Moz::Milestone::milestone = $_[0];
55 $Moz::Milestone::milestone =~ s/\+$//;
58 return $Moz::Milestone::milestone;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/config/Moz/
H A DMilestone.pm6 package Moz::Milestone;
12 local $Moz::Milestone::milestone;
13 local $Moz::Milestone::officialMilestone;
34 $Moz::Milestone::officialMilestone = $num;
44 if (defined($Moz::Milestone::milestone)) {
45 return $Moz::Milestone::milestone;
49 $Moz::Milestone::milestone = $Moz::Milestone::officialMilestone;
51 $Moz::Milestone::milestone = $_[0];
55 $Moz::Milestone::milestone =~ s/\+$//;
58 return $Moz::Milestone::milestone;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/config/Moz/
H A DMilestone.pm6 package Moz::Milestone;
12 local $Moz::Milestone::milestone;
13 local $Moz::Milestone::officialMilestone;
34 $Moz::Milestone::officialMilestone = $num;
44 if (defined($Moz::Milestone::milestone)) {
45 return $Moz::Milestone::milestone;
49 $Moz::Milestone::milestone = $Moz::Milestone::officialMilestone;
51 $Moz::Milestone::milestone = $_[0];
55 $Moz::Milestone::milestone =~ s/\+$//;
58 return $Moz::Milestone::milestone;
[all …]
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/prm/
H A DConnectionStrategy.h55 template <class Milestone>
77 const std::vector<Milestone> &operator()(const Milestone &m) in operator()
95 std::vector<Milestone> neighbors_;
123 template <class Milestone>
124 class KStarStrategy : public KStrategy<Milestone>
139 : KStrategy<Milestone>(n(), nn) in n()
145 const std::vector<Milestone> &operator()(const Milestone &m) in operator()
160 template <class Milestone>
173 : KStrategy<Milestone>(k, nn), bound_(bound) in KBoundedStrategy()
177 const auto &operator()(const Milestone &m) in operator()
[all …]
/dports/www/gitea/gitea-1.16.5/models/
H A Dissue_milestone_test.go30 milestone := &Milestone{
155 test("mostissues", func(milestone *Milestone) int {
166 milestone := unittest.AssertExistsAndLoadBean(t, &Milestone{ID: 1}).(*Milestone)
170 milestone = unittest.AssertExistsAndLoadBean(t, &Milestone{ID: 1}).(*Milestone)
172 unittest.CheckConsistencyFor(t, &Milestone{})
211 milestone := unittest.AssertExistsAndLoadBean(t, &Milestone{ID: 1}).(*Milestone)
232 unittest.CheckConsistencyFor(t, &Milestone{})
239 unittest.CheckConsistencyFor(t, &Milestone{})
264 unittest.AssertNotExistsBean(t, &Milestone{ID: 1})
273 unittest.AssertExistsAndLoadBean(t, &Milestone{ID: 1}).(*Milestone),
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wellarchitected/include/aws/wellarchitected/model/
H A DMilestone.h33 class AWS_WELLARCHITECTED_API Milestone
36 Milestone();
37 Milestone(Aws::Utils::Json::JsonView jsonValue);
38 Milestone& operator=(Aws::Utils::Json::JsonView jsonValue);
52 inline Milestone& WithMilestoneNumber(int value) { SetMilestoneNumber(value); return *this;} in WithMilestoneNumber()
71 …inline Milestone& WithMilestoneName(const Aws::String& value) { SetMilestoneName(value); return *t… in WithMilestoneName()
74 …inline Milestone& WithMilestoneName(Aws::String&& value) { SetMilestoneName(std::move(value)); ret… in WithMilestoneName()
77 inline Milestone& WithMilestoneName(const char* value) { SetMilestoneName(value); return *this;} in WithMilestoneName()
93 …inline Milestone& WithRecordedAt(const Aws::Utils::DateTime& value) { SetRecordedAt(value); return… in WithRecordedAt()
112 inline Milestone& WithWorkload(const Workload& value) { SetWorkload(value); return *this;} in WithWorkload()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go14 type Milestone struct { struct
28 func (m Milestone) String() string { argument
51 …ListMilestones(owner string, repo string, opt *MilestoneListOptions) ([]Milestone, *Response, erro…
63 milestones := new([]Milestone)
75 func (s *IssuesService) GetMilestone(owner string, repo string, number int) (*Milestone, *Response,…
82 milestone := new(Milestone)
94 …esService) CreateMilestone(owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
101 m := new(Milestone)
113 … EditMilestone(owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
120 m := new(Milestone)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go14 type Milestone struct { struct
32 func (m Milestone) String() string { argument
57 …ListMilestones(owner string, repo string, opt *MilestoneListOptions) ([]Milestone, *Response, erro…
69 milestones := new([]Milestone)
81 func (s *IssuesService) GetMilestone(owner string, repo string, number int) (*Milestone, *Response,…
88 milestone := new(Milestone)
100 …esService) CreateMilestone(owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
107 m := new(Milestone)
119 … EditMilestone(owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
126 m := new(Milestone)
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/go-github-17.0.0/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
33 func (m Milestone) String() string { argument
58 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
70 var milestones []*Milestone
82 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
89 milestone := new(Milestone)
101 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
108 m := new(Milestone)
120 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
127 m := new(Milestone)
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …ext.Context, owner string, repo string, opts *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …ext.Context, owner string, repo string, opts *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/google/go-github/v28/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/v33/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …ext.Context, owner string, repo string, opts *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/security/vault/vault-1.8.2/vendor/github.com/google/go-github/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …text.Context, owner string, repo string, opt *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/go-github/v39/github/
H A Dissues_milestones.go15 type Milestone struct { struct
34 func (m Milestone) String() string { argument
59 …ext.Context, owner string, repo string, opts *MilestoneListOptions) ([]*Milestone, *Response, erro…
71 var milestones []*Milestone
83 …Milestone(ctx context.Context, owner string, repo string, number int) (*Milestone, *Response, erro…
90 milestone := new(Milestone)
102 …stone(ctx context.Context, owner string, repo string, milestone *Milestone) (*Milestone, *Response… argument
109 m := new(Milestone)
121 …ntext.Context, owner string, repo string, number int, milestone *Milestone) (*Milestone, *Response… argument
128 m := new(Milestone)

12345678910>>...63