Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.oasis.opendocument.chart",
    				"application/vnd.oasis.opendocument.chart-template",
    				"application/vnd.oasis.opendocument.database",
    				"application/vnd.oasis.opendocument.formula",
    				"application/vnd.oasis.opendocument.formula-template",
    				"application/vnd.oasis.opendocument.graphics",
    				"application/vnd.oasis.opendocument.graphics-template",
    				"application/vnd.oasis.opendocument.image",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Sets.java

        @Override
        public int hashCode() {
          // Warning: this is broken if size() == 0, so it is critical that we
          // substitute an empty ImmutableSet to the user in place of this
    
          // It's a weird formula, but tests prove it works.
          int adjust = size() - 1;
          for (int i = 0; i < axes.size(); i++) {
            adjust *= 31;
            adjust = ~~adjust;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 14:28:19 UTC 2024
    - 78.8K bytes
    - Viewed (0)
Back to top