Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 201 - 210 of 257 for starete (0.07 seconds)

  1. src/main/java/org/codelibs/fess/chat/ChatSessionManager.java

        private TimeoutTask cleanupTask;
    
        /**
         * Default constructor.
         */
        public ChatSessionManager() {
            // Default constructor
        }
    
        /**
         * Initializes the session manager and starts the cleanup scheduler.
         */
        @PostConstruct
        public void init() {
            // 5 minutes = 300 seconds
            cleanupTask = TimeoutManager.getInstance().addTimeoutTarget(this::cleanupExpiredSessions, 300, true);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 07 13:27:59 GMT 2026
    - 13.7K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/service/DataConfigService.java

         * Results are ordered by sort order and name in ascending order.</p>
         *
         * <p>Description matching supports:</p>
         * <ul>
         *   <li>Wildcard matching (if starts or ends with *)</li>
         *   <li>Prefix matching (if ends with *)</li>
         *   <li>Exact phrase matching (otherwise)</li>
         * </ul>
         *
         * @param cb the condition bean to configure
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 8K bytes
    - Click Count (0)
  3. dbflute_fess/dfprop/databaseInfoMap.dfprop

    # o user     -- The database user name.
    # o password -- The database password.
    # o propertiesMap -- The properties that depends on the database.
    # o variousMap    -- The various settings about JDBC task.
    #
    # *The line that starts with '#' means comment-out.
    #
    map:{
        ; driver   = org.h2.Driver
        ; url      = jdbc:h2:file:../src/test/resources/dummydb/dummydb
        ; schema   =  
        ; user     = sa
        ; password =  
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 7.3K bytes
    - Click Count (0)
  4. src/main/webapp/js/jquery-3.7.1.min.js

    low[2]})),u=!1,d)u||(v?"hidden"in v&&(g=v.hidden):v=_.access(e,"fxshow",{display:l}),o&&(v.hidden=!g),g&&re([e],!0),p.done(function(){for(r in g||re([e]),_.remove(e,"fxshow"),d)ce.style(e,r,d[r])})),u=vt(g?v[r]:0,r,p),r in v||(v[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?yt.prefilters.unshift(e):yt.prefilters.push(e)}}),ce.speed=function(e,t,n){var r=e&&"object"==typeof e?ce.extend({},e):{complete:n||!n&&t||v(e)&&e,duration:e,easing:n&&t||t&&!v(t)&&t};return ce.fx.off?r...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:07:52 GMT 2024
    - 85.5K bytes
    - Click Count (0)
  5. .teamcity/scripts/FindCommits.java

            Objects.requireNonNull(cmd, "cmd");
            if (cmd.length == 0) throw new IllegalArgumentException("cmd must not be empty");
            ProcessBuilder pb = new ProcessBuilder(cmd);
            Process p = pb.start();
            String out = readFully(p.getInputStream());
            String err = readFully(p.getErrorStream());
            int code = p.waitFor();
            return new ExecResult(code, out, err);
        }
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Jan 20 03:53:25 GMT 2026
    - 5.5K bytes
    - Click Count (0)
  6. src/main/resources/fess_label_hi.properties

    labels.roomNumber=कमरा संख्या
    labels.user_description=विवरण
    labels.description=विवरण
    labels.user_title=शीर्षक
    labels.title=शीर्षक
    labels.user_pager=पेजर
    labels.pager=पेजर
    labels.user_street=सड़क
    labels.street=सड़क
    labels.user_postalCode=डाक कोड
    labels.postalCode=डाक कोड
    labels.user_physicalDeliveryOfficeName=कार्यालय
    labels.physicalDeliveryOfficeName=कार्यालय
    labels.user_destinationIndicator=गंतव्य संकेतक
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 71.6K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/exception/ServletRuntimeExceptionTest.java

            // The fact that we can create the instance verifies the serialVersionUID is defined
            assertNotNull(runtimeException);
    
            // Verify the exception maintains its state
            assertEquals(servletException, runtimeException.getCause());
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 5.9K bytes
    - Click Count (0)
  8. AI_POLICY.md

    This policy protects our limited review budget, allowing us to invest our attention wisely.
    
    A pull request is not a finished product—it is the start of a conversation, and an implied contract: we promise to provide thoughtful feedback, and we expect the contributor to engage with us in return.
    
    ## What we expect from contributors
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java

                    pb.directory(baseDir);
                    pb.redirectErrorStream(true);
                });
    
                final InputStreamThread it = jobProcess.getInputStreamThread();
                it.start();
    
                final Process currentProcess = jobProcess.getProcess();
                currentProcess.waitFor();
                it.join(5000);
    
                final int exitValue = currentProcess.exitValue();
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 11.7K bytes
    - Click Count (0)
  10. .teamcity/mvnw

    # under the License.
    # ----------------------------------------------------------------------------
    
    # ----------------------------------------------------------------------------
    # Maven Start Up Batch script
    #
    # Required ENV vars:
    # ------------------
    #   JAVA_HOME - location of a JDK home dir
    #
    # Optional ENV vars
    # -----------------
    #   M2_HOME - location of maven2's installed home dir
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 26 01:48:39 GMT 2020
    - 9.8K bytes
    - Click Count (0)
Back to Top