Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 332 for vand (0.98 sec)

  1. src/cmd/go/testdata/mod/README

    two files ".info" and ".mod", to be served as the info and mod files
    in the proxy protocol (see https://research.swtch.com/vgo-module).
    The remaining files are served as the content of the module zip file.
    The path@vers prefix required of files in the zip file is added
    automatically by the proxy: the files in the archive have names without
    the prefix, like plain "go.mod", "x.go", and so on.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  2. hack/dev-build-and-push.sh

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # This script will build a dev release and push it to an existing cluster.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    # Build a dev release
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 22 00:39:55 UTC 2019
    - 987 bytes
    - Viewed (0)
  3. docs/de/docs/how-to/custom-request-and-route.md

    Nils Lindemann <******@****.***> 1711822703 +0100
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:18:23 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. src/internal/poll/fd_mutex_test.go

    	var mu XFDMutex
    	var readState [2]uint64
    	var writeState [2]uint64
    	for p := 0; p < P; p++ {
    		go func() {
    			defer func() {
    				done <- !t.Failed()
    			}()
    			r := rand.New(rand.NewSource(rand.Int63()))
    			for i := 0; i < N; i++ {
    				switch r.Intn(3) {
    				case 0:
    					if !mu.Incref() {
    						t.Error("broken")
    						return
    					}
    					if mu.Decref() {
    						t.Error("broken")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 08 03:57:40 UTC 2022
    - 4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/round_trip_test.go

    	authorizationv1beta1 "k8s.io/api/authorization/v1beta1"
    )
    
    func TestRoundTrip(t *testing.T) {
    	f := fuzz.New()
    	seed := time.Now().UnixNano()
    	t.Logf("seed = %v", seed)
    	f.RandSource(rand.New(rand.NewSource(seed)))
    
    	for i := 0; i < 1000; i++ {
    		original := &authorizationv1.SubjectAccessReview{}
    		f.Fuzz(&original.Spec)
    		f.Fuzz(&original.Status)
    		converted := &authorizationv1beta1.SubjectAccessReview{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. 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)
  7. src/cmd/go/testdata/mod/example.com_join_subpkg_v1.0.0.txt

    Written by hand.
    Test case for package moved into a parent module.
    
    -- .mod --
    module example.com/join/subpkg
    -- .info --
    {"Version": "v1.0.0"}
    -- x.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 09 21:00:53 UTC 2018
    - 170 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.22.1.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.22.1.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.22.1.linux-amd64"}
    -- .mod --
    golang.org/toolchain
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 185 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.22.9.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.22.9.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.22.9.linux-amd64"}
    -- .mod --
    golang.org/toolchain
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 185 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.23.5.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.23.5.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.23.5.linux-amd64"}
    -- .mod --
    golang.org/toolchain
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 185 bytes
    - Viewed (0)
Back to top