Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 73 for sonunda (0.04 seconds)

  1. docs/es/docs/tutorial/dependencies/sub-dependencies.md

    Declara un parámetro de query opcional `q` como un `str`, y luego simplemente lo devuelve.
    
    Esto es bastante simple (no muy útil), pero nos ayudará a centrarnos en cómo funcionan las sub-dependencias.
    
    ## Segunda dependencia, "dependable" y "dependant" { #second-dependency-dependable-and-dependant }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:41:41 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  2. docs/tr/docs/tutorial/security/get-current-user.md

    Ayrıca güvenlik gereksinimleri için herhangi bir model veya veri kullanabilirsiniz (bu örnekte bir Pydantic `User` modeli).
    
    Ancak belirli bir data model, class ya da type kullanmak zorunda değilsiniz.
    
    Modelinizde bir `id` ve `email` olsun, ama `username` olmasın mı istiyorsunuz? Elbette. Aynı araçları kullanabilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:41:38 GMT 2026
    - 4.4K bytes
    - Click Count (0)
  3. docs/tr/docs/advanced/security/http-basic-auth.md

        ...
    ```
    
    Bu kez Python, iki string’in aynı olmadığını fark etmeden önce hem `stanleyjobsox` hem de `stanleyjobson` içinde `stanleyjobso` kısmının tamamını karşılaştırmak zorunda kalır. Bu nedenle "Incorrect username or password" yanıtını vermesi birkaç mikro saniye daha uzun sürer.
    
    #### Yanıt süresi saldırganlara yardımcı olur { #the-time-to-answer-helps-the-attackers }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 5.5K bytes
    - Click Count (0)
  4. docs/tr/docs/tutorial/security/index.md

    **FastAPI**, tüm security spesifikasyonlarını baştan sona inceleyip öğrenmek zorunda kalmadan **Security** konusunu kolay, hızlı ve standart bir şekilde ele almanıza yardımcı olacak çeşitli araçlar sunar.
    
    Ama önce, küçük birkaç kavrama bakalım.
    
    ## Acelem var? { #in-a-hurry }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 05 15:43:38 GMT 2026
    - 5K bytes
    - Click Count (0)
  5. docs/tr/docs/deployment/manually.md

    </div>
    
    /// note | Not
    
    `uvicorn main:app` komutu şunları ifade eder:
    
    * `main`: `main.py` dosyası (Python "module").
    * `app`: `main.py` içinde `app = FastAPI()` satırıyla oluşturulan nesne.
    
    Şununla eşdeğerdir:
    
    ```Python
    from main import app
    ```
    
    ///
    
    Her alternatif ASGI server programı için benzer bir komut bulunur; daha fazlası için ilgili dokümantasyonlarına bakabilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/dependencies/classes-as-dependencies.md

    Buradaki kritik nokta, bir dependency'nin "callable" olması gerektiğidir.
    
    Python'da "**callable**", Python'ın bir function gibi "çağırabildiği" her şeydir.
    
    Yani elinizde `something` adlı bir nesne varsa (function _olmak zorunda değil_) ve onu şöyle "çağırabiliyorsanız" (çalıştırabiliyorsanız):
    
    ```Python
    something()
    ```
    
    veya
    
    ```Python
    something(some_argument, some_keyword_argument="foo")
    ```
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:41:38 GMT 2026
    - 7.3K bytes
    - Click Count (0)
  7. android/guava-testlib/src/com/google/common/testing/RelationshipTester.java

      interface ItemReporter {
        String reportItem(Item<?> item);
      }
    
      /**
       * A word about using {@link Equivalence}, which automatically checks for {@code null} and
       * identical inputs: This sounds like it ought to be a problem here, since the goals of this class
       * include testing that {@code equals()} is reflexive and is tolerant of {@code null}. However,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 5.9K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/metadata.md

    Açıklamaların içinde Markdown kullanabileceğinizi unutmayın; örneğin "login" kalın (**login**) ve "fancy" italik (_fancy_) olarak gösterilecektir.
    
    /// tip | İpucu
    
    Kullandığınız tüm tag'ler için metadata eklemek zorunda değilsiniz.
    
    ///
    
    ### Tag'lerinizi kullanın { #use-your-tags }
    
    *path operation*'larınızı (ve `APIRouter`'ları) farklı tag'lere atamak için `tags` parametresini kullanın:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  9. build-tools-internal/src/main/resources/forbidden/third-party-audit.txt

    com.sun.activation.registries.**
    com.sun.browser.**
    com.sun.corba.se.**
    com.sun.glass.**
    com.sun.imageio.**
    com.sun.istack.internal.**
    com.sun.javafx.**
    com.sun.jmx.**
    com.sun.media.**
    com.sun.media.sound.**
    com.sun.naming.internal.**
    com.sun.openpisces.**
    com.sun.org.apache.bcel.internal.**
    com.sun.org.apache.regexp.internal.**
    com.sun.org.apache.xalan.internal.extensions.**
    com.sun.org.apache.xalan.internal.lib.**
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 3K bytes
    - Click Count (0)
  10. docs/es/README.md

    ## Problemas/Preguntas
    
    [discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/)
    
    ## Cómo Empezar
    
    Hay dos maneras de probar Fess. La primera es descargar e instalarlo tú mismo. La segunda es usar [Docker](https://www.docker.com/products/docker-engine).
    
    ### Descargar e Instalar/Ejecutar
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 7.8K bytes
    - Click Count (0)
Back to Top