- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 1,545 for Configs (0.09 sec)
-
internal/config/compress/compress.go
- )
- // DefaultKVS - default KV config for compression settings
- var (
- DefaultKVS = config.KVS{
- config.KV{
- Key: config.Enable,
- Value: config.EnableOff,
- },
- config.KV{
- Key: AllowEncrypted,
- Value: config.EnableOff,
- },
- config.KV{
- Key: Extensions,
- Value: DefaultExtensions,
- },
- config.KV{
- Key: MimeTypes,
- Value: DefaultMimeTypes,
- },
- }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 5K bytes - Viewed (0) -
cni/pkg/util/pluginutil.go
- }
- return cniConfigMap, nil
- }
- // Given an unmarshalled CNI config JSON map, return the plugin list asserted as a []interface{}
- func GetPlugins(cniConfigMap map[string]any) (plugins []any, err error) {
- plugins, ok := cniConfigMap["plugins"].([]any)
- if !ok {
- err = fmt.Errorf("error reading plugin list from CNI config")
- return
- }
- return
- }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jan 26 20:34:28 UTC 2024 - 3.6K bytes - Viewed (0) -
internal/config/compress/help.go
- package compress
- import "github.com/minio/minio/internal/config"
- // Help template for compress feature.
- var (
- defaultHelpPostfix = func(key string) string {
- return config.DefaultHelpPostfix(DefaultKVS, key)
- }
- Help = config.HelpKVS{
- config.HelpKV{
- Key: config.Enable,
- Description: "Enable or disable object compression",
- Type: "on|off",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Jul 17 15:43:14 UTC 2022 - 1.8K bytes - Viewed (0) -
build-logic-commons/code-quality-rules/src/main/resources/codenarc/codenarc-integtests.xml
- <rule-config name='ClassName'>
- <property name='regex' value='^[A-Z][\$a-zA-Z0-9]*$'/>
- </rule-config>
- <rule-config name='FieldName'>
- <property name='finalRegex' value='^[a-z][a-zA-Z0-9]*$'/>
- <property name='staticFinalRegex' value='^logger$|^[A-Z][A-Z_0-9]*$|^serialVersionUID$'/>
- </rule-config>
- <rule-config name='MethodName'>
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2.3K bytes - Viewed (0) -
cni/pkg/install/install_test.go
- }{
- {
- name: "preempted config",
- expectedFailure: true,
- cniConfigFilename: "list.conflist",
- chainedCNIPlugin: true,
- existingConfFiles: map[string]string{"bridge.conf": "bridge.conf", "list.conflist.golden": "list.conflist"},
- },
- {
- name: "intentional preempted config invalid",
- expectedFailure: true,
- cniConfigFilename: "invalid-arr.conflist",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jan 26 20:34:28 UTC 2024 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/TransPeekNamedPipe.java
- *
- */
- public class TransPeekNamedPipe extends SmbComTransaction {
- private int fid;
- /**
- *
- * @param config
- * @param pipeName
- * @param fid
- */
- public TransPeekNamedPipe ( Configuration config, String pipeName, int fid ) {
- super(config, SMB_COM_TRANSACTION, TRANS_PEEK_NAMED_PIPE);
- this.name = pipeName;
- this.fid = fid;
- this.timeout = 0xFFFFFFFF;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.5K bytes - Viewed (0) -
docs/sts/dex.md
- ```
- ~ ./bin/dex serve dex.yaml
- time="2020-07-12T20:45:50Z" level=info msg="config issuer: http://127.0.0.1:5556/dex"
- time="2020-07-12T20:45:50Z" level=info msg="config storage: sqlite3"
- time="2020-07-12T20:45:50Z" level=info msg="config static client: Example App"
- time="2020-07-12T20:45:50Z" level=info msg="config connector: mock"
- time="2020-07-12T20:45:50Z" level=info msg="config connector: local passwords enabled"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Mar 21 06:38:06 UTC 2023 - 3.8K bytes - Viewed (0) -
helm-releases/minio-5.0.8.tgz
.Values.configPathmc }} MC_CONFIG_DIR="{{ .Values.configPathmc }}" MC="/usr/bin/mc --insecure --config-dir ${MC_CONFIG_DIR}" {{- else }} MC="/usr/bin/mc --insecure" {{- end }} # connectToMinio # Use a check-sleep-check loop to wait for MinIO service to be available connectToMinio() { SCHEME=$1 ATTEMPTS=0 ; LIMIT=29 ; # Allow 30 attempts set -e ; # fail if we can't read the keys. ACCESS=$(cat /config/rootUser) ; SECRET=$(cat /config/rootPassword) ; set +e ; # The connections to minio are allowed to fail. echo "Connecting...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Apr 13 21:49:51 UTC 2023 - 20.3K bytes - Viewed (0) -
helm-releases/minio-5.0.9.tgz
.Values.configPathmc }} MC_CONFIG_DIR="{{ .Values.configPathmc }}" MC="/usr/bin/mc --insecure --config-dir ${MC_CONFIG_DIR}" {{- else }} MC="/usr/bin/mc --insecure" {{- end }} # connectToMinio # Use a check-sleep-check loop to wait for MinIO service to be available connectToMinio() { SCHEME=$1 ATTEMPTS=0 ; LIMIT=29 ; # Allow 30 attempts set -e ; # fail if we can't read the keys. ACCESS=$(cat /config/rootUser) ; SECRET=$(cat /config/rootPassword) ; set +e ; # The connections to minio are allowed to fail. echo "Connecting...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 03 06:23:26 UTC 2023 - 20.2K bytes - Viewed (0) -
helm-releases/minio-5.0.10.tgz
.Values.configPathmc }} MC_CONFIG_DIR="{{ .Values.configPathmc }}" MC="/usr/bin/mc --insecure --config-dir ${MC_CONFIG_DIR}" {{- else }} MC="/usr/bin/mc --insecure" {{- end }} # connectToMinio # Use a check-sleep-check loop to wait for MinIO service to be available connectToMinio() { SCHEME=$1 ATTEMPTS=0 ; LIMIT=29 ; # Allow 30 attempts set -e ; # fail if we can't read the keys. ACCESS=$(cat /config/rootUser) ; SECRET=$(cat /config/rootPassword) ; set +e ; # The connections to minio are allowed to fail. echo "Connecting...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat May 27 00:05:49 UTC 2023 - 20.3K bytes - Viewed (0)