Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 70 for crv1 (0.07 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	CLOCK_MONOTONIC               = 0xa
    	CLOCK_PROCESS_CPUTIME_ID      = 0xb
    	CLOCK_REALTIME                = 0x9
    	CLOCK_THREAD_CPUTIME_ID       = 0xc
    	CR0                           = 0x0
    	CR1                           = 0x100
    	CR2                           = 0x200
    	CR3                           = 0x300
    	CRDLY                         = 0x300
    	CREAD                         = 0x80
    	CS5                           = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	CLOCK_PROF                    = 0x2
    	CLOCK_REALTIME                = 0x3
    	CLOCK_THREAD_CPUTIME_ID       = 0x2
    	CLOCK_VIRTUAL                 = 0x1
    	CR0                           = 0x0
    	CR1                           = 0x200
    	CR2                           = 0x400
    	CR3                           = 0x600
    	CRDLY                         = 0x600
    	CREAD                         = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	CLOCK_MONOTONIC               = 0xa
    	CLOCK_PROCESS_CPUTIME_ID      = 0xb
    	CLOCK_REALTIME                = 0x9
    	CLOCK_THREAD_CPUTIME_ID       = 0xc
    	CR0                           = 0x0
    	CR1                           = 0x100
    	CR2                           = 0x200
    	CR3                           = 0x300
    	CRDLY                         = 0x300
    	CREAD                         = 0x80
    	CS5                           = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	CLOCK_UPTIME_RAW_APPROX                 = 0x9
    	CLONE_NOFOLLOW                          = 0x1
    	CLONE_NOOWNERCOPY                       = 0x2
    	CR0                                     = 0x0
    	CR1                                     = 0x1000
    	CR2                                     = 0x2000
    	CR3                                     = 0x3000
    	CRDLY                                   = 0x3000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	CLOCK_UPTIME_RAW_APPROX                 = 0x9
    	CLONE_NOFOLLOW                          = 0x1
    	CLONE_NOOWNERCOPY                       = 0x2
    	CR0                                     = 0x0
    	CR1                                     = 0x1000
    	CR2                                     = 0x2000
    	CR3                                     = 0x3000
    	CRDLY                                   = 0x3000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    	"F28",
    	"F29",
    	"F30",
    	// "F31", the allocator is limited to 64 entries. We sacrifice this FPR to support XER.
    
    	"XER",
    
    	// If you add registers, update asyncPreempt in runtime.
    
    	// "CR0",
    	// "CR1",
    	// "CR2",
    	// "CR3",
    	// "CR4",
    	// "CR5",
    	// "CR6",
    	// "CR7",
    
    	// "CR",
    	// "LR",
    	// "CTR",
    }
    
    func init() {
    	// Make map from reg names to reg integers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  7. src/debug/elf/file_test.go

    			{"", 3, 0, 24, 0, 0, "", ""},
    			{"", 3, 0, 25, 0, 0, "", ""},
    			{"", 3, 0, 26, 0, 0, "", ""},
    			{"", 3, 0, 27, 0, 0, "", ""},
    			{"", 3, 0, 28, 0, 0, "", ""},
    			{"", 3, 0, 29, 0, 0, "", ""},
    			{"crt1.c", 4, 0, 65521, 0, 0, "", ""},
    			{"/usr/src/lib/csu/i386-elf/crti.S", 4, 0, 65521, 0, 0, "", ""},
    			{"<command line>", 4, 0, 65521, 0, 0, "", ""},
    			{"<built-in>", 4, 0, 65521, 0, 0, "", ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  8. pkg/controller/endpoint/endpoints_controller_test.go

    	store := controller.endpointsStore
    	ep1 := &v1.Endpoints{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:            "foo",
    			Namespace:       ns,
    			ResourceVersion: "rv1",
    		},
    	}
    
    	// Test Unexpected and Expected Deletes
    	store.Delete(ep1)
    	controller.onEndpointsDelete(ep1)
    
    	if controller.queue.Len() != 1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    - Commons compress has been updated to https://commons.apache.org/proper/commons-compress/[Commons-compress 1.21] to fix https://github.com/advisories/GHSA-7hfm-57qf-j43q[CVE-2021-35515], https://github.com/advisories/GHSA-crv7-7245-f45f[CVE-2021-35516], https://github.com/advisories/GHSA-xqfj-vm6h-2x34[CVE-2021-35517] and https://github.com/advisories/GHSA-mc84-pj99-q6hh[CVE-2021-36090].
    
    ==== Application order of plugins in the `plugins` block
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  10. src/crypto/x509/x509_test.go

    			PermittedURIDomains:     []string{".bar.com", "bar.com"},
    			ExcludedURIDomains:      []string{".bar2.com", "bar2.com"},
    
    			CRLDistributionPoints: []string{"http://crl1.example.com/ca1.crl", "http://crl2.example.com/ca1.crl"},
    
    			ExtraExtensions: []pkix.Extension{
    				{
    					Id:    []int{1, 2, 3, 4},
    					Value: extraExtensionData,
    				},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top