Home
last modified time | relevance | path

Searched refs:closeNotifier (Results 151 – 175 of 233) sorted by relevance

12345678910

/dports/audio/drumgizmo/drumgizmo-0.9.19/test/uitests/
H A Dfilebrowsertest.cc45 CONNECT(eventHandler(), closeNotifier, in TestWindow()
48 CONNECT(file_browser.eventHandler(), closeNotifier, in TestWindow()
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/rafthttp/
H A Dhttp.go361 type closeNotifier struct { struct
365 func newCloseNotifier() *closeNotifier {
366 return &closeNotifier{
371 func (n *closeNotifier) Close() error { argument
376 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/devel/etcd33/etcd-3.3.23/rafthttp/
H A Dhttp.go361 type closeNotifier struct { struct
365 func newCloseNotifier() *closeNotifier {
366 return &closeNotifier{
371 func (n *closeNotifier) Close() error { argument
376 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/rafthttp/
H A Dhttp.go355 type closeNotifier struct { struct
359 func newCloseNotifier() *closeNotifier {
360 return &closeNotifier{
365 func (n *closeNotifier) Close() error { argument
370 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/rafthttp/
H A Dhttp.go351 type closeNotifier struct { struct
355 func newCloseNotifier() *closeNotifier {
356 return &closeNotifier{
361 func (n *closeNotifier) Close() error { argument
366 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dmainwindow.cc49 CONNECT(eventHandler(), closeNotifier, this, &MainWindow::closeEventHandler); in MainWindow()
76 closeNotifier(); in processEvents()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/igm/sockjs-go/sockjs/
H A Dhttpreceiver.go42 if closeNotifier, ok := rw.(http.CloseNotifier); ok {
44 closeNotifyCh := closeNotifier.CloseNotify()
/dports/devel/etcd31/etcd-3.1.20/rafthttp/
H A Dhttp.go359 type closeNotifier struct { struct
363 func newCloseNotifier() *closeNotifier {
364 return &closeNotifier{
369 func (n *closeNotifier) Close() error { argument
374 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/devel/etcd32/etcd-3.2.32/rafthttp/
H A Dhttp.go359 type closeNotifier struct { struct
363 func newCloseNotifier() *closeNotifier {
364 return &closeNotifier{
369 func (n *closeNotifier) Close() error { argument
374 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-martini/martini/
H A Dresponse_writer.go102 closeNotifier http.CloseNotifier member
106 return rw.closeNotifier.CloseNotify()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/authorization/
H A Dresponse.go156 closeNotifier, ok := rm.rw.(http.CloseNotifier)
161 return closeNotifier.CloseNotify()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/authorization/
H A Dresponse.go156 closeNotifier, ok := rm.rw.(http.CloseNotifier)
161 return closeNotifier.CloseNotify()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/authorization/
H A Dresponse.go160 closeNotifier, ok := rm.rw.(http.CloseNotifier)
165 return closeNotifier.CloseNotify()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/authorization/
H A Dresponse.go160 closeNotifier, ok := rm.rw.(http.CloseNotifier)
165 return closeNotifier.CloseNotify()
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/authorization/
H A Dresponse.go160 closeNotifier, ok := rm.rw.(http.CloseNotifier)
165 return closeNotifier.CloseNotify()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/pkg/authorization/
H A Dresponse.go156 closeNotifier, ok := rm.rw.(http.CloseNotifier)
161 return closeNotifier.CloseNotify()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/pkg/authorization/
H A Dresponse.go160 closeNotifier, ok := rm.rw.(http.CloseNotifier)
165 return closeNotifier.CloseNotify()
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/pkg/authorization/
H A Dresponse.go160 closeNotifier, ok := rm.rw.(http.CloseNotifier)
165 return closeNotifier.CloseNotify()
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/rafthttp/
H A Dhttp.go510 type closeNotifier struct { struct
514 func newCloseNotifier() *closeNotifier {
515 return &closeNotifier{
520 func (n *closeNotifier) Close() error { argument
525 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/rafthttp/
H A Dhttp.go566 type closeNotifier struct { struct
570 func newCloseNotifier() *closeNotifier {
571 return &closeNotifier{
576 func (n *closeNotifier) Close() error { argument
581 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/rafthttp/
H A Dhttp.go566 type closeNotifier struct { struct
570 func newCloseNotifier() *closeNotifier {
571 return &closeNotifier{
576 func (n *closeNotifier) Close() error { argument
581 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/rafthttp/
H A Dhttp.go516 type closeNotifier struct { struct
520 func newCloseNotifier() *closeNotifier {
521 return &closeNotifier{
526 func (n *closeNotifier) Close() error { argument
531 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/rafthttp/
H A Dhttp.go516 type closeNotifier struct { struct
520 func newCloseNotifier() *closeNotifier {
521 return &closeNotifier{
526 func (n *closeNotifier) Close() error { argument
531 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/rafthttp/
H A Dhttp.go516 type closeNotifier struct { struct
520 func newCloseNotifier() *closeNotifier {
521 return &closeNotifier{
526 func (n *closeNotifier) Close() error { argument
531 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/rafthttp/
H A Dhttp.go566 type closeNotifier struct { struct
570 func newCloseNotifier() *closeNotifier {
571 return &closeNotifier{
576 func (n *closeNotifier) Close() error { argument
581 func (n *closeNotifier) closeNotify() <-chan struct{} { return n.done } argument

12345678910