Home
last modified time | relevance | path

Searched defs:Stage (Results 1 – 25 of 2107) sorted by relevance

12345678910>>...85

/dports/devel/taskctl/taskctl-1.4.2/pkg/scheduler/
H A Dstage.go23 type Stage struct { struct
24 Name string
25 Condition string
26 Task *task.Task
27 Pipeline *ExecutionGraph
28 DependsOn []string
29 Dir string
30 AllowFailure bool
31 Status int32
35 Start time.Time
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/slice/
H A DStage.h116 struct Stage // upstream or downstream (server or client) struct
119 Stage &operator=(Stage const &) = delete; argument
125 Stage() {} in Stage() argument
126 ~Stage() in ~Stage() argument
134 setupConnection(TSVConn vc) in setupConnection()
145 setupVioRead(TSCont contp, int64_t const bytesin) in setupVioRead()
151 setupVioWrite(TSCont contp, int64_t const bytesout) in setupVioWrite()
157 abort() in abort()
168 close() in close()
179 isOpen() const in isOpen()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/resource/
H A Dclientmaterial.h97 struct Stage struct
100 float variance; ///< Stage variance (time). argument
102 Stage(int tics, float variance) : tics(tics), variance(variance) {} in Stage() argument
103 Stage(Stage const &other) : tics(other.tics), variance(other.variance) {} in Stage() function
104 virtual ~Stage() {} in ~Stage() argument
/dports/www/beehive/beehive-0.4.0/vendor/github.com/shuheiktgw/go-travis/
H A Dstages.go23 type Stage struct { struct
25 Id uint `json:"id,omitempty"`
27 Number uint `json:"number,omitempty"`
29 Name string `json:"name,omitempty"`
31 State string `json:"state,omitempty"`
33 StartedAt string `json:"started_at,omitempty"`
35 FinishedAt string `json:"finished_at,omitempty"`
37 Jobs []*Job `json:"jobs,omitempty"`
38 *Metadata
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sae/
H A Dstruct_stage.go19 type Stage struct { struct
20 Status int `json:"Status" xml:"Status"`
21 StageName string `json:"StageName" xml:"StageName"`
22 ExecutorType int `json:"ExecutorType" xml:"ExecutorType"`
23 StageId string `json:"StageId" xml:"StageId"`
24 TaskList []Task `json:"TaskList" xml:"TaskList"`
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/devops-rdc/
H A Dstruct_stage.go19 type Stage struct { struct
20 Name string `json:"Name" xml:"Name"`
21 Sign string `json:"Sign" xml:"Sign"`
22 Id string `json:"Id" xml:"Id"`
23 Status string `json:"Status" xml:"Status"`
24 Components []Component `json:"Components" xml:"Components"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_stage.go19 type Stage struct { struct
20 StageName string `json:"StageName" xml:"StageName"`
21 StageType string `json:"StageType" xml:"StageType"`
22 StagePlugin string `json:"StagePlugin" xml:"StagePlugin"`
23 StageConf string `json:"StageConf" xml:"StageConf"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_stage.go19 type Stage struct { struct
20 StageName string `json:"StageName" xml:"StageName"`
21 StageType string `json:"StageType" xml:"StageType"`
22 StagePlugin string `json:"StagePlugin" xml:"StagePlugin"`
23 StageConf string `json:"StageConf" xml:"StageConf"`
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/world/
H A Dmaterial.h166 struct Stage struct
169 float variance; ///< Stage variance (time). argument
171 Stage(int tics, float variance) : tics(tics), variance(variance) {} in Stage() function
172 Stage(Stage const &other) : tics(other.tics), variance(other.variance) {} in Stage() function
173 virtual ~Stage() {} in ~Stage() argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/
H A Dvalue_stream_analytics.md13 ## Stage section in Value Stream Analytics development guide
24 ### Events
84 ### Validating start and end events
174 ### Parent
190 ### Default stages
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/doc/
H A Dloader.hpp19 struct Stage struct in CSMDoc::Loader
21 int mFile;
22 int mRecordsLoaded;
23 bool mRecordsLeft;
/dports/misc/broot/broot-1.7.0/src/stage/
H A Dstage.rs20 pub struct Stage { struct
25 impl Stage { argument
/dports/graphics/rx/rx-0.4.0/cargo-crates/luminance-0.38.0/src/shader/
H A Dstage.rs55 pub struct Stage { struct
60 impl Stage { implementation
126 impl Drop for Stage { implementation
/dports/databases/percona56-client/percona-server-5.6.51-91.0/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() function
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() function
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Drpl_group_set-t.cc118 struct Stage { struct in GroupTest
120 Sid_map *sid_map;
125 int n_substages;
128 Gtid_set set;
129 int str_len;
130 char *str;
133 Gtid_set automatic_groups;
137 Stage(class GroupTest *gt, Sid_map *sm) in Stage() argument
148 void init(Sid_map *sm) { in init()
155 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() argument
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() argument
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() argument
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() argument
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() function
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() function
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() function
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() argument
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/unittest/gunit/
H A Drpl_group_set-t.cc128 struct Stage struct in GroupTest
131 Sid_map *sid_map;
136 int n_substages;
139 Gtid_set set;
140 int str_len;
141 char *str;
144 Gtid_set automatic_groups;
148 Stage(class GroupTest *gt, Sid_map *sm) in Stage() argument
155 void init(Sid_map *sm) in init()
163 ~Stage() { free(str); } in ~Stage()
[all …]

12345678910>>...85