Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,474 for index2 (0.08 sec)

  1. docs/en/docs/img/index/index-03-swagger-02.png

    index-03-swagger-02.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 73.3K bytes
    - Viewed (0)
  2. docs/en/docs/img/index/index-06-redoc-02.png

    index-06-redoc-02.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 77K bytes
    - Viewed (0)
  3. docs/en/docs/img/index/index-01-swagger-ui-simple.png

    index-01-swagger-ui-simple.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 72.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/math/Quantiles.java

        /**
         * Specifies a single quantile index to be calculated, i.e. the k in the kth q-quantile.
         *
         * @param index the quantile index, which must be in the inclusive range [0, q] for q-quantiles
         */
        public ScaleAndIndex index(int index) {
          return new ScaleAndIndex(scale, index);
        }
    
        /**
         * Specifies multiple quantile indexes to be calculated, each index being the k in the kth
         * q-quantile.
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/math/QuantilesAlgorithm.java

          for (int index : indexes) {
            builder.put(index, singleQuantileFromSorted(index, scale, dataset));
          }
          return builder.buildOrThrow();
        }
    
        private double singleQuantileFromSorted(int index, int scale, double[] dataset) {
          long numerator = (long) index * (dataset.length - 1);
          int positionFloor = (int) LongMath.divide(numerator, scale, RoundingMode.DOWN);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Feb 01 16:30:37 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/orig/view/login/index.jsp

    Shinsuke Sugaya <******@****.***> 1729904872 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. docs/tr/docs/deployment/index.md

    Hasan Sezer Taşan <******@****.***> 1716504402 +0300
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 23 22:46:42 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. docs/tr/docs/learn/index.md

    Hasan Sezer Taşan <******@****.***> 1706025747 +0300
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Jan 23 16:02:27 UTC 2024
    - 223 bytes
    - Viewed (0)
  9. docs/tr/docs/resources/index.md

    Hasan Sezer Taşan <******@****.***> 1706194636 +0300
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Jan 25 14:57:16 UTC 2024
    - 83 bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/index.md

    Sofie Van Landeghem <******@****.***> 1724536329 +0200
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 24 21:52:09 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top