Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 317 for t$ (0.03 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/rest/resttest/resttest.go

    // By default "foo%d" is used
    func (t *Tester) Namer(namer func(int) string) *Tester {
    	t.namer = namer
    	return t
    }
    
    func (t *Tester) ClusterScope() *Tester {
    	t.clusterScope = true
    	return t
    }
    
    func (t *Tester) AllowCreateOnUpdate() *Tester {
    	t.createOnUpdate = true
    	return t
    }
    
    func (t *Tester) GeneratesName() *Tester {
    	t.generatesName = true
    	return t
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/bootstrap.min.js

    artX}(t)}),g(this._element).on(Y.TOUCHEND,function(t){return i(t)}))}},t._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},t._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(ot)):[],this._items.indexOf(t)},t._getItemByDirection=function(t,e){var n=t===K,i=t===Q,o=this._getItemIndex(e),r=this._items.length-1;if((i&&0===o||n&&...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types/type.go

    			t = t.copy()
    			t.extra = Slice{Elem: elem}
    		}
    
    	case TCHAN:
    		elem := SubstAny(t.Elem(), types)
    		if elem != t.Elem() {
    			t = t.copy()
    			t.extra.(*Chan).Elem = elem
    		}
    
    	case TMAP:
    		key := SubstAny(t.Key(), types)
    		elem := SubstAny(t.Elem(), types)
    		if key != t.Key() || elem != t.Elem() {
    			t = t.copy()
    			t.extra.(*Map).Key = key
    			t.extra.(*Map).Elem = elem
    		}
    
    	case TFUNC:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  4. tests/migrate_test.go

    	if err != nil {
    		t.Fatalf("AutoMigrate err:%v", err)
    	}
    
    	AssertEqual(t, true, DB.Migrator().HasTable("coupons"))
    	AssertEqual(t, true, DB.Migrator().HasTable("coupon_product_1"))
    	AssertEqual(t, true, DB.Migrator().HasTable("coupon_product_2"))
    }
    
    // https://github.com/go-gorm/gorm/issues/4760
    func TestMigrateAutoIncrement(t *testing.T) {
    	type AutoIncrementStruct struct {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/test/testdata/zero_test.go

    	if b != wantb {
    		t.Errorf("zero256u2 got=%v, want %v\n", b, wantb)
    	}
    }
    func TestZero(t *testing.T) {
    	testZero1(t)
    	testZero2(t)
    	testZero3(t)
    	testZero4(t)
    	testZero5(t)
    	testZero6(t)
    	testZero7(t)
    	testZero8(t)
    	testZero9(t)
    	testZero10(t)
    	testZero15(t)
    	testZero16(t)
    	testZero17(t)
    	testZero23(t)
    	testZero24(t)
    	testZero25(t)
    	testZero31(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 49.6K bytes
    - Viewed (0)
  6. src/net/http/fs_test.go

    	}
    }
    
    func TestFileServerImplicitLeadingSlash(t *testing.T) { run(t, testFileServerImplicitLeadingSlash) }
    func testFileServerImplicitLeadingSlash(t *testing.T, mode testMode) {
    	tempDir := t.TempDir()
    	if err := os.WriteFile(filepath.Join(tempDir, "foo.txt"), []byte("Hello world"), 0644); err != nil {
    		t.Fatalf("WriteFile: %v", err)
    	}
    	ts := newClientServerTest(t, mode, StripPrefix("/bar/", FileServer(Dir(tempDir)))).ts
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  7. src/go/types/api_test.go

    		// type parameters
    		{`package t0; type t[] int; var _ t`, `t`, `t0.t`}, // t[] is a syntax error that is ignored in this test in favor of t
    		{`package t1; type t[P any] int; var _ t[int]`, `t`, `t1.t[P any]`},
    		{`package t2; type t[P interface{}] int; var _ t[int]`, `t`, `t2.t[P interface{}]`},
    		{`package t3; type t[P, Q interface{}] int; var _ t[int, int]`, `t`, `t3.t[P, Q interface{}]`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  8. src/main/webapp/js/jquery-3.6.3.min.js

    n;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  9. src/crypto/tls/handshake_client_test.go

    	}
    }
    
    func TestVerifyConnection(t *testing.T) {
    	t.Run("TLSv12", func(t *testing.T) { testVerifyConnection(t, VersionTLS12) })
    	t.Run("TLSv13", func(t *testing.T) { testVerifyConnection(t, VersionTLS13) })
    }
    
    func testVerifyConnection(t *testing.T, version uint16) {
    	checkFields := func(c ConnectionState, called *int, errorType string) error {
    		if c.Version != version {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    		t.Errorf("unexpected visited objects: %#v", test.Objects())
    	}
    
    	if _, err := b.Do().ResourceMapping(); err == nil {
    		t.Errorf("unexpected non-error")
    	}
    }
    
    func TestRequestModifier(t *testing.T) {
    	for _, tc := range []struct {
    		name string
    		f    func(t *testing.T, got **rest.Request) *Builder
    	}{
    		{
    			name: "simple",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
Back to top