Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 208 for 234M (1.88 sec)

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

    	SYS_FGETXATTR               = 229
    	SYS_LISTXATTR               = 230
    	SYS_LLISTXATTR              = 231
    	SYS_FLISTXATTR              = 232
    	SYS_REMOVEXATTR             = 233
    	SYS_LREMOVEXATTR            = 234
    	SYS_FREMOVEXATTR            = 235
    	SYS_GETTID                  = 236
    	SYS_TKILL                   = 237
    	SYS_FUTEX                   = 238
    	SYS_SCHED_SETAFFINITY       = 239
    	SYS_SCHED_GETAFFINITY       = 240
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. hack/lib/protoc.sh

    [[ $(type -t kube::protoc::loaded) == function ]] && return 0
    
    # The root of the build/dist directory
    KUBE_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd -P)"
    source "${KUBE_ROOT}/hack/lib/init.sh"
    
    PROTOC_VERSION=23.4
    
    # Generates $1/api.pb.go from the protobuf file $1/api.proto
    # and formats it correctly
    # $1: Full path to the directory where the api.proto file is
    function kube::protoc::generate_proto() {
      kube::golang::setup_env
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 20:53:13 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. src/syscall/mksyscall.pl

    	if(!/^\/\/sys(nb)? (\w+)\(([^()]*)\)\s*(?:\(([^()]+)\))?\s*(?:=\s*((?i)_?SYS_[A-Z0-9_]+))?$/) {
    		print STDERR "$ARGV:$.: malformed //sys declaration\n";
    		$errors = 1;
    		next;
    	}
    	my ($func, $in, $out, $sysname) = ($2, $3, $4, $5);
    
    	# Split argument lists on comma.
    	my @in = parseparamlist($in);
    	my @out = parseparamlist($out);
    
    	# Try in vain to keep people from editing this file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 17:15:02 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/network_test.go

    			Ports: []corev1.ServicePort{{Port: 15443, Protocol: corev1.ProtocolTCP}},
    		},
    		Status: corev1.ServiceStatus{LoadBalancer: corev1.LoadBalancerStatus{Ingress: []corev1.LoadBalancerIngress{{
    			IP:    "2.3.4.6",
    			Ports: []corev1.PortStatus{{Port: 15443, Protocol: corev1.ProtocolTCP}},
    		}}}},
    	}
    	clienttest.Wrap(t, c.services).CreateOrUpdate(svc)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go

    	SYS_LGETXATTR                    = 230
    	SYS_FGETXATTR                    = 231
    	SYS_LISTXATTR                    = 232
    	SYS_LLISTXATTR                   = 233
    	SYS_FLISTXATTR                   = 234
    	SYS_REMOVEXATTR                  = 235
    	SYS_LREMOVEXATTR                 = 236
    	SYS_FREMOVEXATTR                 = 237
    	SYS_TKILL                        = 238
    	SYS_SENDFILE64                   = 239
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go

    	SYS_LGETXATTR                    = 230
    	SYS_FGETXATTR                    = 231
    	SYS_LISTXATTR                    = 232
    	SYS_LLISTXATTR                   = 233
    	SYS_FLISTXATTR                   = 234
    	SYS_REMOVEXATTR                  = 235
    	SYS_LREMOVEXATTR                 = 236
    	SYS_FREMOVEXATTR                 = 237
    	SYS_TKILL                        = 238
    	SYS_SENDFILE64                   = 239
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. api/except.txt

    pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2150132039
    pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3224922456
    pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860
    pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234
    pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232
    pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233
    pkg syscall (openbsd-386), const SYS_FHSTATFS = 309
    pkg syscall (openbsd-386), const SYS_FSTAT = 292
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  8. platforms/core-execution/build-cache/src/test/groovy/org/gradle/caching/internal/controller/DefaultBuildCacheControllerPackOperationExecutorTest.groovy

                prop("outputFile", FILE, outputFile)
            )
    
            def outputFileSnapshot = new RegularFileSnapshot(outputFile.absolutePath, outputFile.name, TestHashCodes.hashCodeFrom(234), DefaultFileMetadata.file(15, 234, FileMetadata.AccessType.DIRECT))
            def fileSnapshots = [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. test/typeparam/sliceimp.dir/main.go

    	}
    }
    
    func offByOne[Elem Integer](a, b Elem) bool {
    	return a == b+1 || a == b-1
    }
    
    func TestEqualFn() {
    	s1 := []int{1, 2, 3}
    	s2 := []int{2, 3, 4}
    	if a.EqualFn(s1, s1, offByOne[int]) {
    		panic(fmt.Sprintf("a.EqualFn(%v, %v, offByOne) = true, want false", s1, s1))
    	}
    	if !a.EqualFn(s1, s2, offByOne[int]) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 02:14:15 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/features/kube_features.go

    	// owner: @p0lyn0mial
    	// alpha: v1.27
    	//
    	// Allow the API server to stream individual items instead of chunking
    	WatchList featuregate.Feature = "WatchList"
    
    	// owner: @serathius
    	// kep: http://kep.k8s.io/2340
    	// alpha: v1.28
    	//
    	// Allow the API server to serve consistent lists from cache
    	ConsistentListFromCache featuregate.Feature = "ConsistentListFromCache"
    
    	// owner: @tkashem
    	// beta: v1.29
    	// GA: v1.30
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:36:46 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top