Home
last modified time | relevance | path

Searched defs:MergeParams (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Devent_types.go599 type MergeParams struct { struct
600 ForceRemoveSourceBranch bool `json:"force_remove_source_branch"`
606 func (p *MergeParams) UnmarshalJSON(b []byte) error {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Devent_types.go599 type MergeParams struct { struct
600 ForceRemoveSourceBranch bool `json:"force_remove_source_branch"`
606 func (p *MergeParams) UnmarshalJSON(b []byte) error {
/dports/graphics/opencv/opencv-4.5.3/modules/core/perf/opencl/
H A Dperf_channels.cpp57 typedef tuple<Size, MatDepth, int> MergeParams; typedef
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Devent_webhook_types.go580 type MergeParams struct { struct
581 ForceRemoveSourceBranch bool `json:"force_remove_source_branch"`
587 func (p *MergeParams) UnmarshalJSON(b []byte) error {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Devent_webhook_types.go585 type MergeParams struct { struct
586 ForceRemoveSourceBranch bool `json:"force_remove_source_branch"`
592 func (p *MergeParams) UnmarshalJSON(b []byte) error {
/dports/databases/grass7/grass-7.8.6/gui/wxpython/gmodeler/
H A Dmodel.py1248 def MergeParams(self, params): member in ModelAction