- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 186 for DI (0.01 seconds)
-
src/main/java/org/codelibs/fess/helper/PathMappingHelper.java
import org.codelibs.fess.opensearch.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; /** * Helper class for path mapping configuration.
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 9.5K bytes - Click Count (0) -
docs/fr/README.md
- [Português (Brazilian Portuguese)](../pt-BR/README.md) - [Deutsch (German)](../de/README.md) - [한국어 (Korean)](../ko/README.md) ## Alimenté par * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di") : Conteneur DI * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute") : Framework Web * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job") : Planificateur de tâches
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.9K bytes - Click Count (0) -
docs/pt-BR/README.md
- [Español (Spanish)](../es/README.md) - [Français (French)](../fr/README.md) - [Deutsch (German)](../de/README.md) - [한국어 (Korean)](../ko/README.md) ## Desenvolvido por * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): Contêiner DI * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Framework Web * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): Agendador de Tarefas
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.6K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512cd.s
VPLZCNTQ 7(SI)(DI*4), K2, Z11 // 6272fd4a449cbe07000000 VPLZCNTQ -7(DI)(R8*2), K2, Z11 // 6232fd4a449c47f9ffffff VPLZCNTQ Z3, K2, Z25 // 6262fd4a44cb VPLZCNTQ Z12, K2, Z25 // 6242fd4a44cc VPLZCNTQ 7(SI)(DI*4), K2, Z25 // 6262fd4a448cbe07000000
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 12.9K bytes - Click Count (0) -
docs/ko/README.md
- [Português (Brazilian Portuguese)](../pt-BR/README.md) - [Français (French)](../fr/README.md) - [Deutsch (German)](../de/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"): 작업 스케줄러
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8K bytes - Click Count (1) -
README.md
## Technology Stack - **Java**: 21+ (requires Java 21 or higher) - **Build System**: Maven 3.x - **DI Container**: LastaFlute DI - **HTTP Client**: Apache HttpComponents - **Content Extraction**: Apache Tika, Apache POI, PDFBox - **Testing**: JUnit 4, UTFlute, Testcontainers - **Storage Backends**: OpenSearch, Memory-based ## Quick Start ### Prerequisites
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Aug 31 05:32:52 GMT 2025 - 15.3K bytes - Click Count (0) -
api/maven-api-di/src/main/java/org/apache/maven/api/di/SessionScoped.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.api.di; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.METHOD;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Sep 12 06:14:46 GMT 2024 - 1.5K bytes - Click Count (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>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Oct 11 02:16:55 GMT 2015 - 418 bytes - Click Count (0) -
fess-crawler-opensearch/src/test/resources/lasta_di.properties
# _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ # Lasta Di properties, you can set container's options # _/_/_/_/_/_/_/_/_/_/ # location of smart-deploy mode e.g. maihama_env.properties: lasta_di.smart.deploy.mode #smart.deploy.mode.location = maihama_env.properties: lasta_di.smart.deploy.mode # package for smart deploy target e.g. org.docksidestage.app smart.package1 = org.codelibs.fess.crawler
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 07 04:44:10 GMT 2024 - 479 bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/MojoExecution.java
import org.apache.maven.api.xml.XmlNode; /** * A {@code MojoExecution} represents a single execution of a Maven Plugin during a given build. * An instance of this object is bound to the {@link org.apache.maven.api.di.MojoExecutionScoped} * and available as {@code mojoExecution} within {@link org.apache.maven.api.plugin.annotations.Parameter} * expressions. * * @since 4.0.0 */ @Experimental public interface MojoExecution {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Feb 28 23:54:53 GMT 2024 - 1.8K bytes - Click Count (0)