- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 66 for getGoal (0.35 sec)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/PluginLifecycle.java
.map(exec -> org.apache.maven.api.model.PluginExecution.newBuilder() .goals(exec.getGoals()) .configuration(exec.getConfiguration()) .build()) .collect(Collectors.toList()))
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReader.java
this.client = client; this.settings = settings; this.indexName = indexName; supportedFields = settings.array().get(SuggestSettings.DefaultKeys.SUPPORTED_FIELDS); totalDocNum = getTotal(); } @Override public synchronized Map<String, Object> read() { while (!isFinished.get() && queue.isEmpty()) { addDocumentToQueue(); }Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 11.1K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/canonical/CanonicalProjectBuilderTest.java
List<PluginExecution> executions = plugin.getExecutions(); PluginExecution execution = executions.get(0); String g0 = execution.getGoals().get(0); assertEquals("plexus:runtime", g0); configuration = execution.getDelegate().getConfiguration(); assertEquals(Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsResponse.java
*/ public int getNum() { return num; } /** * Returns the total number of words. * * @return the total number of words */ public long getTotal() { return total; } /** * Returns the list of suggested items. * * @return the list of suggested items */ public List<SuggestItem> getItems() {Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sat Mar 15 06:51:20 UTC 2025 - 3.1K bytes - Viewed (0) -
cmd/bucket-replication-metrics_gen.go
} case "rtc": z.RmvTagTotal, err = dc.ReadUint64() if err != nil { err = msgp.WrapError(err, "RmvTagTotal") return } case "gc": z.GetTotal, err = dc.ReadUint64() if err != nil { err = msgp.WrapError(err, "GetTotal") return } case "hc": z.HeadTotal, err = dc.ReadUint64() if err != nil { err = msgp.WrapError(err, "HeadTotal") return }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 33.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java
Map<PhaseId, List<MojoExecution>> phaseBindings = getPhaseBindings(mappings, phase); if (phaseBindings != null) { for (String goal : execution.getGoals()) { MojoExecution mojoExecution = new MojoExecution(plugin, goal, execution.getId()); mojoExecution.setLifecyclePhase(phase);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Dec 13 23:04:37 UTC 2024 - 8.5K bytes - Viewed (0) -
cmd/site-replication-metrics.go
if rt == nil { return madmin.TimedErrStats{} } errCounts := make(map[string]int) maps.Copy(errCounts, rt.ErrCounts) minuteTotals := rt.LastMinute.getTotal() hourTotals := rt.LastHour.getTotal() return madmin.TimedErrStats{ LastMinute: madmin.RStat{ Count: float64(minuteTotals.N), Bytes: minuteTotals.Size, }, LastHour: madmin.RStat{ Count: float64(hourTotals.N),Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 8.2K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/impl/PropertyDescImplTest.java
final PropertyDesc propDesc = beanDesc.getPropertyDesc("cal"); final Date date = new Date(); propDesc.setValue(myBean, date); assertThat(myBean.getCal().getTime(), is(date)); } /** * @throws Exception */ @Test public void testSetIntegerValueToString() throws Exception { final MyBean myBean = new MyBean();
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 11K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/request/suggest/SuggestResponse.java
*/ public int getNum() { return num; } /** * Returns the total number of hits. * @return The total number of hits. */ public long getTotal() { return total; } /** * Returns the list of suggested items. * @return The list of items. */ public List<SuggestItem> getItems() { return items;Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java
} this.projects = projects; } public ArtifactRepository getLocalRepository() { return request.getLocalRepository(); } public List<String> getGoals() { return request.getGoals(); } /** * Gets the user properties to use for interpolation and profile activation. The user properties have beenRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 24 17:29:44 UTC 2025 - 16.7K bytes - Viewed (0)