- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 1,027 for specifiers (0.07 sec)
-
compat/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
* * @return the classifier */ String getClassifier(); String getPackaging(); boolean isIncludesDependencies(); String getLanguage(); /** * Specifies if the artifact contains java classes and can be added to the classpath. * Whether the artifact should be added to the classpath depends on other * dependency properties. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoRequest.java
/** * Constructs a SMB2 query info request with the specified configuration * * @param config * the configuration to use for this request */ public Smb2QueryInfoRequest(final Configuration config) { this(config, Smb2Constants.UNSPECIFIED_FILEID); } /** * Constructs a SMB2 query info request with the specified configuration and file ID * * @param config
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.4K bytes - Viewed (0) -
compat/maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml
<description> <![CDATA[ This is a list of ArtifactRepository instances used to resolve the Artifacts associated with the current POM. NOTE: This list will contain entries for repositories specified by ancestor POMs, including the default built-in super-POM, which is the parent of all POMs. ]]></description> </expression> <expression> <syntax>project.pluginArtifactRepositories</syntax>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryCommand.java
* @return The query processor instance. */ protected QueryProcessor getQueryProcessor() { return ComponentUtil.getQueryProcessor(); } /** * Creates a sort builder for the specified field and order. * @param field The field name to sort by. * @param order The sort order (ascending or descending). * @return The appropriate sort builder for the field. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.6K bytes - Viewed (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java
* Creates a new XmlNode instance with the specified name. * * @param name the name for the new node * @return a new XmlNode instance * @throws NullPointerException if name is null */ static XmlNode newInstance(String name) { return newBuilder().name(name).build(); } /** * Creates a new XmlNode instance with the specified name and value. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jul 19 11:09:56 UTC 2025 - 18.2K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/RepositorySystem.java
*/ List<ArtifactRepository> getEffectiveRepositories(List<ArtifactRepository> repositories); /** * Determines the mirror for the specified repository. * * @param repository The repository to determine the mirror for, must not be {@code null}. * @param mirrors The available mirrors, may be {@code null}.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 7.7K bytes - Viewed (0) -
guava/src/com/google/common/graph/Network.java
// // Network-level accessors // /** Returns all nodes in this network, in the order specified by {@link #nodeOrder()}. */ Set<N> nodes(); /** Returns all edges in this network, in the order specified by {@link #edgeOrder()}. */ Set<E> edges(); /** * Returns a live view of this network as a {@link Graph}. The resulting {@link Graph} will have
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:03:02 UTC 2025 - 22.5K bytes - Viewed (0) -
doc/go_spec.html
<p> Slice expressions construct a substring or slice from a string, array, pointer to array, or slice operand. There are two variants: a simple form that specifies a low and high bound, and a full form that also specifies a bound on the capacity. </p> <p> If the operand type is a <a href="#Type_parameter_declarations">type parameter</a>, unless its type set contains string types,
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Lists.java
* @return an unmodifiable list containing the specified elements */ public static <E extends @Nullable Object> List<E> asList(@ParametricNullness E first, E[] rest) { return new OnePlusArrayList<>(first, rest); } /** * Returns an unmodifiable list containing the specified first and second element, and backed by
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 42.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/util/FieldConfigs.java
/** * Constructs a new FieldConfigs instance with the specified parameter map. * * @param params the map containing field names as keys and configuration values as values */ public FieldConfigs(final Map<String, String> params) { this.params = params; } /** * Retrieves the configuration for the specified field name. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0)