Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/ClientUtilities/util/
H A DProxyTestRunner.cs37 protected int runnerID; field in NUnit.Util.ProxyTestRunner
55 this.runnerID = testRunner.ID; in ProxyTestRunner()
62 protected ProxyTestRunner( int runnerID ) in ProxyTestRunner() argument
64 this.runnerID = runnerID; in ProxyTestRunner()
71 get { return runnerID; }
H A DMultipleTestDomainRunner.cs21 public MultipleTestDomainRunner( int runnerID ) : base( runnerID ) { } in MultipleTestDomainRunner() argument
45 TestDomain runner = new TestDomain( this.runnerID * 100 + index + 1 ); in Load()
81 TestDomain runner = new TestDomain( this.runnerID * 100 + index + 1 ); in CreateRunners()
H A DAggregatingTestRunner.cs29 protected int runnerID; field in NUnit.Util.AggregatingTestRunner
59 public AggregatingTestRunner( int runnerID ) in AggregatingTestRunner() argument
61 this.runnerID = runnerID; in AggregatingTestRunner()
64 testName.RunnerID = this.runnerID; in AggregatingTestRunner()
73 get { return runnerID; }
H A DProcessRunner.cs30 public ProcessRunner( int runnerID ) : base( runnerID ) { } in ProcessRunner() argument
39 this.TestRunner = agent.CreateRunner(this.runnerID); in Load()
H A DTestDomain.cs34 public TestDomain( int runnerID ) : base( runnerID ) { } in TestDomain() argument
H A DRemoteTestAgent.cs68 public TestRunner CreateRunner(int runnerID) in CreateRunner() argument
70 return new TestDomain( runnerID ); in CreateRunner()
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/core/
H A DDelegatingTestRunner.cs32 protected int runnerID; field in NUnit.Core.DelegatingTestRunner
50 this.runnerID = testRunner.ID; in DelegatingTestRunner()
57 protected DelegatingTestRunner( int runnerID ) in DelegatingTestRunner() argument
59 this.runnerID = runnerID; in DelegatingTestRunner()
66 get { return runnerID; }
H A DProxyTestRunner.cs32 protected int runnerID; field in NUnit.Core.ProxyTestRunner
50 this.runnerID = testRunner.ID; in ProxyTestRunner()
57 protected ProxyTestRunner( int runnerID ) in ProxyTestRunner() argument
59 this.runnerID = runnerID; in ProxyTestRunner()
66 get { return runnerID; }
H A DSimpleTestRunner.cs33 private int runnerID = 0; field in NUnit.Core.SimpleTestRunner
61 public SimpleTestRunner( int runnerID ) in SimpleTestRunner() argument
63 this.runnerID = runnerID; in SimpleTestRunner()
70 get { return runnerID; }
110 test.SetRunnerID( this.runnerID, true ); in Load()
H A DRemoteTestRunner.cs23 public RemoteTestRunner( int runnerID ) : base( runnerID ) { } in RemoteTestRunner() argument
39 TestRunner runner = new SimpleTestRunner( this.runnerID ); in Load()
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/interfaces/
H A DTestName.cs27 private int runnerID; field in NUnit.Core.TestName
56 get { return runnerID; }
57 set { runnerID = value; }
87 return string.Format( "[{0}]{1}", this.runnerID, this.fullName );
143 && this.runnerID == other.runnerID in Equals()
H A DTest.cs146 public void SetRunnerID( int runnerID, bool recursive ) in SetRunnerID() argument
148 this.testName.RunnerID = runnerID; in SetRunnerID()
152 child.SetRunnerID( runnerID, true ); in SetRunnerID()
/dports/devel/bit/bit-1.1.2/vendor/github.com/google/go-github/v32/github/
H A Dactions_runners.go107 func (s *ActionsService) GetRunner(ctx context.Context, owner, repo string, runnerID int64) (*Runne…
108 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
152 func (s *ActionsService) RemoveRunner(ctx context.Context, owner, repo string, runnerID int64) (*Re…
153 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
229 func (s *ActionsService) GetOrganizationRunner(ctx context.Context, owner string, runnerID int64) (…
230 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
268 func (s *ActionsService) RemoveOrganizationRunner(ctx context.Context, owner string, runnerID int64…
269 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Dactions_runners.go124 func (s *ActionsService) GetRunner(ctx context.Context, owner, repo string, runnerID int64) (*Runne…
125 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
169 func (s *ActionsService) RemoveRunner(ctx context.Context, owner, repo string, runnerID int64) (*Re…
170 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
270 func (s *ActionsService) GetOrganizationRunner(ctx context.Context, owner string, runnerID int64) (…
271 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
309 func (s *ActionsService) RemoveOrganizationRunner(ctx context.Context, owner string, runnerID int64…
310 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
H A Denterprise_actions_runners.go60 func (s *EnterpriseService) RemoveRunner(ctx context.Context, enterprise string, runnerID int64) (*…
61 u := fmt.Sprintf("enterprises/%v/actions/runners/%v", enterprise, runnerID)
H A Dactions_runner_groups.go262 func (s *ActionsService) AddRunerGroupRunners(ctx context.Context, org string, groupID, runnerID in…
263 u := fmt.Sprintf("orgs/%v/actions/runner-groups/%v/runners/%v", org, groupID, runnerID)
277 func (s *ActionsService) RemoveRunerGroupRunners(ctx context.Context, org string, groupID, runnerID
278 u := fmt.Sprintf("orgs/%v/actions/runner-groups/%v/runners/%v", org, groupID, runnerID)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/google/go-github/v33/github/
H A Dactions_runners.go122 func (s *ActionsService) GetRunner(ctx context.Context, owner, repo string, runnerID int64) (*Runne…
123 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
167 func (s *ActionsService) RemoveRunner(ctx context.Context, owner, repo string, runnerID int64) (*Re…
168 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
268 func (s *ActionsService) GetOrganizationRunner(ctx context.Context, owner string, runnerID int64) (…
269 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
307 func (s *ActionsService) RemoveOrganizationRunner(ctx context.Context, owner string, runnerID int64…
308 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Dactions_runners.go124 func (s *ActionsService) GetRunner(ctx context.Context, owner, repo string, runnerID int64) (*Runne…
125 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
169 func (s *ActionsService) RemoveRunner(ctx context.Context, owner, repo string, runnerID int64) (*Re…
170 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
329 func (s *ActionsService) GetOrganizationRunner(ctx context.Context, owner string, runnerID int64) (…
330 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
368 func (s *ActionsService) RemoveOrganizationRunner(ctx context.Context, owner string, runnerID int64…
369 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
H A Denterprise_actions_runners.go60 func (s *EnterpriseService) RemoveRunner(ctx context.Context, enterprise string, runnerID int64) (*…
61 u := fmt.Sprintf("enterprises/%v/actions/runners/%v", enterprise, runnerID)
H A Dactions_runner_groups.go270 func (s *ActionsService) AddRunnerGroupRunners(ctx context.Context, org string, groupID, runnerID i…
271 u := fmt.Sprintf("orgs/%v/actions/runner-groups/%v/runners/%v", org, groupID, runnerID)
285 …ice) RemoveRunnerGroupRunners(ctx context.Context, org string, groupID, runnerID int64) (*Response…
286 u := fmt.Sprintf("orgs/%v/actions/runner-groups/%v/runners/%v", org, groupID, runnerID)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/go-github/v39/github/
H A Dactions_runners.go124 func (s *ActionsService) GetRunner(ctx context.Context, owner, repo string, runnerID int64) (*Runne…
125 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
169 func (s *ActionsService) RemoveRunner(ctx context.Context, owner, repo string, runnerID int64) (*Re…
170 u := fmt.Sprintf("repos/%v/%v/actions/runners/%v", owner, repo, runnerID)
329 func (s *ActionsService) GetOrganizationRunner(ctx context.Context, owner string, runnerID int64) (…
330 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
368 func (s *ActionsService) RemoveOrganizationRunner(ctx context.Context, owner string, runnerID int64…
369 u := fmt.Sprintf("orgs/%v/actions/runners/%v", owner, runnerID)
H A Denterprise_actions_runners.go60 func (s *EnterpriseService) RemoveRunner(ctx context.Context, enterprise string, runnerID int64) (*…
61 u := fmt.Sprintf("enterprises/%v/actions/runners/%v", enterprise, runnerID)
H A Dactions_runner_groups.go270 func (s *ActionsService) AddRunnerGroupRunners(ctx context.Context, org string, groupID, runnerID i…
271 u := fmt.Sprintf("orgs/%v/actions/runner-groups/%v/runners/%v", org, groupID, runnerID)
285 …ice) RemoveRunnerGroupRunners(ctx context.Context, org string, groupID, runnerID int64) (*Response…
286 u := fmt.Sprintf("orgs/%v/actions/runner-groups/%v/runners/%v", org, groupID, runnerID)
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/core/Builders/
H A DAbstractTestCaseBuilder.cs24 protected int runnerID; field in NUnit.Core.Builders.AbstractTestCaseBuilder
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/network/
H A Dgitlab.go41 runnerID string member
51 func (arspm *APIRequestStatusesMap) Append(runnerID string, endpoint APIEndpoint, status int) {
55 permutation := apiRequestStatusPermutation{runnerID: runnerID, endpoint: endpoint, status: status}
79 permutation.runnerID,