Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 186 for DI (0.01 sec)

  1. src/main/resources/fess_label_id.properties

    labels.advance_search_filetype_excel=MS Excel
    labels.advance_search_filetype_powerpoint=MS PowerPoint
    labels.advance_search_occt=Kemunculan
    labels.advance_search_occt_default=Di mana saja di halaman
    labels.advance_search_occt_allintitle=di judul halaman
    labels.advance_search_occt_allinurl=di URL halaman
    labels.advance_search_sitesearch=Situs atau domain
    labels.advance_search_timestamp=Pembaruan terakhir
    labels.advance_search_timestamp_default=Kapan saja
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  2. api/maven-api-spi/pom.xml

        <dependency>
          <groupId>org.apache.maven</groupId>
          <artifactId>maven-api-core</artifactId>
        </dependency>
        <dependency>
          <groupId>org.apache.maven</groupId>
          <artifactId>maven-api-di</artifactId>
        </dependency>
      </dependencies>
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  3. api/maven-api-di/src/main/java/org/apache/maven/api/di/Inject.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.CONSTRUCTOR;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Jan 30 23:28:59 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/service/RelatedQueryService.java

     */
    public class RelatedQueryService extends FessAppService {
    
        /**
         * Default constructor for RelatedQueryService.
         * This constructor is used by the DI container to create an instance of the service.
         */
        public RelatedQueryService() {
            super();
        }
    
        /**
         * Behavior class for accessing related query data in the database.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverterTest.java

            assertTrue(results.contains("thi"));
        }
    
        public void test_convertModernKatakana_Di() {
            List<String> results = converter.convert("ディ", null);
            assertTrue(results.contains("di"));
            assertTrue(results.contains("dhi"));
        }
    
        public void test_convertModernKatakana_Dyu() {
            List<String> results = converter.convert("デュ", null);
            assertTrue(results.contains("dyu"));
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 17 14:28:21 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java

    import org.apache.logging.log4j.Logger;
    import org.codelibs.fess.app.service.DuplicateHostService;
    import org.codelibs.fess.opensearch.config.exentity.DuplicateHost;
    import org.codelibs.fess.util.ComponentUtil;
    import org.lastaflute.di.core.exception.AutoBindingFailureException;
    
    import jakarta.annotation.PostConstruct;
    
    /**
     * Helper class for managing duplicate host configurations in the Fess search system.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess/it/stopwords.txt

    ad
    al
    allo
    ai
    agli
    all
    agl
    alla
    alle
    con
    col
    coi
    da
    dal
    dallo
    dai
    dagli
    dall
    dagl
    dalla
    dalle
    di
    del
    dello
    dei
    degli
    dell
    degl
    della
    delle
    in
    nel
    nello
    nei
    negli
    nell
    negl
    nella
    nelle
    su
    sul
    sullo
    sui
    sugli
    sull
    sugl
    sulla
    sulle
    per
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  8. api/maven-api-spi/src/main/java/org/apache/maven/api/spi/PropertyContributor.java

    import java.util.HashMap;
    import java.util.Map;
    
    import org.apache.maven.api.ProtoSession;
    import org.apache.maven.api.annotations.Consumer;
    import org.apache.maven.api.annotations.Experimental;
    import org.apache.maven.api.di.Named;
    
    /**
     * Component able to contribute to Maven session user properties. This SPI component is invoked
     * very early, while there is no session created yet.
     *
     * @since 4.0.0
     */
    @Experimental
    @Consumer
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 20 19:58:27 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java

    import eu.maveniverse.domtrip.maven.Coordinates;
    import eu.maveniverse.domtrip.maven.MavenPomElements;
    import org.apache.maven.api.cli.mvnup.UpgradeOptions;
    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.cling.invoker.mvnup.UpgradeContext;
    
    import static eu.maveniverse.domtrip.maven.MavenPomElements.Attributes.COMBINE_APPEND;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 18:03:26 UTC 2025
    - 22.2K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/avx512enc/avx512er.s

    	VEXP2PD (R14), K2, Z17                             // 62c2fd4ac80e
    	VEXP2PD -7(DI)(R8*8), K2, Z17                      // 62a2fd4ac88cc7f9ffffff
    	VEXP2PD Z31, K2, Z23                               // 6282fd4ac8ff
    	VEXP2PD Z0, K2, Z23                                // 62e2fd4ac8f8
    	VEXP2PD (R14), K2, Z23                             // 62c2fd4ac83e
    	VEXP2PD -7(DI)(R8*8), K2, Z23                      // 62a2fd4ac8bcc7f9ffffff
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 28.4K bytes
    - Viewed (0)
Back to top