Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 127 for Hangul (0.29 sec)

  1. src/cmd/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	return uint8(p.flags & 0x03)
    }
    
    // Decomposition returns the decomposition for the underlying rune
    // or nil if there is none.
    func (p Properties) Decomposition() []byte {
    	// TODO: create the decomposition for Hangul?
    	if p.index == 0 {
    		return nil
    	}
    	i := p.index
    	n := decomps[i] & headerLenMask
    	i++
    	return decomps[i : i+uint16(n)]
    }
    
    // Size returns the length of UTF-8 encoding of the rune.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	return uint8(p.flags & 0x03)
    }
    
    // Decomposition returns the decomposition for the underlying rune
    // or nil if there is none.
    func (p Properties) Decomposition() []byte {
    	// TODO: create the decomposition for Hangul?
    	if p.index == 0 {
    		return nil
    	}
    	i := p.index
    	n := decomps[i] & headerLenMask
    	i++
    	return decomps[i : i+uint16(n)]
    }
    
    // Size returns the length of UTF-8 encoding of the rune.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  3. 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)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
      </mime-type>
      <mime-type type="application/x-hwp-v5">
        <_comment>Hangul Word Processor File v5</_comment>
        <sub-class-of type="application/x-tika-msoffice"/>
      </mime-type>
      <mime-type type="application/hwp+zip">
        <_comment>Hangul Word Processor File, zip based</_comment>
        <sub-class-of type="application/zip"/>
        <glob pattern="*.hwpx"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. src/os/signal/signal_plan9_test.go

    	// from c does not block everything.
    	t.Logf("hangup...")
    	postNote(syscall.Getpid(), "hangup")
    	waitSig(t, c1, syscall.Note("hangup"))
    	t.Logf("hangup...")
    	postNote(syscall.Getpid(), "hangup")
    	waitSig(t, c1, syscall.Note("hangup"))
    
    	// The first SIGHUP should be waiting for us on c.
    	waitSig(t, c, syscall.Note("hangup"))
    }
    
    func TestStress(t *testing.T) {
    	dur := 3 * time.Second
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Mar 14 17:56:50 UTC 2021
    - 3.6K bytes
    - Viewed (0)
  6. docs/fr/docs/contributing.md

    * Pour vérifier le code à 2 lettres de la langue que vous souhaitez traduire, vous pouvez utiliser le tableau <a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes" class="external-link" target="_blank">Liste des codes ISO 639-1</a>.
    
    #### Langue existante
    
    Disons que vous voulez traduire une page pour une langue qui a déjà des traductions pour certaines pages, comme l'espagnol.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:51:07 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  7. src/internal/poll/fd_io_plan9.go

    	if e != nil {
    		return
    	}
    	syscall.Write(f, []byte("hangup"))
    	syscall.Close(f)
    }
    
    // Wait for the I/O operation to complete.
    func (aio *asyncIO) Wait() (int, error) {
    	res := <-aio.res
    	return res.n, res.err
    }
    
    // The following functions, provided by the runtime, are used to
    // ignore and unignore the "hangup" signal received by the process.
    func runtime_ignoreHangup()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Mar 14 17:56:50 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  8. README.fr.md

    Nous acceuillons avec plaisir les pull request pour votre langue.
    
    ## Powered By
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  9. lib/time/zoneinfo.zip

    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 Africa/Dakar Africa/Dar_es_Salaam Africa/Djibouti Africa/Douala Africa/El_Aaiun Africa/Freetown Africa/Gaborone Africa/Harare Africa/Johannesburg Africa/Juba Africa/Kampala Africa/Khartoum Africa/Kigali Africa/Kinshasa Africa/Lagos Africa/Libreville...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 18:20:41 UTC 2024
    - 392.3K bytes
    - Viewed (0)
  10. src/runtime/net_plan9.go

    func runtime_unignoreHangup(sig string) {
    	getg().m.ignoreHangup = false
    }
    
    func ignoredNote(note *byte) bool {
    	if note == nil {
    		return false
    	}
    	if gostringnocopy(note) != "hangup" {
    		return false
    	}
    	return getg().m.ignoreHangup
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 13 18:36:28 UTC 2017
    - 645 bytes
    - Viewed (0)
Back to top