Home
last modified time | relevance | path

Searched refs:ApplyLicense (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/api/
H A Doperator.go290 return op.ApplyLicense(license, nil, q)
293 func (op *Operator) ApplyLicense(license string, opts *ApplyLicenseOptions, q *WriteOptions) (*Writ… func
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Doperator.go290 return op.ApplyLicense(license, nil, q)
293 func (op *Operator) ApplyLicense(license string, opts *ApplyLicenseOptions, q *WriteOptions) (*Writ… func
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/internal/licenseutils/
H A Dutils.go196 func ApplyLicense(ctx context.Context, dclient licensing.WrappedDockerClient, license *model.Issued… func
/dports/games/jin/jin-2.14.1/src/free/util/
H A DApplyLicense.java40 public class ApplyLicense{ class
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/engine/
H A Dactivate.go112 if err = licenseutils.ApplyLicense(ctx, dclient, license); err != nil {