Home
last modified time | relevance | path

Searched refs:tomb (Results 26 – 50 of 2133) sorted by relevance

12345678910>>...86

/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/10gen/llmgo/testserver/
H A Dtestserver.go24 tomb tomb.Tomb member
57 ts.tomb = tomb.Tomb{}
65 ts.tomb.Go(ts.monitor)
71 if ts.tomb.Alive() {
97 ts.tomb.Kill(nil)
100 case <-ts.tomb.Dead():
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/tomb-raider-1.2.0/
H A Dinstall.sh4 unzip -o tomb-raider-prefs-2.zip
22 …BUG_REAL_HOME/.local/share/feral-interactive/Tomb\ Raider/VFS/Local/benchmarks/*.txt" > tomb-raider
23 chmod +x tomb-raider
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/
H A Dvault.go13 tomb "gopkg.in/tomb.v2" packageName
230 tomb *tomb.Tomb member
258 tomb: &tomb.Tomb{},
283 v.tomb.Kill(nil)
284 v.tomb.Wait()
329 v.tomb = &tomb.Tomb{}
352 v.tomb.Kill(nil)
357 v.tomb.Wait()
362 v.tomb = &tomb.Tomb{}
458 case <-v.tomb.Dying():
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/nom-4.1.1/tests/
H A Dreborrow_fold.rs9 named_args!(atom<'a>(tomb: &'a mut ())<String>,
12 named_args!(list<'a>(tomb: &'a mut ())<String>,
15 fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| acc + next.as_str()),
/dports/www/castor/castor-0.8.16/cargo-crates/nom-4.2.3/tests/
H A Dreborrow_fold.rs9 named_args!(atom<'a>(tomb: &'a mut ())<String>,
12 named_args!(list<'a>(tomb: &'a mut ())<String>,
15 fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| acc + next.as_str()),
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nom-4.2.3/tests/
H A Dreborrow_fold.rs9 named_args!(atom<'a>(tomb: &'a mut ())<String>,
12 named_args!(list<'a>(tomb: &'a mut ())<String>,
15 fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| acc + next.as_str()),
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nom-4.2.3/tests/
H A Dreborrow_fold.rs9 named_args!(atom<'a>(tomb: &'a mut ())<String>,
12 named_args!(list<'a>(tomb: &'a mut ())<String>,
15 fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| acc + next.as_str()),
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/nom-4.1.1/tests/
H A Dreborrow_fold.rs9 named_args!(atom<'a>(tomb: &'a mut ())<String>,
12 named_args!(list<'a>(tomb: &'a mut ())<String>,
15 fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| acc + next.as_str()),
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/nom-4.2.3/tests/
H A Dreborrow_fold.rs9 named_args!(atom<'a>(tomb: &'a mut ())<String>,
12 named_args!(list<'a>(tomb: &'a mut ())<String>,
15 fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| acc + next.as_str()),
/dports/devel/texlab/texlab-3.3.0/cargo-crates/nom-4.2.3/tests/
H A Dreborrow_fold.rs9 named_args!(atom<'a>(tomb: &'a mut ())<String>,
12 named_args!(list<'a>(tomb: &'a mut ())<String>,
15 fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| acc + next.as_str()),
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/nom-3.2.1/tests/
H A Dreborrow_fold.rs11 named_args!(atom<'a>(tomb: &'a mut ())<String>,
15 named_args!(list<'a>(tomb: &'a mut ())<String>,
16 …delimited!(char!('('), fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| …
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/nom-4.2.3/tests/
H A Dreborrow_fold.rs9 named_args!(atom<'a>(tomb: &'a mut ())<String>,
12 named_args!(list<'a>(tomb: &'a mut ())<String>,
15 fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| acc + next.as_str()),
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nom-4.2.3/tests/
H A Dreborrow_fold.rs9 named_args!(atom<'a>(tomb: &'a mut ())<String>,
12 named_args!(list<'a>(tomb: &'a mut ())<String>,
15 fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| acc + next.as_str()),
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/nom-3.2.1/tests/
H A Dreborrow_fold.rs11 named_args!(atom<'a>(tomb: &'a mut ())<String>,
15 named_args!(list<'a>(tomb: &'a mut ())<String>,
16 …delimited!(char!('('), fold_many0!(call!(atom, tomb), "".to_string(), |acc: String, next: String| …
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dvault.go14 tomb "gopkg.in/tomb.v2" packageName
235 tomb *tomb.Tomb member
279 tomb: &tomb.Tomb{},
307 v.tomb.Kill(nil)
308 v.tomb.Wait()
351 v.tomb = &tomb.Tomb{}
374 v.tomb.Kill(nil)
379 v.tomb.Wait()
384 v.tomb = &tomb.Tomb{}
480 case <-v.tomb.Dying():
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/hpcloud/tail/watch/
H A Dwatch.go11 BlockUntilExists(*tomb.Tomb) error
19 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/hpcloud/tail/watch/
H A Dwatch.go11 BlockUntilExists(*tomb.Tomb) error
19 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/github.com/hpcloud/tail/watch/
H A Dwatch.go11 BlockUntilExists(*tomb.Tomb) error
19 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)
/dports/net/storj/storj-1.45.3/vendor/github.com/nxadm/tail/watch/
H A Dwatch.go12 BlockUntilExists(*tomb.Tomb) error
20 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/hpcloud/tail/watch/
H A Dwatch.go11 BlockUntilExists(*tomb.Tomb) error
19 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)
/dports/dns/blocky/blocky-0.17/vendor/github.com/nxadm/tail/watch/
H A Dwatch.go12 BlockUntilExists(*tomb.Tomb) error
20 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/hpcloud/tail/watch/
H A Dwatch.go11 BlockUntilExists(*tomb.Tomb) error
19 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/hpcloud/tail/watch/
H A Dwatch.go11 BlockUntilExists(*tomb.Tomb) error
19 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hpcloud/tail/watch/
H A Dwatch.go11 BlockUntilExists(*tomb.Tomb) error
19 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/nxadm/tail/watch/
H A Dwatch.go12 BlockUntilExists(*tomb.Tomb) error
20 ChangeEvents(*tomb.Tomb, int64) (*FileChanges, error)

12345678910>>...86