Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 360 for 87 (0.02 sec)

  1. src/crypto/tls/testdata/Server-TLSv13-ALPN-Fallback

    00000140  a7 5f 62 95 32 18 b9 58  03 db 9c ca c7 50 80 cf  |._b.2..X.....P..|
    00000150  15 1c b0 7e 97 30 bb e2  bf d5 67 f4 e1 87 1e 07  |...~.0....g.....|
    00000160  71 2f f5 31 7e 7e 05 8a  cb a1 98 83 de de aa 87  |q/.1~~..........|
    00000170  b9 d2 4a 5e 4c 27 04 15  6b 3a 21 02 28 2c 3a 76  |..J^L'..k:!.(,:v|
    00000180  64 1f b0 f3 45 1e 2a fc  97 3f 0e 18 c8 00 a2 0b  |d...E.*..?......|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  2. pkg/kubelet/util/store/store_test.go

    			false,
    		},
    		{
    			"/foo/bar",
    			false,
    		},
    		{
    			".foo",
    			false,
    		},
    		{
    			"a78768279290d33d0b82eaea43cb8346f500057cb5bd250e88c97a5585385d66",
    			true,
    		},
    		{
    			"a7.87-6_8",
    			true,
    		},
    		{
    			"a7.87-677-",
    			false,
    		},
    	}
    
    	for _, tc := range testcases {
    		if tc.valid {
    			assert.NoError(t, ValidateKey(tc.key))
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 22:18:30 UTC 2017
    - 1.1K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/flow/FlowActionSpec.java

         * @return mutable parameters object, never null.
         * @since 8.1
         */
        P getParameters();
    
        /**
         * Configures the {@link P parameters} for the {@link FlowAction flow action}.
         *
         * @since 8.7
         */
        void parameters(Action<? super P> configureAction);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 18:52:41 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/events/problems/ProblemContext.java

         * @since 8.8
         */
        List<Solution> getSolutions();
    
        /**
         * Returns the failure associated with this problem.
         * <br>
         * <code>null</code> if run against a Gradle version prior to 8.7
         *
         * @return the failure
         * @since 8.8
         */
        @Nullable
        FailureContainer getFailure();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 12:26:28 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. src/log/slog/level_test.go

    		in   string
    		want Level
    	}{
    		{"DEBUG", LevelDebug},
    		{"INFO", LevelInfo},
    		{"WARN", LevelWarn},
    		{"ERROR", LevelError},
    		{"debug", LevelDebug},
    		{"iNfo", LevelInfo},
    		{"INFO+87", LevelInfo + 87},
    		{"Error-18", LevelError - 18},
    		{"Error-8", LevelInfo},
    	} {
    		var got Level
    		if err := got.parse(test.in); err != nil {
    			t.Fatalf("%q: %v", test.in, err)
    		}
    		if got != test.want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 20:44:14 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv13-ECDSA

    00000080  03 03 00 01 01 17 03 03  00 17 ed 6b 14 3a 82 c5  |...........k.:..|
    00000090  88 9d a4 96 c7 c4 c7 73  63 c6 58 65 d0 d4 a6 cb  |.......sc.Xe....|
    000000a0  dc 17 03 03 02 22 e8 c5  15 54 3c 26 7b 87 8c d3  |....."...T<&{...|
    000000b0  99 b0 af 98 21 1b 8f be  f5 d8 40 c9 05 97 39 fd  |....!.....@...9.|
    000000c0  3d b2 da 2d 80 26 c9 24  cd 14 0b 48 2e d7 c4 dc  |=..-.&.$...H....|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Server-TLSv13-IssueTicket

    000000b0  48 78 eb 93 8d c8 4d 16  fb 7e 95 77 ff 06 d2 aa  |Hx....M..~.w....|
    000000c0  30 34 cc 9e 5a f3 c1 b6  d5 17 fb b2 15 bb eb 11  |04..Z...........|
    000000d0  28 5a 2f 6b d6 87 8c c6  17 00 4d 58 d1 27 af 88  |(Z/k......MX.'..|
    000000e0  39 1f db 2e 0a 5b 36 8f  a1 26 a9 00 be ba 5a b2  |9....[6..&....Z.|
    000000f0  65 fa 14 8a 53 3c 6a 9e  b7 73 1f fa 80 fd 03 c2  |e...S<j..s......|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Client-TLSv13-AES128-SHA256

    00000150  cc c1 4e 0a fb 55 33 93  9f c8 31 33 29 f5 12 3e  |..N..U3...13)..>|
    00000160  39 62 62 27 05 cf d2 be  bd 7d 42 51 97 4f 71 95  |9bb'.....}BQ.Oq.|
    00000170  10 f8 eb 0f d8 d1 69 aa  22 13 a8 fe 24 f6 87 a1  |......i."...$...|
    00000180  9d ca cb 8f 99 39 2b fb  99 d9 18 8a fa fa 25 20  |.....9+.......% |
    00000190  df 6a b3 d1 ac ce 56 8b  76 5d a9 46 1c 0b c7 57  |.j....V.v].F...W|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  9. src/image/jpeg/idct.go

    		// Prescale.
    		y0 := (s[8*0] << 8) + 8192
    		y1 := s[8*4] << 8
    		y2 := s[8*6]
    		y3 := s[8*2]
    		y4 := s[8*1]
    		y5 := s[8*7]
    		y6 := s[8*5]
    		y7 := s[8*3]
    
    		// Stage 1.
    		y8 := w7*(y4+y5) + 4
    		y4 = (y8 + w1mw7*y4) >> 3
    		y5 = (y8 - w1pw7*y5) >> 3
    		y8 = w3*(y6+y7) + 4
    		y6 = (y8 - w3mw5*y6) >> 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 23:18:37 UTC 2019
    - 5K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndECDSAGiven

    000002c0  3f 27 47 5c 40 67 6c 50  b8 3f 7c c9 97 f0 55 02  |?'G\@glP.?|...U.|
    000002d0  16 17 03 03 00 35 82 8b  0d 4e 87 3c c6 bc 41 8b  |.....5...N.<..A.|
    000002e0  ec ab 71 9d 57 7b e6 22  e4 87 82 61 5d f8 69 31  |..q.W{."...a].i1|
    000002f0  8a 2c be 2c d8 4d 2f dc  9a 91 31 7a ab d8 a4 0e  |.,.,.M/...1z....|
    00000300  ba cb fc ef 17 a4 7c 87  ca 13 bb 17 03 03 00 13  |......|.........|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 13.7K bytes
    - Viewed (0)
Back to top