- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for newSession (0.09 sec)
- 
				
				src/test/java/jcifs/smb/SmbSessionImplTest.javaSmbSessionImpl session = newSession(); String s = session.toString(); assertTrue(s.contains("targetHost=server.example")); assertTrue(s.contains("targetDomain=EXAMPLE")); } @Test @DisplayName("getExpiration: null when unset, value when positive") void testGetExpiration() { SmbSessionImpl session = newSession(); assertNull(session.getExpiration());Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0)
- 
				
				api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilder.javaRegistered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:31:13 UTC 2025 - 1.5K bytes - Viewed (0)
- 
				
				compat/maven-compat/src/test/java/org/apache/maven/project/AbstractMavenProjectTestCase.javaFile localRepo = new File(request.getLocalRepository().getBasedir()); DefaultRepositorySystemSession session = MavenRepositorySystemUtils.newSession(); session.setScopeManager(new ScopeManagerImpl(Maven4ScopeManagerConfiguration.INSTANCE)); session.setLocalRepositoryManager(new LegacyLocalRepositoryManager(localRepo)); Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 20:01:00 UTC 2025 - 7.2K bytes - Viewed (0)
- 
				
				compat/maven-compat/src/test/java/org/apache/maven/AbstractCoreMavenComponentTestCase.javaprojectBuildingRequest.getRepositorySession(), mavenExecutionRequest, new DefaultMavenExecutionResult()); InternalSession iSession = defaultSessionFactory.newSession(mSession); mSession.setSession(iSession); SessionScope sessionScope = getContainer().lookup(SessionScope.class); sessionScope.enter(); sessionScope.seed(MavenSession.class, mSession); Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jan 24 17:29:44 UTC 2025 - 12.1K bytes - Viewed (0)
- 
				
				compat/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.javagetContainer().lookup(MavenRepositorySystem.class), new DefaultLookup(getContainer()), getContainer().lookup(RuntimeInformation.class)) .newSession(session)); legacySupport.setSession(session); } protected abstract String component(); /** * Return an existing file, not a directory - causes creation to fail. * Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 13.8K bytes - Viewed (0)
- 
				
				tensorflow/c/c_api.ccTF_Status* status) { Session* session; status->status = NewSession(opt->options, &session); if (status->status.ok()) { TF_Session* new_session = new TF_Session(session, graph); if (graph != nullptr) { mutex_lock l(graph->mu); graph->sessions[new_session] = ""; } return new_session; } else { LOG(ERROR) << status->status; DCHECK_EQ(nullptr, session);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/jcifs/util/SecureKeyManager.javakeyVersions.put(sessionId, newVersion); keyCreationTimes.put(sessionId, System.currentTimeMillis()); log.info("Rotated key for session {} from version {} to {}", sessionId, currentVersion, newVersion); // Securely wipe the old key copy secureWipe(currentKey); secureWipe(newKey); return newVersion; } catch (Exception e) { Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0)
- 
				
				compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/SnapshotTransformation.javaif (snapshot != null) { if (snapshot.getTimestamp() != null && snapshot.getBuildNumber() > 0) { String newVersion = snapshot.getTimestamp() + "-" + snapshot.getBuildNumber(); version = baseVersion.replace(Artifact.SNAPSHOT_VERSION, newVersion); } else { version = baseVersion; } } return version; } Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.5K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/util/SecureKeyManagerTest.java// Initial version should be 0 assertEquals(0, keyManager.getKeyVersion(sessionId), "Initial version should be 0"); // Rotate key int newVersion = keyManager.rotateSessionKey(sessionId); assertEquals(1, newVersion, "New version should be 1"); assertEquals(1, keyManager.getKeyVersion(sessionId), "Key version should be updated"); // Verify old key is archivedRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.2K bytes - Viewed (0)
- 
				
				RELEASE.mdlist of configs for the underlying layers. ## Bug Fixes and Other Changes * C++: * Changed the signature of SessionFactory::NewSession so that it can return a meaningful error message on failure. * tf.data: * Remove `num_parallel_parser_calls` argument from `tf.contrib.data.make_csv_dataset()`. [tf.data] RemoveRegistered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2)