Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 104 for halo (0.08 sec)

  1. src/main/resources/fess_indices/fess/cs/protwords.txt

    Haló
    svět
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Jun 11 12:51:31 UTC 2016
    - 26 bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess/id/protwords.txt

    halo
    dunia
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Jun 11 12:51:31 UTC 2016
    - 20 bytes
    - Viewed (0)
  3. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          },
          "czech_stop": {
            "type":       "stop",
            "stopwords":  "_czech_"
          },
          "czech_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Haló", "svět", "vyhledávání"]
          },
          "czech_stemmer": {
            "type":       "stemmer",
            "language":   "czech"
          },
          "danish_stop": {
            "type":       "stop",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "czech_stop": {
            "type":       "stop",
            "stopwords":  "_czech_"
          },
          "czech_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Haló"]
          },
          "czech_stemmer": {
            "type":       "stemmer",
            "language":   "czech"
          },
          "danish_stop": {
            "type":       "stop",
            "stopwords":  "_danish_"
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Oct 03 02:51:59 UTC 2019
    - 57.3K bytes
    - Viewed (0)
  5. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          },
          "czech_stop": {
            "type":       "stop",
            "stopwords":  "_czech_"
          },
          "czech_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Haló", "svět", "vyhledávání"]
          },
          "czech_stemmer": {
            "type":       "stemmer",
            "language":   "czech"
          },
          "danish_stop": {
            "type":       "stop",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_aws/fess.json

            },
            "czech_keywords": {
              "type":       "keyword_marker",
              "keywords": ["Haló", "svět", "vyhledávání"]
            },
            "czech_stemmer": {
              "type":       "stemmer",
              "language":   "czech"
            },
            "czech_override": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_cloud/fess.json

            },
            "czech_keywords": {
              "type":       "keyword_marker",
              "keywords": ["Haló", "svět", "vyhledávání"]
            },
            "czech_stemmer": {
              "type":       "stemmer",
              "language":   "czech"
            },
            "czech_override": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/math/LongMath.java

            if (hiLo < 0) {
              hiLo = UnsignedLongs.remainder(hiLo, m);
            }
            // hiLo < 2^63
            result += hiLo; // result < 2^64
            result = times2ToThe32Mod(result, m); // result < m < 2^63
            return plusMod(result, UnsignedLongs.remainder(aLo * aLo /* < 2^64 */, m), m);
          }
        };
    
        static boolean test(long base, long n) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 09 16:39:37 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  9. docs/tr/docs/alternatives.md

    Sağladığı basitlik ve esneklik NoSQL veritabanlarını ana veritabanı sistemi olarak kullanmak gibi şeyler yapmaya olanak sağlar.
    
    Yapısı oldukça basit olduğundan öğrenmesi de nispeten basittir, tabii dökümantasyonu bazı noktalarda biraz teknik hale geliyor.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  10. guava/src/com/google/common/math/LongMath.java

            if (hiLo < 0) {
              hiLo = UnsignedLongs.remainder(hiLo, m);
            }
            // hiLo < 2^63
            result += hiLo; // result < 2^64
            result = times2ToThe32Mod(result, m); // result < m < 2^63
            return plusMod(result, UnsignedLongs.remainder(aLo * aLo /* < 2^64 */, m), m);
          }
        };
    
        static boolean test(long base, long n) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 09 16:39:37 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top