Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 88 for unmix (0.33 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    // mkerrors.sh -m64
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build amd64 && freebsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    	AF_CCITT                       = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    // mkerrors.sh -m64
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build riscv64 && freebsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    // mkerrors.sh -m32
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build 386 && freebsd
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m32 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    	AF_CCITT                       = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  4. pkg/kubelet/stats/cri_stats_provider_test.go

    			UID:       podSandbox.Metadata.Uid,
    			Namespace: podSandbox.Metadata.Namespace,
    		},
    		// The StartTime in the summary API is the pod creation time.
    		StartTime: metav1.NewTime(time.Unix(0, podSandbox.CreatedAt)),
    	}
    	if podSandbox.State == runtimeapi.PodSandboxState_SANDBOX_NOTREADY {
    		podStats.CPU = nil
    		podStats.Memory = nil
    	} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  5. cmd/xl-storage.go

    	if runtime.GOOS == "windows" && len(pathName) > 1024 {
    		return errFileNameTooLong
    	}
    
    	// On Unix we reject paths if they are just '.', '..' or '/'
    	if pathName == "." || pathName == ".." || pathName == slashSeparator {
    		return errFileAccessDenied
    	}
    
    	// Check each path segment length is > 255 on all Unix
    	// platforms, look for this value as NAME_MAX in
    	// /usr/include/linux/limits.h
    	var count int64
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  6. src/cmd/go/internal/test/test.go

    		if data, _ := lockedfile.Read(filepath.Join(dir, "testexpire.txt")); len(data) > 0 && data[len(data)-1] == '\n' {
    			if t, err := strconv.ParseInt(string(data[:len(data)-1]), 10, 64); err == nil {
    				testCacheExpire = time.Unix(0, t)
    			}
    		}
    	}
    
    	b := work.NewBuilder("")
    	defer func() {
    		if err := b.Close(); err != nil {
    			base.Fatal(err)
    		}
    	}()
    
    	var builds, runs, prints []*work.Action
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    For details on the convenience method used in the samples, see link:{javadocPath}/org/gradle/api/file/ConfigurableFilePermissions.html#unix-java.lang.String-[ConfigurableFilePermissions.unix(String)].
    
    Using empty configuration blocks for file or directory permissions still sets them explicitly, just to fixed default values.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  8. pkg/volume/csi/csi_mounter_test.go

    				}
    				tr.Status.Token = fmt.Sprintf("%v:%v:%d:%v", action.GetNamespace(), testAccount, *tr.Spec.ExpirationSeconds, tr.Spec.Audiences)
    				tr.Status.ExpirationTimestamp = meta.NewTime(time.Unix(1, 1))
    				return true, tr, nil
    			}))
    			plug, tmpDir := newTestPlugin(t, client)
    			defer os.RemoveAll(tmpDir)
    			mounter, err := plug.NewMounter(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  9. hack/local-up-cluster.sh

    LOG_SPEC=${LOG_SPEC:-""}
    LOG_DIR=${LOG_DIR:-"/tmp"}
    TMP_DIR=${TMP_DIR:-$(kube::realpath "$(mktemp -d -t "$(basename "$0").XXXXXX")")}
    CONTAINER_RUNTIME_ENDPOINT=${CONTAINER_RUNTIME_ENDPOINT:-"unix:///run/containerd/containerd.sock"}
    RUNTIME_REQUEST_TIMEOUT=${RUNTIME_REQUEST_TIMEOUT:-"2m"}
    IMAGE_SERVICE_ENDPOINT=${IMAGE_SERVICE_ENDPOINT:-""}
    CPU_CFS_QUOTA=${CPU_CFS_QUOTA:-true}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/replica_calculator_test.go

    		}, {
    			name: "ignore pods with deletion timestamps",
    			pods: []*v1.Pod{
    				{
    					ObjectMeta: metav1.ObjectMeta{
    						Name:              "deleted",
    						DeletionTimestamp: &metav1.Time{Time: time.Unix(1, 0)},
    					},
    					Status: v1.PodStatus{
    						Phase: v1.PodPending,
    					},
    				},
    			},
    			metrics: metricsclient.PodMetricsInfo{
    				"deleted": metricsclient.PodMetric{Value: 1},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
Back to top