Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 1,184 for relativeTo (0.85 sec)

  1. pkg/kubelet/eviction/helpers_test.go

    		pod2: newPodMemoryStats(pod2, resource.MustParse("300Mi")), // 300 relative to request
    		pod3: newPodMemoryStats(pod3, resource.MustParse("800Mi")), // 700 relative to request
    		pod4: newPodMemoryStats(pod4, resource.MustParse("300Mi")), // 200 relative to request
    		pod5: newPodMemoryStats(pod5, resource.MustParse("800Mi")), // -200 relative to request
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/JavaExecIntegrationTest.groovy

                }
            """
    
            when:
            executer.expectDocumentedDeprecationWarning("Configuring a Java executable via a relative path. " +
                "This behavior has been deprecated. This will fail with an error in Gradle 9.0. " +
                "Resolving relative file paths might yield unexpected results, there is no single clear location it would make sense to resolve against. " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 06:04:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/JavaPluginConvention.java

        /**
         * The name of the docs directory. Can be a name or a path relative to the build dir.
         */
        public abstract String getDocsDirName();
    
        public abstract void setDocsDirName(String docsDirName);
    
        /**
         * The name of the test results directory. Can be a name or a path relative to the build dir.
         */
        public abstract String getTestResultsDirName();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  4. operator/pkg/helm/testdata/istio-1.3.0-linux.tar.gz

    istio installation name: istio-installer-test version: 1.0 istio-installer/values.yaml # Value.yaml file example for testing # name: value istio-installer/.helmignore # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store .git...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 19 23:09:45 UTC 2020
    - 617 bytes
    - Viewed (0)
  5. cluster/gce/addons/README.md

    # GCE Cluster addons
    
    These cluster add-ons are specific to GCE and GKE clusters. The GCE-specific addon directory is
    merged with the general cluster addon directory at release, so addon paths (relative to the addon
    directory) must be unique across the 2 directory structures.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 23:08:03 UTC 2017
    - 357 bytes
    - Viewed (0)
  6. pkg/kubelet/cm/util/cgroups_linux.go

    	// If we didn't mount the subsystem, there is no point we make the path.
    	if err != nil {
    		return "", err
    	}
    
    	// If the cgroup name/path is absolute do not look relative to the cgroup of the init process.
    	if filepath.IsAbs(cgroupPath) {
    		// Sometimes subsystems can be mounted together as 'cpu,cpuacct'.
    		return filepath.Join(root, mnt, cgroupPath), nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 12 07:50:19 UTC 2020
    - 2.9K bytes
    - Viewed (0)
  7. docs/en/docs/css/custom.css

    }
    
    .user {
      margin: 1em;
      min-width: 7em;
    }
    
    .user .avatar-wrapper {
      width: 80px;
      height: 80px;
      margin: 10px auto;
      overflow: hidden;
      border-radius: 50%;
      position: relative;
    }
    
    .user .avatar-wrapper img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    .user .title {
      text-align: center;
    }
    
    .user .count {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jan 28 09:53:45 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/internal/build/BuildProjectRegistry.java

         *
         * @param projectPath The path relative to the root project of this build.
         */
        ProjectState getProject(Path projectPath);
    
        /**
         * Locates a project of this build, returning null if the project is not present.
         *
         * @param projectPath The path relative to the root project of this build.
         */
        @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 17 02:52:57 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  9. releasenotes/notes/37415.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 37415
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 19:38:42 UTC 2022
    - 295 bytes
    - Viewed (0)
  10. apache-maven/src/assembly/shared/mvnvalidate

    ## resolve links - $0 may be a link to Maven's home
    PRG="$0"
    
    # need this for relative symlinks
    while [ -h "$PRG" ] ; do
      ls=`ls -ld "$PRG"`
      link=`expr "$ls" : '.*-> \(.*\)$'`
      if expr "$link" : '/.*' > /dev/null; then
        PRG="$link"
      else
        PRG="`dirname "$PRG"`/$link"
      fi
    done
    
    saveddir=`pwd`
    
    MAVEN_HOME=`dirname "$PRG"`/..
    
    # make it fully qualified
    MAVEN_HOME=`cd "$MAVEN_HOME" && pwd`
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 23 07:59:32 UTC 2020
    - 418 bytes
    - Viewed (0)
Back to top