Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 82 for mood (0.05 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "SRAconst", argLength: 1, reg: gp11, asm: "ASR", aux: "Int64"},     // arg0 >> auxInt, signed, auxInt should be in the range 0 to 63.
    		{name: "ROR", argLength: 2, reg: gp21, asm: "ROR"},                        // arg0 right rotate by (arg1 mod 64) bits
    		{name: "RORW", argLength: 2, reg: gp21, asm: "RORW"},                      // arg0 right rotate by (arg1 mod 32) bits
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    However, if a dependency is compromised in a repository, it's likely its checksum will be too, so it's a good practice to get the checksum from a different place, usually the website of the library itself.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  3. src/net/dnsclient_unix_test.go

    					},
    					dnsmessage.Resource{
    						Header: dnsmessage.ResourceHeader{
    							Name:   dnsmessage.MustNewName("good.golang.org."),
    							Type:   dnsmessage.TypeMX,
    							Class:  dnsmessage.ClassINET,
    							Length: 4,
    						},
    						Body: &dnsmessage.MXResource{
    							MX: dnsmessage.MustNewName("good.golang.org."),
    						},
    					},
    				)
    			case dnsmessage.TypeNS:
    				r.Answers = append(r.Answers,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  4. pkg/apis/networking/validation/validation_test.go

    				},
    			},
    		},
    		"good-iprange-ipv4": {
    			expectedErrors: 0,
    			ipRange: &networking.ServiceCIDR{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "test-name",
    				},
    				Spec: networking.ServiceCIDRSpec{
    					CIDRs: []string{"192.168.0.0/24"},
    				},
    			},
    		},
    		"good-iprange-ipv6": {
    			expectedErrors: 0,
    			ipRange: &networking.ServiceCIDR{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    [[config_cache:usage]]
    == Using the configuration cache
    
    It is recommended to get started with the simplest task invocation possible.
    Running `help` with the configuration cache enabled is a good first step:
    
    ----
    ❯ gradle --configuration-cache help
    include::{snippetsPath}/configurationCache/noProblem/tests/store.out[]
    ...
    BUILD SUCCESSFUL in 4s
    1 actionable task: 1 executed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  6. tests/integration/security/authz_test.go

    						{
    							path:  "/destination-ip-good",
    							allow: true,
    						},
    						{
    							path:  "/destination-ip-bad",
    							allow: false,
    						},
    						{
    							path:  "/destination-ip-notValues",
    							allow: false,
    						},
    
    						// Test destination port
    						{
    							path:  "/destination-port-good",
    							allow: true,
    						},
    						{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  7. pkg/kubelet/server/server_test.go

    func TestTrimURLPath(t *testing.T) {
    	tests := []struct {
    		path, expected string
    	}{
    		{"", ""},
    		{"//", ""},
    		{"/pods", "pods"},
    		{"pods", "pods"},
    		{"pods/", "pods"},
    		{"good/", "good"},
    		{"pods/probes", "pods"},
    		{"metrics", "metrics"},
    		{"metrics/resource", "metrics/resource"},
    		{"metrics/hello", "metrics/hello"},
    	}
    
    	for _, test := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  8. src/time/format.go

    // It is a regrettable historic error that the date uses the American convention
    // of putting the numerical month before the day.
    //
    // The example for Time.Format demonstrates the working of the layout string
    // in detail and is a good reference.
    //
    // Note that the [RFC822], [RFC850], and [RFC1123] formats should be applied
    // only to local times. Applying them to UTC times will use "UTC" as the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  9. pkg/apis/storage/validation/validation_test.go

    		MatchLabels: map[string]string{"foo": "bar"},
    	}
    
    	scenarios := map[string]struct {
    		isExpectedFailure bool
    		capacity          *storage.CSIStorageCapacity
    	}{
    		"good-capacity": {
    			capacity: &goodCapacity,
    		},
    		"missing-storage-class-name": {
    			isExpectedFailure: true,
    			capacity: func() *storage.CSIStorageCapacity {
    				capacity := goodCapacity
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  10. cmd/xl-storage_test.go

    		},
    		// TestXLStorage case - 4.
    		{
    			volume: "exists",
    			path:   "as-file-parent/as-file",
    			err:    errFileNotFound,
    		},
    		// TestXLStorage case - 5.
    		// Validate the good condition file exists and we are able to read it.
    		{
    			volume: "exists",
    			path:   "as-file",
    			err:    nil,
    		},
    		// TestXLStorage case - 6.
    		// TestXLStorage case with invalid volume name.
    		{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 11 17:45:28 UTC 2024
    - 66.7K bytes
    - Viewed (0)
Back to top