Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 35 for mood (0.07 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    			c.ctxt.Diag("literal operation on R0\n%v", p)
    		}
    		if int64(int16(d)) == d {
    			// MOVD $int16, Ry  or  MOVD $offset(Rx), Ry
    			o1 = AOP_IRR(uint32(OP_ADDI), uint32(p.To.Reg), uint32(r), uint32(v))
    		} else {
    			// MOVD $uint16, Ry
    			if int64(uint16(d)) != d || (r != 0 && r != REGZERO) {
    				c.ctxt.Diag("Rule expects a uint16 constant load. got:\n%v", p)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

            if( type == 0 ) {
                if( getUncPath0().length() > 1 ) {
                    type = TYPE_FILESYSTEM;
                } else if( share != null ) {
                    // treeConnect good enough to test service type
                    connect0();
                    if( share.equals( "IPC$" )) {
                        type = TYPE_NAMED_PIPE;
                    } else if( tree.service.equals( "LPT1:" )) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      elif [[ "${KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:-grpc}" == 'http-connect' ]]; then
        # HTTP-CONNECT can work with either UDS or mTLS.
        # Linking them here to make sure we get good coverage with two test configurations.
        params+=("--server-ca-cert=${KONNECTIVITY_SERVER_CA_CERT_PATH}")
        params+=("--server-cert=${KONNECTIVITY_SERVER_CERT_PATH}")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    		releasem(mp)
    		return
    	}
    	newm(templateThread, nil, -1)
    	releasem(mp)
    }
    
    // templateThread is a thread in a known-good state that exists solely
    // to start new threads in known-good states when the calling thread
    // may not be in a good state.
    //
    // Many programs never need this, so templateThread is started lazily
    // when we first enter a state that might lead to running on a thread
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. api/maven-api-model/src/main/mdo/maven.mdo

      |   be done with a regex, but we need inter-field validation and rules which could be
      |   dealt with by something like drools.
      |
      | o i18n: would be good to be able to have names/descriptions/specifications
      |   in as many languages as possible. (see MNG-3626)
      |
      | o annotation mechanism so that changes to the model can be accurately tracked.
      |
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  6. src/crypto/x509/verify_test.go

    					},
    					{
    						Issuer:  "inter c",
    						Subject: "inter b",
    						Type:    intermediateCertificate,
    						MutateTemplate: func(t *Certificate) {
    							t.PermittedDNSDomains = []string{"good"}
    							t.DNSNames = []string{"bad"}
    						},
    					},
    					{
    						Issuer:  "inter a",
    						Subject: "inter b",
    						Type:    intermediateCertificate,
    					},
    					{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/popper.min.js.map

    offsets.top - offsets.marginTop;\n      boundaries.bottom = height + offsets.top;\n      boundaries.left += offsets.left - offsets.marginLeft;\n      boundaries.right = width + offsets.left;\n    } else {\n      // for all the other DOM elements, this one is good\n      boundaries = offsets;\n    }\n  }\n\n  // Add paddings\n  padding = padding || 0;\n  const isPaddingNumber = typeof padding === 'number';\n  boundaries.left += isPaddingNumber ? padding : padding.left || 0; \n  boundaries.top += isPaddingNumber...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/generic.rules

    (RotateLeft8  x (Const64 <t> [c])) && config.PtrSize == 4 => (RotateLeft8  x (Const32 <t> [int32(c)]))
    
    // Rotating by c, then by d, is the same as rotating by c+d.
    // We're trading a rotate for an add, which seems generally a good choice. It is especially good when c and d are constants.
    // This rule is a bit tricky as c and d might be different widths. We handle only cases where they are the same width.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    			pubKeys: []*jose.JSONWebKey{
    				loadRSAKey(t, "testdata/rsa_1.pem", jose.RS256),
    			},
    			want: &user.DefaultInfo{
    				Name: "******@****.***",
    			},
    		},
    		{
    			name: "good token with bad client id",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    					Issuer: apiserver.Issuer{
    						URL:       "https://auth.example.com",
    						Audiences: []string{"my-client"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  10. tests/integration/pilot/common/routing.go

              name: session-cookie
    `, svcName, svcName)
    			// Add a negative test case. This ensures that the test is actually valid; its not a super trivial check
    			// and could be broken by having only 1 pod so its good to have this check in place
    			t.RunTraffic(TrafficTestCase{
    				name:   "no consistent",
    				config: svc,
    				call:   c.CallOrFail,
    				opts: echo.CallOptions{
    					Count:   10,
    					Address: svcName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top