Home
last modified time | relevance | path

Searched refs:viper (Results 1 – 25 of 2378) sorted by relevance

12345678910>>...96

/dports/textproc/texi2html/texi2html-5.0/test/misc/res_all/texi_viper/
H A Dviper.passtexi1 viper.texi(,3)
2 viper.texi(,4) @comment Using viper.info instead of viper in setfilename breaks DOS.
3 viper.texi(,5) @comment @setfilename viper
4 viper.texi(,6) @comment @setfilename viper.info
5 viper.texi(,7) @setfilename viper
276 viper.texi(,327) (setq viper-mode t)
277 viper.texi(,328) (require 'viper)
308 viper.texi(,359) M-x viper-mode
1523 viper.texi(,1574) @cindex .viper
1726 viper.texi(,1777) @item viper-custom-file-name "~/.viper"
[all …]
H A Dviper.passfirst1 viper.texi(,3)
2 viper.texi(,4) @comment Using viper.info instead of viper in setfilename breaks DOS.
3 viper.texi(,5) @comment @setfilename viper
4 viper.texi(,6) @comment @setfilename viper.info
5 viper.texi(,7) @setfilename viper
264 viper.texi(,327) (setq viper-mode t)
265 viper.texi(,328) (require 'viper)
296 viper.texi(,359) M-x viper-mode
1511 viper.texi(,1574) @cindex .viper
1714 viper.texi(,1777) @item viper-custom-file-name "~/.viper"
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/misc/res_info/texi_viper/
H A Dviper.passtexi1 viper.texi(,3)
2 viper.texi(,4) @comment Using viper.info instead of viper in setfilename breaks DOS.
3 viper.texi(,5) @comment @setfilename viper
4 viper.texi(,6) @comment @setfilename viper.info
5 viper.texi(,7) @setfilename viper
276 viper.texi(,327) (setq viper-mode t)
277 viper.texi(,328) (require 'viper)
308 viper.texi(,359) M-x viper-mode
1523 viper.texi(,1574) @cindex .viper
1726 viper.texi(,1777) @item viper-custom-file-name "~/.viper"
[all …]
H A Dviper.passfirst1 viper.texi(,3)
2 viper.texi(,4) @comment Using viper.info instead of viper in setfilename breaks DOS.
3 viper.texi(,5) @comment @setfilename viper
4 viper.texi(,6) @comment @setfilename viper.info
5 viper.texi(,7) @setfilename viper
264 viper.texi(,327) (setq viper-mode t)
265 viper.texi(,328) (require 'viper)
296 viper.texi(,359) M-x viper-mode
1511 viper.texi(,1574) @cindex .viper
1714 viper.texi(,1777) @item viper-custom-file-name "~/.viper"
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/misc/res/texi_viper/
H A Dviper.passtexi1 viper.texi(,3)
2 viper.texi(,4) @comment Using viper.info instead of viper in setfilename breaks DOS.
3 viper.texi(,5) @comment @setfilename viper
4 viper.texi(,6) @comment @setfilename viper.info
5 viper.texi(,7) @setfilename viper
276 viper.texi(,327) (setq viper-mode t)
277 viper.texi(,328) (require 'viper)
308 viper.texi(,359) M-x viper-mode
1523 viper.texi(,1574) @cindex .viper
1726 viper.texi(,1777) @item viper-custom-file-name "~/.viper"
[all …]
H A Dviper.passfirst1 viper.texi(,3)
2 viper.texi(,4) @comment Using viper.info instead of viper in setfilename breaks DOS.
3 viper.texi(,5) @comment @setfilename viper
4 viper.texi(,6) @comment @setfilename viper.info
5 viper.texi(,7) @setfilename viper
264 viper.texi(,327) (setq viper-mode t)
265 viper.texi(,328) (require 'viper)
296 viper.texi(,359) M-x viper-mode
1511 viper.texi(,1574) @cindex .viper
1714 viper.texi(,1777) @item viper-custom-file-name "~/.viper"
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/conf/
H A Dconfiguration.go77 viper.SetConfigFile(confFile)
82 err := viper.Unmarshal(&Server)
109 viper.SetDefault("port", 4533)
112 viper.SetDefault("baseurl", "")
153 viper.SetConfigFile(cfgFile)
156 viper.AddConfigPath(".")
157 viper.SetConfigName("navidrome")
160 _ = viper.BindEnv("port")
161 viper.SetEnvPrefix("ND")
164 viper.AutomaticEnv()
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/agent/cmd/
H A Dstart.go111 cfg.API.Port = viper.GetInt(flagAPIPort)
131 cfg.User = viper.GetString(flagUser)
172 if !viper.GetBool(flagDisableAPI) {
176 if !viper.GetBool(flagDisableSockets) {
201 viper.SetConfigType("yaml")
202 viper.SetConfigFile(configFilePath)
210 viper.SetDefault(flagDeregister, false)
212 viper.SetDefault(flagDisableAPI, false)
231 viper.SetDefault(flagTrustedCAFile, "")
233 viper.SetDefault(flagLogLevel, "warn")
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/backend/cmd/
H A Dstart.go137 _ = viper.BindPFlags(cmd.Flags())
232 if viper.GetBool(flagDebug) {
258 viper.SetConfigType("yaml")
259 viper.SetConfigFile(configFilePath)
262 viper.SetDefault(flagAgentHost, "[::]")
263 viper.SetDefault(flagAgentPort, 8081)
275 viper.SetDefault(flagCertFile, "")
276 viper.SetDefault(flagKeyFile, "")
277 viper.SetDefault(flagTrustedCAFile, "")
279 viper.SetDefault(flagLogLevel, "warn")
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mozqnet/go-exploitdb/commands/
H A Droot.go37 viper.SetDefault("log-json", false)
41 viper.SetDefault("quiet", false)
45 viper.SetDefault("debug", false)
49 viper.SetDefault("debug-sql", false)
62 viper.SetDefault("deep", false)
66 viper.SetDefault("http-proxy", "")
72 viper.SetConfigFile(cfgFile)
82 viper.AddConfigPath(home)
92 logDir := viper.GetString("log-dir")
93 quiet := viper.GetBool("quiet")
[all …]
/dports/sysutils/istio/istio-1.6.7/tools/istio-iptables/pkg/cmd/
H A Droot.go155 viper.AutomaticEnv()
166 viper.SetDefault(constants.EnvoyPort, envoyPort)
180 viper.SetDefault(constants.ProxyUID, "")
187 viper.SetDefault(constants.ProxyGID, "")
202 viper.SetDefault(constants.InboundPorts, "")
210 viper.SetDefault(constants.LocalExcludePorts, "")
218 viper.SetDefault(constants.ServiceCidr, "")
258 viper.SetDefault(constants.DryRun, false)
264 viper.SetDefault(constants.RestoreFormat, true)
282 viper.SetDefault(constants.SkipRuleApply, false)
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/takuzoo3868/go-msfdb/commands/
H A Droot.go42 viper.SetDefault("log-json", false)
48 viper.SetDefault("quiet", false)
54 viper.SetDefault("debug", false)
60 viper.SetDefault("debug-sql", false)
80 viper.SetDefault("http-proxy", "")
86 viper.SetConfigFile(cfgFile)
96 viper.AddConfigPath(home)
97 viper.SetConfigName(".go-msfdb")
106 logDir := viper.GetString("log-dir")
107 quiet := viper.GetBool("quiet")
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/
H A Dmain.go75 viper.SetDefault("UrlBase", "")
81 viper.SetDefault("Debug", false)
118 viper.AutomaticEnv()
119 viper.SetEnvPrefix("ts")
123 viper.Set("Debug", true)
131 viper.SetConfigType("toml")
133 viper.AddConfigPath("/config")
134 viper.AddConfigPath("/etc")
169 viper.GetString("HttpHost"), viper.GetInt("HttpPort")), basePath))
171 viper.GetString("HttpHost"), viper.GetInt("HttpsPort")), basePath))
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/knqyf263/gost/cmd/
H A Droot.go37 viper.SetDefault("log-json", false)
41 viper.SetDefault("debug", false)
45 viper.SetDefault("debug-sql", false)
54 viper.SetDefault("dbtype", "sqlite3")
58 viper.SetDefault("http-proxy", "")
64 viper.SetConfigFile(cfgFile)
74 viper.AddConfigPath(home)
75 viper.SetConfigName(".gost")
84 logDir := viper.GetString("log-dir")
85 debug := viper.GetBool("debug")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/cmd/config/
H A Dconfig.go74 viper.AutomaticEnv()
110 viper.AutomaticEnv()
169 url := viper.GetString(config.KeyTritonURL)
205 url := viper.GetString(config.KeyMantaURL)
241 return viper.GetString(config.KeyPackageID)
253 return viper.GetInt(config.KeyPackageDisk)
257 return viper.GetInt(config.KeyPackageSwap)
265 return viper.GetString(config.KeyImageId)
319 if viper.IsSet(config.KeyInstanceTag) {
334 if viper.IsSet(config.KeyInstanceTag) {
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/config/
H A Dconfig.go339 viper.SetEnvPrefix(configEnvPrefix)
341 viper.SetEnvKeyReplacer(replacer)
342 viper.SetConfigName(configName)
344 viper.AutomaticEnv()
345 viper.AllowEmptyEnv(true)
498 viper.SetConfigFile(configFile)
508 viper.AddConfigPath(configDir)
510 viper.AddConfigPath(".")
512 if err = viper.ReadInConfig(); err != nil {
516 if errors.As(err, &viper.ConfigFileNotFoundError{}) {
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/cmd/
H A Droot.go95 viper.SetDefault(configDirKey, defaultConfigDir)
114 viper.SetDefault(configFileKey, defaultConfigFile)
132 viper.SetDefault(logFilePathKey, defaultLogFile)
141 viper.SetDefault(logMaxSizeKey, defaultLogMaxSize)
151 viper.SetDefault(logMaxBackupKey, defaultLogMaxBackup)
160 viper.SetDefault(logMaxAgeKey, defaultLogMaxAge)
169 viper.SetDefault(logCompressKey, defaultLogCompress)
179 viper.SetDefault(logVerboseKey, defaultLogVerbose)
187 viper.SetDefault(logUTCTimeKey, defaultLogUTCTime)
195 viper.SetDefault(loadDataFromKey, defaultLoadDataFrom)
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/cmd/carbonapi/config/
H A Dinit.go72 graphTemplatesViper := viper.New()
291 viper.SetConfigType("TOML")
296 viper.SetConfigType("YAML")
308 viper.SetEnvPrefix(viperPrefix)
311 viper.BindEnv("tz", "carbonapi_tz")
313 viper.SetDefault("concurency", 20)
318 viper.SetDefault("cpus", 0)
319 viper.SetDefault("tz", "")
328 viper.SetDefault("pidFile", "")
343 viper.AutomaticEnv()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/pkg/viperconfig/
H A Dviperconfig.go29 func AddConfigFlag(rootCmd *cobra.Command, viper *viper.Viper) {
35 viper.SetConfigFile(cfgFile)
46 func ProcessViperConfig(cmd *cobra.Command, viper *viper.Viper) {
47 viper.SetTypeByDefaultValue(true)
61 func ViperizeRootCmd(cmd *cobra.Command, viper *viper.Viper) {
62 AddConfigFlag(cmd, viper)
63 subCommandPreRun(cmd, viper)
66 func subCommandPreRun(cmd *cobra.Command, viper *viper.Viper) {
72 _ = viper.BindPFlags(cmd.Flags())
73 ProcessViperConfig(cmd, viper)
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/cmd/aws-iam-authenticator/
H A Droot.go68 viper.BindEnv("clusterID", "KUBERNETES_AWS_AUTHENTICATOR_CLUSTER_ID")
79 viper.SetConfigFile(cfgFile)
80 if err := viper.ReadInConfig(); err != nil {
88 PartitionID: viper.GetString("server.partition"),
89 ClusterID: viper.GetString("clusterID"),
91 HostPort: viper.GetInt("server.port"),
92 Hostname: viper.GetString("server.hostname"),
95 StateDir: viper.GetString("server.stateDir"),
96 Address: viper.GetString("server.address"),
97 Kubeconfig: viper.GetString("server.kubeconfig"),
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/cmd/
H A Droot.go117 _ = viper.BindPFlag("musicfolder", rootCmd.PersistentFlags().Lookup("musicfolder"))
118 _ = viper.BindPFlag("datafolder", rootCmd.PersistentFlags().Lookup("datafolder"))
119 _ = viper.BindPFlag("loglevel", rootCmd.PersistentFlags().Lookup("loglevel"))
121 rootCmd.Flags().StringP("address", "a", viper.GetString("address"), "IP address to bind")
122 rootCmd.Flags().IntP("port", "p", viper.GetInt("port"), "HTTP port Navidrome will use")
132 _ = viper.BindPFlag("address", rootCmd.Flags().Lookup("address"))
133 _ = viper.BindPFlag("port", rootCmd.Flags().Lookup("port"))
134 _ = viper.BindPFlag("sessiontimeout", rootCmd.Flags().Lookup("sessiontimeout"))
135 _ = viper.BindPFlag("scaninterval", rootCmd.Flags().Lookup("scaninterval"))
136 _ = viper.BindPFlag("baseurl", rootCmd.Flags().Lookup("baseurl"))
[all …]
/dports/devel/lab/lab-0.17.2/
H A Dmain.go37 viper.SetConfigName("lab")
38 viper.SetConfigType("hcl")
39 viper.AddConfigPath(".")
40 viper.AddConfigPath(confpath)
43 viper.AddConfigPath(gitDir)
46 viper.SetEnvPrefix("LAB")
48 viper.AutomaticEnv()
53 …host, user, token := viper.GetString("core.host"), viper.GetString("core.user"), viper.GetString("…
67 if _, ok := viper.ReadInConfig().(viper.ConfigFileNotFoundError); ok {
77 c := viper.AllSettings()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/cmd/cayley/
H A Dcayley.go65 viper.SetConfigFile(conf)
67 err := viper.ReadInConfig()
71 if conf := viper.ConfigFileUsed(); conf != "" {
81 quad.DefaultBatch = viper.GetInt("load.batch")
108 viper.SetConfigName("cayley")
109 viper.SetEnvPrefix("cayley")
110 viper.AddConfigPath(".")
111 viper.AddConfigPath("$HOME/.cayley/")
112 viper.AddConfigPath("/etc/")
114 viper.SetConfigFile(conf)
[all …]
/dports/security/certmgr/certmgr-3.0.3/certmgr/cmd/
H A Droot.go30 viper.GetString("dir"),
33 ServiceManagerName: viper.GetString("svcmgr"),
35 Before: viper.GetDuration("before"),
36 Interval: viper.GetDuration("interval"),
38 InitialSplay: viper.GetDuration("initial_splay"),
65 viper.GetString("metrics_address"),
66 viper.GetString("metrics_port"),
161 viper.SetConfigFile(cfgFile)
167 viper.SetEnvPrefix("CERTMGR")
171 if err := viper.ReadInConfig(); err != nil {
[all …]
/dports/lang/micropython/micropython-1.17/tests/micropython/
H A Dviper_misc.py4 @micropython.viper
12 @micropython.viper
20 @micropython.viper
28 @micropython.viper
36 @micropython.viper
44 @micropython.viper
53 @micropython.viper
62 @micropython.viper
70 @micropython.viper
81 @micropython.viper
[all …]

12345678910>>...96