- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 1,447 for implementasyon (0.1 seconds)
-
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
android/guava/src/com/google/common/collect/ForwardingMultiset.java
* override {@link #setCount(Object, int, int)} to forward to this implementation. * * @since 7.0 */ protected boolean standardSetCount(@ParametricNullness E element, int oldCount, int newCount) { return Multisets.setCountImpl(this, element, oldCount, newCount); } /** * A sensible implementation of {@link Multiset#elementSet} in terms of the following methods:Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 10.3K bytes - Click Count (0) -
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)