- Sort Score
- Num 10 results
- Language All
Results 2311 - 2320 of 3,265 for requis (0.47 seconds)
-
docs/es/docs/_llm-test.md
* insensible a mayúsculas/minúsculas * servir la aplicación * servir la página * la app * la aplicación * la request * la response * la response de error * la path operation * el decorador de path operation * la path operation function * el body * el request body * el response body * el body JSON * el body del formulario * el body de archivo * el cuerpo de la función
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 12.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/search/FavoritesApiTests.java
import io.restassured.response.Response; /** * Integration tests for the Favorites API (/api/v1/favorites and /api/v1/documents/{docId}/favorite) * This test requires crawled documents and favorites feature to be properly configured */ @Tag("it") @Disabled("Requires favorites feature to be enabled and crawled documents") public class FavoritesApiTests extends CrawlTestBase {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 03:03:44 GMT 2025 - 9.9K bytes - Click Count (0) -
pyproject.toml
[build-system] requires = ["pdm-backend"] build-backend = "pdm.backend" [project] name = "fastapi" dynamic = ["version"] description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" readme = "README.md" license = "MIT" license-files = ["LICENSE"] requires-python = ">=3.10" authors = [ { name = "Sebastián Ramírez", email = "******@****.***" }, ] classifiers = [
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 12:36:49 GMT 2026 - 10.3K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/no.js
* @author Victor Jonsson, http://victorjonsson.se * @license MIT */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 2.4K bytes - Click Count (0) -
architecture/standards/0003-avoid-introducing-Groovy-types-to-public-api.md
# ADR-0003 - Avoid introducing Groovy types to public API ## Status - ACCEPTED on 2024-01-12 ## Context Gradle's public API requires equal access from all JVM-based languages. Kotlin, Groovy, Java, and other JVM-based languages should be able to use the Gradle API without relying on another language's standard library. Historically, Gradle has shipped with some Groovy types in very prominent APIs.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 1.8K bytes - Click Count (0) -
okhttp-osgi-tests/build.gradle.kts
dependencies { osgiTestDeploy(libs.eclipse.osgi) osgiTestDeploy(libs.kotlin.stdlib.osgi) } tasks.withType<Test> { dependsOn(copyOsgiTestDeployment) val javaVersion = project.testJavaVersion onlyIf("Tests require JDK 17") { javaVersion >= 17 }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) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcDfsRootEnum.java
* roots on a server using the NetDFS RPC interface. */ public class MsrpcDfsRootEnum extends netdfs.NetrDfsEnumEx { /** * Creates a new DFS root enumeration request for the specified server. * * @param server the server name to enumerate DFS roots from */ public MsrpcDfsRootEnum(final String server) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/header-param-models.md
İhtiyacınız olan **header parametreleri**ni bir **Pydantic model** içinde tanımlayın, ardından parametreyi `Header` olarak belirtin: {* ../../docs_src/header_param_models/tutorial001_an_py310.py hl[9:14,18] *} **FastAPI**, request içindeki **headers** bölümünden **her alan** için veriyi **çıkarır** ve size tanımladığınız Pydantic model örneğini verir. ## Dokümanları Kontrol Edin { #check-the-docs }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 05 15:43:38 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/tr/docs/advanced/testing-dependencies.md
Örneğin, çağırmanız gereken harici bir authentication provider'ınız olabilir. Ona bir token gönderirsiniz ve o da authenticated bir user döndürür. Bu provider request başına ücret alıyor olabilir ve onu çağırmak, testlerde sabit bir mock user kullanmaya kıyasla daha fazla zaman alabilir. Muhtemelen harici provider'ı bir kez test etmek istersiniz; ancak çalışan her testte onu çağırmanız şart değildir.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:41:38 GMT 2026 - 2.7K bytes - Click Count (0) -
internal/config/lambda/event/event.go
// Identity represents access key who caused the event. type Identity struct { Type string `json:"type"` PrincipalID string `json:"principalId"` AccessKeyID string `json:"accessKeyId"` } // UserRequest user request headers type UserRequest struct { URL string `json:"url"` Headers http.Header `json:"headers"` } // GetObjectContext provides the necessary details to performCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Mar 07 16:12:41 GMT 2023 - 2.6K bytes - Click Count (0)