Home
last modified time | relevance | path

Searched refs:defaultConfig (Results 1 – 25 of 1552) sorted by relevance

12345678910>>...63

/dports/www/fabio/fabio-1.5.14/config/
H A Dload.go123 …f.BoolVar(&cfg.Insecure, "insecure", defaultConfig.Insecure, "allow fabio to run as root when set …
125 …f.StringVar(&cfg.Proxy.Strategy, "proxy.strategy", defaultConfig.Proxy.Strategy, "load balancing s…
126 …f.StringVar(&cfg.Proxy.Matcher, "proxy.matcher", defaultConfig.Proxy.Matcher, "path matching algor…
152 f.StringVar(&cfg.Metrics.Target, "metrics.target", defaultConfig.Metrics.Target, "metrics backend")
166 …f.StringVar(&cfg.Registry.Backend, "registry.backend", defaultConfig.Registry.Backend, "registry b…
195 f.IntVar(&cfg.Runtime.GOGC, "runtime.gogc", defaultConfig.Runtime.GOGC, "sets runtime.GOGC")
197 f.StringVar(&cfg.UI.Access, "ui.access", defaultConfig.UI.Access, "access mode, one of [ro, rw]")
199 f.StringVar(&cfg.UI.Color, "ui.color", defaultConfig.UI.Color, "background color of the UI")
200 f.StringVar(&cfg.UI.Title, "ui.title", defaultConfig.UI.Title, "optional title for the UI")
202 …f.StringVar(&cfg.ProfilePath, "profile.path", defaultConfig.ProfilePath, "path to profile dump fil…
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/client-go/tools/clientcmd/api/
H A Dtypes_test.go26 defaultConfig := NewConfig()
28 output, err := yaml.Marshal(defaultConfig)
43 defaultConfig := NewConfig()
44 defaultConfig.Preferences.Colors = true
45 defaultConfig.Clusters["alfa"] = &Cluster{
50 defaultConfig.Clusters["bravo"] = &Cluster{
70 defaultConfig.Contexts["bravo-as-black-mage"] = &Context{
75 defaultConfig.Contexts["alfa-as-black-mage"] = &Context{
80 defaultConfig.Contexts["alfa-as-white-mage"] = &Context{
84 defaultConfig.CurrentContext = "alfa-as-white-mage"
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/stylish-haskell-0.12.2.0/tests/Language/Haskell/Stylish/Step/ModuleHeader/
H A DTests.hs42 ex0 = assertSnippet (step defaultConfig)
50 ex1 = assertSnippet (step defaultConfig)
59 ex2 = assertSnippet (step defaultConfig)
68 ex3 = assertSnippet (step defaultConfig)
79 ex4 = assertSnippet (step defaultConfig)
104 ex5 = assertSnippet (step defaultConfig)
123 ex6 = assertSnippet (step defaultConfig)
142 ex7 = assertSnippet (step defaultConfig)
165 ex8 = assertSnippet (step defaultConfig)
188 ex9 = assertSnippet (step defaultConfig)
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/stylish-haskell-0.12.2.0/tests/Language/Haskell/Stylish/Step/SimpleAlign/
H A DTests.hs45 case01 = assertSnippet (step (Just 80) defaultConfig)
58 case02 = assertSnippet (step (Just 80) defaultConfig)
69 case03 = assertSnippet (step (Just 80) defaultConfig)
80 case04 = assertSnippet (step (Just 80) defaultConfig)
111 (step (Just 22) defaultConfig)
128 (step (Just 21) defaultConfig)
143 case08 = assertSnippet (step (Just 80) defaultConfig)
156 case09 = assertSnippet (step Nothing defaultConfig)
171 case10 = assertSnippet (step Nothing defaultConfig)
186 case11 = assertSnippet (step Nothing defaultConfig)
[all …]
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/prop/
H A DHelperSuite.scala40 val defaultConfig = constant
57 getParams(Seq(MinSuccessful(33), MinSuccessful(34)), defaultConfig)
62 val params = getParams(Seq(MaxDiscarded(PassedMaxDiscarded)), defaultConfig)
74 getParams(Seq(MaxDiscarded(33), MaxDiscarded(34)), defaultConfig)
85 val params = getParams(Seq(MinSize(PassedMinSize)), defaultConfig)
91 getParams(Seq(MinSize(33), MinSize(34)), defaultConfig)
102 val params = getParams(Seq(MaxSize(PassedMaxSize)), defaultConfig)
108 getParams(Seq(MaxSize(33), MaxSize(34)), defaultConfig)
119 val params = getParams(Seq(Workers(PassedWorkers)), defaultConfig)
125 getParams(Seq(Workers(33), Workers(34)), defaultConfig)
[all …]
/dports/security/snort/snort-2.9.18/src/file-process/
H A Dfile_mime_config.c264 if (currentConfig == defaultConfig) in check_decode_config()
293 else if (defaultConfig == NULL) in check_decode_config()
332 currentConfig->max_mime_mem = defaultConfig->max_mime_mem; in check_decode_config()
333 currentConfig->max_depth = defaultConfig->max_depth; in check_decode_config()
335 if(!currentConfig->b64_depth && defaultConfig->b64_depth) in check_decode_config()
342 else if(defaultConfig->b64_depth && (currentConfig->b64_depth > defaultConfig->b64_depth)) in check_decode_config()
349 if(!currentConfig->qp_depth && defaultConfig->qp_depth) in check_decode_config()
356 else if(defaultConfig->qp_depth && (currentConfig->qp_depth > defaultConfig->qp_depth)) in check_decode_config()
363 if(!currentConfig->uu_depth && defaultConfig->uu_depth ) in check_decode_config()
370 else if(defaultConfig->uu_depth && (currentConfig->uu_depth > defaultConfig->uu_depth)) in check_decode_config()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DConfig.hs8 , defaultConfig
93 (configSmartBacktick defaultConfig)
95 (configSmartEditing defaultConfig)
97 (configShowOlderEdits defaultConfig)
99 (configShowBackground defaultConfig)
103 (configShowChannelList defaultConfig)
109 (configEnableAspell defaultConfig)
117 (configActivityBell defaultConfig)
136 (configMouseMode defaultConfig)
237 defaultConfig :: Config
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/cassandra/
H A Dstorage_client_test.go14 cfg := defaultConfig()
26 cfg := defaultConfig()
41 cfg := defaultConfig()
56 cfg := defaultConfig()
71 cfg := defaultConfig()
81 cfg := defaultConfig()
96 cfg := defaultConfig()
104 cfg := defaultConfig()
112 cfg := defaultConfig()
133 cfg := defaultConfig()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/cassandra/
H A Dstorage_client_test.go13 cfg := defaultConfig()
24 cfg := defaultConfig()
39 cfg := defaultConfig()
54 cfg := defaultConfig()
69 cfg := defaultConfig()
78 cfg := defaultConfig()
93 cfg := defaultConfig()
101 cfg := defaultConfig()
109 cfg := defaultConfig()
130 cfg := defaultConfig()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/openapi/
H A Dopenapi_test.go40 defaultConfig := &openapi.Config{}
54 config: defaultConfig,
66 config: defaultConfig,
70 config: defaultConfig,
74 config: defaultConfig,
78 config: defaultConfig,
82 config: defaultConfig,
90 config: defaultConfig,
94 config: defaultConfig,
102 config: defaultConfig,
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/vinyldns/go-vinyldns/vinyldns/
H A Dconfig_test.go26 defaultConfig := NewConfigFromEnv()
28 expectSame(t, defaultConfig.AccessKey, accessKey, "defaultConfig.AccessKey")
29 expectSame(t, defaultConfig.SecretKey, secretKey, "defaultConfig.SecretKey")
30 expectSame(t, defaultConfig.Host, host, "defaultConfig.Host")
31 …expectSame(t, defaultConfig.UserAgent, fmt.Sprintf("go-vinyldns/%s", Version), "defaultConfig.User…
37 defaultConfig := NewConfigFromEnv()
39 expectSame(t, defaultConfig.UserAgent, "some customer UA", "defaultConfig.UserAgent")

12345678910>>...63