Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 80 of 98 for birine (0.09 seconds)

  1. guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java

    import org.jspecify.annotations.NullUnmarked;
    
    /** Unit tests for {@link Futures#getChecked(Future, Class)}. */
    @NullUnmarked
    @GwtIncompatible
    @J2ktIncompatible
    public class FuturesGetCheckedTest extends TestCase {
      // Boring untimed-get tests:
    
      public void testGetCheckedUntimed_success() throws TwoArgConstructorException {
        assertThat(getChecked(immediateFuture("foo"), TwoArgConstructorException.class))
            .isEqualTo("foo");
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 16.5K bytes
    - Click Count (0)
  2. docs/tr/docs/advanced/generate-clients.md

    # SDK Üretme { #generating-sdks }
    
    **FastAPI**, **OpenAPI** spesifikasyonunu temel aldığı için API'leri birçok aracın anlayabildiği standart bir formatta tanımlanabilir.
    
    Bu sayede güncel **dokümantasyon**, birden fazla dilde istemci kütüphaneleri (<abbr title="Software Development Kits - Yazılım Geliştirme Kitleri">**SDKs**</abbr>) ve kodunuzla senkron kalan **test** veya **otomasyon iş akışları** üretmek kolaylaşır.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.2K bytes
    - Click Count (0)
  3. docs/tr/docs/_llm-test.md

            Searching for package file structure
    ```
    
    ...ve bir başka console code örneği...
    
    ```console
    // "Code" adında bir dizin oluştur
    $ mkdir code
    // O dizine geç
    $ cd code
    ```
    
    ...ve bir Python code örneği...
    
    ```Python
    wont_work()  # Bu çalışmayacak 😱
    works(foo="bar")  # Bu çalışır 🎉
    ```
    
    ...ve hepsi bu.
    
    ////
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.1K bytes
    - Click Count (0)
  4. docs/tr/docs/tutorial/security/oauth2-jwt.md

    Bu fikirlerle JWT, çok daha gelişmiş senaryolarda kullanılabilir.
    
    Bu durumlarda, birden fazla varlığın aynı ID'ye sahip olması mümkündür; örneğin `foo` (kullanıcı `foo`, araba `foo`, blog post `foo`).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 12.1K bytes
    - Click Count (0)
  5. docs/tr/docs/how-to/custom-docs-ui-assets.md

    API dokümanları **Swagger UI** ve **ReDoc** kullanır ve bunların her biri bazı JavaScript ve CSS dosyalarına ihtiyaç duyar.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 8.6K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/dependencies/index.md

    ```Python
    commons: Annotated[dict, Depends(common_parameters)]
    ```
    
    Ancak `Annotated` kullandığımız için bu `Annotated` değerini bir değişkende saklayıp birden fazla yerde kullanabiliriz:
    
    {* ../../docs_src/dependencies/tutorial001_02_an_py310.py hl[12,16,21] *}
    
    /// tip | İpucu
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.2K bytes
    - Click Count (0)
  7. docs/tr/docs/python-types.md

    Bu programı çalıştırınca şu çıktıyı alırsınız:
    
    ```
    John Doe
    ```
    
    Fonksiyon şunları yapar:
    
    * `first_name` ve `last_name` değerlerini alır.
    * `title()` ile her birinin ilk harfini büyük harfe çevirir.
    * Ortada bir boşluk olacak şekilde <dfn title="Onları tek bir bütün olarak bir araya getirir. İçerikler art arda gelir.">Birleştirir</dfn>.
    
    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)
  8. tensorflow/api_template_v1.__init__.py

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    """Bring in all of the public TensorFlow interface into this module."""
    
    import importlib
    import inspect as _inspect
    import os as _os
    import site as _site
    import sys as _sys
    import sysconfig
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Oct 02 22:16:02 GMT 2024
    - 7.5K bytes
    - Click Count (0)
  9. apache-maven/src/main/appended-resources/licenses/EPL-1.0.txt

    this Agreement are reserved.
    
    This Agreement is governed by the laws of the State of New York and the intellectual
    property laws of the United States of America. No party to this Agreement
    will bring a legal action under this Agreement more than one year after the
    cause of action arose. Each party waives its rights to a jury trial in any
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Sep 17 05:50:12 GMT 2018
    - 11.1K bytes
    - Click Count (0)
  10. LICENSES/vendor/cyphar.com/go-pathrs/LICENSE

    place of business and such litigation shall be governed by laws of that
    jurisdiction, without reference to its conflict-of-law provisions.
    Nothing in this Section shall prevent a party's ability to bring
    cross-claims or counter-claims.
    
    9. Miscellaneous
    ----------------
    
    This License represents the complete agreement concerning the subject
    matter hereof. If any provision of this License is held to be
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Nov 12 14:46:31 GMT 2025
    - 16.5K bytes
    - Click Count (0)
Back to Top