Home
last modified time | relevance | path

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

12345678910>>...173

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dqxslttokenizer_p.h80 class SingleTokenContainer : public TokenSource
173 TokenSource::Queue *const ts);
174 void queueEmptySequence(TokenSource::Queue *const to);
189 TokenSource::Queue *const to);
196 void insideChoose(TokenSource::Queue *const to);
247 TokenSource::Queue *const to,
253 TokenSource::Queue *const to);
259 TokenSource::Queue *const to,
376 void handleXSLTVersion(TokenSource::Queue *const to,
386 void handleXMLBase(TokenSource::Queue *const to,
[all …]
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dqxslttokenizer_p.h76 class SingleTokenContainer : public TokenSource
170 TokenSource::Queue *const ts);
171 void queueEmptySequence(TokenSource::Queue *const to);
186 TokenSource::Queue *const to);
193 void insideChoose(TokenSource::Queue *const to);
244 TokenSource::Queue *const to,
250 TokenSource::Queue *const to);
256 TokenSource::Queue *const to,
373 void handleXSLTVersion(TokenSource::Queue *const to,
383 void handleXMLBase(TokenSource::Queue *const to,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go9 type TokenSource bool type
12 TokenSourceConfig TokenSource = false
13 TokenSourceAPI TokenSource = true
30 userTokenSource TokenSource
38 agentTokenSource TokenSource
46 agentMasterTokenSource TokenSource
53 replicationTokenSource TokenSource
138 func (t *Store) UserTokenAndSource() (string, TokenSource) {
146 func (t *Store) AgentTokenAndSource() (string, TokenSource) {
153 func (t *Store) AgentMasterTokenAndSource() (string, TokenSource) {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/util/
H A Dtokenizer.cs60 private enum TokenSource enum in System.Security.Util.Tokenizer
91 private TokenSource _inTokenSource;
119 _inTokenSource = TokenSource.Other; in BasicInitialization()
133 _inTokenSource = TokenSource.String; in Tokenizer()
216 case TokenSource.UTF8ByteArray: in ChangeFormat()
240 case TokenSource.String: in ChangeFormat()
241 case TokenSource.CharArray: in ChangeFormat()
266 case TokenSource.CharArray: in ChangeFormat()
267 case TokenSource.String: in ChangeFormat()
412 case TokenSource.CharArray: in GetTokens()
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/token/
H A Dstore.go9 type TokenSource bool type
12 TokenSourceConfig TokenSource = false
13 TokenSourceAPI TokenSource = true
52 userTokenSource TokenSource
60 agentTokenSource TokenSource
68 agentMasterTokenSource TokenSource
75 replicationTokenSource TokenSource
258 func (t *Store) UserTokenAndSource() (string, TokenSource) {
266 func (t *Store) AgentTokenAndSource() (string, TokenSource) {
273 func (t *Store) AgentMasterTokenAndSource() (string, TokenSource) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go9 type TokenSource bool type
12 TokenSourceConfig TokenSource = false
13 TokenSourceAPI TokenSource = true
52 userTokenSource TokenSource
60 agentTokenSource TokenSource
68 agentMasterTokenSource TokenSource
75 replicationTokenSource TokenSource
252 func (t *Store) UserTokenAndSource() (string, TokenSource) {
260 func (t *Store) AgentTokenAndSource() (string, TokenSource) {
267 func (t *Store) AgentMasterTokenAndSource() (string, TokenSource) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go9 type TokenSource bool type
12 TokenSourceConfig TokenSource = false
13 TokenSourceAPI TokenSource = true
52 userTokenSource TokenSource
60 agentTokenSource TokenSource
68 agentMasterTokenSource TokenSource
75 replicationTokenSource TokenSource
258 func (t *Store) UserTokenAndSource() (string, TokenSource) {
266 func (t *Store) AgentTokenAndSource() (string, TokenSource) {
273 func (t *Store) AgentMasterTokenAndSource() (string, TokenSource) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/token/
H A Dstore.go9 type TokenSource bool type
12 TokenSourceConfig TokenSource = false
13 TokenSourceAPI TokenSource = true
52 userTokenSource TokenSource
60 agentTokenSource TokenSource
68 agentMasterTokenSource TokenSource
75 replicationTokenSource TokenSource
258 func (t *Store) UserTokenAndSource() (string, TokenSource) {
266 func (t *Store) AgentTokenAndSource() (string, TokenSource) {
273 func (t *Store) AgentMasterTokenAndSource() (string, TokenSource) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/google.golang.org/api/transport/
H A Ddial.go67 o.TokenSource = ts
69 if o.TokenSource == nil {
71 o.TokenSource, err = google.DefaultTokenSource(ctx, o.Scopes...)
76 return oauth2.NewClient(ctx, o.TokenSource), o.Endpoint, nil
100 o.TokenSource = ts
102 if o.TokenSource == nil {
104 o.TokenSource, err = google.DefaultTokenSource(ctx, o.Scopes...)
110 grpc.WithPerRPCCredentials(oauth.TokenSource{o.TokenSource}),
124 …cctTokenSource(ctx context.Context, filename string, scope ...string) (oauth2.TokenSource, error) {
133 return cfg.TokenSource(ctx), nil
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/google.golang.org/api/transport/
H A Ddial.go67 o.TokenSource = ts
69 if o.TokenSource == nil {
71 o.TokenSource, err = google.DefaultTokenSource(ctx, o.Scopes...)
76 return oauth2.NewClient(ctx, o.TokenSource), o.Endpoint, nil
100 o.TokenSource = ts
102 if o.TokenSource == nil {
104 o.TokenSource, err = google.DefaultTokenSource(ctx, o.Scopes...)
110 grpc.WithPerRPCCredentials(oauth.TokenSource{o.TokenSource}),
124 …cctTokenSource(ctx context.Context, filename string, scope ...string) (oauth2.TokenSource, error) {
133 return cfg.TokenSource(ctx), nil
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource anonMember
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
54 func (ts TokenSource) RequireTransportSecurity() bool { argument
127 return TokenSource{google.ComputeTokenSource("")}
142 s.t, err = s.config.TokenSource(ctx).Token()
191 return TokenSource{creds.TokenSource}, nil
206 return TokenSource{creds.TokenSource}, nil
216 return TokenSource{creds.TokenSource}, nil
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource argument
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
54 func (ts TokenSource) RequireTransportSecurity() bool { argument
127 return TokenSource{google.ComputeTokenSource("")}
142 s.t, err = s.config.TokenSource(ctx).Token()
191 return TokenSource{creds.TokenSource}, nil
206 return TokenSource{creds.TokenSource}, nil
216 return TokenSource{creds.TokenSource}, nil
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource argument
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
54 func (ts TokenSource) RequireTransportSecurity() bool { argument
127 return TokenSource{google.ComputeTokenSource("")}
142 s.t, err = s.config.TokenSource(ctx).Token()
191 return TokenSource{creds.TokenSource}, nil
206 return TokenSource{creds.TokenSource}, nil
216 return TokenSource{creds.TokenSource}, nil
/dports/net-im/dendrite/dendrite-0.5.1/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource anonMember
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
54 func (ts TokenSource) RequireTransportSecurity() bool { argument
127 return TokenSource{google.ComputeTokenSource("")}
142 s.t, err = s.config.TokenSource(ctx).Token()
191 return TokenSource{creds.TokenSource}, nil
206 return TokenSource{creds.TokenSource}, nil
216 return TokenSource{creds.TokenSource}, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/google.golang.org/cloud/internal/transport/
H A Ddial.go62 if o.TokenSource == nil {
64 o.TokenSource, err = google.DefaultTokenSource(ctx, o.Scopes...)
69 return oauth2.NewClient(ctx, o.TokenSource), o.Endpoint, nil
85 if o.TokenSource != nil {
89 case o.TokenSource != nil:
90 client = oauth2.NewClient(ctx, o.TokenSource)
119 if o.TokenSource == nil {
121 o.TokenSource, err = google.DefaultTokenSource(ctx, o.Scopes...)
127 grpc.WithPerRPCCredentials(oauth.TokenSource{o.TokenSource}),
/dports/net/drive/drive-0.4.0/drive-gen/Godeps/_workspace/src/google.golang.org/cloud/internal/transport/
H A Ddial.go62 if o.TokenSource == nil {
64 o.TokenSource, err = google.DefaultTokenSource(ctx, o.Scopes...)
69 return oauth2.NewClient(ctx, o.TokenSource), o.Endpoint, nil
85 if o.TokenSource != nil {
89 case o.TokenSource != nil:
90 client = oauth2.NewClient(ctx, o.TokenSource)
119 if o.TokenSource == nil {
121 o.TokenSource, err = google.DefaultTokenSource(ctx, o.Scopes...)
127 grpc.WithPerRPCCredentials(oauth.TokenSource{o.TokenSource}),
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource anonMember
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
55 func (ts TokenSource) RequireTransportSecurity() bool { argument
130 return TokenSource{google.ComputeTokenSource("")}
145 s.t, err = s.config.TokenSource(ctx).Token()
195 return TokenSource{creds.TokenSource}, nil
210 return TokenSource{creds.TokenSource}, nil
220 return TokenSource{creds.TokenSource}, nil
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource anonMember
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
55 func (ts TokenSource) RequireTransportSecurity() bool { argument
130 return TokenSource{google.ComputeTokenSource("")}
145 s.t, err = s.config.TokenSource(ctx).Token()
195 return TokenSource{creds.TokenSource}, nil
210 return TokenSource{creds.TokenSource}, nil
220 return TokenSource{creds.TokenSource}, nil
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource argument
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
55 func (ts TokenSource) RequireTransportSecurity() bool { argument
130 return TokenSource{google.ComputeTokenSource("")}
145 s.t, err = s.config.TokenSource(ctx).Token()
195 return TokenSource{creds.TokenSource}, nil
210 return TokenSource{creds.TokenSource}, nil
220 return TokenSource{creds.TokenSource}, nil
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource argument
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
55 func (ts TokenSource) RequireTransportSecurity() bool { argument
130 return TokenSource{google.ComputeTokenSource("")}
145 s.t, err = s.config.TokenSource(ctx).Token()
195 return TokenSource{creds.TokenSource}, nil
210 return TokenSource{creds.TokenSource}, nil
220 return TokenSource{creds.TokenSource}, nil
/dports/www/gitea/gitea-1.16.5/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go36 type TokenSource struct { struct
37 oauth2.TokenSource argument
41 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
56 func (ts TokenSource) RequireTransportSecurity() bool { argument
147 return TokenSource{google.ComputeTokenSource("")}
162 s.t, err = s.config.TokenSource(ctx).Token()
212 return TokenSource{creds.TokenSource}, nil
227 return TokenSource{creds.TokenSource}, nil
237 return TokenSource{creds.TokenSource}, nil
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource argument
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
55 func (ts TokenSource) RequireTransportSecurity() bool { argument
130 return TokenSource{google.ComputeTokenSource("")}
145 s.t, err = s.config.TokenSource(ctx).Token()
195 return TokenSource{creds.TokenSource}, nil
210 return TokenSource{creds.TokenSource}, nil
220 return TokenSource{creds.TokenSource}, nil
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go36 type TokenSource struct { struct
37 oauth2.TokenSource argument
41 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
56 func (ts TokenSource) RequireTransportSecurity() bool { argument
147 return TokenSource{google.ComputeTokenSource("")}
162 s.t, err = s.config.TokenSource(ctx).Token()
212 return TokenSource{creds.TokenSource}, nil
227 return TokenSource{creds.TokenSource}, nil
237 return TokenSource{creds.TokenSource}, nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource anonMember
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
55 func (ts TokenSource) RequireTransportSecurity() bool { argument
130 return TokenSource{google.ComputeTokenSource("")}
145 s.t, err = s.config.TokenSource(ctx).Token()
195 return TokenSource{creds.TokenSource}, nil
210 return TokenSource{creds.TokenSource}, nil
220 return TokenSource{creds.TokenSource}, nil
/dports/security/xray-core/Xray-core-1.5.0/vendor/google.golang.org/grpc/credentials/oauth/
H A Doauth.go35 type TokenSource struct { struct
36 oauth2.TokenSource argument
40 func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, er… argument
55 func (ts TokenSource) RequireTransportSecurity() bool { argument
130 return TokenSource{google.ComputeTokenSource("")}
145 s.t, err = s.config.TokenSource(ctx).Token()
195 return TokenSource{creds.TokenSource}, nil
210 return TokenSource{creds.TokenSource}, nil
220 return TokenSource{creds.TokenSource}, nil

12345678910>>...173