- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 132 for JetBrains (0.24 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-tools-internal/build.gradle
api 'org.apache.rat:apache-rat:0.11' api "org.elasticsearch:jna:5.7.0-1" api 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0' // for our ide tweaking api 'gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:0.7' // When upgrading forbidden apis, ensure dependency version is bumped in ThirdPartyPrecommitPlugin as well api 'de.thetaphi:forbiddenapis:3.1'
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 13 18:10:22 GMT 2021 - 11.3K bytes - Click Count (0) -
docs/ja/docs/tutorial/body.md
これをサポートするために、Pydantic自体にもいくつかの変更が加えられました。 前述のスクリーンショットは [Visual Studio Code](https://code.visualstudio.com) で撮影されたものです。 ただし、[PyCharm](https://www.jetbrains.com/pycharm/) や、他のほとんどのPythonエディタでも同じエディタサポートを得られます: <img src="/img/tutorial/body/image05.png"> /// tip | 豆知識 エディタとして [PyCharm](https://www.jetbrains.com/pycharm/) を使用している場合、[Pydantic PyCharm Plugin](https://github.com/koxudaxi/pydantic-pycharm-plugin/) を使用できます。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 8.2K bytes - Click Count (0) -
docs/ko/docs/features.md
/// ### 편집기 지원 { #editor-support } 프레임워크 전체는 사용하기 쉽고 직관적으로 설계되었으며, 최고의 개발 경험을 보장하기 위해 개발을 시작하기도 전에 모든 결정은 여러 편집기에서 테스트되었습니다. Python 개발자 설문조사에서 [가장 많이 사용되는 기능 중 하나가 "자동 완성"이라는 점](https://www.jetbrains.com/research/python-developers-survey-2017/#tools-and-features)이 분명합니다. **FastAPI** 프레임워크 전체는 이를 만족하기 위해 만들어졌습니다. 자동 완성은 어디서나 작동합니다. 문서로 다시 돌아올 일은 거의 없을 것입니다. 편집기가 여러분을 어떻게 도와줄 수 있는지 살펴보세요:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11K bytes - Click Count (0) -
docs/ja/docs/features.md
**FastAPI** はその要求を満たすことを基盤にしています。オートコンプリートはどこでも機能します。 ドキュメントに戻る必要はほとんどありません。 エディタがどのように役立つかの例です: * [Visual Studio Code](https://code.visualstudio.com/) の場合:  * [PyCharm](https://www.jetbrains.com/pycharm/) の場合:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 11.6K bytes - Click Count (0) -
CONTRIBUTING.md
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/NullabilityBreakingChangesRule.groovy
enum Nullability { NON_NULL, NULLABLE, UNMARKED, } private static final List<String> NULLABLE_ANNOTATIONS = [ javax.annotation.Nullable, org.jetbrains.annotations.Nullable, org.jspecify.annotations.Nullable, ].collect { it.name } private static final String NULL_UNMARKED_ANNOTATION = org.jspecify.annotations.NullUnmarked.class.nameCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Oct 27 09:26:32 GMT 2025 - 15.4K bytes - Click Count (0) -
.github/workflows/build.yml
- name: Run Tests run: ./gradlew test allTests -Ptest.java.version=24 openjdkearlyaccess: runs-on: ubuntu-latest if: false # https://youtrack.jetbrains.com/issue/KTOR-8489 steps: - name: Checkout uses: actions/checkout@v6 - name: Configure JDK uses: actions/setup-java@v5 with:Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 10 16:19:02 GMT 2026 - 11.6K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
withFile( "gradle/libs.versions.toml", """ [libraries] kotlinCompilerEmbeddable = { group = "org.jetbrains.kotlin", name = "kotlin-compiler-embeddable", version = "$embeddedKotlinVersion" } """ ) withSettings("""include("v1", "v2", "binary-compatibility")""") withBuildScript(
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 11:30:48 GMT 2026 - 18.3K bytes - Click Count (0) -
.idea/inspectionProfiles/Gradle.xml
<option value="io.reactivex.annotations.Experimental" /> <option value="org.apache.http.annotation.Beta" /> <option value="org.gradle.api.Incubating" /> <option value="org.jetbrains.annotations.ApiStatus.Experimental" /> <option value="rx.annotations.Beta" /> <option value="rx.annotations.Experimental" /> </set> </option> </inspection_tool> </profile>
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jun 26 21:49:47 GMT 2024 - 15.4K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/MapInterfaceTest.java
assertTrue(map.isEmpty()); } else { assertThrows(UnsupportedOperationException.class, map::clear); } assertInvariants(map); } @J2ktIncompatible // https://youtrack.jetbrains.com/issue/KT-58242/ undefined behavior (crash) public void testContainsKey() { Map<K, V> map; K unmappedKey; try { map = makePopulatedMap(); unmappedKey = getKeyNotInPopulatedMap();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 43.9K bytes - Click Count (0)