Search Options

Results per page
Sort
Preferred Languages
Advance

Results 331 - 340 of 1,545 for Configs (0.06 sec)

  1. helm-releases/minio-5.0.2.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: Sun Dec 18 07:57:10 UTC 2022
    - 20.4K bytes
    - Viewed (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/ConsolePasswordPrompt.java

    1. }
    2.  
    3. @Override
    4. public Optional<String> configTemplate() {
    5. return Optional.empty();
    6. }
    7.  
    8. @Override
    9. public String handle(String config) throws SecDispatcherException {
    10. if (NAME.equals(config)) {
    11. try {
    12. return prompter.promptForPassword("Enter the master password: ");
    13. } catch (PrompterException e) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/adminlte.min.js.map

    ) {\n      this.load()\n    }\n  }\n\n  // Static\n\n  static _jQueryInterface(config) {\n    let data = $(this).data(DATA_KEY)\n    const _options = $.extend({}, Default, $(this).data())\n\n    if (!data) {\n      data = new CardRefresh($(this), _options)\n      $(this).data(DATA_KEY, typeof config === 'string' ? data : config)\n    }\n\n    if (typeof config === 'string' && /load/.test(config)) {\n      data[config]()\n    } else {\n      data._init($(this))\n    }\n  }\n}\n\n/**\n * Data API\n...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BadWordDbm.java

    1. public String getEntityTypeName() {
    2. return "org.codelibs.fess.es.config.exentity.BadWord";
    3. }
    4.  
    5. @Override
    6. public String getConditionBeanTypeName() {
    7. return "org.codelibs.fess.es.config.cbean.BadWordCB";
    8. }
    9.  
    10. @Override
    11. public String getBehaviorTypeName() {
    12. return "org.codelibs.fess.es.config.exbhv.BadWordBhv";
    13. }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FailureUrlDbm.java

    1. public String getEntityTypeName() {
    2. return "org.codelibs.fess.es.config.exentity.FailureUrl";
    3. }
    4.  
    5. @Override
    6. public String getConditionBeanTypeName() {
    7. return "org.codelibs.fess.es.config.cbean.FailureUrlCB";
    8. }
    9.  
    10. @Override
    11. public String getBehaviorTypeName() {
    12. return "org.codelibs.fess.es.config.exbhv.FailureUrlBhv";
    13. }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordToLabelDbm.java

    1. public String getEntityTypeName() {
    2. return "org.codelibs.fess.es.config.exentity.ElevateWordToLabel";
    3. }
    4.  
    5. @Override
    6. public String getConditionBeanTypeName() {
    7. return "org.codelibs.fess.es.config.cbean.ElevateWordToLabelCB";
    8. }
    9.  
    10. @Override
    11. public String getBehaviorTypeName() {
    12. return "org.codelibs.fess.es.config.exbhv.ElevateWordToLabelBhv";
    13. }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. cni/pkg/install/kubeconfig.go

    1. "sigs.k8s.io/yaml"
    2.  
    3. "istio.io/istio/cni/pkg/config"
    4. "istio.io/istio/cni/pkg/constants"
    5. "istio.io/istio/pilot/pkg/model"
    6. "istio.io/istio/pkg/file"
    7. )
    8.  
    9. type kubeconfig struct {
    10. // The full kubeconfig
    11. Full string
    12. // Kubeconfig with confidential data redacted.
    13. Redacted string
    14. }
    15.  
    16. func createKubeConfig(cfg *config.InstallConfig) (kubeconfig, error) {
    17. if len(cfg.K8sServiceHost) == 0 {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 01 18:38:14 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/service/ElevateWordService.java

    1. import org.codelibs.fess.es.config.cbean.ElevateWordCB;
    2. import org.codelibs.fess.es.config.exbhv.ElevateWordBhv;
    3. import org.codelibs.fess.es.config.exbhv.ElevateWordToLabelBhv;
    4. import org.codelibs.fess.es.config.exbhv.LabelTypeBhv;
    5. import org.codelibs.fess.es.config.exentity.ElevateWord;
    6. import org.codelibs.fess.es.config.exentity.ElevateWordToLabel;
    7. import org.codelibs.fess.es.config.exentity.LabelType;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  9. internal/config/identity/ldap/legacy.go

    1. func SetIdentityLDAP(s config.Config, ldapArgs LegacyConfig) {
    2. if !ldapArgs.Enabled {
    3. // ldap not enabled no need to preserve it in new settings.
    4. return
    5. }
    6. s[config.IdentityLDAPSubSys][config.Default] = config.KVS{
    7. config.KV{
    8. Key: ServerAddr,
    9. Value: ldapArgs.ServerAddr,
    10. },
    11. config.KV{
    12. Key: GroupSearchFilter,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 08 05:12:36 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  10. internal/config/batch/help.go

    1. package batch
    2.  
    3. import "github.com/minio/minio/internal/config"
    4.  
    5. // Help template for batch feature.
    6. var (
    7. defaultHelpPostfix = func(key string) string {
    8. return config.DefaultHelpPostfix(DefaultKVS, key)
    9. }
    10.  
    11. // Help provides help for config values
    12. Help = config.HelpKVS{
    13. config.HelpKV{
    14. Key: ReplicationWorkersWait,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Dec 02 10:51:33 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top