Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for he (0.07 sec)

  1. src/hash/adler32/adler32_test.go

    	{0x118e038e, "abcdefghi", "adl\x01\x03\xd8\x01\x8b"},
    	{0x158603f8, "abcdefghij", "adl\x01\x05\xc8\x01\xf0"},
    	{0x3f090f02, "Discard medicine more than two years old.", "adl\x01NU\a\x87"},
    	{0x46d81477, "He who has a shady past knows that nice guys finish last.", "adl\x01\x89\x8e\t\xe9"},
    	{0x40ee0ee1, "I wouldn't marry him with a ten foot pole.", "adl\x01R\t\ag"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 01 21:04:12 UTC 2017
    - 5.5K bytes
    - Viewed (0)
  2. 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)
  3. src/cmd/compile/internal/test/testdata/flowgraph_generator1.go

    	"BC,ED,BE,FZ,FZ,Z",
    	"CB,DE,BE,FZ,FZ,Z",
    
    	"CB,ED,BE,FZ,FZ,Z",
    	"BC,ED,EB,FZ,ZF,Z",
    	"CB,DE,EB,ZF,FZ,Z",
    	"CB,ED,EB,FZ,FZ,Z",
    
    	"BZ,CD,CD,CE,BZ",
    	"EC,DF,FG,ZC,GB,BE,FD",
    	"BH,CF,DG,HE,BF,CG,DH,BZ",
    }
    
    // blo describes a block in the generated/interpreted code
    type blo struct {
    	inc   int64 // increment amount
    	cond  bool  // block ends in conditional
    	succs [2]int64
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 6.7K bytes
    - Viewed (0)
  4. 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)
  5. src/crypto/tls/testdata/Server-TLSv13-ECDHE-ECDSA-AES

    00000190  61 70 a9 ce 0d 4e bf ca  40 9c e7 0d 2b 5d 54 b7  |ap...N..@...+]T.|
    000001a0  5a 64 50 e6 a1 c9 fc 47  7d e7 0a 13 36 8d 70 eb  |ZdP....G}...6.p.|
    000001b0  68 65 e4 9b 9d 12 d1 d9  0d 32 72 59 0f 46 b2 e2  |he.......2rY.F..|
    000001c0  21 ab 13 d4 ab f3 6e b6  44 16 b8 85 bb dc f4 f7  |!.....n.D.......|
    000001d0  d6 ce 5c 9f c0 4c 28 8f  36 39 ec 29 c7 33 bd ea  |..\..L(.69.).3..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Server-TLSv13-ALPN

    00000120  c6 02 ee 55 14 17 73 3e  11 17 e9 d7 b5 9c d2 b7  |...U..s>........|
    00000130  d7 2f f0 23 51 a1 d3 71  68 9d 4c 01 98 a9 07 e0  |./.#Q..qh.L.....|
    00000140  b0 fd f8 74 0c bc eb 5e  57 1d 48 65 ac 80 d4 f4  |...t...^W.He....|
    00000150  4e 56 1d 89 ce ab 21 5e  5f a0 5c ed a3 e7 07 5d  |NV....!^_.\....]|
    00000160  c3 d9 9d 31 62 e0 91 2b  c6 e2 5c f6 69 2a 06 b8  |...1b..+..\.i*..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top