- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 3,674 for it (0.01 sec)
-
src/main/webapp/js/admin/plugins/form-validator/lang/it.js
ion"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/it"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Impossibile inviare il modulo!",requiredField:"Campo obbligatorio",requiredFields:"Non sono stati compilati tutti i campi richiesti",badTime:"L'ora scelta non è valida",badEmail:"Questo...
Registered: 2025-05-26 08:04 - Last Modified: 2018-01-01 05:12 - 2.7K bytes - Viewed (0) -
samples/tlssurvey/src/main/kotlin/okhttp3/survey/RunSurvey.kt
val firefox53 = sslLabsClients.first { it.userAgent == "Firefox" && it.version == "53" } val firefox73 = sslLabsClients.first { it.userAgent == "Firefox" && it.version == "73" } val java7 = sslLabsClients.first { it.userAgent == "Java" && it.version == "7u25" } val java12 = sslLabsClients.first { it.userAgent == "Java" && it.version == "12.0.1" }
Registered: 2025-05-30 11:42 - Last Modified: 2025-03-19 19:25 - 3.5K bytes - Viewed (0) -
docs/en/docs/alternatives.md
It used custom types in its declarations instead of standard Python types, but it was still a huge step forward. It also was one of the first frameworks to generate a custom schema declaring the whole API in JSON. It was not based on a standard like OpenAPI and JSON Schema. So it wouldn't be straightforward to integrate it with other tools, like Swagger UI. But again, it was a very innovative idea.
Registered: 2025-05-25 07:19 - Last Modified: 2024-11-09 16:39 - 23.2K bytes - Viewed (0) -
fastapi/applications.py
internally. The first time it is called it stores the result in the attribute `app.openapi_schema`, and next times it is called, it just returns that same result. To avoid the cost of generating the schema every time. If you need to modify the generated OpenAPI schema, you could modify it. Read more in the
Registered: 2025-05-25 07:19 - Last Modified: 2024-08-17 04:52 - 172.2K bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/CertificateAdapters.kt
decompose = { listOf( it.version, it.serialNumber, it.signature, rdnSequence to it.issuer, it.validity, rdnSequence to it.subject, it.subjectPublicKeyInfo, it.issuerUniqueID, it.subjectUniqueID, it.extensions, ) }, construct = {
Registered: 2025-05-30 11:42 - Last Modified: 2025-03-19 19:25 - 13.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
Registered: 2025-05-28 11:36 - Last Modified: 2025-04-10 15:09 - 7.3K bytes - Viewed (0) -
docs/en/docs/tutorial/middleware.md
* It takes each **request** that comes to your application. * It can then do something to that **request** or run any needed code. * Then it passes the **request** to be processed by the rest of the application (by some *path operation*).
Registered: 2025-05-25 07:19 - Last Modified: 2025-03-20 12:29 - 3.2K bytes - Viewed (0) -
samples/guide/src/main/java/okhttp3/recipes/kt/CacheResponse.kt
val response1Body = client.newCall(request).execute().use { if (!it.isSuccessful) throw IOException("Unexpected code $it") println("Response 1 response: $it") println("Response 1 cache response: ${it.cacheResponse}") println("Response 1 network response: ${it.networkResponse}") return@use it.body.string() } val response2Body =
Registered: 2025-05-30 11:42 - Last Modified: 2025-03-19 19:25 - 2K bytes - Viewed (0) -
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
largeSubProjectRegex.containsMatchIn( it.name, ) }.groupBy { it.getSubProjectSplitName().substringBefore('_') } functionalTestsWithSplit.forEach { assertAllSplitsArePresent(it.key, it.value) assertCorrectParameters(it.key, it.value) } }
Registered: 2025-05-28 11:36 - Last Modified: 2025-02-12 09:12 - 14.5K bytes - Viewed (0) -
docs/en/docs/benchmarks.md
* **FastAPI**: * The same way that Starlette uses Uvicorn and cannot be faster than it, **FastAPI** uses Starlette, so it cannot be faster than it.
Registered: 2025-05-25 07:19 - Last Modified: 2024-04-18 19:53 - 3.4K bytes - Viewed (0)