- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 201 for GetType (0.19 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/classrealm/DefaultClassRealmManager.java
} private static String getId(ClassRealmConstituent constituent) { return getId( constituent.getGroupId(), constituent.getArtifactId(), constituent.getType(), constituent.getClassifier(), constituent.getVersion()); } private static String getId(String gid, String aid, String type, String cls, String ver) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 13.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
.query(query) .size(pageSize) .responseFields(queryFieldConfig.getScrollResponseFields()) .searchRequestType(params.getType()) .build(); }, (searchResponse, hit) -> { final Map<String, Object> docMap = new HashMap<>();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 36.3K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/eclipse/sisu/plexus/PlexusXmlBeanConverter.java
final BeanProperty<Object> property = propertyMap.get(Roles.camelizeName(parser.getName())); if (property != null) { property.set(bean, parse(parser, property.getType())); parser.nextTag(); } else { throw new XmlPullParserException("Unknown bean property: " + parser.getName(), parser, null); } }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 15.3K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFileOutputStream.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 12.8K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/impl/BeanDescImpl.java
pd.setField(field); continue; } if (FieldUtil.isPublicField(field)) { final PropertyDescImpl pd = new PropertyDescImpl(field.getName(), field.getType(), null, null, field, this); propertyDescCache.put(fname, pd); } } } private void setFieldAccessible(Field field) { if (isExceptPrivateAccessible(field)) {
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 25.8K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsFileTest.java
throw new RuntimeException(e); } } // Test basic getters @Test public void test_getType() { assertEquals("stopwords", stopwordsFile.getType()); } @Test public void test_getPath() { assertEquals(testFile.getAbsolutePath(), stopwordsFile.getPath()); } @Test public void test_getSimpleName() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
for (Iterator<Dependency> it = depMgmt.getDependencies().iterator(); it.hasNext(); ) { Dependency dependency = it.next(); if (!"pom".equals(dependency.getType()) || !"import".equals(dependency.getScope())) { continue; } it.remove(); String groupId = dependency.getGroupId();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
// not be not colored (good), but Maven will print out "Message scheme: color". MessageUtils.setColorEnabled( context.coloredOutput != null ? context.coloredOutput : !Terminal.TYPE_DUMB.equals(terminal.getType())); // handle rawStreams: some would like to act on true, some on false if (context.options().rawStreams().orElse(false)) { doConfigureWithTerminalWithRawStreamsEnabled(context);
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Oct 28 13:01:07 GMT 2025 - 43.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
"test\\\\4\n" + // escaped backslash "test5\n"; } @Test public void test_getType() { assertEquals("protwords", protwordsFile.getType()); } @Test public void test_getPath() { assertEquals(testFile.getAbsolutePath(), protwordsFile.getPath()); } @Test public void test_getSimpleName() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 21.2K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 03 15:06:05 GMT 2025 - 66.8K bytes - Click Count (0)