Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 483 for resc (0.26 sec)

  1. src/cmd/go/testdata/mod/rsc.io_panicnil_v1.0.0.txt

    rsc.io/panicnil v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/panicnil
    -- .info --
    {"Version":"v1.0.0"}
    -- fortune.go --
    package main
    
    func main() {
    	panic(nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 23 10:55:13 UTC 2023
    - 166 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/rsc.io_quote_v1.4.0.txt

    rsc.io/quote@v1.4.0
    
    -- .mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.0.0
    -- .info --
    {"Version":"v1.4.0","Name":"19e8b977bd2f437798c2cc2dcfe8a1c0f169481b","Short":"19e8b977bd2f","Time":"2018-02-14T00:56:05Z"}
    -- go.mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.0.0
    -- quote.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.9K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/rsc.io_quote_v3_v3.0.0.txt

    rsc.io/quote/v3@v3.0.0
    
    -- .mod --
    module rsc.io/quote/v3
    
    require rsc.io/sampler v1.3.0
    
    -- .info --
    {"Version":"v3.0.0","Name":"d88915d7e77ed0fd35d0a022a2f244e2202fd8c8","Short":"d88915d7e77e","Time":"2018-07-09T15:34:46Z"}
    -- go.mod --
    module rsc.io/quote/v3
    
    require rsc.io/sampler v1.3.0
    
    -- quote.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/plugin/pkg/audit/truncate/truncate_test.go

    	}
    )
    
    func TestTruncatingEvents(t *testing.T) {
    	testCases := []struct {
    		desc          string
    		event         *auditinternal.Event
    		wantDropped   bool
    		wantTruncated bool
    	}{
    		{
    			desc:  "Empty event should not be truncated",
    			event: &auditinternal.Event{},
    		},
    		{
    			desc: "Event with too large body should be truncated",
    			event: &auditinternal.Event{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 30 07:56:39 UTC 2018
    - 3.7K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/rsc.io_quote_v2.0.0.txt

    rsc.io/quote@v2.0.0
    
    -- .mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.3.0
    -- .info --
    {"Version":"v0.0.0-20180709153244-fd906ed3b100","Name":"fd906ed3b100e47181ffa9ec36d82294525c9109","Short":"fd906ed3b100","Time":"2018-07-09T15:32:44Z"}
    -- go.mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.3.0
    -- quote.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 20 15:30:21 UTC 2018
    - 2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/rsc.io_sampler_v1.0.0.txt

    rsc.io/sampler@v1.0.0
    
    -- .mod --
    module "rsc.io/sampler"
    -- .info --
    {"Version":"v1.0.0","Name":"60bef405c52117ad21d2adb10872b95cf17f8fca","Short":"60bef405c521","Time":"2018-02-13T18:05:54Z"}
    -- go.mod --
    module "rsc.io/sampler"
    -- sampler.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package sampler shows simple texts.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 568 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.1.txt

    rsc.io/sampler@v1.3.1
    
    -- .mod --
    module "rsc.io/sampler"
    
    require "golang.org/x/text" v0.0.0-20170915032832-14c0d48ead0c
    -- .info --
    {"Version":"v1.3.1","Name":"f545d0289d06e2add4556ea6a15fc4938014bf87","Short":"f545d0289d06","Time":"2018-02-14T16:34:12Z"}
    -- glass.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 4.7K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/rsc.io_badmod_v1.0.0.txt

    rsc.io/badmod v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/badmod
    hello world
    -- .info --
    {"Version":"v1.0.0"}
    -- x.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jul 28 01:15:16 UTC 2018
    - 137 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/rsc.io_badsum_v1.0.0.txt

    rsc.io/badsum@v1.0.0
    
    This module would match the hard-coded hash for rsc.io/badsum v1.0.0
    in modfetch/notary.go if not for the "break hash" line.
    
    -- .mod --
    module "rsc.io/badsum"
    -- .info --
    {"Version":"v1.0.0","Time":"2018-02-14T00:45:20Z"}
    -- go.mod --
    module "rsc.io/badsum"
    -- badsum.go --
    package badsum
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 01:45:06 UTC 2019
    - 326 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/rsc.io_badsum_v1.0.1.txt

    rsc.io/badsum@v1.0.1
    
    This module would match the hard-coded hash for rsc.io/badsum v1.0.1/go.mod
    in modfetch/notary.go if not for the "break hash" line.
    
    -- .mod --
    module "rsc.io/badsum"
    # break hash
    -- .info --
    {"Version":"v1.0.1","Time":"2018-02-14T00:45:20Z"}
    -- go.mod --
    module "rsc.io/badsum"
    -- badsum.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 01:45:06 UTC 2019
    - 332 bytes
    - Viewed (0)
Back to top