- Sort Score
- Num 10 results
- Language All
Results 571 - 580 of 772 for CSession (0.05 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginValidationManager.java
* location as those are not yet available. */ void reportPluginValidationIssue( IssueLocality locality, RepositorySystemSession session, Artifact pluginArtifact, String issue); /** * Reports plugin issues applicable to the plugin as a whole. * <p>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.4K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-jar-plugin/0.1/maven-jar-plugin-0.1.jar
META-INF/maven/plugin.xml A test plugin to assist testing of Maven core. org.apache.maven.plugins maven-jar-plugin 0.1 jar false true jar Does nothing. runtime false true false false false true org.apache.maven.plugin.coreit.ItMojo java per-lookup once-per-session org.apache.maven maven-plugin-api jar 2.0 org/apache/maven/plugin/coreit/ItMojo.class package org.apache.maven.plugin.coreit; public synchronized class ItMojo extends org.apache.maven.plugin.AbstractMojo { public void ItMojo(); public void execute();...Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 6.6K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DeprecatedCoreExpressionValidator.java
static { HashMap<String, String> deprecatedCoreParameters = new HashMap<>(); deprecatedCoreParameters.put("${localRepository}", ARTIFACT_REPOSITORY_REASON); deprecatedCoreParameters.put("${session.localRepository}", ARTIFACT_REPOSITORY_REASON); DEPRECATED_CORE_PARAMETERS = deprecatedCoreParameters; } @Inject DeprecatedCoreExpressionValidator(PluginValidationManager pluginValidationManager) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.5K bytes - Click Count (0) -
tests/test_tutorial/test_cookie_param_models/test_tutorial001.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/error/system.jsp
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jan 18 12:09:07 GMT 2025 - 1.6K bytes - Click Count (0) -
tests/upsert_test.go
} if name := DB.Dialector.Name(); name != "sqlserver" { type RestrictedLanguage struct { Code string `gorm:"primarykey"` Name string Lang string `gorm:"<-:create"` } r := DB.Session(&gorm.Session{DryRun: true}).Clauses(clause.OnConflict{UpdateAll: true}).Create(&RestrictedLanguage{Code: "upsert_code", Name: "upsert_name", Lang: "upsert_lang"})
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Tue Jul 29 11:06:13 GMT 2025 - 13.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java
this.pluginManager = pluginManager; } @Override public Map<String, List<MojoExecution>> calculateLifecycleMappings( MavenSession session, MavenProject project, Lifecycle lifecycle, String lifecyclePhase) throws PluginNotFoundException, PluginResolutionException, PluginDescriptorParsingException,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Dec 13 23:04:37 GMT 2024 - 8.5K bytes - Click Count (0) -
cmd/typed-errors.go
var errInvalidMaxParts = errors.New("Part number is greater than the maximum allowed 10000 parts") // error returned for session policies > 2048 var errSessionPolicyTooLarge = errors.New("Session policy should not exceed 2048 characters") // error returned in SFTP when user used public key without certificate
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 5.9K bytes - Click Count (1) -
docs/smb3-features/01-smb3-lease-design.md
if (msg instanceof Smb2LeaseBreakNotification) { Smb2LeaseBreakNotification breakNotif = (Smb2LeaseBreakNotification) msg; // Get lease manager from session LeaseManager leaseManager = session.getLeaseManager(); // Handle the lease break leaseManager.handleLeaseBreak( breakNotif.getLeaseKey(), breakNotif.getNewLeaseState()
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 22K bytes - Click Count (0) -
src/test/java/jcifs/AddressTest.java
mockAddress.toInetAddress(); }, "Should propagate UnknownHostException"); } @Test @DisplayName("firstCalledName should return valid name for session establishment") void testFirstCalledNameContract() { // Given String expectedFirstName = "SERVER"; when(mockAddress.firstCalledName()).thenReturn(expectedFirstName); // When
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.9K bytes - Click Count (0)