Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 42 for he (0.63 sec)

  1. docs/vi/docs/index.md

    * Chuyển đổi tự động các JSON object đến và JSON object đi.
    * Tài liệu hóa mọi thứ với OpenAPI, tài liệu đó có thể được sử dụng bởi:
    
        * Các hệ thống tài liệu có thể tương tác.
        * Hệ thống sinh code tự động, cho nhiều ngôn ngữ lập trình.
    * Cung cấp trực tiếp 2 giao diện web cho tài liệu tương tác
    
    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  2. cmd/testdata/undeleteable-object.tgz

    ÌC×=´ûƒé6 V@“ ÄÙé=ÂÜ"ð·Ñp=••i•¦‚î&‡ ôôžÐLJGîÚ+×yïY€Nå¡ Vú i %þL÷Y© xš[}]q Ià ©aâFÖ ³ ‡;6Z*+øͨÌg (£k úØ û¾íå£ÄE‹Á¢ r¬¯Y »éó¬-d¼‘O) ™ Ó»¤ U¼šóùêêµÜ>ˆôO p³aÞÜÓ %wþl ±À¿›Ì©uE§2ëŒ âš x—åé5¹(…³[î 쬪ö< ×ÇkFê[-\Áˆûùê&2¨ñáfÃuÚì¡ýJ^áá}ÉÛ\mc<€‰œSdºÝÂL ‹ØÍM¬ P £–§m 1 ædñ¹ÍRý2¹àd Ü"@± 7íÄêµ)é Ýé'ŽüÜO¼Lýfའr ‘ õÈ Ù ááF_!cm…—g’ ¥ á)ƒæP Ðìü û]Ïb ‚$ÑPÑëýe#‚W —ϽWéC×èÎ(¸l¢ ?aƒZà€9i\ ¾ HE.X ZÍ—Yôfeô ¾¸PÎ×|;Ì VŒÕH — ÁF•‚s “°V^É䢳ü¥ñJ v vg –¤ ¤þ‡ûÚ ë\€Ý]° Á…÷\U%#ã=׆%½52¢ßw Ó ž¨9ð€,žŠÑCÓ ÿÀ·Ð7÷ Ö sƒýMh{ ×U; Bì«Ý'...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  3. src/html/template/exec_test.go

    	{".VariadicFunc0", "{{call .VariadicFunc}}", "&lt;&gt;", tVal, true},
    	{".VariadicFunc2", "{{call .VariadicFunc `he` `llo`}}", "&lt;he&#43;llo&gt;", tVal, true},
    	{".VariadicFuncInt", "{{call .VariadicFuncInt 33 `he` `llo`}}", "33=&lt;he&#43;llo&gt;", tVal, true},
    	{"if .BinaryFunc call", "{{ if .BinaryFunc}}{{call .BinaryFunc `1` `2`}}{{end}}", "[1=2]", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    ckb_IQ=ckb-iq\n\
    cs=cs\n\
    da=da\n\
    de=de\n\
    el=el\n\
    en=en\n\
    en-ie=en-ie\n\
    en_IE=en-ie\n\
    es=es\n\
    et=et\n\
    eu=eu\n\
    fa=fa\n\
    fi=fi\n\
    fr=fr\n\
    gl=gl\n\
    gu=gu\n\
    he=he\n\
    hi=hi\n\
    hr=hr\n\
    hu=hu\n\
    hy=hy\n\
    id=id\n\
    it=it\n\
    ja=ja\n\
    ko=ko\n\
    lt=lt\n\
    lv=lv\n\
    mk=mk\n\
    ml=ml\n\
    nl=nl\n\
    no=no\n\
    pa=pa\n\
    pl=pl\n\
    pt=pt\n\
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            map.put("ノ", new String[] { "no" });
    
            map.put("ハ", new String[] { "ha" });
            map.put("ヒ", new String[] { "hi" });
            map.put("フ", new String[] { "hu", "fu" });
            map.put("ヘ", new String[] { "he" });
            map.put("ホ", new String[] { "ho" });
    
            map.put("マ", new String[] { "ma" });
            map.put("ミ", new String[] { "mi" });
            map.put("ム", new String[] { "mu" });
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  6. src/sync/atomic/atomic_test.go

    	for p := 0; p < 2; p++ {
    		go func(me int) {
    			he := 1 - me
    			for i := int32(1); i < N; i++ {
    				StoreInt32(&X[me], i)
    				my := LoadInt32(&X[he])
    				StoreInt32(&ack[me][i%3], my)
    				for w := 1; LoadInt32(&ack[he][i%3]) == -1; w++ {
    					if w%1000 == 0 {
    						runtime.Gosched()
    					}
    				}
    				his := LoadInt32(&ack[he][i%3])
    				if (my != i && my != i-1) || (his != i && his != i-1) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 71.4K bytes
    - Viewed (0)
  7. src/text/template/exec_test.go

    	{".BinaryFunc", "{{call .BinaryFunc `1` `2`}}", "[1=2]", tVal, true},
    	{".VariadicFunc0", "{{call .VariadicFunc}}", "<>", tVal, true},
    	{".VariadicFunc2", "{{call .VariadicFunc `he` `llo`}}", "<he+llo>", tVal, true},
    	{".VariadicFuncInt", "{{call .VariadicFuncInt 33 `he` `llo`}}", "33=<he+llo>", tVal, true},
    	{"if .BinaryFunc call", "{{ if .BinaryFunc}}{{call .BinaryFunc `1` `2`}}{{end}}", "[1=2]", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  8. pilot/pkg/model/test/mockopenidserver.go

    		atomic.StoreUint64(&ms.OpenIDHitNum, 0)
    		atomic.StoreUint64(&ms.PubKeyHitNum, 0)
    		ms.server = server
    		return nil
    	}
    
    	_ = ms.Stop()
    	return errors.New("server failed to start")
    }
    
    // Stop stops he mock server.
    func (ms *MockOpenIDDiscoveryServer) Stop() error {
    	atomic.StoreUint64(&ms.OpenIDHitNum, 0)
    	atomic.StoreUint64(&ms.PubKeyHitNum, 0)
    	if ms.server == nil {
    		return nil
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java

        protected static final String[] SUPPORTED_LANGUAGES = { "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en", "es", "et", "fa", "fi",
                "fr", "gu", "he", "hi", "hr", "hu", "id", "it", "ja", "ko", "lt", "lv", "mk", "ml", "nl", "no", "pa", "pl", "pt", "ro", "ru",
                "si", "sq", "sv", "ta", "te", "th", "tl", "tr", "uk", "ur", "vi", "zh-cn", "zh-tw" };
    
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  10. src/archive/tar/common.go

    	errWriteHole       = errors.New("archive/tar: write non-NUL byte in sparse hole")
    )
    
    type headerError []string
    
    func (he headerError) Error() string {
    	const prefix = "archive/tar: cannot encode header"
    	var ss []string
    	for _, s := range he {
    		if s != "" {
    			ss = append(ss, s)
    		}
    	}
    	if len(ss) == 0 {
    		return prefix
    	}
    	return fmt.Sprintf("%s: %v", prefix, strings.Join(ss, "; and "))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 16:01:50 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top