Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 814 for component1 (0.06 sec)

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt

    1. import java.nio.file.LinkOption
    2. import java.util.stream.Collectors
    3. import java.util.zip.ZipEntry
    4. import java.util.zip.ZipOutputStream
    5. import javax.inject.Inject
    6. import kotlin.collections.component1
    7. import kotlin.collections.component2
    8. import kotlin.collections.set
    9. import kotlin.streams.toList
    10.  
    11.  
    12. typealias LeftoverFiles = Map<File, List<String>>
    13.  
    14.  
    15. 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)
  2. apache-maven/src/assembly/component.xml

    1. specific language governing permissions and limitations
    2. under the License.
    3. -->
    4. <component xmlns="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    5. xsi:schemaLocation="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.0 http://maven.apache.org/xsd/assembly-component-2.1.0.xsd">
    6. <dependencySets>
    7. <dependencySet>
    8. <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)
  3. src/main/resources/esflute_config.xml

    1. <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    2. "http://dbflute.org/meta/lastadi10.dtd">
    3. <components>
    4. <include path="esclient.xml"/>
    5.  
    6. <!-- The components of DBFlute Runtime. -->
    7. <component name="invokerAssistant" class="org.codelibs.fess.es.common.ImplementedInvokerAssistant"/>
    8. <component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
    9.  
    10. <!-- 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)
  4. fess-crawler-lasta/src/main/resources/crawler/container.xml

    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    3. "http://dbflute.org/meta/lastadi10.dtd">
    4. <components namespace="fessCrawler">
    5.  
    6. <component class="org.lastaflute.di.naming.StyledNamingConvention">
    7. </component>
    8.  
    9. <!-- Container -->
    10. <component name="crawlerContainer"
    11. class="org.codelibs.fess.crawler.container.LastaCrawlerContainer">
    12. </component>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 418 bytes
    - Viewed (0)
  5. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/ProtoLookup.java

    1. private final Map<Class<?>, Object> components = new HashMap<>();
    2.  
    3. public ProtoLookup build() {
    4. return new ProtoLookup(components);
    5. }
    6.  
    7. public <T> Builder addMapping(Class<T> type, T component) {
    8. requireNonNull(type, "type");
    9. requireNonNull(component, "component");
    10. 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)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/services/Lookup.java

    1. * @return The component.
    2. * @param <T> The component type.
    3. * @throws LookupException if no such component or there is some provisioning related issue.
    4. */
    5. @Nonnull
    6. <T> T lookup(Class<T> type, String name);
    7.  
    8. /**
    9. * Performs a lookup for optional typed component.
    10. *
    11. * @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)
  7. architecture/tests/integration.md

    1. ### Ambient Integration Tests
    2.  
    3. - **Location**: `tests/integration/ambient`
    4. - **Purpose**: Tests related to the Ambient mode, including components like `ztunnel`.
    5. - **Focus**:
    6. 1. Configuration and communication of Ambient components.
    7. 1. Interaction between `ztunnel` and Ambient components.
    8. 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)
  8. src/main/resources/esflute_log.xml

    1. <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    2. "http://dbflute.org/meta/lastadi10.dtd">
    3. <components>
    4. <include path="esclient.xml"/>
    5.  
    6. <!-- The components of DBFlute Runtime. -->
    7. <component name="invokerAssistant" class="org.codelibs.fess.es.common.ImplementedInvokerAssistant"/>
    8. <component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
    9.  
    10. <!-- 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)
  9. src/main/resources/fess_dict.xml

    1. </component>
    2. <component name="stemmerOverrideCreator"
    3. class="org.codelibs.fess.dict.stemmeroverride.StemmerOverrideCreator">
    4. </component>
    5. <component name="protwordsCreator"
    6. class="org.codelibs.fess.dict.protwords.ProtwordsCreator">
    7. </component>
    8. <component name="stopwordsCreator"
    9. class="org.codelibs.fess.dict.stopwords.StopwordsCreator">
    10. </component>
    11. <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)
  10. src/main/resources/fess_ldap.xml

    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    3. "http://dbflute.org/meta/lastadi10.dtd">
    4. <components>
    5. <component name="ldapManager" class="org.codelibs.fess.ldap.LdapManager">
    6. </component>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 24 06:09:55 UTC 2015
    - 259 bytes
    - Viewed (0)
Back to top