- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 556 for CSession (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/app/service/CrawlingInfoServiceTest.java
} @Test public void test_crawlingInfoPager_setSessionId() { final CrawlingInfoPager pager = new CrawlingInfoPager(); pager.sessionId = "test-session-123"; assertEquals("test-session-123", pager.sessionId); } @Test public void test_crawlingInfoPager_setId() { final CrawlingInfoPager pager = new CrawlingInfoPager(); pager.id = "crawling-id-456";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 6.1K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/VersionsMetadataGenerator.java
VersionsMetadataGenerator(RepositorySystemSession session, InstallRequest request) { this(session, request.getMetadata()); } VersionsMetadataGenerator(RepositorySystemSession session, DeployRequest request) { this(session, request.getMetadata()); } private VersionsMetadataGenerator(RepositorySystemSession session, Collection<? extends Metadata> metadatas) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 08:42:00 GMT 2025 - 4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/Smb3KeyDerivation.java
/** * */ private Smb3KeyDerivation() { } /** * Derives the SMB3 signing key from the session key using the appropriate KDF for the dialect. * * @param dialect the SMB dialect version * @param sessionKey the base session key * @param preauthIntegrity the pre-authentication integrity hash (for SMB 3.1.1) or null * @return derived signing key */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.5K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/RepositoryAwareRequest.java
* <li>Maintaining consistent repository ordering for reproducible builds</li> * </ul> * * @since 4.0.0 * @see RemoteRepository * @see Session#getRemoteRepositories() */ @Experimental @Immutable public interface RepositoryAwareRequest extends Request<Session> { /** * Returns the list of remote repositories to be used for this request. *
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 10 07:30:49 GMT 2025 - 5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
} catch (FessSystemException e) { assertEquals("No crawling session.", e.getMessage()); assertTrue(e.getCause() instanceof RuntimeException); } } @Test public void test_updateParams() { final String sessionId = "update-session"; final CrawlingInfo existingInfo = new CrawlingInfo(); existingInfo.setId("info-456");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 28.7K bytes - Click Count (0) -
tests/update_has_one_test.go
} var user3 User DB.Preload("Account").Find(&user3, "id = ?", user.ID) CheckUser(t, user2, user3) lastUpdatedAt := user2.Account.UpdatedAt time.Sleep(time.Second) if err := DB.Session(&gorm.Session{FullSaveAssociations: true}).Save(&user).Error; err != nil { t.Fatalf("errors happened when update: %v", err) } var user4 User DB.Preload("Account").Find(&user4, "id = ?", user.ID)
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Thu Jul 14 06:55:54 GMT 2022 - 3.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
*/ public static class Options { /** Session ID for the crawling session. If not provided, a timestamp-based ID will be generated. */ @Option(name = "-s", aliases = "--sessionId", metaVar = "sessionId", usage = "Session ID") public String sessionId; /** Name for the crawling session for identification purposes. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactCoordinatesFactoryRequest.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 9.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultExecutionEventCatapult.java
@Override public void fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution) { fire(eventType, session, mojoExecution, null); } @Override public void fire( ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception) { ExecutionListener listener = session.getRequest().getExecutionListener(); if (listener != null) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/RepositoryUtils.java
ArtifactRepository repository, RepositorySystemSession session, RepositorySystem system) { if (repository == null || repository.getBasedir() == null) { return session; } DefaultRepositorySystemSession newSession; if (session != null) { LocalRepositoryManager lrm = session.getLocalRepositoryManager();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Sep 04 18:33:16 GMT 2025 - 15.8K bytes - Click Count (0)