Home
last modified time | relevance | path

Searched defs:Watcher (Results 1 – 25 of 2374) sorted by relevance

12345678910>>...95

/dports/sysutils/nomad/nomad-1.1.0/nomad/deploymentwatcher/
H A Ddeployments_watcher.go60 type Watcher struct { struct
61 enabled bool
62 logger log.Logger
65 queryLimiter *rate.Limiter
73 raft DeploymentRaftEndpoints
76 state *state.StateStore
79 deploymentRPC DeploymentRPC
82 jobRPC JobRPC
92 ctx context.Context
93 exitFn context.CancelFunc
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/smartystreets/goconvey/web/server/watch/
H A Dintegration.go13 type Watcher struct { struct
14 nap time.Duration
15 rootFolder string
16 folderDepth int
18 fileSystemState int64
19 paused bool
20 stopped bool
21 watchSuffixes []string
22 excludedDirs []string
25 output chan messaging.Folders
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/smartystreets/goconvey/web/server/watch/
H A Dintegration.go13 type Watcher struct { struct
14 nap time.Duration
15 rootFolder string
16 folderDepth int
18 fileSystemState int64
19 paused bool
20 stopped bool
21 watchSuffixes []string
22 excludedDirs []string
25 output chan messaging.Folders
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/smartystreets/goconvey/web/server/watch/
H A Dintegration.go13 type Watcher struct { struct
14 nap time.Duration
15 rootFolder string
16 folderDepth int
18 fileSystemState int64
19 paused bool
20 stopped bool
21 watchSuffixes []string
22 excludedDirs []string
25 output chan messaging.Folders
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/smartystreets/goconvey/web/server/watch/
H A Dintegration.go13 type Watcher struct { struct
14 nap time.Duration
15 rootFolder string
16 folderDepth int
18 fileSystemState int64
19 paused bool
20 stopped bool
21 watchSuffixes []string
22 excludedDirs []string
25 output chan messaging.Folders
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/smartystreets/goconvey/web/server/watch/
H A Dintegration.go13 type Watcher struct { struct
14 nap time.Duration
15 rootFolder string
16 folderDepth int
18 fileSystemState int64
19 paused bool
20 stopped bool
21 watchSuffixes []string
22 excludedDirs []string
25 output chan messaging.Folders
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/smartystreets/goconvey/web/server/watch/
H A Dintegration.go13 type Watcher struct { struct
14 nap time.Duration
15 rootFolder string
16 folderDepth int
18 fileSystemState int64
19 paused bool
20 stopped bool
21 watchSuffixes []string
22 excludedDirs []string
25 output chan messaging.Folders
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/smartystreets/goconvey/web/server/watch/
H A Dintegration.go13 type Watcher struct { struct
14 nap time.Duration
15 rootFolder string
16 folderDepth int
18 fileSystemState int64
19 paused bool
20 stopped bool
21 watchSuffixes []string
22 excludedDirs []string
25 output chan messaging.Folders
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/server/watch/
H A Dintegration.go13 type Watcher struct { struct
14 nap time.Duration
15 rootFolder string
16 folderDepth int
18 fileSystemState int64
19 paused bool
20 stopped bool
21 watchSuffixes []string
22 excludedDirs []string
25 output chan messaging.Folders
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/smartystreets/goconvey/web/server/watch/
H A Dintegration.go13 type Watcher struct { struct
14 nap time.Duration
15 rootFolder string
16 folderDepth int
18 fileSystemState int64
19 paused bool
20 stopped bool
21 watchSuffixes []string
22 excludedDirs []string
25 output chan messaging.Folders
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/deploymentwatcher/
H A Ddeployments_watcher.go60 type Watcher struct { struct
61 enabled bool
62 logger log.Logger
65 queryLimiter *rate.Limiter
69 updateBatchDuration time.Duration
73 raft DeploymentRaftEndpoints
76 state *state.StateStore
86 ctx context.Context
87 exitFn context.CancelFunc
89 l sync.RWMutex
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/howeyc/fsnotify/
H A Dfsnotify_bsd.go61 type Watcher struct { struct
65 wmut sync.Mutex // Protects access to watches.
69 enmut sync.Mutex // Protects access to enFlags.
83 bufmut sync.Mutex // Protects access to kbuf.
115 func (w *Watcher) Close() error {
138 func (w *Watcher) addWatch(path string, flags uint32) error {
234 func (w *Watcher) watch(path string) error {
242 func (w *Watcher) removeWatch(path string) error {
300 func (w *Watcher) readEvents() {
411 func (w *Watcher) watchDirectoryFiles(dirPath string) error {
[all …]
/dports/sysutils/nomad/nomad-1.1.0/nomad/volumewatcher/
H A Dvolumes_watcher.go16 type Watcher struct { struct
17 enabled bool
18 logger log.Logger
22 rpc CSIVolumeRPC
25 leaderAcl string
28 state *state.StateStore
31 watchers map[string]*volumeWatcher
34 ctx context.Context
35 exitFn context.CancelFunc
37 wlock sync.RWMutex
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/tsdb/wal/
H A Dwatcher.go62 type Watcher struct { struct
63 name string
64 writer WriteTo
65 logger log.Logger
66 walDir string
67 lastCheckpoint string
71 startTime time.Time
73 sendSamples bool
80 quit chan struct{}
81 done chan struct{}
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/tsdb/wal/
H A Dwatcher.go64 type Watcher struct { struct
65 name string
66 writer WriteTo
68 walDir string
69 lastCheckpoint string
70 sendExemplars bool
74 startTime time.Time
76 sendSamples bool
83 quit chan struct{}
84 done chan struct{}
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/SystemZ/
H A Dsignbits-intrinsics-unpack.ll24 ; VUPHH
25 define <4 x i32> @f1() {
27 ; CHECK-LABEL: # %bb.0:
28 ; CHECK: vuphh %v24, %v0
30 %unp = call <4 x i32> @llvm.s390.vuphh(<8 x i16>
31 <i16 0, i16 1, i16 0, i16 1,
32 i16 0, i16 1, i16 0, i16 1>)
63 %trunc = trunc <8 x i16> %unp to <8 x i8>
74 ; CHECK: vuplhw %v24, %v0
92 %unp = call <2 x i64> @llvm.s390.vuplf(<4 x i32> <i32 1, i32 0, i32 1, i32 0>)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/gopkg.in/fsnotify/fsnotify.v1/
H A Dinotify.go23 type Watcher struct { struct
24 Events chan Event
25 Errors chan error
26 mu sync.Mutex // Map access
28 fd int
29 poller *fdPoller
65 func (w *Watcher) isClosed() bool {
75 func (w *Watcher) Close() error {
93 func (w *Watcher) Add(name string) error {
126 func (w *Watcher) Remove(name string) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/fsnotify/fsnotify/
H A Dinotify.go23 type Watcher struct { struct
24 Events chan Event
25 Errors chan error
26 mu sync.Mutex // Map access
28 fd int
29 poller *fdPoller
65 func (w *Watcher) isClosed() bool {
75 func (w *Watcher) Close() error {
93 func (w *Watcher) Add(name string) error {
126 func (w *Watcher) Remove(name string) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/fsnotify/fsnotify/
H A Dinotify.go22 type Watcher struct { struct
23 Events chan Event
24 Errors chan error
25 mu sync.Mutex // Map access
27 fd int
28 poller *fdPoller
64 func (w *Watcher) isClosed() bool {
74 func (w *Watcher) Close() error {
92 func (w *Watcher) Add(name string) error {
125 func (w *Watcher) Remove(name string) error {
[all …]
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go23 type Watcher struct { struct
24 Events chan Event
25 Errors chan error
26 mu sync.Mutex // Map access
28 fd int
29 poller *fdPoller
65 func (w *Watcher) isClosed() bool {
75 func (w *Watcher) Close() error {
93 func (w *Watcher) Add(name string) error {
126 func (w *Watcher) Remove(name string) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go23 type Watcher struct { struct
24 Events chan Event
25 Errors chan error
26 mu sync.Mutex // Map access
28 fd int
29 poller *fdPoller
65 func (w *Watcher) isClosed() bool {
75 func (w *Watcher) Close() error {
93 func (w *Watcher) Add(name string) error {
126 func (w *Watcher) Remove(name string) error {
[all …]
/dports/www/webhook/webhook-2.8.0/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go23 type Watcher struct { struct
24 Events chan Event
25 Errors chan error
26 mu sync.Mutex // Map access
28 fd int
29 poller *fdPoller
65 func (w *Watcher) isClosed() bool {
75 func (w *Watcher) Close() error {
93 func (w *Watcher) Add(name string) error {
126 func (w *Watcher) Remove(name string) error {
[all …]
/dports/www/webhook/webhook-2.8.0/vendor/gopkg.in/fsnotify.v1/fsnotify-1.4.2/
H A Dinotify.go23 type Watcher struct { struct
24 Events chan Event
25 Errors chan error
26 mu sync.Mutex // Map access
28 fd int
29 poller *fdPoller
65 func (w *Watcher) isClosed() bool {
75 func (w *Watcher) Close() error {
93 func (w *Watcher) Add(name string) error {
126 func (w *Watcher) Remove(name string) error {
[all …]
/dports/misc/exercism/cli-3.0.13/vendor/github.com/fsnotify/fsnotify/
H A Dinotify.go23 type Watcher struct { struct
24 Events chan Event
25 Errors chan error
26 mu sync.Mutex // Map access
28 fd int
29 poller *fdPoller
65 func (w *Watcher) isClosed() bool {
75 func (w *Watcher) Close() error {
93 func (w *Watcher) Add(name string) error {
126 func (w *Watcher) Remove(name string) error {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/gopkg.in/fsnotify/fsnotify.v1/
H A Dinotify.go23 type Watcher struct { struct
24 Events chan Event
25 Errors chan error
26 mu sync.Mutex // Map access
28 fd int
29 poller *fdPoller
65 func (w *Watcher) isClosed() bool {
75 func (w *Watcher) Close() error {
93 func (w *Watcher) Add(name string) error {
126 func (w *Watcher) Remove(name string) error {
[all …]

12345678910>>...95