Home
last modified time | relevance | path

Searched refs:defConfig (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/shuLhan/go-bindata/go-bindata/
H A Dmain_test.go64 defConfig = bindata.NewConfig()
90 Output: defConfig.Output,
96 Ignore: defConfig.Ignore,
97 Include: defConfig.Include,
107 Output: defConfig.Output,
112 Ignore: defConfig.Ignore,
113 Include: defConfig.Include,
128 Ignore: defConfig.Ignore,
129 Include: defConfig.Include,
146 Ignore: defConfig.Ignore,
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/skylighting-core-0.11/test/
H A Dtest-skylighting.hs56 defConfig = TokenizerConfig { traceOutput = False function
94 map (noDropTest defConfig allcases) syntaxes
127 @=? tokenize defConfig perl "s\0b\0c\0"
130 @=? tokenize defConfig perl
134 @=? tokenize defConfig perl
153 @=? tokenize defConfig perl
166 ] @=? tokenize defConfig cpp
170 ] @=? tokenize defConfig cpp "ng_or"
174 ] @=? tokenize defConfig c "'\\0'"
182 ] @=? tokenize defConfig html "试:<a>"
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/skylighting-core-0.8.5/test/
H A Dtest-skylighting.hs52 defConfig = TokenizerConfig { traceOutput = False function
65 map (tokenizerTest defConfig sMap regen) inputs
92 map (noDropTest defConfig allcases) syntaxes
109 @=? tokenize defConfig perl "s\0b\0c\0"
113 ] @=? tokenize defConfig perl
119 ] @=? tokenize defConfig perl
140 ] @=? tokenize defConfig perl
153 ] @=? tokenize defConfig cpp
157 ] @=? tokenize defConfig cpp "ng_or"
161 ] @=? tokenize defConfig c "'\\0'"
[all …]
/dports/dns/mydns/mydns-1.1.0/src/mydns/
H A Dconf.c60 static CONF defConfig[] = { variable
134 for (n = 0; defConfig[n].name; n++) in dump_config()
136 char *value = conf_get(&Conf, defConfig[n].name, &defaulted); in dump_config()
138 c = &defConfig[n]; in dump_config()
168 for (n = 0; defConfig[n].name; n++) in dump_config()
170 char *value = conf_get(&Conf, defConfig[n].name, &defaulted); in dump_config()
172 c = &defConfig[n]; in dump_config()
384 for (n = 0; defConfig[n].name; n++) in load_config()
386 if (defConfig[n].name[0] == '-' || !defConfig[n].value) in load_config()
388 if (!conf_get(&Conf, defConfig[n].name, NULL)) in load_config()
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/skylighting-core-0.10.4/test/
H A Dtest-skylighting.hs56 defConfig = TokenizerConfig { traceOutput = False function
72 map (tokenizerTest defConfig sMap regen) inputs
94 map (noDropTest defConfig allcases) syntaxes
125 @=? tokenize defConfig perl "s\0b\0c\0"
128 @=? tokenize defConfig perl
132 @=? tokenize defConfig perl
151 @=? tokenize defConfig perl
164 ] @=? tokenize defConfig cpp
168 ] @=? tokenize defConfig cpp "ng_or"
172 ] @=? tokenize defConfig c "'\\0'"
[all …]
/dports/dns/mydns-ng/mydns-1.2.8.31/src/lib/
H A Dconf.c115 static CONF defConfig[] = { variable
246 for (n = 0; defConfig[n].name; n++) { in dump_config()
247 const char *value = conf_get(&Conf, defConfig[n].name, &defaulted); in dump_config()
249 c = &defConfig[n]; in dump_config()
273 for (n = 0; defConfig[n].name; n++) { in dump_config()
274 const char *value = conf_get(&Conf, defConfig[n].name, &defaulted); in dump_config()
276 c = &defConfig[n]; in dump_config()
480 for (n = 0; defConfig[n].name; n++) { in load_config()
481 if (defConfig[n].name[0] == '-' || !defConfig[n].value) in load_config()
483 if (!conf_get(&Conf, defConfig[n].name, NULL)) in load_config()
[all …]
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dmain.c68 CONFIG defConfig = variable
689 defConfig.secondaryport); in Version()
1603 config->logfile = StrDup(defConfig.logfile); in main()
1612 config->reinitcheck = defConfig.reinitcheck; in main()
1626 config->daemonmode = defConfig.daemonmode; in main()
1633 config->redirect = defConfig.redirect; in main()
1640 config->autocomplete = defConfig.autocomplete; in main()
1647 config->loghostnames = defConfig.loghostnames; in main()
1668 config->initdelay = defConfig.initdelay; in main()
1676 config->sslrequired = defConfig.sslrequired; in main()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/api/
H A Dapi.go399 defConfig := DefaultConfig()
402 config.Address = defConfig.Address
406 config.Scheme = defConfig.Scheme
410 config.Transport = defConfig.Transport
414 config.TLSConfig.Address = defConfig.TLSConfig.Address
418 config.TLSConfig.CAFile = defConfig.TLSConfig.CAFile
422 config.TLSConfig.CAPath = defConfig.TLSConfig.CAPath
426 config.TLSConfig.CertFile = defConfig.TLSConfig.CertFile
430 config.TLSConfig.KeyFile = defConfig.TLSConfig.KeyFile
434 config.TLSConfig.InsecureSkipVerify = defConfig.TLSConfig.InsecureSkipVerify
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/
H A Dapi.go401 defConfig := DefaultConfig()
404 config.Address = defConfig.Address
408 config.Scheme = defConfig.Scheme
412 config.Transport = defConfig.Transport
416 config.TLSConfig.Address = defConfig.TLSConfig.Address
420 config.TLSConfig.CAFile = defConfig.TLSConfig.CAFile
424 config.TLSConfig.CAPath = defConfig.TLSConfig.CAPath
428 config.TLSConfig.CertFile = defConfig.TLSConfig.CertFile
432 config.TLSConfig.KeyFile = defConfig.TLSConfig.KeyFile
436 config.TLSConfig.InsecureSkipVerify = defConfig.TLSConfig.InsecureSkipVerify
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs10 Config (..), defConfig,
126 defConfig :: Config
127 defConfig = function
135 encodePretty = encodePretty' defConfig
147 encodePrettyToTextBuilder = encodePrettyToTextBuilder' defConfig
/dports/sysutils/logrotate/logrotate-3.13.0/
H A Dconfig.c657 freeLogInfo(defConfig); in readConfigPath()
674 freeLogInfo(defConfig); in readConfigPath()
688 struct logInfo defConfig = { in readAllConfigPaths() local
751 freeLogInfo(&defConfig); in readAllConfigPaths()
847 if (newlog != defConfig) { \
1317 if (newlog != defConfig) { in readConfigFile()
1366 if (newlog != defConfig) { in readConfigFile()
1563 if (newlog != defConfig) { in readConfigFile()
1673 if (newlog == defConfig) { in readConfigFile()
1769 newlog = defConfig; in readConfigFile()
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/consul/api/
H A Dapi.go473 defConfig := DefaultConfig()
476 config.Address = defConfig.Address
480 config.Scheme = defConfig.Scheme
484 config.Transport = defConfig.Transport
488 config.TLSConfig.Address = defConfig.TLSConfig.Address
492 config.TLSConfig.CAFile = defConfig.TLSConfig.CAFile
496 config.TLSConfig.CAPath = defConfig.TLSConfig.CAPath
500 config.TLSConfig.CertFile = defConfig.TLSConfig.CertFile
504 config.TLSConfig.KeyFile = defConfig.TLSConfig.KeyFile
508 config.TLSConfig.InsecureSkipVerify = defConfig.TLSConfig.InsecureSkipVerify
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/api/
H A Dapi.go473 defConfig := DefaultConfig()
476 config.Address = defConfig.Address
480 config.Scheme = defConfig.Scheme
484 config.Transport = defConfig.Transport
488 config.TLSConfig.Address = defConfig.TLSConfig.Address
492 config.TLSConfig.CAFile = defConfig.TLSConfig.CAFile
496 config.TLSConfig.CAPath = defConfig.TLSConfig.CAPath
500 config.TLSConfig.CertFile = defConfig.TLSConfig.CertFile
504 config.TLSConfig.KeyFile = defConfig.TLSConfig.KeyFile
508 config.TLSConfig.InsecureSkipVerify = defConfig.TLSConfig.InsecureSkipVerify
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/api/
H A Dapi.go473 defConfig := DefaultConfig()
476 config.Address = defConfig.Address
480 config.Scheme = defConfig.Scheme
484 config.Transport = defConfig.Transport
488 config.TLSConfig.Address = defConfig.TLSConfig.Address
492 config.TLSConfig.CAFile = defConfig.TLSConfig.CAFile
496 config.TLSConfig.CAPath = defConfig.TLSConfig.CAPath
500 config.TLSConfig.CertFile = defConfig.TLSConfig.CertFile
504 config.TLSConfig.KeyFile = defConfig.TLSConfig.KeyFile
508 config.TLSConfig.InsecureSkipVerify = defConfig.TLSConfig.InsecureSkipVerify
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/consul/api/
H A Dapi.go473 defConfig := DefaultConfig()
476 config.Address = defConfig.Address
480 config.Scheme = defConfig.Scheme
484 config.Transport = defConfig.Transport
488 config.TLSConfig.Address = defConfig.TLSConfig.Address
492 config.TLSConfig.CAFile = defConfig.TLSConfig.CAFile
496 config.TLSConfig.CAPath = defConfig.TLSConfig.CAPath
500 config.TLSConfig.CertFile = defConfig.TLSConfig.CertFile
504 config.TLSConfig.KeyFile = defConfig.TLSConfig.KeyFile
508 config.TLSConfig.InsecureSkipVerify = defConfig.TLSConfig.InsecureSkipVerify
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/api/
H A Dapi.go473 defConfig := DefaultConfig()
476 config.Address = defConfig.Address
480 config.Scheme = defConfig.Scheme
484 config.Transport = defConfig.Transport
488 config.TLSConfig.Address = defConfig.TLSConfig.Address
492 config.TLSConfig.CAFile = defConfig.TLSConfig.CAFile
496 config.TLSConfig.CAPath = defConfig.TLSConfig.CAPath
500 config.TLSConfig.CertFile = defConfig.TLSConfig.CertFile
504 config.TLSConfig.KeyFile = defConfig.TLSConfig.KeyFile
508 config.TLSConfig.InsecureSkipVerify = defConfig.TLSConfig.InsecureSkipVerify
[all …]

1234567