- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 824 for Murino (0.05 seconds)
-
docs/en/docs/advanced/testing-dependencies.md
Created: 2026-04-05 07:19 - Last Modified: 2025-08-31 09:15 - 2.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/cache/RequestResult.java
*/ REP result, /** * Any error that occurred during processing; null if the request was successful */ Throwable error) { /** * Determines if the request was processed successfully. * * @return true if no error occurred during processing (error is null), false otherwise */ public boolean isSuccess() { return error == null;Created: 2026-04-05 03:35 - Last Modified: 2025-02-07 00:45 - 2.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderResult.java
Model getEffectiveModel(); /** * Gets the profiles that were active during model building. * * @return The active profiles of the model or an empty list if the model has no active profiles. */ @Nonnull List<Profile> getActivePomProfiles(); /** * Gets the profiles that were active during model building for a specific model in the hierarchy.
Created: 2026-04-05 03:35 - Last Modified: 2025-11-18 17:20 - 4.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIteratorBase.java
* @param filter additional resource name filter to apply * @param searchAttributes the file attributes to search for * @throws CIFSException if an error occurs during initialization */ public DirFileEntryEnumIteratorBase(final SmbTreeHandleImpl th, final SmbResource parent, final String wildcard,Created: 2026-04-05 00:10 - Last Modified: 2025-08-16 01:32 - 7.7K bytes - Click Count (0) -
api/maven-api-model/src/main/java/org/apache/maven/api/model/ModelObjectProcessor.java
/** * A pluggable service for processing model objects during model building. * * <p>This service allows implementations to:</p> * <ul> * <li>Pool identical objects to reduce memory footprint</li> * <li>Intern objects for faster equality comparisons</li> * <li>Apply custom optimization strategies</li> * <li>Transform or modify objects during building</li> * </ul> *
Created: 2026-04-05 03:35 - Last Modified: 2025-09-29 14:45 - 4.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
* during parallel builds. * * @since 4.0.0 * @see org.apache.maven.api.services.ProjectBuilder * @see Project */ @Experimental public interface ProjectManager extends Service { /** * Returns the path to the built project artifact file, if the project has been built. * This path is only available after the artifact has been produced during the build lifecycle. *Created: 2026-04-05 03:35 - Last Modified: 2025-01-30 23:29 - 12K bytes - Click Count (0) -
src/main/java/jcifs/SmbRandomAccess.java
/** * Close the file * * @throws SmbException if an I/O error occurs during close */ @Override void close() throws SmbException; /** * Read a single byte from the current position * * @return read byte, -1 if EOF * @throws SmbException if an I/O error occurs during read */ int read() throws SmbException; /**Created: 2026-04-05 00:10 - Last Modified: 2025-08-16 01:32 - 2.6K bytes - Click Count (0) -
src/main/java/jcifs/SmbTransportPool.java
/** * Closes the pool and all connections in it * * @return whether any transport was still in use * * @throws CIFSException if an error occurs during authentication * */ boolean close() throws CIFSException; /** * Authenticate arbitrary credentials represented by theCreated: 2026-04-05 00:10 - Last Modified: 2025-08-16 01:32 - 7.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java
@CustomSize(maxKey = "form.admin.max.input.size") public String urls; /** * URL patterns to include during crawling. */ @CustomSize(maxKey = "form.admin.max.input.size") public String includedUrls; /** * URL patterns to exclude during crawling. */ @CustomSize(maxKey = "form.admin.max.input.size") public String excludedUrls; /**
Created: 2026-03-31 13:07 - Last Modified: 2025-07-17 08:28 - 5.9K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/com/ServerData.java
* This class holds the server capabilities, configuration, and security * parameters received during SMB protocol negotiation. * * Stores server-specific data obtained during SMB1 protocol negotiation. */ public class ServerData { /** * Default constructor for ServerData. * Creates an empty server data container to be populated during SMB negotiation. */ public ServerData() { // Default constructorCreated: 2026-04-05 00:10 - Last Modified: 2025-08-16 01:32 - 2.9K bytes - Click Count (0)