- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 191 for LIBRARY (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/src/main/kotlin/okhttp.quality-conventions.gradle.kts
// For now, we'll keep the standard ones and allow modules to add more androidSignature(library("signature-android-apilevel21")) { artifact { type = "signature" } } jvmSignature(library("codehaus-signature-java18")) { artifact { type = "signature" } } "lintChecks"(library("androidx-lint-gradle")) } configure<com.android.build.api.dsl.Lint> { xmlReport = true checkDependencies = true }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/works_with_okhttp.md
* [Flipper](https://fbflipper.com/): A desktop debugging platform for mobile developers. * [Fresco](https://github.com/facebook/fresco): An Android library for managing images and the memory they use. * [Glide](https://github.com/bumptech/glide): An image loading and caching library for Android focused on smooth scrolling. * [GoogleAppEngineOkHttp](https://github.com/apkelly/GoogleAppEngineOkHttp): An OkHttp Call that works on Google App Engine.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Nov 26 07:59:38 GMT 2025 - 3.8K bytes - Click Count (0) -
docs/en/docs/how-to/graphql.md
If you need or want to work with **GraphQL**, [**Strawberry**](https://strawberry.rocks/) is the **recommended** library as it has the design closest to **FastAPI's** design, it's all based on **type annotations**. Depending on your use case, you might prefer to use a different library, but if you asked me, I would probably suggest you try **Strawberry**. Here's a small preview of how you could integrate Strawberry with FastAPI:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.7K bytes - Click Count (0) -
.teamcity/test-buckets.json
"base-diagnostics", "file-watching", "ide", "ide-native", "kotlin-dsl", "platform-base", "plugins-application", "plugins-java-library", "software-diagnostics", "test-kit" ], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0) -
pom.xml
<modelVersion>4.0.0</modelVersion> <groupId>org.codelibs</groupId> <artifactId>corelib</artifactId> <packaging>jar</packaging> <name>CodeLibs Core Library</name> <version>0.7.2-SNAPSHOT</version> <description>Core library providing essential utilities and functionalities.</description> <url>https://github.com/codelibs/corelib</url> <inceptionYear>2012</inceptionYear> <licenses> <license>
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Dec 20 04:15:34 GMT 2025 - 4.9K bytes - Click Count (0) -
README.md
MockWebServer is used for firstly for internal testing, and for basic testing of apps using OkHttp client. It is not a full featured HTTP testing library that is developed standalone. It is not being actively developed for new features. As such you might find your needs outgrow MockWebServer and you may which to use a more full featured testing library such as [MockServer](https://www.mock-server.com/). GraalVM Native Image --------------------
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Oct 30 21:39:59 GMT 2025 - 9.5K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/dependencies/dependencies-with-yield.md
/// tip 請確保每個相依內只使用一次 `yield`。 /// /// note | 技術細節 任何可用於下列裝飾器的函式: * [`@contextlib.contextmanager`](https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager) 或 * [`@contextlib.asynccontextmanager`](https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager) 都可以作為 **FastAPI** 的相依。 事實上,FastAPI 內部就是使用這兩個裝飾器。 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 11.9K bytes - Click Count (0) -
mockwebserver-junit4/README.md
MockWebServer for JUnit 4 ========================= This module integrates mockwebserver3.MockWebServer with JUnit 4. To use, first add this library as a test dependency: ``` testImplementation("com.squareup.okhttp3:mockwebserver3-junit4:5.3.0") ``` Then in tests annotated `@org.junit.Test`, you may declare a field with the `@Rule` annotation: ``` @Rule public final MockWebServerRule serverRule = new MockWebServerRule(); ```Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Oct 30 21:39:59 GMT 2025 - 706 bytes - Click Count (0) -
docs/zh/docs/tutorial/dependencies/dependencies-with-yield.md
/// tip | 提示 确保在每个依赖里只使用一次 `yield`。 /// /// note | 技术细节 任何可以与以下装饰器一起使用的函数: * [`@contextlib.contextmanager`](https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager) 或 * [`@contextlib.asynccontextmanager`](https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager) 都可以作为 **FastAPI** 的依赖项。 实际上,FastAPI 在内部就是用的这两个装饰器。 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 12.1K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt
* a worker. * * However, a shared library used by both daemon and worker actions does not necessarily * care which runtimes it must execute in. The target runtimes it must support is a function * of the daemon and worker project that depends on it. Since both a daemon and worker * project depend on this library, that library must also be able to run in the * daemon and the worker. *
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 13.8K bytes - Click Count (0)