Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for dict (0.16 sec)

  1. src/main/resources/fess_dict.xml

    	<component name="dictionaryManager" class="org.codelibs.fess.dict.DictionaryManager">
    	</component>
    
    	<component name="kuromojiDictCreator"
    		class="org.codelibs.fess.dict.kuromoji.KuromojiCreator">
    	</component>
    	<component name="synonymCreator"
    		class="org.codelibs.fess.dict.synonym.SynonymCreator">
    	</component>
    	<component name="stemmerOverrideCreator"
    		class="org.codelibs.fess.dict.stemmeroverride.StemmerOverrideCreator">
    	</component>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Jul 28 02:34:33 GMT 2018
    - 990 bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

            <configuration>
              <ciProp>ci</ciProp>
            </configuration>
          </notifier>
        </notifiers>
      </ciManagement>
      <distributionManagement>
        <repository>
          <url>https://project.url/dist</url>
          <id>project.distros</id>
          <name>distros</name>
        </repository>
        <snapshotRepository>
          <url>https://project.url/snaps</url>
          <id>project.snaps</id>
          <name>snaps</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

            <configuration>
              <ciProp>ci</ciProp>
            </configuration>
          </notifier>
        </notifiers>
      </ciManagement>
      <distributionManagement>
        <repository>
          <url>https://project.url/dist</url>
          <id>project.distros</id>
          <name>distros</name>
        </repository>
        <snapshotRepository>
          <url>https://project.url/snaps</url>
          <id>project.snaps</id>
          <name>snaps</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/url-no-decoding/pom.xml

      </issueManagement>
      <ciManagement>
        <system>none</system>
        <url>https://ci.apache.org/spacy%20path</url>
      </ciManagement>
      <distributionManagement>
        <repository>
          <id>dist</id>
          <url>scm:svn:svn+ssh://dist.apache.org/spacy%20path</url>
        </repository>
        <snapshotRepository>
          <id>snap</id>
          <url>scm:svn:svn+ssh://snap.apache.org/spacy%20path</url>
        </snapshotRepository>
        <site>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.1K bytes
    - Viewed (0)
  5. .idea/encodings.xml

        <file url="file://$PROJECT_DIR$/libraries/tools/kotlin-annotation-processing-maven/src/main/java" charset="UTF-8" />
        <file url="file://$PROJECT_DIR$/libraries/tools/kotlin-dist-for-jps-meta/src/main/java" charset="UTF-8" />
        <file url="file://$PROJECT_DIR$/libraries/tools/kotlin-dist-for-jps-meta/src/main/resources" charset="UTF-8" />
        <file url="file://$PROJECT_DIR$/libraries/tools/kotlin-maven-allopen" charset="UTF-8" />
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Aug 22 14:23:18 GMT 2022
    - 5.9K bytes
    - Viewed (0)
  6. src/main/resources/app.xml

    <components>
    	<include path="convention.xml"/>
    	<include path="lastaflute.xml"/>
    	<include path="lasta_job.xml"/>
    
    	<include path="fess.xml"/>
    	<include path="fess_api.xml"/>
    	<include path="fess_cors.xml"/>
    	<include path="fess_dict.xml"/>
    	<include path="fess_job.xml"/>
    	<include path="fess_ldap.xml"/>
    	<include path="fess_query.xml"/>
    	<include path="fess_rankfusion.xml"/>
    	<include path="fess_score.xml"/>
    	<include path="fess_sso.xml"/>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sun Nov 19 02:22:47 GMT 2023
    - 3.8K bytes
    - Viewed (0)
  7. .idea/runConfigurations/Test__Partial_Linkage_Native___cache_dist.xml

    <component name="ProjectRunConfigurationManager">
      <configuration default="false" name="Test: Partial Linkage Native / cache dist" type="GradleRunConfiguration" factoryName="Gradle" folderName="Tests">
        <ExternalSystemSettings>
          <option name="executionName" />
          <option name="externalProjectPath" value="$PROJECT_DIR$" />
          <option name="externalSystemIdString" value="GRADLE" />
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Mar 29 15:41:06 GMT 2023
    - 1K bytes
    - Viewed (0)
  8. maven-core/src/test/resources-project-builder/profile-module-inheritance/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.ops4j.pax</groupId>
      <artifactId>construct</artifactId>
      <version>1.0</version>
      <packaging>pom</packaging>
    
      <profiles>
        <profile>
          <id>dist</id>
          <modules>
            <module>maven-inherit-plugin</module>
            <module>maven-pax-plugin</module>
          </modules>
        </profile>
        </profiles>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 385 bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/url-inheritance/pom.xml

        <url>https://parent.url/issues</url>
      </issueManagement>
      <ciManagement>
        <url>https://parent.url/ci</url>
      </ciManagement>
      <distributionManagement>
        <repository>
          <url>https://parent.url/dist</url>
          <id>parent.distros</id>
        </repository>
        <snapshotRepository>
          <url>https://parent.url/snaps</url>
          <id>parent.snaps</id>
        </snapshotRepository>
        <site>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  10. apache-maven/pom.xml

                    </configuration>
                  </execution>
                </executions>
              </plugin>
              <!-- calculate checksums of source release for Apache dist area -->
              <plugin>
                <groupId>net.nicoulaj.maven.plugins</groupId>
                <artifactId>checksum-maven-plugin</artifactId>
                <version>1.11</version>
                <executions>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 10.9K bytes
    - Viewed (0)
Back to top