Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for FILE (0.05 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                    @Override
                    void transform(TransformOutputs outputs) {
                        def file = inputArtifact.get().asFile
                        println "Transforming \${file.name} with MakeGreen"
                        outputs.file(file.name + ".green").text = "very green"
                    }
                }
    
                project(':util') {
                    dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //	-overlay file
    //		read a JSON config file that provides an overlay for build operations.
    //		The file is a JSON struct with a single field, named 'Replace', that
    //		maps each disk file path (a string) to its backing file path, so that
    //		a build will run as if the disk file path exists with the contents
    //		given by the backing file paths, or as if the disk file path does not
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    				return err
    			}
    		case strings.HasSuffix(name, _goos):
    			targ := file[:len(name)-len(_goos)] + "_GOOS." + ext
    			if err := sh.CopyFile(objdir+targ, filepath.Join(p.Dir, file), 0666, true); err != nil {
    				return err
    			}
    		}
    	}
    
    	for _, file := range cfiles {
    		out := file[:len(file)-len(".c")] + ".o"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

    EOF
    
      systemctl start node-problem-detector.service
    }
    
    # Create the log file and set its properties.
    #
    # $1 is the file to create.
    # $2: the log owner uid to set for the log file.
    # $3: the log owner gid to set for the log file. If $KUBE_POD_LOG_READERS_GROUP
    # is set then this value will not be used.
    function prepare-log-file {
      touch "$1"
      if [[ -n "${KUBE_POD_LOG_READERS_GROUP:-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

        DOCKER_REGISTRY_MIRROR_URL="https://mirror.gcr.io"
      fi
    
      SERVER_BINARY_TAR_HASH=$(sha512sum-file "${SERVER_BINARY_TAR}")
    
      if [[ -n "${NODE_BINARY_TAR:-}" ]]; then
        NODE_BINARY_TAR_HASH=$(sha512sum-file "${NODE_BINARY_TAR}")
      fi
      if [[ -n "${KUBE_MANIFESTS_TAR:-}" ]]; then
        KUBE_MANIFESTS_TAR_HASH=$(sha512sum-file "${KUBE_MANIFESTS_TAR}")
      fi
    
      local server_binary_tar_urls=()
      local node_binary_tar_urls=()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods_test.go

    			hostAliases:   []v1.HostAlias{},
    			rawHostsFileContent: `# hosts file for testing.
    127.0.0.1	localhost
    ::1	localhost ip6-localhost ip6-loopback
    fe00::0	ip6-localnet
    fe00::0	ip6-mcastprefix
    fe00::1	ip6-allnodes
    fe00::2	ip6-allrouters
    123.45.67.89	some.domain
    `,
    			expectedHostsFileContent: `# Kubernetes-managed hosts file (host network).
    # hosts file for testing.
    127.0.0.1	localhost
    ::1	localhost ip6-localhost ip6-loopback
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_pods.go

    	"k8s.io/kubernetes/third_party/forked/golang/expansion"
    	utilnet "k8s.io/utils/net"
    )
    
    const (
    	managedHostsHeader                = "# Kubernetes-managed hosts file.\n"
    	managedHostsHeaderWithHostNetwork = "# Kubernetes-managed hosts file (host network).\n"
    )
    
    // Container state reason list
    const (
    	PodInitializing   = "PodInitializing"
    	ContainerCreating = "ContainerCreating"
    
    	kubeletUser = "kubelet"
    )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.file.ConfigurableFileTree.getBuiltBy()> does not have raw return type assignable to org.gradle.api.provider.Property in (ConfigurableFileTree.java:0)
    Method <org.gradle.api.file.ConfigurableFileTree.getDir()> does not have raw return type assignable to org.gradle.api.provider.Property in (ConfigurableFileTree.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_builder_test.go

    // Copyright Istio Authors. All Rights Reserved.
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  10. cmd/storage-datatypes_gen.go

    			}
    		case "Prefix":
    			z.Prefix, err = dc.ReadString()
    			if err != nil {
    				err = msgp.WrapError(err, "Prefix")
    				return
    			}
    		case "File":
    			z.File, err = dc.ReadString()
    			if err != nil {
    				err = msgp.WrapError(err, "File")
    				return
    			}
    		case "Exists":
    			z.Exists, err = dc.ReadBool()
    			if err != nil {
    				err = msgp.WrapError(err, "Exists")
    				return
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
Back to top