Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for timeStamp (0.04 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

        protected int majorVersion;
    
        /** The minor version number. */
        protected int minorVersion;
    
        /** The product version string. */
        protected String productVersion;
    
        /** The end-of-life timestamp for the application. */
        protected long eolTime;
    
        private short systemCpuPercent;
    
        private long systemCpuCheckTime;
    
        private long systemCpuCheckInterval = 1000L;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                    callback.run();
                });
                break;
            }
        }
    
        /**
         * Generates a new index name with timestamp suffix.
         *
         * @param configIndex the base index configuration name
         * @return the generated index name with timestamp
         */
        protected String generateNewIndexName(final String configIndex) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top