- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 555 for Attribute (0.06 sec)
-
src/test/java/jcifs/http/NetworkExplorerTest.java
lenient().when(request.getSession(false)).thenReturn(session); lenient().when(request.getSession(true)).thenReturn(session); // Setup default session attribute behavior lenient().when(session.getAttribute(anyString())).thenReturn(null); // Setup SmbFile mock lenient().when(smbFile.getLocator()).thenReturn(locator);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 21.2K bytes - Viewed (0) -
docs/de/docs/tutorial/response-model.md
Der Grund ist, dass das das generierte JSON-Schema in der OpenAPI ihrer Anwendung (und deren Dokumentation) dennoch das komplette Modell abbildet, selbst wenn Sie `response_model_include` oder `response_model_exclude` verwenden, um einige Attribute auszuschließen. Das trifft auch auf `response_model_by_alias` zu, welches ähnlich funktioniert. /// {* ../../docs_src/response_model/tutorial005_py310.py hl[29,35] *} /// tip | Tipp
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 16.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CookieTest.kt
} /** If a cookie incorrectly defines multiple 'Max-Age' attributes, the last one defined wins. */ @Test fun lastMaxAgeWins() { assertThat(parseCookie(0L, url, "a=b; Max-Age=2; Max-Age=4; Max-Age=1; Max-Age=3")!!.expiresAt) .isEqualTo(3000L) } /** If a cookie incorrectly defines multiple 'Expires' attributes, the last one defined wins. */ @Test fun lastExpiresAtWins() { assertThat(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 24.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java
// =================================================================================== // Attribute // ========= /** businessCategory */ protected String businessCategory; /** carLicense */ protected String carLicense;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 22.9K bytes - Viewed (0) -
tensorflow/c/c_api.cc
op->node.AddAttr(attr_name, attr_val); RecordMutation(graph, *op, "setting attribute"); } void TF_ClearAttr(TF_Graph* graph, TF_Operation* op, const char* attr_name, TF_Status* status) { using tensorflow::RecordMutation; mutex_lock l(graph->mu); op->node.ClearAttr(attr_name); RecordMutation(graph, *op, "clearing attribute"); } void TF_SetFullType(TF_Graph* graph, TF_Operation* op,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 13 06:30:43 UTC 2025 - 102.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/AdminAccesstokenAction.java
// =================================================================================== // Attribute // ========= @Resource private AccessTokenService accessTokenService; @Resource private AccessTokenPager accessTokenPager;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 16.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractConditionBean.java
// =================================================================================== // Attribute // ========= protected final SqlClause _sqlClause = new EsSqlClause(asTableDbName()); protected int _safetyMaxResultSize;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/ApiAdminElevatewordAction.java
super(); } // =================================================================================== // Attribute // ========= /** Service for managing elevate word configurations */ @Resource private ElevateWordService elevateWordService;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
void setReadOnly() throws CIFSException; /** * Set the attributes of this file. Attributes are composed into a * bitset by bitwise ORing the <code>ATTR_*</code> constants. Setting the * value returned by <code>getAttributes</code> will result in both files * having the same attributes. * * @param attrs * attribute flags *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 28K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
// =================================================================================== // Attribute // /** * Search engine client for performing maintenance operations on indices. */ @Resource protected SearchEngineClient searchEngineClient;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18K bytes - Viewed (0)