Search Options

Results per page
Sort
Preferred Languages
Advance

Results 441 - 450 of 641 for lowest (0.06 sec)

  1. docs/site-replication/run-ssec-object-replication-with-compression.sh

    TEST_MINIO_ENC_KEY="MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTIzNDU2Nzg5MDA"
    
    # Create certificates for TLS enabled MinIO
    echo -n "Setup certs for MinIO instances ..."
    wget -O certgen https://github.com/minio/certgen/releases/latest/download/certgen-linux-amd64 && chmod +x certgen
    ./certgen --host localhost
    mkdir -p /tmp/certs
    mv public.crt /tmp/certs || sudo mv public.crt /tmp/certs
    mv private.key /tmp/certs || sudo mv private.key /tmp/certs
    echo "done"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 08:03:58 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/handling-errors.md

    ```
    
    #### `RequestValidationError` πŸ†š `ValidationError`
    
    /// warning
    
    πŸ‘« πŸ“‘ β„Ή πŸ‘ˆ πŸ‘† πŸ’ͺ 🚢 πŸš₯ ⚫️ 🚫 ⚠ πŸ‘† πŸ”œ.
    
    ///
    
    `RequestValidationError` 🎧-πŸŽ“ Pydantic <a href="https://docs.pydantic.dev/latest/concepts/models/#error-handling" class="external-link" target="_blank">`ValidationError`</a>.
    
    **FastAPI** βš™οΈ ⚫️ πŸ‘ˆ, πŸš₯ πŸ‘† βš™οΈ Pydantic 🏷 `response_model`, &amp; πŸ‘† πŸ’½ βœ”οΈ ❌, πŸ‘† πŸ”œ πŸ‘€ ❌ πŸ‘† πŸ•Ή.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. docs/fr/README.md

    Nous accueillons les pull requests pour votre langue.
    
    ## AlimentΓ© par
    
    * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di") : Conteneur DI
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  4. docs/pt-BR/README.md

    Aceitamos pull requests para o seu idioma.
    
    ## Desenvolvido por
    
    * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): ContΓͺiner DI
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  5. internal/bucket/replication/rule.go

    // Supported status types
    const (
    	Enabled  Status = "Enabled"
    	Disabled Status = "Disabled"
    )
    
    // DeleteMarkerReplication - whether delete markers are replicated - https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html
    type DeleteMarkerReplication struct {
    	Status Status `xml:"Status"` // should be set to "Disabled" by default
    }
    
    // IsEmpty returns true if DeleteMarkerReplication is not set
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jan 24 23:22:20 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  6. cmd/update.go

    	internalLogIf(GlobalContext, err)
    
    	return err == nil
    }
    
    // IsDCOS returns true if minio is running in DCOS.
    func IsDCOS() bool {
    	// http://mesos.apache.org/documentation/latest/docker-containerizer/
    	// Mesos docker containerizer sets this value
    	return env.Get("MESOS_CONTAINER_NAME", "") != ""
    }
    
    // IsKubernetes returns true if minio is running in kubernetes.
    func IsKubernetes() bool {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  7. docs/ko/README.md

    검색/인덱슀 뢄석기와 κ΄€λ ¨ν•΄μ„œ, [doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json)이 κ·€ν•˜μ˜ 언어에 λŒ€ν•œ lang\_[lang]을 ν¬ν•¨ν•˜λŠ” 경우, ν•΄λ‹Ή 언어에 맞게 뢄석기λ₯Ό μˆ˜μ •ν•˜μ‹­μ‹œμ˜€. 뢄석기에 λŒ€ν•œ μžμ„Έν•œ λ‚΄μš©μ€ [OpenSearch λ¬Έμ„œ](https://opensearch.org/docs/latest/analyzers/search-analyzers/)λ₯Ό μ°Έμ‘°ν•˜μ‹­μ‹œμ˜€.
    
    κ·€ν•˜μ˜ μ–Έμ–΄λ‘œ 된 ν’€ λ¦¬ν€˜μŠ€νŠΈλ₯Ό ν™˜μ˜ν•©λ‹ˆλ‹€.
    
    ## 제곡된 기술
    
    * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI μ»¨ν…Œμ΄λ„ˆ
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. okhttp/src/main/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabase.kt

        // Start by looking for exact matches. We start at the leftmost label. For example, foo.bar.com
        // will look like: [foo, bar, com], [bar, com], [com]. The longest matching rule wins.
        var exactMatch: String? = null
        for (i in domainLabelsUtf8Bytes.indices) {
          val rule = publicSuffixListBytes.binarySearch(domainLabelsUtf8Bytes, i)
          if (rule != null) {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  9. docs/tls/README.md

    * MinIO doesn't currently support PFX certificates.
    
    ### 3.1 Use `certgen` to Generate a Certificate
    
    Download [`certgen`](https://github.com/minio/certgen/releases/latest) for your specific operating system and platform.
    
    `certgen` is a simple *Go* tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries:
    
    ```sh
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  10. compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java

            // it refers to a snapshot artifact or meta-version.
            // NOTE: Release metadata includes version information about artifacts that have been released, to allow
            // meta-versions like RELEASE and LATEST to resolve, and also to allow retrieval of the range of valid, released
            // artifacts available.
            ArtifactRepositoryPolicy policy = metadata.getPolicy(repository);
    
            if (!policy.isEnabled()) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top