Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 122 for guid (0.03 seconds)

  1. docs/ja/README.md

    Fessは[OpenSearch](https://github.com/opensearch-project/OpenSearch)をベースにしていますが、OpenSearchに関する知識や経験は**不要**です。Fessは、ブラウザを介してシステムを簡単に設定できる管理者向けのGUIを提供しています。Fessにはクローラも含まれており、[Webサーバー](https://fess.codelibs.org/15.3/admin/webconfig-guide.html)、[ファイルシステム](https://fess.codelibs.org/15.3/admin/fileconfig-guide.html)、または[データストア](https://fess.codelibs.org/15.3/admin/dataconfig-guide.html)(CSVやデータベースなど)のドキュメントをクロールできます。Microsoft Office、PDF、zipなど、多くのファイル形式に対応しています。
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 8.5K bytes
    - Click Count (0)
  2. .idea/inspectionProfiles/Gradle.xml

            <constraint name="Base" regexp="ServiceRegistrationProvider" withinHierarchy="true" within="" contains="" />
          </searchConfiguration>
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Jun 26 21:49:47 GMT 2024
    - 15.4K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/chat/ChatClientTest.java

            final ChatMessage msg = createAssistantWithSources("A".repeat(1000), "Guide A", "Guide B", "Guide C");
            final String result = chatClient.testBuildAssistantHistoryContent(msg, "smart_summary", 500, 500);
            assertTrue(result.contains("[Referenced documents: Guide A, Guide B, Guide C]"));
            assertTrue(result.contains("...[omitted]..."));
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 40.6K bytes
    - Click Count (0)
  4. .teamcity/src/main/kotlin/projects/StageProject.kt

        previousCrossVersionTests: List<BaseGradleBuildType>,
    ) : Project({
            this.id("${model.projectId}_Stage_${stage.stageName.id}")
            this.uuid = "${DslContext.uuidPrefix}_${model.projectId}_Stage_${stage.stageName.uuid}"
            this.name = stage.stageName.stageName
            this.description = stage.stageName.description
        }) {
        val specificBuildTypes: List<OsAwareBaseGradleBuildType>
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 30 04:44:29 GMT 2026
    - 12.5K bytes
    - Click Count (0)
  5. CONTRIBUTING.md

    * Cover your code with tests. See the [Testing guide](contributing/Testing.md) for more information.
    * Add documentation to the User Manual and DSL Reference (under [platforms/documentation/docs/src/docs](platforms/documentation/docs/src/docs/)).
    * For error messages related changes, follow the [ErrorMessages Guide](contributing/ErrorMessages.md).
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 19.1K bytes
    - Click Count (0)
  6. .teamcity/src/main/kotlin/projects/SmokeTestProject.kt

        stage: Stage,
        smokeBuildTypes: List<OsAwareBaseGradleBuildType>,
    ) : Project({
            id("${model.projectId}_Stage_${stage.stageName.id}_SmokeTest")
            uuid = "${DslContext.uuidPrefix}_${model.projectId}_Stage_${stage.stageName.uuid}_SmokeTest"
            name = "Smoke Test"
            description = "Smoke tests against third-party plugins, Gradle build, and IDE sync"
        }) {
        init {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 30 04:44:29 GMT 2026
    - 1.5K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/job/IndexExportJobTest.java

            doc1.put("cache", "cached1");
            docs.add(doc1);
    
            final Map<String, Object> doc2 = new LinkedHashMap<>();
            doc2.put("url", "https://other.com/docs/guide");
            doc2.put("title", "Guide");
            doc2.put("content", "Guide content");
            doc2.put("lang", "ja");
            doc2.put("anchor", Arrays.asList("https://a.com", "https://b.com"));
            docs.add(doc2);
    
            setupMockComponents(docs);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 09:08:38 GMT 2026
    - 66.1K bytes
    - Click Count (0)
  8. .teamcity/src/main/kotlin/model/PerformanceTestSpec.kt

        override fun asName(): String = "${type.displayName} - ${os.asName()}"
    
        override fun channel() = "${type.channel}${if (os == Os.LINUX) "" else "-${os.name.lowercase(Locale.US)}"}-%teamcity.build.branch%"
    }
    
    data class FlameGraphGeneration(
        private val uuid: Int,
        private val name: String,
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 12 09:12:03 GMT 2025
    - 3.8K bytes
    - Click Count (0)
  9. .teamcity/src/main/kotlin/model/CIBuildModel.kt

        val failStage: Boolean = true,
    ) {
        constructor(
            uuid: Int,
            testType: TestType,
            os: Os,
            testJvm: JvmCategory,
            expectedBucketNumber: Int = DEFAULT_FUNCTIONAL_TEST_BUCKET_SIZE,
            buildJvm: Jvm = BuildToolBuildJvm,
            arch: Arch = Arch.AMD64,
            failStage: Boolean = true,
        ) : this(
            uuid,
            testType,
            os,
            testJvm.version,
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Jan 20 03:53:25 GMT 2026
    - 27.5K bytes
    - Click Count (0)
  10. src/test/java/org/codelibs/fess/ldap/LdapUtilTest.java

            // Test LDAP injection attempt: )(cn=*
            assertEquals("\\29\\28cn=\\2a", LdapUtil.escapeValue(")(cn=*"));
    
            // Test LDAP injection attempt: *)(uid=*))(|(uid=*
            assertEquals("\\2a\\29\\28uid=\\2a\\29\\29\\28|\\28uid=\\2a", LdapUtil.escapeValue("*)(uid=*))(|(uid=*"));
    
            // Test complex injection: admin)(&(password=*))
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 4.4K bytes
    - Click Count (0)
Back to Top