- Sort Score
- Result 10 results
- Languages All
Results 941 - 950 of 1,189 for Reader (0.13 sec)
-
.teamcity/performance-test-durations.json
"durations" : [ { "testProject" : "nativeDependents", "linux" : 867 } ] }, { "scenario" : "org.gradle.performance.regression.nativeplatform.NativeBuildPerformanceTest.assemble with header file change", "durations" : [ { "testProject" : "bigCppApp", "linux" : 312 }, { "testProject" : "bigCppMulti", "linux" : 263 } ] }, {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Sep 08 06:58:31 UTC 2025 - 25.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
docs/ru/docs/advanced/websockets.md
## Использование `Depends` и не только Вы можете импортировать из `fastapi` и использовать в эндпоинте вебсокета: * `Depends` * `Security` * `Cookie` * `Header` * `Path` * `Query` Они работают так же, как и в других FastAPI эндпоинтах/*операциях пути*: {* ../../docs_src/websockets/tutorial002_an_py310.py hl[68:69,82] *} /// info | Примечание
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Feb 03 13:33:39 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
for (int i = 0; i < negotiateContextCount; i++) { // Validate sufficient buffer space for context header if (ncpos + 8 > buffer.length) { throw new SMBProtocolDecodingException("Buffer too small for negotiate context header at position " + i); } final int type = SMBUtil.readInt2(buffer, ncpos);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
docs/bucket/replication/DESIGN.md
specifying a version).After replication syncs the delete marker on the target, the DeleteMarker on the target shows `X-Amz-Replication-Status` of `REPLICA`. The status of DeleteMarker replication is returned by `X-Minio-Replication-DeleteMarker-Status` header on `HEAD/GET` calls for the delete marker version in question - i.e with `mc stat --version-id dm-version-id` It must be noted that if active-active replication is set up with delete marker replication, there is potential for duplicate delete...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0) -
docs/de/docs/tutorial/body-fields.md
# Body – Felder So wie Sie zusätzliche Validation und Metadaten in Parametern der **Pfadoperation-Funktion** mittels `Query`, `Path` und `Body` deklarieren, können Sie auch innerhalb von Pydantic-Modellen zusätzliche Validation und Metadaten deklarieren, mittels Pydantics `Field`. ## `Field` importieren Importieren Sie es zuerst: {* ../../docs_src/body_fields/tutorial001_an_py310.py hl[4] *} /// warning | Achtung
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.5K bytes - Viewed (0) -
docs/ru/docs/tutorial/query-param-models.md
Вы можете использовать **Pydantic-модели** для объявления **query-параметров** в **FastAPI**. 😎 /// tip | Совет Спойлер: вы также можете использовать Pydantic-модели для группировки кук (cookies) и заголовков (headers), но об этом вы прочитаете позже. 🤫
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 13:00:54 UTC 2024 - 3.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/search.jsp
<link href="${fe:url('/css/style.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/font-awesome.min.css')}" rel="stylesheet" type="text/css" /> </head> <body class="search"> <jsp:include page="header.jsp" /> <main id="content" class="container"> <ul class="list-inline"> <li class="list-inline-item"><la:message key="labels.searchoptions_menu_sort" /> <a
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:38:54 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/search.jsp
<link href="${fe:url('/css/style.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/font-awesome.min.css')}" rel="stylesheet" type="text/css" /> </head> <body class="search"> <jsp:include page="header.jsp" /> <main id="content" class="container"> <ul class="list-inline"> <li class="list-inline-item"><la:message key="labels.searchoptions_menu_sort" /> <a
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:38:54 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/io/Smb2WriteRequest.java
if (rdmaChannelInfo != null && channel == Smb2Constants.SMB2_CHANNEL_RDMA_V1) { // Calculate offset for SMB2_RDMA_TRANSFORM after data int transformOffset = 112 + this.dataLength; // After header (64) + write req (48) + data SMBUtil.writeInt2(transformOffset, dst, dstIndex); // writeChannelInfoOffset SMBUtil.writeInt2(16, dst, dstIndex + 2); // writeChannelInfoLength (size of SMB2_RDMA_TRANSFORM)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 7.1K bytes - Viewed (0)