- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 653 for versiones (0.05 sec)
-
docs/de/docs/advanced/templates.md
{* ../../docs_src/templates/tutorial001.py hl[4,11,15:18] *} /// note | Hinweis Vor FastAPI 0.108.0 und Starlette 0.29.0 war `name` der erste Parameter. Außerdem wurde in früheren Versionen das `request`-Objekt als Teil der Schlüssel-Wert-Paare im Kontext für Jinja2 übergeben. /// /// tip | Tipp
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/app/pager/BadWordPagerTest.java
assertNull(badwordpager.id); assertNull(badwordpager.suggestWord); assertNull(badwordpager.createdBy); assertNull(badwordpager.createdTime); assertNull(badwordpager.versionNo); assertEquals(1, badwordpager.getDefaultCurrentPageNumber()); badwordpager.setAllRecordCount(999); assertEquals(999, badwordpager.getAllRecordCount()); badwordpager.setAllPageCount(999);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.6K bytes - Viewed (0) -
cmd/rebalance-admin.go
// // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful // but WITHOUT ANY WARRANTY; without even the implied warranty of
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/scheduler/EditForm.java
@Required @Size(max = 1000) public String id; /** * The version number of the scheduler for optimistic locking. * This field is required to prevent concurrent modification conflicts * by ensuring the scheduler hasn't been modified by another process. */ @Required @ValidateTypeFailure public Integer versionNo;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0) -
docs/ja/docs/tutorial/schema-extra-example.md
そのため、OpenAPIでは同じ目的のために<a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#fixed-fields-20" class="external-link" target="_blank">`example`</a>を独自に定義しており(`examples`ではなく`example`として)、それがdocs UI(Swagger UIを使用)で使用されています。 つまり、`example`はJSON Schemaの一部ではありませんが、OpenAPIの一部であり、それがdocs UIで使用されることになります。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/en/docs/advanced/templates.md
{* ../../docs_src/templates/tutorial001.py hl[4,11,15:18] *} /// note Before FastAPI 0.108.0, Starlette 0.29.0, the `name` was the first parameter. Also, before that, in previous versions, the `request` object was passed as part of the key-value pairs in the context for Jinja2. /// /// tip By declaring `response_class=HTMLResponse` the docs UI will be able to know that the response will be HTML.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/app/pager/BoostDocPagerTest.java
assertNull(boostdocpager.boostExpr); assertNull(boostdocpager.sortOrder); assertNull(boostdocpager.createdBy); assertNull(boostdocpager.createdTime); assertNull(boostdocpager.versionNo); boostdocpager.setAllRecordCount(999); assertEquals(999, boostdocpager.getAllRecordCount()); boostdocpager.setAllPageCount(999); assertEquals(999, boostdocpager.getAllPageCount());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/app/pager/DuplicateHostPagerTest.java
assertNull(duplicatehostpager.sortOrder); assertNull(duplicatehostpager.createdBy); assertNull(duplicatehostpager.createdTime); assertNull(duplicatehostpager.versionNo); assertEquals(1, duplicatehostpager.getDefaultCurrentPageNumber()); duplicatehostpager.setAllRecordCount(999); assertEquals(999, duplicatehostpager.getAllRecordCount());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Protocol.kt
* requests on the same socket, and server-push. HTTP/1.1 semantics are layered on SPDY/3. * * Current versions of OkHttp do not support this protocol. */ @Deprecated("OkHttp has dropped support for SPDY. Prefer {@link #HTTP_2}.") SPDY_3("spdy/3.1"), /** * The IETF's binary-framed protocol that includes header compression, multiplexing multiple
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jun 23 18:58:57 UTC 2025 - 4.4K bytes - Viewed (0) -
src/test/java/jcifs/config/BaseConfigurationTest.java
// Check resolver order assertNotNull(testConfig.getResolveOrder()); assertFalse(testConfig.getResolveOrder().isEmpty()); // Check protocol versions assertNotNull(testConfig.getMinimumVersion()); assertNotNull(testConfig.getMaximumVersion()); // Check disallow compound assertNotNull(testConfig.disallowCompound);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.6K bytes - Viewed (0)