Home
last modified time | relevance | path

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

12345678910>>...39

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/
H A DApiKey.h39 class AWS_APIGATEWAY_API ApiKey
42 ApiKey();
43 ApiKey(Aws::Utils::Json::JsonView jsonValue);
44 ApiKey& operator=(Aws::Utils::Json::JsonView jsonValue);
76 inline ApiKey& WithId(const Aws::String& value) { SetId(value); return *this;} in WithId()
81 inline ApiKey& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} in WithId()
86 inline ApiKey& WithId(const char* value) { SetId(value); return *this;} in WithId()
127 inline ApiKey& WithValue(const char* value) { SetValue(value); return *this;} in WithValue()
158 inline ApiKey& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
168 inline ApiKey& WithName(const char* value) { SetName(value); return *this;} in WithName()
[all …]
H A DGetApiKeysResult.h119 inline const Aws::Vector<ApiKey>& GetItems() const{ return m_items; } in GetItems()
124 inline void SetItems(const Aws::Vector<ApiKey>& value) { m_items = value; } in SetItems()
129 inline void SetItems(Aws::Vector<ApiKey>&& value) { m_items = std::move(value); } in SetItems()
134 …inline GetApiKeysResult& WithItems(const Aws::Vector<ApiKey>& value) { SetItems(value); return *th… in WithItems()
139 …inline GetApiKeysResult& WithItems(Aws::Vector<ApiKey>&& value) { SetItems(std::move(value)); retu… in WithItems()
144 … inline GetApiKeysResult& AddItems(const ApiKey& value) { m_items.push_back(value); return *this; } in AddItems()
149 …inline GetApiKeysResult& AddItems(ApiKey&& value) { m_items.push_back(std::move(value)); return *t… in AddItems()
157 Aws::Vector<ApiKey> m_items;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appsync/include/aws/appsync/model/
H A DApiKey.h58 class AWS_APPSYNC_API ApiKey
61 ApiKey();
62 ApiKey(Aws::Utils::Json::JsonView jsonValue);
63 ApiKey& operator=(Aws::Utils::Json::JsonView jsonValue);
95 inline ApiKey& WithId(const Aws::String& value) { SetId(value); return *this;} in WithId()
100 inline ApiKey& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} in WithId()
105 inline ApiKey& WithId(const char* value) { SetId(value); return *this;} in WithId()
136 inline ApiKey& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} in WithDescription()
146 inline ApiKey& WithDescription(const char* value) { SetDescription(value); return *this;} in WithDescription()
171 inline ApiKey& WithExpires(long long value) { SetExpires(value); return *this;} in WithExpires()
[all …]
H A DListApiKeysResult.h40 inline const Aws::Vector<ApiKey>& GetApiKeys() const{ return m_apiKeys; } in GetApiKeys()
45 inline void SetApiKeys(const Aws::Vector<ApiKey>& value) { m_apiKeys = value; } in SetApiKeys()
50 inline void SetApiKeys(Aws::Vector<ApiKey>&& value) { m_apiKeys = std::move(value); } in SetApiKeys()
55 …inline ListApiKeysResult& WithApiKeys(const Aws::Vector<ApiKey>& value) { SetApiKeys(value); retur… in WithApiKeys()
60 …inline ListApiKeysResult& WithApiKeys(Aws::Vector<ApiKey>&& value) { SetApiKeys(std::move(value));… in WithApiKeys()
65 …inline ListApiKeysResult& AddApiKeys(const ApiKey& value) { m_apiKeys.push_back(value); return *th… in AddApiKeys()
70 …inline ListApiKeysResult& AddApiKeys(ApiKey&& value) { m_apiKeys.push_back(std::move(value)); retu… in AddApiKeys()
117 Aws::Vector<ApiKey> m_apiKeys;
H A DCreateApiKeyResult.h38 inline const ApiKey& GetApiKey() const{ return m_apiKey; } in GetApiKey()
43 inline void SetApiKey(const ApiKey& value) { m_apiKey = value; } in SetApiKey()
48 inline void SetApiKey(ApiKey&& value) { m_apiKey = std::move(value); } in SetApiKey()
53 inline CreateApiKeyResult& WithApiKey(const ApiKey& value) { SetApiKey(value); return *this;} in WithApiKey()
58 …inline CreateApiKeyResult& WithApiKey(ApiKey&& value) { SetApiKey(std::move(value)); return *this;} in WithApiKey()
62 ApiKey m_apiKey;
H A DUpdateApiKeyResult.h38 inline const ApiKey& GetApiKey() const{ return m_apiKey; } in GetApiKey()
43 inline void SetApiKey(const ApiKey& value) { m_apiKey = value; } in SetApiKey()
48 inline void SetApiKey(ApiKey&& value) { m_apiKey = std::move(value); } in SetApiKey()
53 inline UpdateApiKeyResult& WithApiKey(const ApiKey& value) { SetApiKey(value); return *this;} in WithApiKey()
58 …inline UpdateApiKeyResult& WithApiKey(ApiKey&& value) { SetApiKey(std::move(value)); return *this;} in WithApiKey()
62 ApiKey m_apiKey;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appsync/source/model/
H A DApiKey.cpp21 ApiKey::ApiKey() : in ApiKey() function in Aws::AppSync::Model::ApiKey
31 ApiKey::ApiKey(JsonView jsonValue) : in ApiKey() function in Aws::AppSync::Model::ApiKey
42 ApiKey& ApiKey::operator =(JsonView jsonValue) in operator =()
75 JsonValue ApiKey::Jsonize() const in Jsonize()
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdkafka_mock_cgrp.c93 int16_t ApiKey = request->rkbuf_reqhdr.ApiKey; in rd_kafka_mock_cgrp_check_state() local
95 ApiKey == RD_KAFKAP_SyncGroup || in rd_kafka_mock_cgrp_check_state()
96 ApiKey == RD_KAFKAP_Heartbeat || in rd_kafka_mock_cgrp_check_state()
97 ApiKey == RD_KAFKAP_OffsetCommit; in rd_kafka_mock_cgrp_check_state()
108 if (ApiKey == RD_KAFKAP_JoinGroup) in rd_kafka_mock_cgrp_check_state()
113 if (ApiKey == RD_KAFKAP_JoinGroup || in rd_kafka_mock_cgrp_check_state()
114 ApiKey == RD_KAFKAP_LeaveGroup) in rd_kafka_mock_cgrp_check_state()
120 if (ApiKey == RD_KAFKAP_SyncGroup || in rd_kafka_mock_cgrp_check_state()
121 ApiKey == RD_KAFKAP_JoinGroup || in rd_kafka_mock_cgrp_check_state()
122 ApiKey == RD_KAFKAP_LeaveGroup) in rd_kafka_mock_cgrp_check_state()
[all …]
H A Drdkafka_mock.h137 int16_t ApiKey);
156 int16_t ApiKey, size_t cnt, ...);
165 int16_t ApiKey,
189 int16_t ApiKey, size_t cnt, ...);
322 int16_t ApiKey,
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdkafka_mock_cgrp.c93 int16_t ApiKey = request->rkbuf_reqhdr.ApiKey; in rd_kafka_mock_cgrp_check_state() local
95 ApiKey == RD_KAFKAP_SyncGroup || in rd_kafka_mock_cgrp_check_state()
96 ApiKey == RD_KAFKAP_Heartbeat || in rd_kafka_mock_cgrp_check_state()
97 ApiKey == RD_KAFKAP_OffsetCommit; in rd_kafka_mock_cgrp_check_state()
108 if (ApiKey == RD_KAFKAP_JoinGroup) in rd_kafka_mock_cgrp_check_state()
113 if (ApiKey == RD_KAFKAP_JoinGroup || in rd_kafka_mock_cgrp_check_state()
114 ApiKey == RD_KAFKAP_LeaveGroup) in rd_kafka_mock_cgrp_check_state()
120 if (ApiKey == RD_KAFKAP_SyncGroup || in rd_kafka_mock_cgrp_check_state()
121 ApiKey == RD_KAFKAP_JoinGroup || in rd_kafka_mock_cgrp_check_state()
122 ApiKey == RD_KAFKAP_LeaveGroup) in rd_kafka_mock_cgrp_check_state()
[all …]
H A Drdkafka_mock.h137 int16_t ApiKey);
152 int16_t ApiKey, size_t cnt, ...);
161 int16_t ApiKey,
185 int16_t ApiKey, size_t cnt, ...);
318 int16_t ApiKey,
H A Drdkafka_buf.c36 switch (rkbuf->rkbuf_reqhdr.ApiKey) in rd_kafka_buf_destroy_final()
124 int16_t ApiKey, in rd_kafka_buf_new_request0() argument
146 rkbuf->rkbuf_reqhdr.ApiKey = ApiKey; in rd_kafka_buf_new_request0()
152 rd_kafka_buf_write_i16(rkbuf, rkbuf->rkbuf_reqhdr.ApiKey); in rd_kafka_buf_new_request0()
189 rkbuf->rkbuf_reqhdr.ApiKey = RD_KAFKAP_None; in rd_kafka_buf_new_shadow()
209 if (rkbuf->rkbuf_reqhdr.ApiKey == RD_KAFKAP_Produce) in rd_kafka_bufq_enq()
218 if (rkbuf->rkbuf_reqhdr.ApiKey == RD_KAFKAP_Produce) in rd_kafka_bufq_deq()
283 switch (rkbuf->rkbuf_reqhdr.ApiKey) in rd_kafka_bufq_connection_reset()
322 rd_kafka_ApiKey2str(rkbuf->rkbuf_reqhdr.ApiKey), in rd_kafka_bufq_dump()
459 request->rkbuf_reqhdr.ApiKey, in rd_kafka_buf_callback()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdkafka_mock_cgrp.c89 int16_t ApiKey = request->rkbuf_reqhdr.ApiKey; in rd_kafka_mock_cgrp_check_state() local
91 ApiKey == RD_KAFKAP_SyncGroup || in rd_kafka_mock_cgrp_check_state()
92 ApiKey == RD_KAFKAP_Heartbeat || in rd_kafka_mock_cgrp_check_state()
93 ApiKey == RD_KAFKAP_OffsetCommit; in rd_kafka_mock_cgrp_check_state()
104 if (ApiKey == RD_KAFKAP_JoinGroup) in rd_kafka_mock_cgrp_check_state()
109 if (ApiKey == RD_KAFKAP_JoinGroup || in rd_kafka_mock_cgrp_check_state()
110 ApiKey == RD_KAFKAP_LeaveGroup) in rd_kafka_mock_cgrp_check_state()
116 if (ApiKey == RD_KAFKAP_SyncGroup || in rd_kafka_mock_cgrp_check_state()
117 ApiKey == RD_KAFKAP_LeaveGroup) in rd_kafka_mock_cgrp_check_state()
121 if (ApiKey == RD_KAFKAP_JoinGroup || in rd_kafka_mock_cgrp_check_state()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/source/model/
H A DApiKey.cpp21 ApiKey::ApiKey() : in ApiKey() function in Aws::APIGateway::Model::ApiKey
36 ApiKey::ApiKey(JsonView jsonValue) : in ApiKey() function in Aws::APIGateway::Model::ApiKey
52 ApiKey& ApiKey::operator =(JsonView jsonValue) in operator =()
133 JsonValue ApiKey::Jsonize() const in Jsonize()
/dports/security/vault/vault-1.8.2/vendor/github.com/ncw/swift/rs/
H A Drs_test.go26 ApiKey := os.Getenv("SWIFT_API_KEY")
28 if UserName == "" || ApiKey == "" || AuthUrl == "" {
33 c.ApiKey = ApiKey
65 c2.ApiKey = c.ApiKey
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/ncw/swift/rs/
H A Drs_test.go26 ApiKey := os.Getenv("SWIFT_API_KEY")
28 if UserName == "" || ApiKey == "" || AuthUrl == "" {
33 c.ApiKey = ApiKey
65 c2.ApiKey = c.ApiKey
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/ncw/swift/rs/
H A Drs_test.go26 ApiKey := os.Getenv("SWIFT_API_KEY")
28 if UserName == "" || ApiKey == "" || AuthUrl == "" {
33 c.ApiKey = ApiKey
65 c2.ApiKey = c.ApiKey
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/ncw/swift/swift-1.0.47/rs/
H A Drs_test.go26 ApiKey := os.Getenv("SWIFT_API_KEY")
28 if UserName == "" || ApiKey == "" || AuthUrl == "" {
33 c.ApiKey = ApiKey
65 c2.ApiKey = c.ApiKey
/dports/www/grafana8/grafana-8.3.6/pkg/models/
H A Dapikey.go15 type ApiKey struct { struct
38 Result *ApiKey `json:"-"`
52 Result []*ApiKey
58 Result *ApiKey
63 Result *ApiKey
/dports/net/rclone/rclone-1.57.0/vendor/github.com/ncw/swift/v2/rs/
H A Drs_test.go27 ApiKey := os.Getenv("SWIFT_API_KEY")
29 if UserName == "" || ApiKey == "" || AuthUrl == "" {
34 c.ApiKey = ApiKey
66 c2.ApiKey = c.ApiKey
/dports/www/grafana8/grafana-8.3.6/public/app/features/api-keys/__mocks__/
H A DapiKeysMock.ts1 import { ApiKey, OrgRole } from 'app/types';
3 export const getMultipleMockKeys = (numberOfKeys: number): ApiKey[] => {
4 const keys: ApiKey[] = [];
19 export const getMockKey = (): ApiKey => {
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/mailgun/mailgun-go/
H A Dmailing_lists.go67 r.setBasicAuth(basicAuthUser, mg.ApiKey())
98 r.setBasicAuth(basicAuthUser, mg.ApiKey())
126 r.setBasicAuth(basicAuthUser, mg.ApiKey())
136 r.setBasicAuth(basicAuthUser, mg.ApiKey())
159 r.setBasicAuth(basicAuthUser, mg.ApiKey())
189 r.setBasicAuth(basicAuthUser, mg.ApiKey())
217 r.setBasicAuth(basicAuthUser, mg.ApiKey())
240 r.setBasicAuth(basicAuthUser, mg.ApiKey())
258 r.setBasicAuth(basicAuthUser, mg.ApiKey())
291 r.setBasicAuth(basicAuthUser, mg.ApiKey())
[all …]
H A Dwebhooks.go17 r.setBasicAuth(basicAuthUser, mg.ApiKey())
38 r.setBasicAuth(basicAuthUser, mg.ApiKey())
50 r.setBasicAuth(basicAuthUser, mg.ApiKey())
59 r.setBasicAuth(basicAuthUser, mg.ApiKey())
73 r.setBasicAuth(basicAuthUser, mg.ApiKey())
81 h := hmac.New(sha256.New, []byte(mg.ApiKey()))
H A Dunsubscribes.go25 r.setBasicAuth(basicAuthUser, mg.ApiKey())
39 r.setBasicAuth(basicAuthUser, mg.ApiKey())
52 r.setBasicAuth(basicAuthUser, mg.ApiKey())
66 r.setBasicAuth(basicAuthUser, mg.ApiKey())
77 r.setBasicAuth(basicAuthUser, mg.ApiKey())
/dports/www/py-django-tastypie/django-tastypie-0.14.4/tastypie/management/commands/
H A Dbackfill_api_keys.py5 from tastypie.models import ApiKey
18 api_key = ApiKey.objects.get(user=user)
26 except ApiKey.DoesNotExist:
27 api_key = ApiKey.objects.create(user=user)

12345678910>>...39