- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 209 for Child (0.03 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 40K bytes - Click Count (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java
* and specifies the combination modes that control how XML elements are merged.</p> * * <p>The merger supports two main types of combinations:</p> * <ul> * <li>Children combination: Controls how child elements are combined</li> * <li>Self combination: Controls how the element itself is combined</li> * </ul> * * <p>Children combination modes (specified by {@code combine.children} attribute):</p> * <ul>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 13:33:59 GMT 2025 - 9.2K bytes - Click Count (0) -
fess-crawler-lasta/src/main/resources/crawler/urlconverter.xml
<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components namespace="fessCrawler"> <include path="crawler/container.xml" /> <!-- Converts child links to normalize it. --> <component name="urlConvertHelper" class="org.codelibs.fess.crawler.helper.UrlConvertHelper"> </component>
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Oct 11 02:16:55 GMT 2015 - 394 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+full-bwc.yml
display-name: "elastic / elasticsearch - pull request full-bwc" description: "Testing of Elasticsearch pull requests - full-bwc" project-type: matrix node: master child-workspace: "/dev/shm/elastic+elasticsearch+pull-request+full-bwc" scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Aug 05 17:48:16 GMT 2021 - 1.7K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 20.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/MinMaxPriorityQueue.java
minIndex = i; } } return minIndex; } /** Returns the minimum child or {@code -1} if no child exists. */ int findMinChild(int index) { return findMin(getLeftChildIndex(index), 2); } /** Returns the minimum grand child or -1 if no grand child exists. */ int findMinGrandChild(int index) { int leftChildIndex = getLeftChildIndex(index);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 13:11:08 GMT 2026 - 34K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
Stream.of( new DependencyContainer(root.child(DEPENDENCIES).orElse(null), DEPENDENCIES), new DependencyContainer( root.child(DEPENDENCY_MANAGEMENT) .flatMap(dm -> dm.child(DEPENDENCIES)) .orElse(null),
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 22.2K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-expected.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>inheritance</groupId> <artifactId>empty</artifactId> <version>1</version> </parent> <groupId>inheritance</groupId> <artifactId>child</artifactId> <version>1</version> <url></url> <scm> <connection></connection> <developerConnection></developerConnection> <url></url> </scm> <distributionManagement> <site>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.5K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/RestTestTransformer.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jul 12 17:42:01 GMT 2021 - 8.1K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml
name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm display-name: "elastic / elasticsearch # %BRANCH% - arm compatibility" description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n" child-workspace: "/dev/shm/elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm" project-type: matrix node: master scm: - git: wipe-workspace: false axes: - axis:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jul 21 16:52:53 GMT 2021 - 1K bytes - Click Count (0)