Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 151 - 160 of 1,080 for fanout (0.04 seconds)

  1. .github/CONTRIBUTING.md

    `checkstyle-result.xml` file.
    
    Some general advice
    
    - Don’t change public API lightly, avoid if possible, and include your reasoning in the PR if essential.  It causes pain for developers who use OkHttp and sometimes runtime errors.
    - Favour a working external library if appropriate.  There are many examples of OkHttp libraries that can sit on top or hook in via existing APIs.
    - Get working code on a personal branch with tests before you submit a PR.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 17 04:16:26 GMT 2019
    - 1.4K bytes
    - Click Count (0)
  2. README.asciidoc

    Elasticsearch to store, search, and manage data for:
    
    * Logs
    * Metrics
    * A search backend
    * Application monitoring
    * Endpoint security
    
    \... and more!
    
    To learn more about Elasticsearch's features and capabilities, see our
    https://www.elastic.co/products/elasticsearch[product page].
    
    [[get-started]]
    == Get started
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Apr 20 13:32:21 GMT 2021
    - 2.6K bytes
    - Click Count (0)
  3. docs/ja/docs/deployment/versions.md

    全てが動作する、または必要な変更を行った後に全てのテストが通るなら、その新しいバージョンに `fastapi` を固定できます。
    
    ## Starletteについて { #about-starlette }
    
    `starlette` のバージョンは固定すべきではありません。
    
    **FastAPI** のバージョンが異なれば、Starlette の特定のより新しいバージョンが使われます。
    
    そのため、正しい Starlette バージョンを **FastAPI** に任せればよいです。
    
    ## Pydanticについて { #about-pydantic }
    
    Pydantic は自身のテストに **FastAPI** のテストも含んでいるため、Pydantic の新しいバージョン(`1.0.0` より上)は常に FastAPI と互換性があります。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  4. docs/tr/docs/about/index.md

    # Hakkında { #about }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Jan 31 18:32:27 GMT 2026
    - 94 bytes
    - Click Count (0)
  5. docs/en/docs/index.md

    * **Fast to code**: Increase the speed to develop features by about 200% to 300%. *
    * **Fewer bugs**: Reduce about 40% of human (developer) induced errors. *
    * **Intuitive**: Great editor support. <dfn title="also known as auto-complete, autocompletion, IntelliSense">Completion</dfn> everywhere. Less time debugging.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/about/index.md

    # 關於 { #about }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 05 15:32:56 GMT 2026
    - 86 bytes
    - Click Count (0)
  7. docs/fr/docs/about/index.md

    # À propos { #about }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 114 bytes
    - Click Count (0)
  8. compat/maven-builder-support/src/main/java/org/apache/maven/building/DefaultProblem.java

    package org.apache.maven.building;
    
    /**
     * Describes a problem that was encountered during settings building. A problem can either be an exception that was
     * thrown or a simple string message. In addition, a problem carries a hint about its source, e.g. the settings file
     * that exhibits the problem.
     *
     * @deprecated since 4.0.0, use {@link org.apache.maven.api.services} instead
     */
    @Deprecated(since = "4.0.0")
    class DefaultProblem implements Problem {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Jul 23 17:27:08 GMT 2025
    - 4.4K bytes
    - Click Count (0)
  9. README.md

    for use on Android or by any library that wants to be compatible with Android.
    These flavors are specified in the Maven version field as either `33.5.0-jre` or
    `33.5.0-android`. For more about depending on Guava, see
    [using Guava in your build].
    
    To add a dependency on Guava using Maven, use the following:
    
    ```xml
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 16 22:01:32 GMT 2025
    - 6.2K bytes
    - Click Count (0)
  10. cmd/globals.go

    	IdleTimeout         time.Duration
    	ReadHeaderTimeout   time.Duration
    	MaxIdleConnsPerHost int
    
    	SendBufSize, RecvBufSize int
    	CrossDomainXML           string
    	// The layout of disks as interpreted
    	Layout disksLayout
    }
    
    var (
    	// Global user opts context
    	globalServerCtxt serverCtxt
    
    	// Indicates if the running minio server is distributed setup.
    	globalIsDistErasure = false
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Sep 03 18:23:41 GMT 2024
    - 16.2K bytes
    - Click Count (1)
Back to Top