Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,120 for Distance (0.07 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigDbm.java

        //                                                                           =========
        private static final DataConfigDbm _instance = new DataConfigDbm();
    
        private DataConfigDbm() {
        }
    
        public static DataConfigDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RelatedContentDbm.java

        //                                                                           =========
        private static final RelatedContentDbm _instance = new RelatedContentDbm();
    
        private RelatedContentDbm() {
        }
    
        public static RelatedContentDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ScheduledJobDbm.java

        //                                                                           =========
        private static final ScheduledJobDbm _instance = new ScheduledJobDbm();
    
        private ScheduledJobDbm() {
        }
    
        public static ScheduledJobDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/KeyMatchDbm.java

        //                                                                           =========
        private static final KeyMatchDbm _instance = new KeyMatchDbm();
    
        private KeyMatchDbm() {
        }
    
        public static KeyMatchDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileAuthenticationDbm.java

        //                                                                           =========
        private static final FileAuthenticationDbm _instance = new FileAuthenticationDbm();
    
        private FileAuthenticationDbm() {
        }
    
        public static FileAuthenticationDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  6. guava/src/com/google/common/math/PairedStats.java

      private final Stats yStats;
      private final double sumOfProductsOfDeltas;
    
      /**
       * Internal constructor. Users should use {@link PairedStatsAccumulator#snapshot}.
       *
       * <p>To ensure that the created instance obeys its contract, the parameters should satisfy the
       * following constraints. This is the callers responsibility and is not enforced here.
       *
       * <ul>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/ClickLogDbm.java

        //                                                                           =========
        private static final ClickLogDbm _instance = new ClickLogDbm();
    
        private ClickLogDbm() {
        }
    
        public static ClickLogDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ElevateWordDbm.java

        //                                                                           =========
        private static final ElevateWordDbm _instance = new ElevateWordDbm();
    
        private ElevateWordDbm() {
        }
    
        public static ElevateWordDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/JobLogDbm.java

        //                                                                           =========
        private static final JobLogDbm _instance = new JobLogDbm();
    
        private JobLogDbm() {
        }
    
        public static JobLogDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 11K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/PathMappingDbm.java

        //                                                                           =========
        private static final PathMappingDbm _instance = new PathMappingDbm();
    
        private PathMappingDbm() {
        }
    
        public static PathMappingDbm getInstance() {
            return _instance;
        }
    
        // ===================================================================================
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top