Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 838 for implementasyon (0.55 seconds)

  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. 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)
  4. build-logic/binary-compatibility/build.gradle.kts

    dependencies {
        api(buildLibs.japiCmpPlugin)
    
        implementation(projects.dependencyModules)
        implementation("gradlebuild:basics")
        implementation("gradlebuild:module-identity")
    
        implementation(buildLibs.javaParserCore)
        implementation(buildLibs.gson)
        implementation(buildLibs.guava)
        implementation(buildLibs.javaAssist)
        implementation(buildLibs.kotlinMetadata)
        implementation(buildLibs.jspecify)
        implementation(libs.asm)
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 09:06:26 GMT 2026
    - 927 bytes
    - Click Count (0)
  5. build-logic-commons/gradle-plugin/build.gradle.kts

        api(platform(projects.buildPlatform))
    
        implementation(projects.basics)
        implementation(projects.moduleIdentity)
    
        implementation(buildLibs.errorPronePlugin)
        implementation(buildLibs.nullawayPlugin)
        implementation("org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:$expectedKotlinDslPluginsVersion")
        implementation(buildLibs.kgp)
        implementation(buildLibs.testRetryPlugin)
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 09:06:26 GMT 2026
    - 768 bytes
    - Click Count (0)
  6. android/guava/src/com/google/common/collect/ForwardingList.java

       * #listIterator(int)}. If you override {@link #listIterator(int)}, you may wish to override
       * {@link #lastIndexOf} to forward to this implementation.
       *
       * @since 7.0
       */
      protected int standardLastIndexOf(@Nullable Object element) {
        return Lists.lastIndexOfImpl(this, element);
      }
    
      /**
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 7.8K bytes
    - Click Count (0)
  7. samples/tlssurvey/build.gradle.kts

    application {
      mainClass.set("okhttp3.survey.RunSurveyKt")
    }
    
    dependencies {
      implementation(projects.okhttp)
      implementation(projects.okhttpCoroutines)
      implementation(libs.conscrypt.openjdk)
    
      implementation(libs.square.retrofit)
      implementation(libs.square.retrofit.converter.moshi)
      implementation(libs.square.moshi)
      implementation(libs.square.moshi.kotlin)
    
      ksp(libs.square.moshi.compiler)
    }
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 22:17:59 GMT 2026
    - 636 bytes
    - Click Count (0)
  8. guava/src/com/google/common/collect/ForwardingList.java

       * #listIterator(int)}. If you override {@link #listIterator(int)}, you may wish to override
       * {@link #lastIndexOf} to forward to this implementation.
       *
       * @since 7.0
       */
      protected int standardLastIndexOf(@Nullable Object element) {
        return Lists.lastIndexOfImpl(this, element);
      }
    
      /**
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 7.8K bytes
    - Click Count (0)
  9. 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)
  10. 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)
Back to Top