Home
last modified time | relevance | path

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

12345678910

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-service-quotas/include/aws/service-quotas/model/
H A DGetAWSDefaultServiceQuotaResult.h43 inline void SetQuota(const ServiceQuota& value) { m_quota = value; } in SetQuota() function
48 inline void SetQuota(ServiceQuota&& value) { m_quota = std::move(value); } in SetQuota() function
53 …inline GetAWSDefaultServiceQuotaResult& WithQuota(const ServiceQuota& value) { SetQuota(value); re… in WithQuota()
58 …inline GetAWSDefaultServiceQuotaResult& WithQuota(ServiceQuota&& value) { SetQuota(std::move(value… in WithQuota()
H A DGetServiceQuotaResult.h43 inline void SetQuota(const ServiceQuota& value) { m_quota = value; } in SetQuota() function
48 inline void SetQuota(ServiceQuota&& value) { m_quota = std::move(value); } in SetQuota() function
53 …inline GetServiceQuotaResult& WithQuota(const ServiceQuota& value) { SetQuota(value); return *this… in WithQuota()
58 …inline GetServiceQuotaResult& WithQuota(ServiceQuota&& value) { SetQuota(std::move(value)); return… in WithQuota()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudphoto/
H A Dset_quota.go25 func (client *Client) SetQuota(request *SetQuotaRequest) (response *SetQuotaResponse, err error) { func
40 response, err := client.SetQuota(request)
64 response, err = client.SetQuota(request)
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudphoto/
H A Dset_quota.go25 func (client *Client) SetQuota(request *SetQuotaRequest) (response *SetQuotaResponse, err error) { func
40 response, err := client.SetQuota(request)
64 response, err = client.SetQuota(request)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudphoto/
H A Dset_quota.go25 func (client *Client) SetQuota(request *SetQuotaRequest) (response *SetQuotaResponse, err error) { func
40 response, err := client.SetQuota(request)
64 response, err = client.SetQuota(request)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/quota/
H A Dprojectquota_test.go51 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
61 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
73 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
H A Dprojectquota_unsupported.go11 func (q *Control) SetQuota(targetPath string, quota Quota) error { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/quota/
H A Dprojectquota_test.go51 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
61 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
73 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
/dports/security/vault/vault-1.8.2/vault/quotas/
H A Dquotas_test.go20 require.NoError(t, qm.SetQuota(context.Background(), TypeRateLimit.String(), quota, false))
23 require.NoError(t, qm.SetQuota(context.Background(), TypeRateLimit.String(), quota, false))
49 require.NoError(t, qm.SetQuota(context.Background(), TypeRateLimit.String(), quota, true))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/quota/
H A Dprojectquota_test.go51 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
61 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
73 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/quota/
H A Dprojectquota_test.go51 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
61 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
73 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/imap/handlers/
H A Dquota.cpp68 void SetQuota::parse() in parse()
76 void SetQuota::execute() in execute()
/dports/mail/archiveopteryx-devel/aox-96ab17e/imap/handlers/
H A Dquota.cpp68 void SetQuota::parse() in parse()
76 void SetQuota::execute() in execute()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/
H A DCreateUsagePlanRequest.h212 inline void SetQuota(const QuotaSettings& value) { m_quotaHasBeenSet = true; m_quota = value; } in SetQuota() function
217 …inline void SetQuota(QuotaSettings&& value) { m_quotaHasBeenSet = true; m_quota = std::move(value)… in SetQuota() function
222 …inline CreateUsagePlanRequest& WithQuota(const QuotaSettings& value) { SetQuota(value); return *th… in WithQuota()
227 …inline CreateUsagePlanRequest& WithQuota(QuotaSettings&& value) { SetQuota(std::move(value)); retu… in WithQuota()
H A DCreateUsagePlanResult.h229 inline void SetQuota(const QuotaSettings& value) { m_quota = value; } in SetQuota() function
234 inline void SetQuota(QuotaSettings&& value) { m_quota = std::move(value); } in SetQuota() function
239 …inline CreateUsagePlanResult& WithQuota(const QuotaSettings& value) { SetQuota(value); return *thi… in WithQuota()
244 …inline CreateUsagePlanResult& WithQuota(QuotaSettings&& value) { SetQuota(std::move(value)); retur… in WithQuota()
H A DUpdateUsagePlanResult.h229 inline void SetQuota(const QuotaSettings& value) { m_quota = value; } in SetQuota() function
234 inline void SetQuota(QuotaSettings&& value) { m_quota = std::move(value); } in SetQuota() function
239 …inline UpdateUsagePlanResult& WithQuota(const QuotaSettings& value) { SetQuota(value); return *thi… in WithQuota()
244 …inline UpdateUsagePlanResult& WithQuota(QuotaSettings&& value) { SetQuota(std::move(value)); retur… in WithQuota()
H A DGetUsagePlanResult.h229 inline void SetQuota(const QuotaSettings& value) { m_quota = value; } in SetQuota() function
234 inline void SetQuota(QuotaSettings&& value) { m_quota = std::move(value); } in SetQuota() function
239 … inline GetUsagePlanResult& WithQuota(const QuotaSettings& value) { SetQuota(value); return *this;} in WithQuota()
244 …inline GetUsagePlanResult& WithQuota(QuotaSettings&& value) { SetQuota(std::move(value)); return *… in WithQuota()
H A DUsagePlan.h259 inline void SetQuota(const QuotaSettings& value) { m_quotaHasBeenSet = true; m_quota = value; } in SetQuota() function
264 …inline void SetQuota(QuotaSettings&& value) { m_quotaHasBeenSet = true; m_quota = std::move(value)… in SetQuota() function
269 inline UsagePlan& WithQuota(const QuotaSettings& value) { SetQuota(value); return *this;} in WithQuota()
274 inline UsagePlan& WithQuota(QuotaSettings&& value) { SetQuota(std::move(value)); return *this;} in WithQuota()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go134 require.NoError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
144 require.NoError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
156 require.NoError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go125 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
135 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
147 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go125 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
135 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
147 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go134 require.NoError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
144 require.NoError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
156 require.NoError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go125 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
135 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
147 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/graphdriver/quota/
H A Dprojectquota_test.go125 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
135 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
147 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/graphdriver/quota/
H A Dprojectquota_test.go125 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
135 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))
147 assert.NilError(t, ctrl.SetQuota(testSubDir, Quota{testQuotaSize}))

12345678910