Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for pasaule (0.19 sec)

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

    sveiki
    pasaule
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jun 11 12:51:31 GMT 2016
    - 26 bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          "latvian_stop": {
            "type":       "stop",
            "stopwords":  "_latvian_"
          },
          "latvian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["sveiki", "pasaule", "meklēšana"]
          },
          "latvian_stemmer": {
            "type":       "stemmer",
            "language":   "latvian"
          },
          "lithuanian_stop": {
            "type":       "stop",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  3. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          "latvian_stop": {
            "type":       "stop",
            "stopwords":  "_latvian_"
          },
          "latvian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["sveiki", "pasaule", "meklēšana"]
          },
          "latvian_stemmer": {
            "type":       "stemmer",
            "language":   "latvian"
          },
          "lithuanian_stop": {
            "type":       "stop",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/_aws/fess.json

            },
            "latvian_keywords": {
              "type":       "keyword_marker",
              "keywords": ["sveiki", "pasaule", "meklēšana"]
            },
            "latvian_stemmer": {
              "type":       "stemmer",
              "language":   "latvian"
            },
            "latvian_override": {
              "type":       "stemmer_override",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_cloud/fess.json

            },
            "latvian_keywords": {
              "type":       "keyword_marker",
              "keywords": ["sveiki", "pasaule", "meklēšana"]
            },
            "latvian_stemmer": {
              "type":       "stemmer",
              "language":   "latvian"
            },
            "latvian_override": {
              "type":       "stemmer_override",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess/lt/protwords.txt

    Sveiki
    pasaulis
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jun 11 12:51:31 GMT 2016
    - 24 bytes
    - Viewed (0)
  7. docs/sts/client_grants/sts_element.py

            """
            try:
                return cls(root_name, cElementTree.fromstring(data))
            except _ETREE_EXCEPTIONS as error:
                raise InvalidXMLError(
                    '"{}" XML is not parsable. Message: {}'.format(
                        root_name, error.message
                    )
                )
    
        def findall(self, name):
            """Similar to ElementTree.Element.findall()
    
            """
    Python
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 23 18:58:53 GMT 2021
    - 2.5K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/primitives/UnsignedInteger.java

      /**
       * Returns an {@code UnsignedInteger} holding the value of the specified {@code String}, parsed as
       * an unsigned {@code int} value.
       *
       * @throws NumberFormatException if the string does not contain a parsable unsigned {@code int}
       *     value
       */
      public static UnsignedInteger valueOf(String string) {
        return valueOf(string, 10);
      }
    
      /**
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 23 18:45:50 GMT 2023
    - 8.3K bytes
    - Viewed (0)
  9. cmd/net_test.go

    			sortedIPList: []string{"127.0.0.1"},
    		},
    		// Non parsable ip is assumed to be hostame and gets preserved
    		// as the left most elements, regardless of IP based sorting.
    		{
    			ipList:       []string{"hostname", "127.0.0.1", "192.168.1.106"},
    			sortedIPList: []string{"hostname", "192.168.1.106", "127.0.0.1"},
    		},
    		// Non parsable ip is assumed to be hostname, with a mixed input of ip and hostname.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 19 08:43:09 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/primitives/UnsignedLong.java

      /**
       * Returns an {@code UnsignedLong} holding the value of the specified {@code String}, parsed as an
       * unsigned {@code long} value.
       *
       * @throws NumberFormatException if the string does not contain a parsable unsigned {@code long}
       *     value
       */
      @CanIgnoreReturnValue
      public static UnsignedLong valueOf(String string) {
        return valueOf(string, 10);
      }
    
      /**
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 22 13:09:25 GMT 2021
    - 8.9K bytes
    - Viewed (0)
Back to top