Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 86 for cola (0.02 seconds)

  1. CONTRIBUTING.md

      * If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an [individual CLA](https://code.google.com/legal/individual-cla-v1.0.html).
      * If you work for a company that wants to allow you to contribute your work, then you'll need to sign a [corporate CLA](https://code.google.com/legal/corporate-cla-v1.0.html).
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Sat Jan 11 04:47:59 GMT 2025
    - 15.9K bytes
    - Click Count (0)
  2. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Hola", "món", "recerca"]
          },
          "catalan_stemmer": {
            "type":       "stemmer",
            "language":   "catalan"
          },
          "czech_stop": {
            "type":       "stop",
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Click Count (0)
  3. src/main/resources/fess_indices/fess/eu/stopwords.txt

    hemendik
    hemengo
    hi
    hona
    honek
    honela
    honetan
    honi
    hor
    hori
    horiei
    horiek
    horietan
    horko
    horra
    horrek
    horrela
    horretan
    horri
    hortik
    hura
    izan
    ni
    noiz
    nola
    non
    nondik
    nongo
    nor
    nora
    ze
    zein
    zen
    zenbait
    zenbat
    zer
    zergatik
    ziren
    zituen
    zu
    zuek
    zuen
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Jul 19 06:31:02 GMT 2018
    - 709 bytes
    - Click Count (0)
  4. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "largeEmptyMultiProjectDeclarativeDsl",
        "linux" : 450
      } ]
    }, {
      "scenario" : "org.gradle.performance.experiment.declarativedsl.DeclarativeDslFirstUsePerformanceTest.cold daemon",
      "durations" : [ {
        "testProject" : "largeEmptyMultiProjectDeclarativeDsl",
        "linux" : 422
      } ]
    }, {
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Dec 25 10:54:09 GMT 2025
    - 25K bytes
    - Click Count (0)
  5. src/main/resources/fess_indices/_aws/fess.json

    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Jun 14 00:36:40 GMT 2025
    - 117.3K bytes
    - Click Count (0)
  6. src/main/resources/fess_indices/_cloud/fess.json

    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Click Count (0)
  7. docs/fr/docs/tutorial/body-multiple-params.md

            "price": 42.0,
            "tax": 3.2
        },
        "user": {
            "username": "dave",
            "full_name": "Dave Grohl"
        },
        "importance": 5
    }
    ```
    
    Encore une fois, cela convertira les types de données, les validera, permettra de générer la documentation, etc...
    
    ## Paramètres multiples body et query
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Nov 09 11:10:17 GMT 2024
    - 5.6K bytes
    - Click Count (0)
  8. docs/fr/docs/tutorial/path-params.md

    ### Support d'OpenAPI
    
    OpenAPI ne supporte pas de manière de déclarer un paramètre de chemin contenant un *chemin*, cela pouvant causer des scénarios difficiles à tester et définir.
    
    Néanmoins, cela reste faisable dans **FastAPI**, via les outils internes de Starlette.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Nov 09 16:39:20 GMT 2024
    - 9.8K bytes
    - Click Count (0)
  9. docs/fr/docs/history-design-future.md

    D'après la dernière <a href="https://www.jetbrains.com/research/python-developers-survey-2018/#development-tools" class="external-link" target="_blank">Enquête Développeurs Python</a>, cela couvre environ 80% des utilisateurs.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Oct 11 17:48:49 GMT 2025
    - 4.9K bytes
    - Click Count (0)
  10. guava/src/com/google/common/util/concurrent/SmoothRateLimiter.java

       */
    
      /**
       * This implements the following function where coldInterval = coldFactor * stableInterval.
       *
       * <pre>
       *          ^ throttling
       *          |
       *    cold  +                  /
       * interval |                 /.
       *          |                / .
       *          |               /  .   ← "warmup period" is the area of the trapezoid between
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Wed May 14 19:40:47 GMT 2025
    - 19.3K bytes
    - Click Count (0)
Back to Top