Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for crv1 (0.29 sec)

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

    	BSDLY                            = 0x8000
    	CBAUD                            = 0xff
    	CBAUDEX                          = 0x0
    	CIBAUD                           = 0xff0000
    	CLOCAL                           = 0x8000
    	CR1                              = 0x1000
    	CR2                              = 0x2000
    	CR3                              = 0x3000
    	CRDLY                            = 0x3000
    	CREAD                            = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go

    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	BSDLY                            = 0x8000
    	CBAUD                            = 0xff
    	CBAUDEX                          = 0x0
    	CIBAUD                           = 0xff0000
    	CLOCAL                           = 0x8000
    	CR1                              = 0x1000
    	CR2                              = 0x2000
    	CR3                              = 0x3000
    	CRDLY                            = 0x3000
    	CREAD                            = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    	CR1                              = 0x200
    	CR2                              = 0x400
    	CR3                              = 0x600
    	CRDLY                            = 0x600
    	CREAD                            = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top