Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 105 for daehal (0.06 seconds)

  1. docs/tr/docs/alternatives.md

    /// check | **FastAPI**'a nasıl ilham oldu?
    
    Model özelliklerinin "standart" değerlerini kullanarak veri tipleri için ekstra veri doğrulama koşulları tanımlamalı. Bu editör desteğini geliştiriyor ve daha önceden Pydantic'te yoktu.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Oct 11 17:48:49 GMT 2025
    - 28.7K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_tr.properties

    labels.excludedDocUrls=Arama için Hariç Tutulan URL'ler
    labels.hostname=Ana Bilgisayar Adı
    labels.id=ID
    labels.includedPaths=Tarama için Dahil Edilen Yollar
    labels.includedUrls=Tarama için Dahil Edilen URL'ler
    labels.includedDocPaths=Arama için Dahil Edilen Yollar
    labels.includedDocUrls=Arama için Dahil Edilen URL'ler
    labels.maxAccessCount=Maksimum Erişim Sayısı
    labels.name=Ad
    labels.numOfThread=İş Parçacığı Sayısı
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 47K bytes
    - Click Count (0)
  3. docs/tr/docs/tutorial/cookie-params.md

    # Çerez (Cookie) Parametreleri
    
    `Query` (Sorgu) ve `Path` (Yol) parametrelerini tanımladığınız şekilde çerez parametreleri tanımlayabilirsiniz.
    
    ## Import `Cookie`
    
    Öncelikle, `Cookie`'yi projenize dahil edin:
    
    {* ../../docs_src/cookie_params/tutorial001_an_py310.py hl[3] *}
    
    ## `Cookie` Parametrelerini Tanımlayın
    
    Çerez parametrelerini `Path` veya `Query` tanımlaması yapar gibi tanımlayın.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Nov 18 02:25:44 GMT 2024
    - 1.2K bytes
    - Click Count (0)
  4. docs/tr/docs/python-types.md

    Resmi Pydantic dokümanlarından alınmıştır:
    
    {* ../../docs_src/python_types/tutorial011.py *}
    
    
    /// info
    
    Daha fazla şey öğrenmek için <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic'i takip edin</a>.
    
    ///
    
    **FastAPI** tamamen Pydantic'e dayanmaktadır.
    
    Daha fazlasini görmek için [Tutorial - User Guide](tutorial/index.md){.internal-link target=_blank}.
    
    ##  **FastAPI** tip belirteçleri
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Nov 18 02:25:44 GMT 2024
    - 9.5K bytes
    - Click Count (0)
  5. docs/tr/docs/benchmarks.md

    * **FastAPI**:
        * Starlette'in Uvicorn'u kullandığı ve ondan daha hızlı olamayacağı gibi, **FastAPI**'da Starlette'i kullanır, dolayısıyla ondan daha hızlı olamaz.
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Jan 23 14:10:30 GMT 2024
    - 3.9K bytes
    - Click Count (0)
  6. docs/tr/docs/about/index.md

    # Hakkında
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Jan 23 14:11:15 GMT 2024
    - 83 bytes
    - Click Count (0)
  7. LICENSES/vendor/github.com/beorn7/perks/LICENSE

    Copyright (C) 2013 Blake Mizerany
    
    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    "Software"), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Fri May 08 04:49:00 GMT 2020
    - 1.2K bytes
    - Click Count (0)
  8. LICENSE

    The MIT License (MIT)
    
    Copyright (c) 2018 Sebastián Ramírez
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 08 07:57:18 GMT 2018
    - 1.1K bytes
    - Click Count (0)
  9. impl/maven-core/plugin-manager.txt

    - we also seem to have artifact information tangled inside the plugin model
    - we have to deal with scripting implementations (groovy, beanshell, ruby)
    - we need to deal with a shared context for plugins, like the guarded mojos
    - we need to deal with plugins as core application logic which can also interact with plugins
    
    * Along with this comes the testing strategies that make this work
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Jan 22 11:03:29 GMT 2025
    - 12.3K bytes
    - Click Count (0)
  10. LICENSES/vendor/github.com/MakeNowJust/heredoc/LICENSE

    The MIT License (MIT)
    
    Copyright (c) 2014-2019 TSUYUSATO Kitsune
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Fri Jun 10 18:51:33 GMT 2022
    - 1.2K bytes
    - Click Count (0)
Back to Top