Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 890 for implementasyon (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/tr/docs/editor-support.md

    - **CodeLens Navigation** - Test client çağrılarının (ör. `client.get('/items')`) üzerinde, ilgili *path operation*’a atlayan tıklanabilir bağlantılar; testlerle implementasyon arasında hızlı gezinme sağlar.
    - **Deploy to FastAPI Cloud** - Uygulamanızı tek tıkla [FastAPI Cloud](https://fastapicloud.com/)'a deploy edin.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:51:35 GMT 2026
    - 2.5K bytes
    - Click Count (0)
  2. docs/tr/docs/tutorial/body.md

    <img src="/img/tutorial/body/image04.png">
    
    Bu bir tesadüf değil; tüm framework bu tasarımın etrafında inşa edildi.
    
    Ayrıca, bunun tüm editor'lerle çalışacağından emin olmak için herhangi bir implementasyon yapılmadan önce tasarım aşamasında kapsamlı şekilde test edildi.
    
    Hatta bunu desteklemek için Pydantic'in kendisinde bile bazı değişiklikler yapıldı.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.9K bytes
    - Click Count (0)
  3. docs/tr/docs/tutorial/security/simple-oauth2.md

    Bu basit örnekte tamamen güvensiz davranıp token olarak aynı `username`’i döndüreceğiz.
    
    /// tip | İpucu
    
    Bir sonraki bölümde, password hashing ve <abbr title="JSON Web Tokens">JWT</abbr> token’ları ile gerçekten güvenli bir implementasyon göreceksiniz.
    
    Ama şimdilik ihtiyacımız olan spesifik detaylara odaklanalım.
    
    ///
    
    {* ../../docs_src/security/tutorial003_an_py310.py hl[87] *}
    
    /// tip | İpucu
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  4. build-logic/buildquality/build.gradle.kts

    dependencies {
        implementation("gradlebuild:basics")
    
        implementation(projects.cleanup)
        implementation(projects.documentation)
        implementation(projects.integrationTesting)
        implementation(projects.jvm)
        implementation(projects.performanceTesting)
        implementation(projects.profiling)
        implementation(projects.binaryCompatibility)
        implementation(projects.dependencyModules)
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 09:06:26 GMT 2026
    - 1.2K bytes
    - Click Count (0)
  5. build-logic/build.gradle.kts

      gradlePluginPortal()
    }
    
    dependencies {
      implementation(libs.gradlePlugin.kotlin)
      implementation(libs.gradlePlugin.mavenPublish)
      implementation(libs.gradlePlugin.dokka)
      implementation(libs.gradlePlugin.binaryCompatibilityValidator)
      implementation(libs.gradlePlugin.android)
      implementation(libs.gradlePlugin.bnd)
      implementation(libs.aqute.bnd)
      implementation(libs.gradlePlugin.animalsniffer)
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 18 18:05:02 GMT 2026
    - 1.1K bytes
    - Click Count (0)
  6. okhttp/build.gradle.kts

            implementation(libs.kotlin.test.junit)
            implementation(libs.kotlinx.coroutines.core)
            implementation(libs.kotlinx.serialization.core)
            implementation(libs.kotlinx.serialization.json)
            implementation(libs.openjsse)
            implementation(libs.square.moshi.kotlin)
            implementation(libs.square.moshi)
            implementation(libs.square.okio.fakefilesystem)
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Feb 04 22:16:39 GMT 2026
    - 11.4K bytes
    - Click Count (0)
  7. build-logic/documentation/build.gradle.kts

    dependencies {
        implementation("gradlebuild:basics")
        implementation("gradlebuild:module-identity")
    
        implementation(projects.buildUpdateUtils)
    
        implementation(buildLibs.gradleGuidesPlugin)
        implementation(buildLibs.javaParserCore)
        implementation(buildLibs.guava)
        implementation(buildLibs.jhighlight) {
            exclude(module = "servlet-api")
        }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 22:33:18 GMT 2026
    - 1.1K bytes
    - Click Count (0)
  8. src/test/java/jcifs/internal/SmbNegotiationRequestTest.java

        }
    
        @Test
        @DisplayName("Test custom implementation with signing not enforced")
        void testCustomImplementationSigningNotEnforced() {
            // Given
            SmbNegotiationRequest request = new TestSmbNegotiationRequest(false);
    
            // When
            boolean result = request.isSigningEnforced();
    
            // Then
            assertFalse(result, "Custom implementation should return false when initialized with false");
        }
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 6.4K bytes
    - Click Count (0)
  9. src/main/java/jcifs/internal/smb2/rdma/disni/DisniRdmaConnection.java

    import jcifs.internal.smb2.rdma.RdmaNegotiateResponse;
    
    /**
     * DiSNI RDMA connection implementation.
     *
     * This class would integrate with the DiSNI library to provide
     * high-performance RDMA operations over InfiniBand/RoCE networks.
     *
     * Note: This is a skeleton implementation. A real implementation would
     * require proper DiSNI integration with actual RDMA hardware.
     */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 05:11:12 GMT 2025
    - 10.2K bytes
    - Click Count (0)
  10. okhttp-osgi-tests/build.gradle.kts

      id("okhttp.testing-conventions")
    }
    
    dependencies {
      implementation(projects.okhttp)
      implementation(projects.okhttpBrotli)
      implementation(projects.okhttpCoroutines)
      implementation(projects.okhttpDnsoverhttps)
      implementation(projects.loggingInterceptor)
      implementation(projects.okhttpSse)
      implementation(projects.okhttpTls)
      implementation(projects.okhttpUrlconnection)
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Feb 05 09:17:33 GMT 2026
    - 2.5K bytes
    - Click Count (0)
Back to Top