Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 153 for di (0.04 sec)

  1. fess-crawler-lasta/pom.xml

    			<artifactId>fess-crawler</artifactId>
    			<version>${project.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>org.lastaflute</groupId>
    			<artifactId>lasta-di</artifactId>
    			<version>${lasta.di.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>jakarta.transaction</groupId>
    			<artifactId>jakarta.transaction-api</artifactId>
    			<version>${jakarta.transaction.version}</version>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Mon Jul 29 03:48:55 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. docs/de/README.md

    Wir begrüßen Pull-Requests für Ihre Sprache.
    
    ## Unterstützt von
    
    * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI-Container
    * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Web-Framework
    * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): Job-Scheduler
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. cmd/erasure-common.go

    	for _, i := range r.Perm(len(disks)) {
    		i := i
    		wg.Add(1)
    		go func() {
    			defer wg.Done()
    			if disks[i] == nil {
    				return
    			}
    			di, err := disks[i].DiskInfo(context.Background(), DiskInfoOptions{})
    			if err != nil || di.Healing {
    				// - Do not consume disks which are not reachable
    				//   unformatted or simply not accessible for some reason.
    				//
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Aug 12 08:38:15 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. api/maven-api-di/src/main/java/org/apache/maven/di/tool/DiIndexProcessor.java

    import java.io.PrintWriter;
    import java.io.StringWriter;
    import java.io.Writer;
    import java.util.HashSet;
    import java.util.Set;
    import java.util.TreeSet;
    
    import org.apache.maven.api.di.Named;
    
    @SupportedAnnotationTypes("org.apache.maven.api.di.Named")
    @SupportedSourceVersion(SourceVersion.RELEASE_17)
    public class DiIndexProcessor extends AbstractProcessor {
    
        private final Set<String> processedClasses = new HashSet<>();
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Mon Sep 16 06:25:19 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  5. compat/maven-compat/src/test/java/org/apache/maven/project/EmptyLifecycleBindingsInjector.java

    import org.apache.maven.api.Packaging;
    import org.apache.maven.api.Type;
    import org.apache.maven.api.annotations.Nonnull;
    import org.apache.maven.api.di.Inject;
    import org.apache.maven.api.di.Named;
    import org.apache.maven.api.di.Priority;
    import org.apache.maven.api.di.Singleton;
    import org.apache.maven.api.model.Plugin;
    import org.apache.maven.api.model.PluginContainer;
    import org.apache.maven.api.model.PluginExecution;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  6. docs/zh-CN/README.md

    我们欢迎您的语言的 Pull Request。
    
    ## 技术支持
    
    * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI 容器
    * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Web 框架
    * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): 任务调度器
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/helper/PathMappingHelper.java

    import org.codelibs.fess.es.config.exentity.PathMapping;
    import org.codelibs.fess.util.ComponentUtil;
    import org.codelibs.fess.util.DocumentUtil;
    import org.lastaflute.di.core.exception.ComponentNotFoundException;
    import org.lastaflute.di.core.factory.SingletonLaContainerFactory;
    import org.lastaflute.web.util.LaRequestUtil;
    
    import jakarta.annotation.PostConstruct;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. impl/maven-core/src/main/java/org/apache/maven/execution/scope/internal/MojoExecutionScope.java

            Object qualifier = key.getAnnotation() instanceof Named n ? n.value() : key.getAnnotation();
            org.apache.maven.di.Key<T> k =
                    org.apache.maven.di.Key.ofType(key.getTypeLiteral().getType(), qualifier);
            return scope(k, unscoped::get)::get;
        }
    
        public static <T> Provider<T> seededKeyProvider(Class<? extends T> clazz) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. fess-crawler-opensearch/pom.xml

    			<artifactId>fesen-httpclient</artifactId>
    			<version>${fesen.httpclient.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>org.lastaflute</groupId>
    			<artifactId>lasta-di</artifactId>
    			<version>${lasta.di.version}</version>
    		</dependency>
    		<dependency>
    			<groupId>jakarta.transaction</groupId>
    			<artifactId>jakarta.transaction-api</artifactId>
    			<version>${jakarta.transaction.version}</version>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Nov 07 04:44:10 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  10. docs/ko/README.md

    귀하의 언어로 된 풀 리퀘스트를 환영합니다.
    
    ## 제공된 기술
    
    * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI 컨테이너
    * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): 웹 프레임워크
    * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): 작업 스케줄러
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top