Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for mood (0.08 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    dhl
    
    // diamonds : 2013-09-22 Binky Moon, LLC
    diamonds
    
    // diet : 2014-06-26 XYZ.COM LLC
    diet
    
    // digital : 2014-03-06 Binky Moon, LLC
    digital
    
    // direct : 2014-04-10 Binky Moon, LLC
    direct
    
    // directory : 2013-09-20 Binky Moon, LLC
    directory
    
    // discount : 2014-03-06 Binky Moon, LLC
    discount
    
    // discover : 2015-07-23 Discover Financial Services
    discover
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  2. pkg/controller/garbagecollector/garbagecollector_test.go

    					},
    				}),
    
    				// 21,22: process pending delete of good parent
    				// final state: good parent in graph with correct coordinates, good children remain, no pending deletions
    				processAttemptToDelete(1),
    				assertState(state{
    					clientActions: []string{
    						"get apps/v1, Resource=deployments ns=ns1 name=deployment1", // lookup of good parent, returns 200
    					},
    					graphNodes: []*node{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. pkg/config/validation/validation_test.go

    			},
    			"duplicate env", "",
    		},
    		{
    			"target-ref-good",
    			&extensions.WasmPlugin{
    				Url: "http://test.com/test",
    				TargetRef: &api.PolicyTargetReference{
    					Group: gvk.KubernetesGateway.Group,
    					Kind:  gvk.KubernetesGateway.Kind,
    					Name:  "foo",
    				},
    			},
    			"", "",
    		},
    		{
    			"target-ref-good-service",
    			&extensions.WasmPlugin{
    				Url: "http://test.com/test",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    		xNoSemicolons      string
    		xWithSemicolons    string
    		expectParseFormErr bool
    	}{
    		{"?a=1;x=bad&x=good", "good", "bad", true},
    		{"?a=1;b=bad&x=good", "good", "good", true},
    		{"?a=1%3Bx=bad&x=good%3B", "good;", "good;", false},
    		{"?a=1;x=good;x=bad", "", "good", true},
    	}
    
    	run(t, func(t *testing.T, mode testMode) {
    		for _, tt := range tests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"monorail":                             "\U0001f69d",
    	"montenegro":                           "\U0001f1f2\U0001f1ea",
    	"montserrat":                           "\U0001f1f2\U0001f1f8",
    	"moon":                                 "\U0001f314",
    	"moon_cake":                            "\U0001f96e",
    	"morocco":                              "\U0001f1f2\U0001f1e6",
    	"mortar_board":                         "\U0001f393",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    	{Zm_r, 1, argList{Yml, Yrl}},
    	{Zil_rp, 1, argList{Yi32, Yrl}},
    	{Zilo_m, 2, argList{Yi32, Yml}},
    	{Zm_r_xm, 1, argList{Yml, Ymr}}, // MMX MOVD
    	{Zr_m_xm, 1, argList{Ymr, Yml}}, // MMX MOVD
    	{Zm_r_xm, 2, argList{Yml, Yxr}}, // XMM MOVD (32 bit)
    	{Zr_m_xm, 2, argList{Yxr, Yml}}, // XMM MOVD (32 bit)
    	{Zaut_r, 2, argList{Yiauto, Yrl}},
    }
    
    var yret = []ytab{
    	{Zo_iw, 1, argList{}},
    	{Zo_iw, 1, argList{Yi32}},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/asm7.go

    	p.Link = c.blitrl
    
    	c.blitrl = nil /* BUG: should refer back to values until out-of-range */
    	c.elitrl = nil
    	c.pool.size = 0
    	c.pool.start = 0
    }
    
    /*
     * MOVD foo(SB), R is actually
     *   MOVD addr, REGTMP
     *   MOVD REGTMP, R
     * where addr is the address of the DWORD containing the address of foo.
     *
     * TODO: hash
     */
    func (c *ctxt7) addpool(p *obj.Prog, a *obj.Addr) {
    	cls := c.aclass(a)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top