Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 170 for 99$ (0.04 sec)

  1. src/crypto/tls/testdata/Client-TLSv13-ClientCert-Ed25519

    00000380  ac ad 15 11 46 dc 0c d1  89 01 5f 64 85 b9 6e bf  |....F....._d..n.|
    00000390  30 22 d6 2c 6d ac b0 f7  83 f6 2e 3a 4c 8c 72 37  |0".,m......:L.r7|
    000003a0  99 0f b5 80 b3 61 85 97  69 26 cc 95 a1 1f e5 9f  |.....a..i&......|
    000003b0  59 8a 30 0a f7 18 f4 c4  c5 15 11 d6 8b 8d 2a e0  |Y.0...........*.|
    000003c0  71 c3 86 dc d2 7f c4 95  98 c7 6c b7 21 78 d0 e6  |q.........l.!x..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. src/internal/trace/testdata/tests/go122-gc-stress.test

    GCMarkAssistBegin dt=7 stack=3
    GoBlock dt=10 reason_string=13 stack=11
    GoStart dt=5 g=101 g_seq=2
    GoStatus dt=11 g=99 m=18446744073709551615 gstatus=4
    GoUnblock dt=1 g=99 g_seq=1 stack=10
    GCMarkAssistBegin dt=8 stack=3
    GoBlock dt=15 reason_string=13 stack=11
    GoStart dt=6 g=99 g_seq=2
    GoStatus dt=11 g=89 m=18446744073709551615 gstatus=4
    GoUnblock dt=1 g=89 g_seq=1 stack=10
    GCMarkAssistBegin dt=10 stack=3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384

    000002e0  f5 08 b5 9a b8 3e c4 6c  23 cf 17 a0 31 08 04 00  |.....>.l#...1...|
    000002f0  80 28 db ec 9d f9 f4 9a  06 12 8a 32 89 11 4a e5  |.(.........2..J.|
    00000300  b6 68 98 21 ec f1 75 9c  f9 28 bc b1 99 5b ec 77  |.h.!..u..(...[.w|
    00000310  37 8b 6b 05 ad b3 10 de  24 05 84 a4 16 fe 1d 84  |7.k.....$.......|
    00000320  af 5d 28 7d d7 bc de 2f  81 da a3 79 fb c0 a5 43  |.](}.../...y...C|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA

    000002a0  81 1c 04 03 00 8b 30 81  88 02 42 01 f1 52 e7 13  |......0...B..R..|
    000002b0  3e 9b 3b 4f 90 0f d2 9b  50 11 fe df 1f 12 f2 d9  |>.;O....P.......|
    000002c0  0d 89 bc 6c 01 93 45 ca  b8 3c 09 cf b2 01 e9 99  |...l..E..<......|
    000002d0  87 fb 1d ac 91 7f 77 a2  21 5e 07 5e 65 3b ec 31  |......w.!^.^e;.1|
    000002e0  d7 b5 b9 1d 88 c8 82 f5  03 a9 37 e8 b9 02 42 01  |..........7...B.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  5. src/crypto/internal/edwards25519/field/fe.go

    	t.Square(&z2_50_0) // 2^51 - 2^1
    	for i := 0; i < 49; i++ {
    		t.Square(&t) // 2^100 - 2^50
    	}
    	z2_100_0.Multiply(&t, &z2_50_0) // 2^100 - 2^0
    
    	t.Square(&z2_100_0) // 2^101 - 2^1
    	for i := 0; i < 99; i++ {
    		t.Square(&t) // 2^200 - 2^100
    	}
    	t.Multiply(&t, &z2_100_0) // 2^200 - 2^0
    
    	t.Square(&t) // 2^201 - 2^1
    	for i := 0; i < 49; i++ {
    		t.Square(&t) // 2^250 - 2^50
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  6. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileToolchainIntegrationTest.groovy

            buildFile << """
                apply plugin: 'java'
    
                java {
                    toolchain {
                        languageVersion = JavaLanguageVersion.of(99)
                    }
                }
            """
    
            when:
            failure = executer
                .withToolchainDetectionEnabled()
                .withTasks("compileJava")
                .runWithFailure()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  7. src/hash/maphash/smhasher_test.go

    	// each is the sum of REP coin flips. We want to find bounds on the
    	// sum of coin flips such that a truly random experiment would have
    	// all sums inside those bounds with 99% probability.
    	N := n * hashSize
    	var c float64
    	// find c such that Prob(mean-c*stddev < x < mean+c*stddev)^N > .9999
    	for c = 0.0; math.Pow(math.Erf(c/math.Sqrt(2)), float64(N)) < .9999; c += .1 {
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 16:41:38 UTC 2024
    - 11K bytes
    - Viewed (0)
  8. pilot/pkg/networking/grpcgen/grpcgen_test.go

    // generates the expected XDS, and gRPC tests verify that the XDS is correctly interpreted.
    //
    // To debug, set GRPC_GO_LOG_SEVERITY_LEVEL=info;GRPC_GO_LOG_VERBOSITY_LEVEL=99 for
    // verbose logs from gRPC side.
    
    // GRPCBootstrap creates the bootstrap bytes dynamically.
    // This can be used with NewXDSResolverWithConfigForTesting, and used when creating clients.
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:04:02 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  9. src/cmd/trace/testdata/go122.test

    Stack id=7 nframes=4
    	pc=4573636 func=207 file=99 line=877
    	pc=4567844 func=98 file=99 line=259
    	pc=5076805 func=100 file=96 line=125
    	pc=5077595 func=35 file=36 line=20
    Stack id=76 nframes=1
    	pc=5078444 func=35 file=36 line=58
    Stack id=1 nframes=4
    	pc=4583115 func=208 file=202 line=260
    	pc=4567535 func=98 file=99 line=238
    	pc=5076805 func=100 file=96 line=125
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/collect/LinkedListMultimapTest.java

      }
    
      @GwtIncompatible // unreasonably slow
      public void testEntriesIteration() {
        List<Entry<String, Integer>> addItems =
            ImmutableList.of(
                Maps.immutableEntry("foo", 99),
                Maps.immutableEntry("foo", 88),
                Maps.immutableEntry("bar", 77));
    
        for (final int startIndex : new int[] {0, 3, 5}) {
          List<Entry<String, Integer>> list =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 18K bytes
    - Viewed (0)
Back to top