Home
last modified time | relevance | path

Searched defs:Token (Results 1 – 25 of 11473) sorted by relevance

12345678910>>...459

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/lestrrat-go/jwx/jwt/
H A Dtoken_gen.go29 type Token struct { struct
37 privateClaims map[string]interface{} `json:"-"`
40 func (t *Token) Get(s string) (interface{}, bool) {
143 func (t Token) Audience() StringList {
150 func (t Token) Expiration() time.Time {
157 func (t Token) IssuedAt() time.Time {
167 func (t Token) Issuer() string {
177 func (t Token) JwtID() string {
184 func (t Token) NotBefore() time.Time {
194 func (t Token) Subject() string {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/website/source/api/acl/
H A Dtokens.html.md36 ### Parameters
50 ### Sample Payload
67 ### Sample Request
76 ### Sample Response
120 ### Parameters
125 ### Sample Request
131 ### Sample Response
184 ### Sample Request
235 ### Parameters
335 ### Parameters
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/website/source/api/acl/
H A Dtokens.html.md37 ### Parameters
99 ### Sample Payload
116 ### Sample Request
124 ### Sample Response
168 ### Parameters
179 ### Sample Request
185 ### Sample Response
238 ### Sample Request
289 ### Parameters
425 ### Parameters
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dxpath_parser.h47 struct Token { struct
57 Token(int t) : type(t) {} in Token() argument
58 Token(int t, const String& v) : type(t), str(v) {} in Token() function
59 Token(int t, Step::Axis v) : type(t), axis(v) {} in Token() function
60 Token(int t, NumericOp::Opcode v) : type(t), numop(v) {} in Token() function
61 Token(int t, EqTestOp::Opcode v) : type(t), eqop(v) {} in Token() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A Dxpath_parser.h47 struct Token { struct
57 Token(int t) : type(t) {} in Token() function
58 Token(int t, const String& v) : type(t), str(v) {} in Token() function
59 Token(int t, Step::Axis v) : type(t), axis(v) {} in Token() argument
60 Token(int t, NumericOp::Opcode v) : type(t), numop(v) {} in Token() function
61 Token(int t, EqTestOp::Opcode v) : type(t), eqop(v) {} in Token() argument
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_token.h40 struct Token { struct
57 Token() : cost(0), lid(0), rid(0), attributes(NONE) {} in Token() argument
58 Token(const string &k, const string &v, int c, int l, int r, in Token() argument
62 string key;
63 string value;
64 int cost;
65 int lid;
66 int rid;
67 AttributesBitfield attributes;
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_token.h40 struct Token { struct
57 Token() : cost(0), lid(0), rid(0), attributes(NONE) {} in Token() argument
58 Token(const string &k, const string &v, int c, int l, int r, in Token() function
62 string key;
63 string value;
64 int cost;
65 int lid;
66 int rid;
67 AttributesBitfield attributes;
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_token.h40 struct Token { struct
57 Token() : cost(0), lid(0), rid(0), attributes(NONE) {} in Token() argument
58 Token(const string &k, const string &v, int c, int l, int r, in Token() function
62 string key;
63 string value;
64 int cost;
65 int lid;
66 int rid;
67 AttributesBitfield attributes;
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_token.h40 struct Token { struct
57 Token() : cost(0), lid(0), rid(0), attributes(NONE) {} in Token() function
58 Token(const string &k, const string &v, int c, int l, int r, in Token() argument
62 string key;
63 string value;
64 int cost;
65 int lid;
66 int rid;
67 AttributesBitfield attributes;
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_token.h40 struct Token { struct
57 Token() : cost(0), lid(0), rid(0), attributes(NONE) {} in Token() argument
58 Token(const string &k, const string &v, int c, int l, int r, in Token() argument
62 string key;
63 string value;
64 int cost;
65 int lid;
66 int rid;
67 AttributesBitfield attributes;
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Ddictionary_token.h40 struct Token { struct
57 Token() : cost(0), lid(0), rid(0), attributes(NONE) {} in Token() argument
58 Token(const string &k, const string &v, int c, int l, int r, in Token() function
62 string key;
63 string value;
64 int cost;
65 int lid;
66 int rid;
67 AttributesBitfield attributes;
/dports/www/kf5-khtml/khtml-5.89.0/src/xpath/
H A Dtokenizer.h44 struct Token { struct
50 Token(int _type): type(_type), intValue(0), hasString(false) {} in Token() argument
51 Token(QString _value): type(ERROR + 1), value(_value), intValue(0), hasString(true) {} in Token() function
52 Token(int _type, QString _value): type(_type), value(_value), intValue(0), hasString(true) {} in Token() argument
53 Token(int _type, int _value): type(_type), intValue(_value), hasString(false) {} in Token() argument
/dports/net/gscloud/gscloud-0.11.0/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/google.golang.org/protobuf/internal/encoding/text/
H A Ddecode_token.go109 type Token struct { struct
111 kind Kind
115 attrs uint8
119 numAttrs uint8
121 pos int
124 raw []byte
129 str string
133 func (t Token) Kind() Kind {
138 func (t Token) RawString() string {
143 func (t Token) Pos() int {
[all …]

12345678910>>...459