- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 2,063 for session (0.03 sec)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
if (StringUtil.isBlank(userCode)) { throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "No user session."); } if (StringUtil.isBlank(favoriteUrl)) { throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "URL is null."); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (1) -
src/main/resources/fess_label_fr.properties
labels.regex=Expression régulière labels.regularName=Nom régulier labels.replacement=Remplacement labels.sessionId=ID de session labels.sortOrder=Ordre de tri labels.updatedBy=Mis à jour par labels.updatedTime=Date de mise à jour labels.urls=URL labels.userAgent=Agent utilisateur labels.username=Nom d'utilisateur labels.value=Valeur labels.versionNo=Numéro de version labels.cronExpression=Planification
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryLeaseManager.java
* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
/** Type of log being displayed (default: search). */ public String logType = LOG_TYPE_SEARCH; /** Query ID filter for search logs. */ public String queryId; /** User session ID filter for search logs. */ public String userSessionId; /** Time range filter for search logs (format: "yyyy-MM-dd HH:mm - yyyy-MM-dd HH:mm"). */ public String requestedTimeRange;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTreeConnectionTraceTest.java
Configuration result = trace.getConfig(); // Assert assertSame(cfg, result); verify(ctx, times(1)).getConfig(); } @Test @DisplayName("hasCapability(): without session/tree throws SmbException") void hasCapability_withoutTree_throwsSmbException() { // Arrange CIFSContext ctx = mock(CIFSContext.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.7K bytes - Viewed (0) -
docs/de/docs/tutorial/testing.md
//// tab | Python 3.10+ nicht annotiert /// tip | Tipp Bevorzugen Sie die `Annotated`-Version, falls möglich. /// ```Python {!> ../../docs_src/app_testing/app_b_py310/main.py!} ``` //// //// tab | Python 3.8+ nicht annotiert /// tip | Tipp Bevorzugen Sie die `Annotated`-Version, falls möglich. /// ```Python {!> ../../docs_src/app_testing/app_b/main.py!} ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.9K bytes - Viewed (0) -
docs/ru/docs/tutorial/testing.md
Запустите тесты командой `pytest` и увидите результат: <div class="termy"> ```console $ pytest ================ test session starts ================ platform linux -- Python 3.6.9, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 rootdir: /home/user/code/superawesome-cli/app plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1 collected 6 items ---> 100%
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
* * @return the root directory of the project * @throws IllegalStateException if the root directory could not be found * @see Session#getRootDirectory() */ @Nonnull Path getRootDirectory(); /** * Returns project parent project, if any. * <p>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Feb 27 11:07:03 UTC 2025 - 10.6K bytes - Viewed (0) -
src/test/java/jcifs/netbios/SessionRequestPacketTest.java
byte[] readBuffer = new byte[100]; IOException exception = assertThrows(IOException.class, () -> { packet.readTrailerWireFormat(bais, readBuffer, 0); }); assertEquals("invalid session request wire format", exception.getMessage()); } @ParameterizedTest @MethodSource("provideNamesForWriteTest") @DisplayName("writeTrailerWireFormat should handle various name combinations")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) -
docs/es/docs/tutorial/testing.md
//// //// tab | Python 3.10+ sin Anotar /// tip | Consejo Prefiere usar la versión `Annotated` si es posible. /// ```Python {!> ../../docs_src/app_testing/app_b_py310/main.py!} ``` //// //// tab | Python 3.8+ sin Anotar /// tip | Consejo Prefiere usar la versión `Annotated` si es posible. /// ```Python {!> ../../docs_src/app_testing/app_b/main.py!}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 6.9K bytes - Viewed (0)