Home
last modified time | relevance | path

Searched defs:ContextManager (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/jtolds/gls/
H A Dcontext.go22 type ContextManager struct { struct
23 mtx sync.Mutex
24 values map[uint]Values
41 func (m *ContextManager) Unregister() {
54 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
104 func (m *ContextManager) GetValue(key interface{}) (
122 func (m *ContextManager) getValues() Values {
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/github.com/jtolds/gls/
H A Dcontext.go22 type ContextManager struct { struct
23 mtx sync.Mutex
24 values map[uint]Values
41 func (m *ContextManager) Unregister() {
54 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
104 func (m *ContextManager) GetValue(key interface{}) (
122 func (m *ContextManager) getValues() Values {
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/jtolds/gls/
H A Dcontext.go22 type ContextManager struct { struct
23 mtx sync.Mutex
24 values map[uint]Values
41 func (m *ContextManager) Unregister() {
54 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
104 func (m *ContextManager) GetValue(key interface{}) (
122 func (m *ContextManager) getValues() Values {
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/jtolds/gls/
H A Dcontext.go22 type ContextManager struct { struct
23 mtx sync.Mutex
24 values map[uint]Values
41 func (m *ContextManager) Unregister() {
54 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
104 func (m *ContextManager) GetValue(key interface{}) (
122 func (m *ContextManager) getValues() Values {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/jtolds/gls/
H A Dcontext.go22 type ContextManager struct { struct
23 mtx sync.Mutex
24 values map[uint]Values
41 func (m *ContextManager) Unregister() {
54 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
104 func (m *ContextManager) GetValue(key interface{}) (
122 func (m *ContextManager) getValues() Values {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/jtolds/gls/
H A Dcontext.go22 type ContextManager struct { struct
23 mtx sync.Mutex
24 values map[uint]Values
41 func (m *ContextManager) Unregister() {
54 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
104 func (m *ContextManager) GetValue(key interface{}) (
122 func (m *ContextManager) getValues() Values {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/jtolds/gls/
H A Dcontext.go27 type ContextManager struct { struct
28 mtx sync.RWMutex
29 values map[uint]Values
46 func (m *ContextManager) Unregister() {
59 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
98 func (m *ContextManager) GetValue(key interface{}) (value interface{}, ok bool) {
112 func (m *ContextManager) getValues() Values {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/jtolds/gls/
H A Dcontext.go27 type ContextManager struct { struct
28 mtx sync.RWMutex
29 values map[uint]Values
46 func (m *ContextManager) Unregister() {
59 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
98 func (m *ContextManager) GetValue(key interface{}) (value interface{}, ok bool) {
112 func (m *ContextManager) getValues() Values {
/dports/security/vuls/vuls-0.13.7/vendor/moul.io/http2curl/vendor/github.com/jtolds/gls/
H A Dcontext.go33 type ContextManager struct { struct
34 mtx sync.RWMutex
35 values map[uint]Values
52 func (m *ContextManager) Unregister() {
65 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
104 func (m *ContextManager) GetValue(key interface{}) (value interface{}, ok bool) {
118 func (m *ContextManager) getValues() Values {
/dports/www/aquatone/aquatone-1.7.0/vendor/github.com/moul/http2curl/vendor/github.com/jtolds/gls/
H A Dcontext.go33 type ContextManager struct { struct
34 mtx sync.RWMutex
35 values map[uint]Values
52 func (m *ContextManager) Unregister() {
65 func (m *ContextManager) SetValues(new_values Values, context_call func()) {
104 func (m *ContextManager) GetValue(key interface{}) (value interface{}, ok bool) {
118 func (m *ContextManager) getValues() Values {
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/contrib/lib/src/templates/
H A Dfairing.rs16 pub(crate) struct ContextManager(Context); struct
18 impl ContextManager { implementation
19 pub fn new(ctxt: Context) -> ContextManager { in new()
45 pub(crate) struct ContextManager { struct
47 context: RwLock<Context>,
49 watcher: Option<Mutex<(RecommendedWatcher, Receiver<RawEvent>)>>,
52 impl ContextManager { implementation
53 pub fn new(ctxt: Context) -> ContextManager { in new()
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dabstractcontextmanageritem.h29 class ContextManager; variable
H A Dmainwindow.h38 class ContextManager; variable
H A Dfileoperations.h27 class ContextManager; variable
/dports/graphics/gwenview/gwenview-21.12.3/lib/mpris2/
H A Dmpris2service.h33 class ContextManager; variable
/dports/lang/python-legacy/Python-2.7.18/Tools/pybench/
H A DWith.py10 class ContextManager(object): class in WithFinally
56 class ContextManager(object): class in TryFinally
/dports/lang/python27/Python-2.7.18/Tools/pybench/
H A DWith.py10 class ContextManager(object): class in WithFinally
56 class ContextManager(object): class in TryFinally
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
H A DWith.py10 class ContextManager(object): class in WithFinally
56 class ContextManager(object): class in TryFinally
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help/src/org/eclipse/help/internal/context/
H A DContextManager.java35 public class ContextManager { class
45 public ContextManager() in ContextManager() method in ContextManager
/dports/audio/polyphone/polyphone-75a5e88/sources/context/
H A Dcontextmanager.cpp91 ContextManager::ContextManager(bool withAudioAndMidi) : in ContextManager() function in ContextManager
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dwith_statement_module_level_T536.pyx15 class ContextManager(object): class
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dwith_statement_module_level_T536.pyx15 class ContextManager(object): class
/dports/databases/py-pony/pony-0.7.14/pony/thirdparty/
H A Ddecorator.py258 ContextManager = type( variable
266 ContextManager = type( variable
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/experiments/
H A Dxeb_sampling.py273 progress_bar: Callable[..., ContextManager], argument
305 progress_bar: Optional[Callable[..., ContextManager]] = tqdm.tqdm, argument
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/experiments/
H A Dxeb_sampling.py273 progress_bar: Callable[..., ContextManager], argument
305 progress_bar: Optional[Callable[..., ContextManager]] = tqdm.tqdm, argument

12345