Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 117 for vere (0.02 seconds)

  1. src/main/resources/fess_indices/_aws/fess.json

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/job/PurgeDocJobTest.java

        }
    
        @Test
        public void test_execute_withLongExceptionMessage() {
            // Create a very long exception message
            StringBuilder longMessage = new StringBuilder("Error: ");
            for (int i = 0; i < 100; i++) {
                longMessage.append("This is a very long error message part ").append(i).append(". ");
            }
            final String errorMessage = longMessage.toString();
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 16.4K bytes
    - Click Count (0)
  4. src/main/resources/fess_message_tr.properties

    errors.crud_invalid_mode = Mod yanlış. ({0} değil, {1})
    errors.crud_failed_to_create_instance = Yeni veri oluşturulamadı.
    errors.crud_failed_to_create_crud_table = Yeni veri oluşturulamadı. ({0})
    errors.crud_failed_to_update_crud_table=Veri güncellenemedi. ({0})
    errors.crud_failed_to_delete_crud_table=Veri silinemedi. ({0})
    errors.crud_could_not_find_crud_table = {0} verisi bulunamadı.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13K bytes
    - Click Count (0)
  5. src/main/resources/fess_message_it.properties

    constraints.ParametersScriptAssert.message = L'espressione script "{script}" non è vera.
    constraints.Range.message = {item} deve essere compreso tra {min} e {max}.
    constraints.SafeHtml.message = {item} contiene contenuto HTML pericoloso.
    constraints.ScriptAssert.message = L'espressione script "{script}" non è vera.
    constraints.URL.message = {item} non è un URL valido.
    constraints.Required.message = {item} è richiesto.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.3K bytes
    - Click Count (0)
  6. CLAUDE.md

    - Named with "Helper" suffix
    
    ### DBFlute Generated Code
    ```
    opensearch/{index}/
    ├── bsentity/, bsbhv/    # Base classes (DO NOT EDIT)
    ├── exentity/, exbhv/    # Extended classes (customize here)
    └── cbean/               # Condition beans (query builders)
    ```
    
    ### Form Classes
    - POJOs with public fields (no getters/setters)
    - Validation: `@Required`, `@Size`, `@ValidateTypeFailure`, `@Pattern`
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 09:48:10 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/chat/ChatClientTest.java

        @Test
        public void test_buildAssistantHistoryContent_full() {
            final ChatMessage msg = ChatMessage.assistantMessage("Full response text here.");
            final String result = chatClient.testBuildAssistantHistoryContent(msg, "full", 500, 500);
            assertEquals("Full response text here.", result);
        }
    
        @Test
        public void test_buildAssistantHistoryContent_none() {
    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)
  8. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java

            // Exclude classes that were moved in a different package but the deprecated ones are not removed yet
            excludedPackages.add("org.gradle.platform.base.test");
            return excludedPackages;
        }
    
        // TODO: This doesn't really make sense to be part of the user manual generation, but it's so tied up into it
        // it's left here for a future project.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 22:33:18 GMT 2026
    - 17.8K bytes
    - Click Count (0)
  9. CONTRIBUTING.md

    - Select a Adoptium Java 17 VM as "Gradle JVM"
    - Revert the Git changes to files in the `.idea` folder
    
    NOTE: Due to the project size, the very first import can take a while and IntelliJ might become unresponsive for several seconds during this period.
    
    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)
  10. .teamcity/src/main/kotlin/common/CommonExtensions.kt

     */
    fun Requirements.requiresNotSharedHost() {
        doesNotContain("agent.host.type", "shared")
    }
    
    /**
     * This is an undocumented location that forbids anonymous access.
     * We put artifacts here to avoid accidentally exposing sensitive information publicly.
     */
    const val HIDDEN_ARTIFACT_DESTINATION = ".teamcity/gradle-logs"
    
    fun BuildTypeSettings.setArtifactRules(rules: String) {
        artifactRules = rules
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 05:03:56 GMT 2026
    - 14.8K bytes
    - Click Count (0)
Back to Top