Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 181 - 190 of 257 for starete (0.05 seconds)

  1. src/main/resources/fess_label_tr.properties

    labels.user_description=Açıklama
    labels.description=Açıklama
    labels.user_title=Başlık
    labels.title=Başlık
    labels.user_pager=Çağrı Cihazı
    labels.pager=Çağrı Cihazı
    labels.user_street=Sokak
    labels.street=Sokak
    labels.user_postalCode=Posta Kodu
    labels.postalCode=Posta Kodu
    labels.user_physicalDeliveryOfficeName=Ofis
    labels.physicalDeliveryOfficeName=Ofis
    labels.user_destinationIndicator=Hedef Göstergesi
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.2K bytes
    - Click Count (0)
  2. CONTRIBUTING.md

    This guide will help you to...
    
    * maximize the chance of your changes being accepted
    * work on the Gradle code base
    * get help if you encounter trouble
    
    ## Before you start
    
    Before starting to work on a feature or a bug fix, please open an issue to discuss the use case or bug with us, or post a comment in the relevant issue. 
    This can save everyone a lot of time and frustration.
    
    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)
  3. .teamcity/src/main/kotlin/common/CommonExtensions.kt

                onDependencyCancel = FailureAction.FAIL_TO_START
            }
        }
    }
    
    fun Dependencies.compileAllDependency(compileAllId: String) {
        // Compile All has to succeed before anything else is started
        dependsOn(RelativeId(compileAllId))
        // Get the build receipt from sanity check to reuse the timestamp
        artifacts(RelativeId(compileAllId)) {
            id = "ARTIFACT_DEPENDENCY_$compileAllId"
    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)
  4. dbflute_fess/dfprop/outsideSqlMap.dfprop

    # o sql2EntityOutputDirectory: (NotRequired - Default generateOutputDirectory)
    # o applicationOutsideSqlMap: (NotRequired - Default map:{})
    # o sqlPackage: (NotRequired - Default all packages)
    #
    # *The line that starts with '#' means comment-out.
    #
    map:{
        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        # o isGenerateProcedureParameterBean: (NotRequired - Default false)
        #   [true]
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jul 25 06:04:16 GMT 2015
    - 8K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

            fessConfig.setSystemProperty("entraid.authority", form.entraidAuthority);
            fessConfig.setSystemProperty("entraid.reply.url", form.entraidReplyUrl);
            fessConfig.setSystemProperty("entraid.state.ttl", form.entraidStateTtl);
            fessConfig.setSystemProperty("entraid.default.groups", form.entraidDefaultGroups);
            fessConfig.setSystemProperty("entraid.default.roles", form.entraidDefaultRoles);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 05:54:31 GMT 2026
    - 27.2K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/chat/ChatClientTest.java

            doc2.put("title", "Quick Start");
            doc2.put("url", "http://example.com/start");
            msg.addSource(new ChatSource(2, doc2));
    
            final String result = chatClient.testBuildAssistantHistoryContent(msg, "source_titles", 500, 500);
            assertEquals("Response text\n[Referenced documents: Installation Guide, Quick Start]", result);
        }
    
        @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)
  7. src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java

     *
     * <p>Note on class-level isolation: Compiled Script classes are cached and reused.
     * Class-level state (static fields, metaclass mutations) persists across evaluations
     * of the same script. In Fess, scripts are short expressions configured by
     * administrators (e.g., "data1 &gt; 10", "10 * boost1 + boost2") and do not use
     * static state, so this is acceptable.</p>
     *
     * <p>Resource Management: Each cached entry's GroovyClassLoader is closed on
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/mylasta/direction/FessConfigImplTest.java

                final int index = i;
                threads[i] = new Thread(() -> {
                    results[index] = fessConfig.get(testKey);
                });
            }
    
            // Start all threads
            for (Thread thread : threads) {
                thread.start();
            }
    
            // Wait for all threads to complete
            for (Thread thread : threads) {
                thread.join();
            }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 12.9K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java

         */
        public String getCurrentPageNumber() {
            return pageNumber;
        }
    
        /**
         * Initializes the form with default null values.
         * This method resets all fields to their default state for creating a new entry.
         */
        public void initialize() {
            id = null;
            url = null;
            threadName = null;
            errorName = null;
            errorLog = null;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 4.2K bytes
    - Click Count (0)
  10. build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/Cleanup.kt

    import java.io.File
    
    
    private
    val dirVersionPattern = "\\d+\\.\\d+(\\.\\d+)?(-\\w+)*(-\\d{14}[+-]\\d{4})?".toRegex()
    
    
    val logger = Logging.getLogger("gradlebuild.cleanup")
    
    
    /**
     * Removes state for versions that we're unlikely to ever need again, such as old snapshot versions.
     */
    @Suppress("LoopWithTooManyJumpStatements")
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jun 28 08:29:28 GMT 2024
    - 4.4K bytes
    - Click Count (0)
Back to Top