Home
last modified time | relevance | path

Searched refs:testCfg (Results 1 – 21 of 21) sorted by relevance

/dports/www/hs-postgrest/postgrest-8.0.0/test/
H A DSpecHelper.hs110 testCfg :: Text -> AppConfig
111 testCfg testDbConn = _baseCfg { configDbUri = testDbConn } function
120 testCfgNoJWT testDbConn = (testCfg testDbConn) { configJwtSecret = Nothing, configJWKS = Nothing }
123 testUnicodeCfg testDbConn = (testCfg testDbConn) { configDbSchemas = fromList ["تست"] }
126 testMaxRowsCfg testDbConn = (testCfg testDbConn) { configDbMaxRows = Just 2 }
129 testDisabledOpenApiCfg testDbConn = (testCfg testDbConn) { configOpenApiMode = OADisabled }
140 (testCfg testDbConn) {
148 (testCfg testDbConn) {
157 in (testCfg testDbConn) {
165 in (testCfg testDbConn) {
[all …]
H A DMain.hs68 (configDbSchemas $ testCfg testDbConn)
69 (configDbExtraSearchPath $ testCfg testDbConn)
95 let withApp = app testCfg
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/util/cfg/
H A Dfiles_test.go11 type testCfg struct { struct
15 func (cfg *testCfg) RegisterFlags(f *flag.FlagSet) { argument
19 func (cfg *testCfg) Clone() flagext.Registerer { argument
20 return func(cfg testCfg) flagext.Registerer {
26 cfg := &testCfg{}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/integration/
H A Dquerier_test.go78 for testName, testCfg := range tests {
120 if testCfg.blocksShardingStrategy == "" {
131 if testCfg.blocksShardingStrategy != "" {
175 if testCfg.bucketIndexEnabled {
187 if testCfg.blocksShardingStrategy != "" {
195 if testCfg.blocksShardingStrategy == "shuffle-sharding" {
221 if testCfg.indexCacheBackend == tsdb.IndexCacheBackendInMemory {
295 for testName, testCfg := range tests {
347 if testCfg.blocksShardingEnabled {
392 if testCfg.bucketIndexEnabled {
[all …]
H A Dalertmanager_test.go98 for testName, testCfg := range tests {
179 for testName, testCfg := range tests {
244 for testName, testCfg := range tests {
586 e2e.Equals(float64(3*testCfg.replicationFactor)),
609 for testName, testCfg := range tests {
647 if testCfg.withPersister {
688 if len(instances) <= testCfg.replicationFactor {
691 expectedReplication = testCfg.replicationFactor
743 if testCfg.withPersister {
753 scale := (testCfg.replicationFactor + 2)
[all …]
H A Druler_test.go50 for testName, testCfg := range tests {
64 …onsul.NetworkHTTPEndpoint(), mergeFlags(ChunksStorageFlags(), RulerFlags(testCfg.legacyRuleStore))…
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DGraphicsConfigTemplate3D.java64 Object testCfg; field in GraphicsConfigTemplate3D
305 testCfg = gc; in getBestConfiguration()
324 return (GraphicsConfiguration) testCfg; in getBestConfiguration()
346 testCfg = gc; in isGraphicsConfigSupported()
354 return ((Boolean) testCfg).booleanValue(); in isGraphicsConfigSupported()
H A DRenderer.java512 … GraphicsConfiguration [] gcList = (GraphicsConfiguration []) gct.testCfg; in doWork()
528 gct.testCfg = gcfg; in doWork()
531 GraphicsConfiguration gc = (GraphicsConfiguration) gct.testCfg; in doWork()
549 gct.testCfg = Boolean.valueOf(rval); in doWork()
H A DMasterControl.java3281 ((GraphicsConfigTemplate3D) o).testCfg)[0];
3286 ((GraphicsConfigTemplate3D) o).testCfg;
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/context/
H A Dremove_test.go51 testCfg := configfile.New(configFilePath)
52 testCfg.CurrentContext = "current"
53 assert.NilError(t, testCfg.Save())
55 cli, cleanup := makeFakeCli(t, withCliConfig(testCfg))
H A Duse_test.go20 testCfg := configfile.New(configFilePath)
21 cli, cleanup := makeFakeCli(t, withCliConfig(testCfg))
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/context/
H A Dremove_test.go51 testCfg := configfile.New(configFilePath)
52 testCfg.CurrentContext = "current"
53 assert.NilError(t, testCfg.Save())
55 cli, cleanup := makeFakeCli(t, withCliConfig(testCfg))
H A Duse_test.go20 testCfg := configfile.New(configFilePath)
21 cli, cleanup := makeFakeCli(t, withCliConfig(testCfg))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/context/store/
H A Dstore_test.go27 var testCfg = NewConfig(func() interface{} { return &context{} }, var
36 s := New(testDir, testCfg)
93 s := New(testDir, testCfg)
120 store := New(testDir, testCfg)
130 store := New(testDir, testCfg)
176 s := New(testDir, testCfg)
227 s := New(testDir, testCfg)
255 s := New(testDir, testCfg)
H A Dmetadata_test.go27 testee := metadataStore{root: testDir, config: testCfg}
36 testee := metadataStore{root: testDir, config: testCfg}
49 testee = metadataStore{root: testDir, config: testCfg}
72 testee := metadataStore{root: testDir, config: testCfg}
84 testee := metadataStore{root: testDir, config: testCfg}
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/context/store/
H A Dstore_test.go27 var testCfg = NewConfig(func() interface{} { return &context{} }, var
36 s := New(testDir, testCfg)
93 s := New(testDir, testCfg)
120 store := New(testDir, testCfg)
130 store := New(testDir, testCfg)
176 s := New(testDir, testCfg)
227 s := New(testDir, testCfg)
255 s := New(testDir, testCfg)
H A Dmetadata_test.go27 testee := metadataStore{root: testDir, config: testCfg}
36 testee := metadataStore{root: testDir, config: testCfg}
49 testee = metadataStore{root: testDir, config: testCfg}
72 testee := metadataStore{root: testDir, config: testCfg}
84 testee := metadataStore{root: testDir, config: testCfg}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/
H A Ddefaultcontextstore_test.go27 var testCfg = store.NewConfig(func() interface{} { return &testContext{} }, var
46 Store: store.New(testDir, testCfg),
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/
H A Ddefaultcontextstore_test.go27 var testCfg = store.NewConfig(func() interface{} { return &testContext{} }, var
46 Store: store.New(testDir, testCfg),
/dports/audio/fdk-aac/fdk-aac-2.0.2/libMpegTPDec/src/
H A Dtpdec_asc.cpp1168 UCHAR testCfg[4] = {32, 14, 12, 7}; in CProgramConfig_GetElementTable() local
1172 CProgramConfig_GetDefault(tmpPce, testCfg[i]); in CProgramConfig_GetElementTable()
1179 *pChMapIdx = (testCfg[i] == 32) ? 12 : testCfg[i]; in CProgramConfig_GetElementTable()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libMpegTPDec/src/
H A Dtpdec_asc.cpp1168 UCHAR testCfg[4] = {32, 14, 12, 7}; in CProgramConfig_GetElementTable() local
1172 CProgramConfig_GetDefault(tmpPce, testCfg[i]); in CProgramConfig_GetElementTable()
1179 *pChMapIdx = (testCfg[i] == 32) ? 12 : testCfg[i]; in CProgramConfig_GetElementTable()