Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Hangul (0.42 sec)

  1. src/unicode/tables.go

    	Han                    = _Han                    // Han is the set of Unicode characters in script Han.
    	Hangul                 = _Hangul                 // Hangul is the set of Unicode characters in script Hangul.
    	Hanifi_Rohingya        = _Hanifi_Rohingya        // Hanifi_Rohingya is the set of Unicode characters in script Hanifi_Rohingya.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    عراق
    
    // xn--mgbayh7gpa ("al-Ordon", Arabic) : JO
    // National Information Technology Center (NITC)
    // Royal Scientific Society, Al-Jubeiha
    الاردن
    
    // xn--3e0b707e ("Republic of Korea", Hangul) : KR
    한국
    
    // xn--80ao21a ("Kaz", Kazakh) : KZ
    қаз
    
    // xn--q7ce6a ("Lao", Lao) : LA
    ລາວ
    
    // xn--fzc2c9e2c ("Lanka", Sinhalese-Sinhala) : LK
    // https://nic.lk
    ලංකා
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * <tr><td width="20%"><b>URL</b></td><td><b>Description</b></td></tr>
     * 
     * <tr><td width="20%"><code>smb1://users-nyc;miallen:mypass@angus/tmp/</code></td><td>
     * This URL references a share called <code>tmp</code> on the server
     * <code>angus</code> as user <code>miallen</code> who's password is
     * <code>mypass</code>.
     * </td></tr>
     * 
     * <tr><td width="20%">
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  4. pkg/apis/batch/validation/validation_test.go

    	data := []string{
    		`Africa/Abidjan`,
    		`Africa/Accra`,
    		`Africa/Addis_Ababa`,
    		`Africa/Algiers`,
    		`Africa/Asmara`,
    		`Africa/Asmera`,
    		`Africa/Bamako`,
    		`Africa/Bangui`,
    		`Africa/Banjul`,
    		`Africa/Bissau`,
    		`Africa/Blantyre`,
    		`Africa/Brazzaville`,
    		`Africa/Bujumbura`,
    		`Africa/Cairo`,
    		`Africa/Casablanca`,
    		`Africa/Ceuta`,
    		`Africa/Conakry`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"amphora":                              "\U0001f3fa",
    	"anatomical_heart":                     "\U0001fac0",
    	"anchor":                               "\u2693",
    	"andorra":                              "\U0001f1e6\U0001f1e9",
    	"angel":                                "\U0001f47c",
    	"anger":                                "\U0001f4a2",
    	"angola":                               "\U0001f1e6\U0001f1f4",
    	"angry":                                "\U0001f620",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	SIGBUS  = Signal(0x7)
    	SIGFPE  = Signal(0x8)
    	SIGKILL = Signal(0x9)
    	SIGSEGV = Signal(0xb)
    	SIGPIPE = Signal(0xd)
    	SIGALRM = Signal(0xe)
    	SIGTERM = Signal(0xf)
    )
    
    var signals = [...]string{
    	1:  "hangup",
    	2:  "interrupt",
    	3:  "quit",
    	4:  "illegal instruction",
    	5:  "trace/breakpoint trap",
    	6:  "aborted",
    	7:  "bus error",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "user defined signal 1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top