- Sort Score
- Num 10 results
- Language All
Results 21 - 25 of 25 for getNChildren (0.08 seconds)
-
src/main/java/jcifs/internal/smb2/lease/DirectoryCacheEntry.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 02:21:31 GMT 2025 - 11.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
PlexusConfiguration httpHeaders = config.getChild("httpHeaders", false); if (httpHeaders != null) { PlexusConfiguration[] properties = httpHeaders.getChildren("property"); if (properties != null && properties.length > 0) { headers = new HashMap<>(); for (PlexusConfiguration property : properties) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Mar 19 13:42:58 GMT 2026 - 25.8K bytes - Click Count (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java
@Nullable default String getAttribute(@Nonnull String name) { return attribute(name); } @Deprecated(since = "4.0.0", forRemoval = true) @Nonnull default List<XmlNode> getChildren() { return children(); } @Deprecated(since = "4.0.0", forRemoval = true) @Nullable default XmlNode getChild(String name) { return child(name); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Dec 17 15:20:44 GMT 2025 - 18.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
context.logger.error(line); } currentColor = nextColor; } indent += " "; for (ExceptionSummary child : summary.getChildren()) { logSummary(context, child, references, indent); } }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Sep 11 17:20:46 GMT 2025 - 28.2K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
slf4jLogger.error(line); } currentColor = nextColor; } indent += " "; for (ExceptionSummary child : summary.getChildren()) { logSummary(child, references, indent, showErrors); } } private static final Pattern LAST_ANSI_SEQUENCE = Pattern.compile("(\u001B\\[[;\\d]*[ -/]*[@-~])[^\u001B]*$");
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 78.1K bytes - Click Count (0)