- Sort Score
- Num 10 results
- Language All
Results 3771 - 3780 of 6,205 for newA (0.03 seconds)
-
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenSnapshotMetadata.java
protected final Collection<Artifact> artifacts = new ArrayList<>(); protected MavenSnapshotMetadata(Metadata metadata, Path path, Date timestamp) { super(metadata, path, timestamp); } protected static Metadata createRepositoryMetadata(Artifact artifact) { Metadata metadata = new Metadata(); metadata.setModelVersion("1.1.0");Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.6K bytes - Click Count (0) -
compat/maven-toolchain-builder/src/main/java/org/apache/maven/toolchain/merge/MavenToolchainMerger.java
} private void shallowMerge( List<ToolchainModel> dominant, List<ToolchainModel> recessive, String recessiveSourceLevel) { Map<Object, ToolchainModel> merged = new LinkedHashMap<>(); for (ToolchainModel dominantModel : dominant) { Object key = getToolchainModelKey(dominantModel); merged.put(key, dominantModel); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/DependenciesGraphPlugin.java
static class DependenciesGraphHookPlugin implements Plugin<Project> { @Override public void apply(Project project) { if (project != project.getRootProject()) { throw new IllegalStateException(this.getClass().getName() + " can only be applied to the root project."); } final String url = System.getenv("SCA_URL"); final String token = System.getenv("SCA_TOKEN");Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 2.8K bytes - Click Count (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/JdkVersionProfileActivatorTest.java
activator = new JdkVersionProfileActivator(); } private Profile newProfile(String jdkVersion) { Activation a = Activation.newBuilder().jdk(jdkVersion).build(); Profile p = Profile.newBuilder().activation(a).build(); return p; } private Properties newProperties(String javaVersion) { Properties props = new Properties();
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 9.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java
// Actually Crud // ------------- /** * Creates a new user. * * @param form the create form containing the new user data * @return HTML response redirecting to the list page after creation */ @Execute @Secured({ ROLE }) public HtmlResponse create(final CreateForm form) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 06:18:24 GMT 2026 - 21K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ForwardingNavigableMap.java
* implementation. */ protected K standardFirstKey() { Entry<K, V> entry = firstEntry(); if (entry == null) { throw new NoSuchElementException(); } else { return entry.getKey(); } } @Override public @Nullable Entry<K, V> lastEntry() { return delegate().lastEntry(); } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 14.1K bytes - Click Count (0) -
guava/src/com/google/common/collect/ForwardingNavigableMap.java
* implementation. */ protected K standardFirstKey() { Entry<K, V> entry = firstEntry(); if (entry == null) { throw new NoSuchElementException(); } else { return entry.getKey(); } } @Override public @Nullable Entry<K, V> lastEntry() { return delegate().lastEntry(); } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 14.3K bytes - Click Count (0) -
src/main/java/org/codelibs/core/lang/MethodUtil.java
} if (t instanceof Error) { throw (Error) t; } throw new InvocationTargetRuntimeException(method.getDeclaringClass(), ex); } catch (final IllegalAccessException ex) { throw new IllegalAccessRuntimeException(method.getDeclaringClass(), ex); } } /**Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 12.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/BoostDocPagerTest.java
import org.junit.jupiter.api.Test; public class BoostDocPagerTest extends UnitFessTestCase { @Test public void test_BoostDocPage() { BoostDocPager boostdocpager = new BoostDocPager(); boostdocpager.clear(); assertEquals(0, boostdocpager.getAllRecordCount()); assertEquals(0, boostdocpager.getAllPageCount()); assertEquals(false, boostdocpager.isExistPrePage());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 2.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/DuplicateHostPagerTest.java
import org.junit.jupiter.api.Test; public class DuplicateHostPagerTest extends UnitFessTestCase { @Test public void test_DuplicateHostPager() { DuplicateHostPager duplicatehostpager = new DuplicateHostPager(); duplicatehostpager.clear(); assertEquals(0, duplicatehostpager.getAllRecordCount()); assertEquals(0, duplicatehostpager.getAllPageCount());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 3K bytes - Click Count (0)