Home
last modified time | relevance | path

Searched defs:Session (Results 51 – 75 of 7752) sorted by relevance

12345678910>>...311

/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/yamux/
H A Dsession.go19 type Session struct { struct
22 remoteGoAway int32
26 localGoAway int32
30 nextStreamID uint32
33 config *Config
36 logger *log.Logger
46 pingID uint32
47 pingLock sync.Mutex
59 synCh chan struct{}
73 shutdown bool
[all …]
/dports/devel/mutagen/mutagen-0.11.8/pkg/forwarding/
H A Dsession.pb.go25 type Session struct { struct
65 XXX_NoUnkeyedLiteral struct{} `json:"-"`
66 XXX_unrecognized []byte `json:"-"`
67 XXX_sizecache int32 `json:"-"`
72 func (*Session) ProtoMessage() {}
86 func (m *Session) XXX_Size() int {
89 func (m *Session) XXX_DiscardUnknown() {
95 func (m *Session) GetIdentifier() string {
102 func (m *Session) GetVersion() Version {
137 func (m *Session) GetSource() *url.URL {
[all …]
/dports/devel/mutagen/mutagen-0.11.8/pkg/synchronization/
H A Dsession.pb.go25 type Session struct { struct
69 XXX_NoUnkeyedLiteral struct{} `json:"-"`
70 XXX_unrecognized []byte `json:"-"`
71 XXX_sizecache int32 `json:"-"`
76 func (*Session) ProtoMessage() {}
90 func (m *Session) XXX_Size() int {
93 func (m *Session) XXX_DiscardUnknown() {
106 func (m *Session) GetVersion() Version {
141 func (m *Session) GetAlpha() *url.URL {
148 func (m *Session) GetBeta() *url.URL {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/
H A Dsession.go59 type Session struct { struct
63 isAutoCommit bool
64 isCommitedOrRollbacked bool
65 isAutoClose bool
66 isClosed bool
67 prepareStmt bool
70 autoResetStatement bool
84 lastSQL string
85 lastSQLArgs []interface{}
87 ctx context.Context
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/huandu/facebook/
H A Dsession.go52 type Session struct { struct
53 HttpClient HttpClient
54 Version string // facebook versioning.
59 app *App
60 id string
67 context context.Context // Session context.
192 func (session *Session) Validate() (err error) {
258 func (session *Session) AccessToken() string {
272 func (session *Session) AppsecretProof() string {
309 func (session *Session) App() *App {
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsession.h31 struct Session { struct
32 int used;
33 int self;
34 int next_unused;
37 pid_t pid;
40 char *term;
41 int ptyfd, ttyfd, ptymaster;
42 u_int row, col, xpixel, ypixel;
47 char *display;
48 u_int screen;
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsession.h31 struct Session { struct
32 int used;
33 int self;
37 pid_t pid;
38 int forced;
41 char *term;
42 int ptyfd, ttyfd, ptymaster;
43 u_int row, col, xpixel, ypixel;
48 char *display;
49 u_int screen;
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsession.h31 struct Session { struct
32 int used;
33 int self;
37 pid_t pid;
38 int forced;
41 char *term;
42 int ptyfd, ttyfd, ptymaster;
43 u_int row, col, xpixel, ypixel;
48 char *display;
49 u_int screen;
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/xtaci/smux/
H A Dsession.go42 type Session struct { struct
43 conn io.ReadWriteCloser
45 config *Config
47 nextStreamIDLock sync.Mutex
56 dieOnce sync.Once
67 protoError atomic.Value
68 chProtoError chan struct{}
69 protoErrorOnce sync.Once
71 chAccepts chan *Stream
77 deadline atomic.Value
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/internal/mockable/
H A Dmockable.go20 type Session struct { struct
21 MockableASNDatabasePath string
25 MockableMaybeResolverIP string
27 MockableOrchestraClientError error
28 MockableProbeASNString string
29 MockableProbeCC string
30 MockableProbeIP string
31 MockableProbeNetworkName string
33 MockableResolverIP string
34 MockableSoftwareName string
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/gopkg.in/olahol/melody.v1/
H A Dsession.go13 type Session struct { struct
14 Request *http.Request
15 Keys map[string]interface{}
16 conn *websocket.Conn
17 output chan *envelope
18 melody *Melody
19 open bool
20 rwmutex *sync.RWMutex
58 func (s *Session) close() {
68 func (s *Session) ping() {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/query/gizmo/
H A Dgizmo.go62 type Session struct { struct
63 qs graph.QuadStore
64 vm *goja.Runtime
65 ns voc.Namespaces
66 sch *schema.Config
68 last string
69 p *goja.Program
72 ctx context.Context
73 limit int
74 count int
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/
H A Dsession.h66 struct Session { struct
71 explicit Session(const std::string& id); argument
85 const std::string id;
86 bool w3c_compliant;
87 bool webSocketUrl = false;
88 bool quit;
89 bool detach;
91 std::string window;
92 int sticky_modifiers;
123 // |command_listeners| should be declared after |chrome|. When the |Session| argument
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dsession.go38 type Session struct { struct
39 Id string `json:"id"`
60 func (me *Session) DeepCopy() *Session {
78 func (me *Session) ToJson() string {
89 func (me *Session) PreSave() {
106 func (me *Session) Sanitize() {
110 func (me *Session) IsExpired() bool {
157 func (me *Session) IsMobile() bool {
170 func (me *Session) IsSaml() bool {
196 func (me *Session) IsSSOLogin() bool {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/SAP/go-hdb/internal/protocol/
H A Dsession.go144 type Session struct { struct
145 prm sessionPrm
147 conn *sessionConn
148 rd *bufio.Reader
149 wr *bufio.Writer
152 mh *messageHeader
153 sh *segmentHeader
154 ph *partHeader
176 stmtCtx *statementContext
178 lastError *hdbErrors
[all …]

12345678910>>...311