Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 161 - 170 of 598 for verb (0.05 seconds)

  1. build-tools-internal/src/main/resources/eclipse.settings/org.eclipse.jdt.core.prefs

    eclipse.preferences.version=1
    
    # this is merged with gradle's generated properties during 'gradle eclipse'
    
    # NOTE: null pointer analysis etc is not enabled currently, it seems very unstable
    # (e.g. crashing eclipse etc)
    # org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=enabled
    # org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
    # org.eclipse.jdt.core.compiler.annotation.nullable=org.elasticsearch.core.Nullable
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 08 16:53:28 GMT 2021
    - 1.7K bytes
    - Click Count (0)
  2. docs/es/docs/benchmarks.md

    Pero al revisar benchmarks y comparaciones, debes tener en cuenta lo siguiente.
    
    ## Benchmarks y velocidad { #benchmarks-and-speed }
    
    Cuando ves los benchmarks, es común ver varias herramientas de diferentes tipos comparadas como equivalentes.
    
    Específicamente, ver Uvicorn, Starlette y FastAPI comparados juntos (entre muchas otras herramientas).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 3.7K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/exception/ContainerNotAvailableExceptionTest.java

            assertEquals(componentName, exception.getComponentName());
        }
    
        @Test
        public void test_longComponentName() {
            // Test with a very long component name
            String longName = "com.example.very.long.package.name.with.many.nested.levels.MyVeryLongComponentNameThatExceedsNormalLength";
            ContainerNotAvailableException exception = new ContainerNotAvailableException(longName, null);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  4. docs/tr/docs/tutorial/extra-models.md

    Diğer modellerimiz için temel olacak bir `UserBase` modeli tanımlayabiliriz. Sonra da bu modelden türeyen (subclass) modeller oluşturup onun attribute'larını (type deklarasyonları, doğrulama vb.) miras aldırabiliriz.
    
    Tüm veri dönüştürme, doğrulama, dokümantasyon vb. her zamanki gibi çalışmaya devam eder.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.4K bytes
    - Click Count (0)
  5. docs/es/docs/async.md

    Eso debería tener más sentido ahora. ✨
    
    Todo eso es lo que impulsa FastAPI (a través de Starlette) y lo que hace que tenga un rendimiento tan impresionante.
    
    ## Detalles Muy Técnicos { #very-technical-details }
    
    /// warning | Advertencia
    
    Probablemente puedas saltarte esto.
    
    Estos son detalles muy técnicos de cómo **FastAPI** funciona en su interior.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 24.8K bytes
    - Click Count (0)
  6. compat/maven-embedder/src/main/java/org/apache/maven/cli/transfer/TransferResourceIdentifier.java

    /**
     * Immutable identifier of a {@link TransferResource}.
     * The {@link TransferResource} is not immutable and does not implement {@code Objects#equals} and {@code Objects#hashCode} methods,
     * making it not very suitable for usage in collections.
     */
    @Deprecated
    record TransferResourceIdentifier(
            String repositoryId,
            String repositoryUrl,
            String resourceName,
            @Nullable File file) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Oct 16 06:12:36 GMT 2025
    - 1.5K bytes
    - Click Count (0)
  7. docs/tr/docs/advanced/response-change-status-code.md

    Ancak bazı durumlarda, varsayılandan farklı bir status code döndürmeniz gerekir.
    
    ## Kullanım senaryosu { #use-case }
    
    Örneğin, varsayılan olarak "OK" `200` HTTP status code'u döndürmek istediğinizi düşünün.
    
    Ama veri mevcut değilse onu oluşturmak ve "CREATED" `201` HTTP status code'u döndürmek istiyorsunuz.
    
    Aynı zamanda, döndürdüğünüz veriyi bir `response_model` ile filtreleyip dönüştürebilmeyi de sürdürmek istiyorsunuz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 1.8K bytes
    - Click Count (0)
  8. docs/es/docs/help-fastapi.md

    Puedes conectar [conmigo (Sebastián Ramírez / `tiangolo`)](https://tiangolo.com), el autor.
    
    Puedes:
    
    * [Seguirme en **GitHub**](https://github.com/tiangolo).
        * Ver otros proyectos de Código Abierto que he creado y que podrían ayudarte.
        * Seguirme para ver cuándo creo un nuevo proyecto de Código Abierto.
    * [Seguirme en **X (Twitter)**](https://x.com/tiangolo) o [Mastodon](https://fosstodon.org/@tiangolo).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  9. docs/tr/docs/python-types.md

    ## Metadata Annotations ile Type Hints { #type-hints-with-metadata-annotations }
    
    Python'da ayrıca, `Annotated` kullanarak bu type hints içine **ek <dfn title="Veri hakkında veri; bu durumda tip hakkında bilgi, örneğin bir açıklama.">üstveri</dfn>** koymayı sağlayan bir özellik de vardır.
    
    `Annotated`'ı `typing` içinden import edebilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  10. docs/tr/docs/project-generation.md

    - ⚡ Python backend API için [**FastAPI**](https://fastapi.tiangolo.com/tr).
      - 🧰 Python SQL veritabanı etkileşimleri (ORM) için [SQLModel](https://sqlmodel.tiangolo.com).
      - 🔍 FastAPI'nin kullandığı; veri doğrulama ve ayarlar yönetimi için [Pydantic](https://docs.pydantic.dev).
      - 💾 SQL veritabanı olarak [PostgreSQL](https://www.postgresql.org).
    - 🚀 frontend için [React](https://react.dev).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 2.1K bytes
    - Click Count (0)
Back to Top