- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 814 for component1 (0.06 sec)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt
- import java.nio.file.LinkOption
- import java.util.stream.Collectors
- import java.util.zip.ZipEntry
- import java.util.zip.ZipOutputStream
- import javax.inject.Inject
- import kotlin.collections.component1
- import kotlin.collections.component2
- import kotlin.collections.set
- import kotlin.streams.toList
- typealias LeftoverFiles = Map<File, List<String>>
- abstract class TestFilesCleanupService @Inject constructor(
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jul 28 16:19:47 UTC 2023 - 12.5K bytes - Viewed (0) -
apache-maven/src/assembly/component.xml
- specific language governing permissions and limitations
- under the License.
- -->
- <component xmlns="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.0 http://maven.apache.org/xsd/assembly-component-2.1.0.xsd">
- <dependencySets>
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Oct 24 12:01:35 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/resources/esflute_config.xml
- <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
- "http://dbflute.org/meta/lastadi10.dtd">
- <components>
- <include path="esclient.xml"/>
- <!-- The components of DBFlute Runtime. -->
- <component name="invokerAssistant" class="org.codelibs.fess.es.common.ImplementedInvokerAssistant"/>
- <component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
- <!-- The components of Behavior. -->
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Nov 28 12:59:14 UTC 2018 - 2.7K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/container.xml
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
- "http://dbflute.org/meta/lastadi10.dtd">
- <components namespace="fessCrawler">
- <component class="org.lastaflute.di.naming.StyledNamingConvention">
- </component>
- <!-- Container -->
- <component name="crawlerContainer"
- class="org.codelibs.fess.crawler.container.LastaCrawlerContainer">
- </component>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 418 bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/ProtoLookup.java
- private final Map<Class<?>, Object> components = new HashMap<>();
- public ProtoLookup build() {
- return new ProtoLookup(components);
- }
- public <T> Builder addMapping(Class<T> type, T component) {
- requireNonNull(type, "type");
- requireNonNull(component, "component");
- if (components.put(type, component) != null) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Lookup.java
- * @return The component.
- * @param <T> The component type.
- * @throws LookupException if no such component or there is some provisioning related issue.
- */
- @Nonnull
- <T> T lookup(Class<T> type, String name);
- /**
- * Performs a lookup for optional typed component.
- *
- * @param type The component type.
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Jan 10 12:55:54 UTC 2024 - 3.3K bytes - Viewed (0) -
architecture/tests/integration.md
- ### Ambient Integration Tests
- - **Location**: `tests/integration/ambient`
- - **Purpose**: Tests related to the Ambient mode, including components like `ztunnel`.
- - **Focus**:
- 1. Configuration and communication of Ambient components.
- 1. Interaction between `ztunnel` and Ambient components.
- 1. Validation of zero-trust security policies.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 00:57:44 UTC 2024 - 5.9K bytes - Viewed (0) -
src/main/resources/esflute_log.xml
- <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
- "http://dbflute.org/meta/lastadi10.dtd">
- <components>
- <include path="esclient.xml"/>
- <!-- The components of DBFlute Runtime. -->
- <component name="invokerAssistant" class="org.codelibs.fess.es.common.ImplementedInvokerAssistant"/>
- <component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
- <!-- The components of Behavior. -->
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 13 05:17:34 UTC 2017 - 829 bytes - Viewed (0) -
src/main/resources/fess_dict.xml
- </component>
- <component name="stemmerOverrideCreator"
- class="org.codelibs.fess.dict.stemmeroverride.StemmerOverrideCreator">
- </component>
- <component name="protwordsCreator"
- class="org.codelibs.fess.dict.protwords.ProtwordsCreator">
- </component>
- <component name="stopwordsCreator"
- class="org.codelibs.fess.dict.stopwords.StopwordsCreator">
- </component>
- <component name="charMappingCreator"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jul 28 02:34:33 UTC 2018 - 990 bytes - Viewed (0) -
src/main/resources/fess_ldap.xml
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
- "http://dbflute.org/meta/lastadi10.dtd">
- <components>
- <component name="ldapManager" class="org.codelibs.fess.ldap.LdapManager">
- </component>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 24 06:09:55 UTC 2015 - 259 bytes - Viewed (0)