Home
last modified time | relevance | path

Searched defs:Session (Results 176 – 200 of 8904) sorted by relevance

12345678910>>...357

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.h111 struct Session { struct
112 orc::ExecutionSession ES; argument
117 ~Session(); argument
124 using MemoryRegionInfo = RuntimeDyldChecker::MemoryRegionInfo;
126 struct FileInfo {
132 using SymbolInfoMap = StringMap<MemoryRegionInfo>;
133 using FileInfoMap = StringMap<FileInfo>;
158 Session(std::unique_ptr<orc::ExecutorProcessControl> EPC, Error &Err); argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/session/
H A Dsession.go83 type Session struct { struct
84 *govmomi.Client
86 *Config
89 Datacenter *object.Datacenter
90 Datastore *object.Datastore
91 Host *object.HostSystem
95 VMFolder *object.Folder
97 VCHFolder *object.Folder
99 Finder *find.Finder
101 DRSEnabled *bool
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/
H A Dsession.go30 type Session struct { struct
31 id string
32 name string
33 sharedKey string
34 ctx context.Context
35 cancelCtx func()
36 done chan struct{}
37 grpcServer *grpc.Server
61 func (s *Session) ID() string {
93 func (s *Session) Close() error {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/
H A Dsession.go30 type Session struct { struct
31 id string
32 name string
33 sharedKey string
34 ctx context.Context
35 cancelCtx func()
36 done chan struct{}
37 grpcServer *grpc.Server
61 func (s *Session) ID() string {
93 func (s *Session) Close() error {
[all …]
/dports/databases/WWWdb/WWWdb-0.8.3/WWWdb/
H A DSession.pm68 package Session; package
88 sub Session::new() subroutine
192 sub Session::_getIdHash($) subroutine
209 sub Session::_setIdLength($) subroutine
233 sub Session::_isIdValid($) subroutine
275 sub Session::getState($) subroutine
298 sub Session::setState($$) subroutine
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_dtls.h43 struct Session { struct
50 Session(Socket *_sock, SSLContext *_ctx) { in Session() argument
55 ~Session() { in ~Session() argument
68 inline void append(Buffer *buffer) { in append()
72 inline size_t get_buffer_length() { in get_buffer_length()
/dports/security/vault/vault-1.8.2/vendor/github.com/okta/okta-sdk-golang/okta/
H A Dsession.go28 type Session struct { struct
29 Links interface{} `json:"_links,omitempty"`
30 Amr []*SessionAuthenticationMethod `json:"amr,omitempty"`
31 CreatedAt *time.Time `json:"createdAt,omitempty"`
32 ExpiresAt *time.Time `json:"expiresAt,omitempty"`
33 Id string `json:"id,omitempty"`
34 Idp *SessionIdentityProvider `json:"idp,omitempty"`
35 LastFactorVerification *time.Time `json:"lastFactorVerification,omitempty"`
37 Login string `json:"login,omitempty"`
38 Status string `json:"status,omitempty"`
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/okta/okta-sdk-golang/okta/
H A Dsession.go28 type Session struct { struct
29 Links interface{} `json:"_links,omitempty"`
30 Amr []*SessionAuthenticationMethod `json:"amr,omitempty"`
31 CreatedAt *time.Time `json:"createdAt,omitempty"`
32 ExpiresAt *time.Time `json:"expiresAt,omitempty"`
33 Id string `json:"id,omitempty"`
34 Idp *SessionIdentityProvider `json:"idp,omitempty"`
35 LastFactorVerification *time.Time `json:"lastFactorVerification,omitempty"`
37 Login string `json:"login,omitempty"`
38 Status string `json:"status,omitempty"`
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/session/
H A Dsession.go35 type Session struct { struct
36 id string
37 name string
38 sharedKey string
39 ctx context.Context
40 cancelCtx func()
41 done chan struct{}
42 grpcServer *grpc.Server
43 conn net.Conn
93 func (s *Session) ID() string {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/moby/buildkit/session/
H A Dsession.go35 type Session struct { struct
36 id string
37 name string
38 sharedKey string
39 ctx context.Context
40 cancelCtx func()
41 done chan struct{}
42 grpcServer *grpc.Server
43 conn net.Conn
93 func (s *Session) ID() string {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/
H A Dsession.go35 type Session struct { struct
36 id string
37 name string
38 sharedKey string
39 ctx context.Context
40 cancelCtx func()
41 done chan struct{}
42 grpcServer *grpc.Server
43 conn net.Conn
93 func (s *Session) ID() string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/
H A Dsession.go35 type Session struct { struct
36 id string
37 name string
38 sharedKey string
39 ctx context.Context
40 cancelCtx func()
41 done chan struct{}
42 grpcServer *grpc.Server
43 conn net.Conn
93 func (s *Session) ID() string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/moby/buildkit/session/
H A Dsession.go35 type Session struct { struct
36 id string
37 name string
38 sharedKey string
39 ctx context.Context
40 cancelCtx func()
41 done chan struct{}
42 grpcServer *grpc.Server
43 conn net.Conn
93 func (s *Session) ID() string {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/
H A Dsession.go35 type Session struct { struct
36 id string
37 name string
38 sharedKey string
39 ctx context.Context
40 cancelCtx func()
41 done chan struct{}
42 grpcServer *grpc.Server
43 conn net.Conn
93 func (s *Session) ID() string {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/moby/buildkit/session/
H A Dsession.go35 type Session struct { struct
36 id string
37 name string
38 sharedKey string
39 ctx context.Context
40 cancelCtx func()
41 done chan struct{}
42 grpcServer *grpc.Server
43 conn net.Conn
93 func (s *Session) ID() string {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/gitea/
H A Dsession.go13 type Session struct { struct
14 AuthURL string
15 AccessToken string
16 RefreshToken string
17 ExpiresAt time.Time
23 func (s Session) GetAuthURL() (string, error) {
31 func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string, error) {
49 func (s Session) Marshal() string {
54 func (s Session) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/gitlab/
H A Dsession.go13 type Session struct { struct
14 AuthURL string
15 AccessToken string
16 RefreshToken string
17 ExpiresAt time.Time
23 func (s Session) GetAuthURL() (string, error) {
31 func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string, error) {
49 func (s Session) Marshal() string {
54 func (s Session) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/nextcloud/
H A Dsession.go13 type Session struct { struct
14 AuthURL string
15 AccessToken string
16 RefreshToken string
17 ExpiresAt time.Time
23 func (s Session) GetAuthURL() (string, error) {
31 func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string, error) {
49 func (s Session) Marshal() string {
54 func (s Session) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/yandex/
H A Dsession.go14 type Session struct { struct
15 AuthURL string
16 AccessToken string
17 RefreshToken string
18 ExpiresAt time.Time
24 func (s Session) GetAuthURL() (string, error) {
32 func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string, error) {
50 func (s Session) Marshal() string {
55 func (s Session) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/azuread/
H A Dsession.go13 type Session struct { struct
14 AuthURL string
15 AccessToken string
16 RefreshToken string
17 ExpiresAt time.Time
21 func (s Session) GetAuthURL() (string, error) {
30 func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string, error) {
49 func (s Session) Marshal() string {
54 func (s Session) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/azureadv2/
H A Dsession.go13 type Session struct { struct
14 AuthURL string `json:"au"`
15 AccessToken string `json:"at"`
16 RefreshToken string `json:"rt"`
17 ExpiresAt time.Time `json:"exp"`
21 func (s Session) GetAuthURL() (string, error) {
30 func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string, error) {
49 func (s Session) Marshal() string {
54 func (s Session) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/bitbucket/
H A Dsession.go13 type Session struct { struct
14 AuthURL string
15 AccessToken string
16 RefreshToken string
17 ExpiresAt time.Time
21 func (s Session) GetAuthURL() (string, error) {
29 func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string, error) {
47 func (s Session) Marshal() string {
59 func (s Session) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/discord/
H A Dsession.go13 type Session struct { struct
14 AuthURL string
15 AccessToken string
16 RefreshToken string
17 ExpiresAt time.Time
22 func (s Session) GetAuthURL() (string, error) {
31 func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string, error) {
49 func (s Session) Marshal() string {
56 func (s Session) String() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/mastodon/
H A Dsession.go13 type Session struct { struct
14 AuthURL string
15 AccessToken string
16 RefreshToken string
17 ExpiresAt time.Time
23 func (s Session) GetAuthURL() (string, error) {
31 func (s *Session) Authorize(provider goth.Provider, params goth.Params) (string, error) {
49 func (s Session) Marshal() string {
54 func (s Session) String() string {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/registry/
H A Dsession.go39 type Session struct { struct
40 indexEndpoint *V1Endpoint
41 client *http.Client
43 authConfig *types.AuthConfig
44 id string
213 func (r *Session) ID() string {
219 func (r *Session) GetRemoteHistory(imgID, registry string) ([]string, error) {
242 func (r *Session) LookupRemoteImage(imgID, registry string) error {
255 func (r *Session) GetRemoteImageJSON(imgID, registry string) ([]byte, int64, error) {
418 func (r *Session) GetRepositoryData(name reference.Named) (*RepositoryData, error) {
[all …]

12345678910>>...357