Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for _arabic_ (0.14 sec)

  1. src/time/zoneinfo_abbrs_windows.go

    	"Yukon Standard Time":             {"MST", "MST"},     // America/Whitehorse
    	"Central Asia Standard Time":      {"+06", "+06"},     // Asia/Almaty
    	"Jordan Standard Time":            {"+03", "+03"},     // Asia/Amman
    	"Arabic Standard Time":            {"+03", "+03"},     // Asia/Baghdad
    	"Azerbaijan Standard Time":        {"+04", "+04"},     // Asia/Baku
    	"SE Asia Standard Time":           {"+07", "+07"},     // Asia/Bangkok
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 20:01:59 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess.json

              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}ar/protwords.txt"
            },
            "arabic_stemmer": {
              "type":       "stemmer",
              "language":   "arabic"
            },
            "arabic_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}ar/stemmer_override.txt"
            },
            "armenian_stop": {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Aug 11 01:26:55 UTC 2022
    - 39.9K bytes
    - Viewed (0)
  3. src/unicode/letter_test.go

    		0x0100,
    		// Ll: LATIN SMALL LETTER A WITH MACRON
    		0x0101,
    		// Lt: LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON
    		0x01C5,
    		// M: COMBINING GRAVE ACCENT
    		0x0300,
    		// Nd: ARABIC-INDIC DIGIT ZERO
    		0x0660,
    		// P: GREEK QUESTION MARK
    		0x037E,
    		// S: MODIFIER LETTER LEFT ARROWHEAD
    		0x02C2,
    		// Z: OGHAM SPACE MARK
    		0x1680,
    	}
    	for i := 0; i < MaxLatin1+len(nonLatin1); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 09 01:46:03 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/language/language.go

    // unknown value in CLDR.  (Zzzz, Exact) is returned if Zzzz was explicitly specified.
    // Note that an inferred script is never guaranteed to be the correct one. Latin is
    // almost exclusively used for Afrikaans, but Arabic has been used for some texts
    // in the past.  Also, the script that is commonly used may change over time.
    // It uses a variant of CLDR's Add Likely Subtags algorithm. This is subject to change.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top