Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 156 for 8082 (0.03 sec)

  1. test/fixedbugs/bug321.go

    	// http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
    	good = good && check("2.2250738585072012e-308", 2.2250738585072012e-308, 2.2250738585072014e-308)
    	// http://www.exploringbinary.com/php-hangs-on-numeric-value-2-2250738585072011e-308/
    	good = good && check("2.2250738585072011e-308", 2.2250738585072011e-308, 2.225073858507201e-308)
    	if !good {
    		panic("fail")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 830 bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    	svc4 := makeTestService("ns4", "svc4", func(svc *v1.Service) {
    		svc.Spec.Type = v1.ServiceTypeClusterIP
    		svc.Spec.ClusterIP = "172.30.0.44"
    		svc.Spec.Ports = []v1.ServicePort{{
    			Name:     "p8082",
    			Port:     8082,
    			Protocol: v1.ProtocolTCP,
    		}}
    	})
    	fp.OnServiceAdd(svc4)
    	fp.OnEndpointSliceAdd(makeTestEndpointSlice("ns4", "svc4", 1, func(eps *discovery.EndpointSlice) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  3. samples/health-check/server.go

    	go func() {
    		http.ListenAndServe(":8002", server8002)
    	}()
    
    	<-finish
    }
    
    func foo8001(w http.ResponseWriter, _ *http.Request) {
    	w.Write([]byte("Listening on 8001: foo "))
    }
    
    func bar8001(w http.ResponseWriter, _ *http.Request) {
    	w.Write([]byte("Listening on 8001: bar "))
    }
    
    func foo8002(w http.ResponseWriter, _ *http.Request) {
    	w.Write([]byte("Listening on 8002: foo "))
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 29 20:42:01 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  4. src/crypto/rsa/testdata/pss-vect.txt.bz2

    ed 39 aa 26 09 66 de b4 78 43 67 9d 2b 6f b2 5b 3d e3 70 f3 ac 7c 19 91 63 91 fd 25 fb 52 7e bf a6 a4 b4 df 45 a1 75 9d 99 6c 4b b4 eb d1 88 28 c4 4f c5 2d 01 91 87 17 40 52 5f 47 a4 b0 cc 8d a3 25 ed 8a a6 76 b0 d0 f6 26 e0 a7 7f 07 69 21 70 ac ac 80 82 f4 2f aa 7d c7 cd 12 3e 73 0e 31 a8 79 85 20 4c ab cb e6 67 0d 43 a2 dd 2b 2d de f5 e0 53 92 fc 21 3b c5 07 # RSA public exponent e: 01 00 01 # RSA private exponent d: 03 ce 08 b1 04 ff f3 96 a9 79 bd 3e 4e 46 92 5b 63 19 dd b6 3a cb cf d8 19 f1 7d...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 27.9K bytes
    - Viewed (0)
  5. src/cmd/gofmt/testdata/issue28082.golden

    // Copyright 2019 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    // testcase for issue #28082
    
    func foo() {}
    
    func main() {}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 24 16:36:56 UTC 2019
    - 249 bytes
    - Viewed (0)
  6. src/cmd/gofmt/testdata/issue28082.input

    // Copyright 2019 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    // testcase for issue #28082
    
    func foo(                                                                                                ) {}
    
    func main(                                                                                                      ) {}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 24 16:36:56 UTC 2019
    - 447 bytes
    - Viewed (0)
  7. cmd/testdata/config/invalid.yaml

    options:
      ftp: # settings for MinIO to act as an ftp server
            address: ':8021'
            passive-port-range: '30000-40000'
      sftp: # settings for MinIO to act as an sftp server
            address: ':8022'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 07 09:33:56 UTC 2023
    - 866 bytes
    - Viewed (0)
  8. src/crypto/ed25519/ed25519vectors_test.go

    			// by the cofactor, so any low order residue will cause the
    			// signature not to verify.
    			//
    			// This is allowed, but not required, by RFC 8032.
    			case "LowOrderResidue":
    				expectedToVerify = false
    			// Our point decoding allows non-canonical encodings (in violation
    			// of RFC 8032) but R is not decoded: instead, R is recomputed and
    			// compared bytewise against the canonical encoding.
    			case "NonCanonicalR":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 25 14:52:51 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  9. releasenotes/notes/38088.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 38082
    releaseNotes:
      - |
        **Fixed** xDS may not be updated when there are multiple destinationRules for a service are merged.
        In this case the merged rule does only record one name/namespace pair of all the destinationRules.
        however this meta is used to record config dependencies of a sidecar.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 01 01:12:29 UTC 2022
    - 556 bytes
    - Viewed (0)
  10. cmd/testdata/config/1.yaml

    options:
      ftp: # settings for MinIO to act as an ftp server
            address: ':8021'
            passive-port-range: '30000-40000'
      sftp: # settings for MinIO to act as an sftp server
            address: ':8022'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 07 09:33:56 UTC 2023
    - 881 bytes
    - Viewed (0)
Back to top