- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 354 for componentes (0.06 sec)
-
api/maven-api-model/src/main/java/org/apache/maven/api/model/package-info.java
* These classes are immutable to ensure thread safety and prevent unintended modifications. * The root class is {@link org.apache.maven.api.model.Model}, which represents the entire POM. * <p> * Key components include: * <ul> * <li>{@link org.apache.maven.api.model.Model} - The root element of a POM file</li> * <li>{@link org.apache.maven.api.model.Dependency} - Represents a project dependency</li>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java
} /** * Gets the list of page numbers to display in the pagination component. * * @return the list of page numbers, or null if not set */ public List<Integer> getPageNumberList() { return pageNumberList; } /** * Sets the list of page numbers to display in the pagination component. * * @param pageNumberList the list of page numbers to set */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/RequestWithPathTest.java
void testWithNullValues() { // Test null path testImplementation.setPath(null); assertNull(testImplementation.getPath()); // Test null UNC path components testImplementation.setFullUNCPath(null, null, null); assertNull(testImplementation.getDomain()); assertNull(testImplementation.getServer()); assertNull(testImplementation.getFullUNCPath());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.2K bytes - Viewed (0) -
api/maven-api-spi/src/main/java/org/apache/maven/api/spi/SpiService.java
/** * Marker interface to indicate services that can be provided by plugins and extensions. * <p> * This interface serves as the base for all Service Provider Interface (SPI) components in Maven. * Classes implementing this interface can be discovered and loaded by Maven through the * Java ServiceLoader mechanism, allowing plugins and extensions to contribute functionality * to the Maven build process.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java
* crawling operations through the administrative interface wizard workflow. * It serves as a data transfer object between the web layer and the crawling * service components. */ public class StartCrawlingForm { /** * Default constructor. */ public StartCrawlingForm() { // Default constructor }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/DataStoreFactory.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.4K bytes - Viewed (0) -
docs/en/docs/alternatives.md
At first, it didn't have an automatic API documentation web UI, but I knew I could add Swagger UI to it. It had a dependency injection system. It required pre-registration of components, as other tools discussed above. But still, it was a great feature.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 23.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
assertThat(url.toString()).isEqualTo("http://host/?a=!$(),/:;?@[]\\^`{|}~") assertThat(url.queryParameter("a")).isEqualTo("!$(),/:;?@[]\\^`{|}~") } /** * When callers parse a URL with query components that aren't encoded, we shouldn't convert them * into a canonical form because doing so could be semantically different. */ @Test fun queryCharactersNotReencodedWhenParsed() {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Aug 04 07:38:48 UTC 2025 - 69.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/CrawlerEngineClient.java
import org.opensearch.transport.client.Client; /** * OpenSearch client implementation specifically for crawler operations. * Extends FesenClient to provide search engine connectivity for the crawler components. */ public class CrawlerEngineClient extends FesenClient { /** * Creates a new instance of CrawlerEngineClient. */ public CrawlerEngineClient() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 2.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbComDeleteTest.java
public void testToString() { // Test the string representation of the object String result = smbComDelete.toString(); assertNotNull(result); // Verify the result contains expected components assertTrue(result.startsWith("SmbComDelete[")); assertTrue(result.contains("searchAttributes=0x")); assertTrue(result.contains("fileName=" + TEST_FILE_NAME));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3.4K bytes - Viewed (0)