- Sort Score
- Num 10 results
- Language All
Results 691 - 700 of 1,959 for ciInfo (0.12 seconds)
-
tests/test_security_oauth2_password_bearer_optional.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Jun 30 18:25:16 GMT 2023 - 2.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/NewIncubatingAPIRule.java
return null; } if (member instanceof JApiMethod && isOverride((JApiMethod) member)) { return null; } return Violation.info(member, "New public API in " + getCurrentVersion() + " (@Incubating)"); } return null; }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 06 19:15:15 GMT 2022 - 1.6K bytes - Click Count (0) -
docs/ru/docs/alternatives.md
Он использует Marshmallow для валидации данных. И создан теми же разработчиками. Это отличный инструмент, и я тоже много им пользовался до появления **FastAPI**. /// info | Информация Webargs был создан теми же разработчиками, что и Marshmallow. /// /// check | Вдохновило **FastAPI** на Автоматическую валидацию входящих данных HTTP-запроса. ///
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 38.5K bytes - Click Count (0) -
docs/zh/docs/index.md
### 运行 通过以下命令运行服务器: <div class="termy"> ```console $ uvicorn main:app --reload INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [28720] INFO: Started server process [28722] INFO: Waiting for application startup. INFO: Application startup complete. ``` </div> <details markdown="1">
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 18.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 10.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIterator2.java
import jcifs.internal.smb2.create.Smb2CloseRequest; import jcifs.internal.smb2.create.Smb2CreateRequest; import jcifs.internal.smb2.create.Smb2CreateResponse; import jcifs.internal.smb2.info.Smb2QueryDirectoryRequest; import jcifs.internal.smb2.info.Smb2QueryDirectoryResponse; /** * SMB2/SMB3 implementation of directory entry enumeration iterator. * Provides efficient directory listing capabilities for SMB2/SMB3 protocol versions. *
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig.jsp
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 8.8K bytes - Click Count (0) -
docs/zh/docs/advanced/openapi-webhooks.md
这能让您的用户更轻松地**实现他们的 API** 来接收您的**网络钩子**请求,他们甚至可能能够自动生成一些自己的 API 代码。 /// info 网络钩子在 OpenAPI 3.1.0 及以上版本中可用,FastAPI `0.99.0` 及以上版本支持。 /// ## 带有网络钩子的应用程序 当您创建一个 **FastAPI** 应用程序时,有一个 `webhooks` 属性可以用来定义网络钩子,方式与您定义*路径操作*的时候相同,例如使用 `@app.webhooks.post()` 。 {* ../../docs_src/openapi_webhooks/tutorial001.py hl[9:13,36:53] *} 您定义的网络钩子将被包含在 `OpenAPI` 的架构中,并出现在自动生成的**文档 UI** 中。 /// info
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 19 15:30:38 GMT 2024 - 2.9K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/classanalysis/AnalyzeAndShade.kt
private fun visitClassFile(file: Path) { try { if (file.endsWith("module-info.class")) { // We can't keep this info intact, ignore this. return } val outputPrefix = if (file.startsWith("/META-INF/versions")) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sat Mar 22 03:48:38 GMT 2025 - 7.3K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelInfo.java
} /** * Get local network interface * * @return local interface info */ public NetworkInterfaceInfo getLocalInterface() { return localInterface; } /** * Get remote network interface * * @return remote interface info */ public NetworkInterfaceInfo getRemoteInterface() { return remoteInterface; }Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 10.6K bytes - Click Count (0)