- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 442 for concludes (0.06 seconds)
-
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
myamaze.net // Amazon : https://www.amazon.com/ // Submitted by AWS Security <******@****.***> // Subsections of Amazon/subsidiaries will appear until "concludes" tag // Amazon API Gateway // Submitted by AWS Security <******@****.***> // Reference: 6a4f5a95-8c7d-4077-a7af-9cf1abec0a53 execute-api.cn-north-1.amazonaws.com.cn
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 309.7K bytes - Click Count (1) -
impl/maven-core/src/test/java/org/apache/maven/project/ResourceIncludeTest.java
Resource resource = project.getResources().get(0); // Add multiple includes resource.addInclude("*.xml"); resource.addInclude("*.properties"); // Verify both includes are present assertEquals(2, resource.getIncludes().size(), "Should have two includes"); assertTrue(resource.getIncludes().contains("*.xml"), "Should contain *.xml");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 07 13:11:07 GMT 2025 - 12.6K bytes - Click Count (0) -
apache-maven/src/assembly/component.xml
</dependencySets> <fileSets> <fileSet> <includes> <include>README*</include> </includes> </fileSet> <fileSet> <directory>target/maven-shared-archive-resources/META-INF</directory> <outputDirectory>./</outputDirectory> <includes> <include>LICENSE</include> <include>NOTICE</include> </includes> </fileSet> <fileSet>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 3.6K bytes - Click Count (0) -
architecture/standards/0004-use-a-platform-architecture.md
- **Execution**: Runs the work efficiently. This includes scheduling, execution, caching and so on. #### Software development platform This is a general purpose platform that builds on the core automation platform to add support for the automation of software development.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sun Feb 25 22:19:29 GMT 2024 - 4.5K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/PathMatcherFactory.java
*/ @Nonnull default PathMatcher createPathMatcher( @Nonnull Path baseDirectory, Collection<String> includes, Collection<String> excludes) { return createPathMatcher(baseDirectory, includes, excludes, false); } /** * Creates a path matcher that includes all files except those matching the exclude patterns. * <p>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Jul 21 19:37:56 GMT 2025 - 7.5K bytes - Click Count (0) -
src/main/assemblies/common-bin.xml
<lineEnding>unix</lineEnding> <includes> <include>fess.in.sh</include> <include>fess</include> <include>generate-thumbnail</include> </includes> </fileSet> <fileSet> <filtered>false</filtered> <outputDirectory>fess-${project.version}/bin</outputDirectory> <includes> <include>module.xml</include> <include>plugin.xml</include> </includes> </fileSet> <!-- lib -->
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Mar 17 02:29:43 GMT 2022 - 3.7K bytes - Click Count (0) -
architecture/platforms.md
- **core-execution**: Runs the work efficiently. This includes scheduling, execution, caching and so on. ### Software development platform This is a general purpose platform that builds on the core automation platform to add support for the automation of software development.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu May 02 06:42:46 GMT 2024 - 5.4K bytes - Click Count (0) -
apache-maven/src/main/appended-resources/META-INF/NOTICE.vm
- Core Library Copyright 2006-2022 Google, Inc. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). META-INF/NOTICE in archive lib/plexus-utils-3.2.1.jar This product includes software developed by the Indiana University Extreme! Lab (http://www.extreme.indiana.edu/). This product includes software developed by The Apache Software Foundation (http://www.apache.org/). This product includes software developed by ThoughtWorks (http://www.thoughtworks.com)....
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Sep 10 19:27:25 GMT 2022 - 5.5K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/tasks/PackageListGenerator.kt
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Apr 11 15:53:18 GMT 2025 - 7.1K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/props/MavenPropertiesLoader.java
throws IOException { String includes = configProps.get(INCLUDES_PROPERTY); if (includes != null) { includes = substVars(includes, INCLUDES_PROPERTY, configProps, callback); StringTokenizer st = new StringTokenizer(includes, "?\",", true); if (st.countTokens() > 0) { String location; do {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 24 17:29:44 GMT 2025 - 6.5K bytes - Click Count (0)