- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 501 for session5 (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/util/SecureKeyManagerTest.java
assertArrayEquals(testKey, rawKey2, "Should still match original"); } @Test public void testRemoveSessionKey() { String sessionId = "test-session-3"; keyManager.storeSessionKey(sessionId, testKey, "AES"); assertTrue(keyManager.hasSessionKey(sessionId), "Key should exist"); keyManager.removeSessionKey(sessionId);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 14.2K bytes - Click Count (0) -
.github/ci-mimir-session.properties
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Mimir Session config properties # do not waste time on this; we maintain the version
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Sep 26 16:01:43 GMT 2025 - 916 bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/filter/UrlFilterTest.java
/** * Test multiple initializations with same session ID */ public void test_multipleInit_sameSessionId() { String sessionId = "test-session-017"; // First initialization urlFilter.init(sessionId); urlFilter.addInclude("https://first.com/.*"); // Second initialization with same session ID urlFilter.init(sessionId);Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Wed Sep 03 14:42:53 GMT 2025 - 19K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchDataService.java
* * @param sessionId The session ID. */ @Override public void delete(final String sessionId) { deleteBySessionId(sessionId); } /** * Gets an access result by session ID and URL. * * @param sessionId The session ID. * @param url The URL. * @return The access result, or null if not found. */ @OverrideCreated: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 11.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/Crawler.java
final String oldSessionId = crawlerContext.sessionId; urlQueueService.updateSessionId(crawlerContext.sessionId, sessionId); crawlerContext.sessionId = sessionId; if (logger.isInfoEnabled()) { logger.info("Updated crawler session ID: oldSessionId={}, newSessionId={}", oldSessionId, sessionId); } }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 17K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/service/DataService.java
/** * Returns the count of access results for the given session ID. * * @param sessionId the session ID * @return the count of access results */ int getCount(String sessionId); /** * Deletes access results for the given session ID. * * @param sessionId the session ID */ void delete(String sessionId); /** * Deletes all access results. */Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Mar 15 06:52:00 GMT 2025 - 2.7K bytes - Click Count (0) -
tensorflow/c/c_api_internal.h
// The keys of this map are all the active sessions using this graph. Each // value records whether the graph has been mutated since the corresponding // session has been run (this is detected in RecordMutation function). If the // string is empty, no mutation has occurred. Otherwise the string is a // description of the mutation suitable for returning to the user. // // Sessions are added to this map in TF_NewSession, and removed in
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat May 13 00:49:12 GMT 2023 - 7.6K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/Smb2TransformHeader.java
} /** * Gets the session ID associated with this encrypted message * * @return the session ID */ public long getSessionId() { return this.sessionId; } /** * Sets the session ID for this encrypted message * * @param sessionId * the session ID to set */Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 9.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/PathMappingHelper.java
} } } /** * Removes the path mapping list for a session. * * @param sessionId the session ID */ public void removePathMappingList(final String sessionId) { pathMappingMap.remove(sessionId); } /** * Gets the path mapping list for a session. * * @param sessionId the session IDCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 9.5K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/ProjectDependencyGraphStub.java
projectBuilds.add(createProjectBuild(A, session, segment)); projectBuilds.add(createProjectBuild(B, session, segment)); projectBuilds.add(createProjectBuild(C, session, segment)); projectBuilds.add(createProjectBuild(X, session, segment)); projectBuilds.add(createProjectBuild(Y, session, segment)); projectBuilds.add(createProjectBuild(Z, session, segment)); return projectBuilds; }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.6K bytes - Click Count (0)