Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 74 for plats (0.11 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinder.kt

      private val taskRunner: TaskRunner,
    ) : ExchangeFinder {
      private val connectDelayNanos = TimeUnit.MILLISECONDS.toNanos(250L)
      private var nextTcpConnectAtNanos = Long.MIN_VALUE
    
      /**
       * Plans currently being connected, and that will later be added to [connectResults]. This is
       * mutated by the call thread only. If is accessed by background connect threads.
       */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. platforms/jvm/jvm-services/src/main/java/org/gradle/api/internal/artifacts/JavaEcosystemSupport.java

         *
         * Available for compatibility with previously published modules.  Should <strong>NOT</strong> be used for new publishing.
         * No plans for permanent removal.
         */
        @Deprecated
        public static final String DEPRECATED_JAVA_API_JARS = "java-api-jars";
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 19:13:00 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    concavo-convex Plates of Glass as are ground on the same Sphere, ought to be reciprocally in a subduplicate Proportion of the thicknesses of the Plates of Glass. And if this Proportion be found true by experience it will amount to a demonstration that these Rings (like those formed in thin Plates) do depend on the thickness of the Glass. I procured therefore another concavo-convex Plate of Glass ground on both sides to the same Sphere with the former Plate. Its thickness was 5/62 Parts of an Inch;...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/publication/DefaultMavenPublicationTest.groovy

            given:
            def publication = createPublication()
            def moduleDependency = Mock(ExternalDependency)
    
            when:
            moduleDependency.group >> "plat-group"
            moduleDependency.name >> "plat-name"
            moduleDependency.version >> "plat-version"
            moduleDependency.artifacts >> []
            moduleDependency.excludeRules >> []
            moduleDependency.transitive >> true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:33:41 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  5. ci/official/containers/linux_arm64/devel.usertools/rename_and_verify_wheels.sh

    # "manylinux_xyz" into the wheel filename.
    set -euxo pipefail
    
    for wheel in /tf/pkg/*.whl; do
      echo "Checking and renaming $wheel..."
      time python3 -m auditwheel repair --plat manylinux2014_aarch64 "$wheel" --wheel-dir /tf/pkg 2>&1 | tee check.txt
    
      # We don't need the original wheel if it was renamed
      new_wheel=$(grep --extended-regexp --only-matching '/tf/pkg/\S+.whl' check.txt)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 19:00:37 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. pkg/bootstrap/config.go

    }
    
    // Extracts instance labels for the platform into model.NodeMetadata.Labels
    // only if not running on Kubernetes
    func extractInstanceLabels(plat platform.Environment, meta *model.BootstrapNodeMetadata) {
    	if plat == nil || meta == nil || plat.IsKubernetes() {
    		return
    	}
    	instanceLabels := plat.Labels()
    	if meta.StaticLabels == nil {
    		meta.StaticLabels = map[string]string{}
    	}
    	for k, v := range instanceLabels {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/initialization/DefaultPlannedTask.java

                throw new IllegalStateException("Task-only dependencies are available only for task plans." +
                    " '" + taskIdentity + "' from the requested execution plan has dependencies with higher detail level: " + nonTaskDependencies);
            }
    
            @SuppressWarnings("unchecked")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 22 14:29:39 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  8. samples/bookinfo/README.md

    ++ pwd
    + SCRIPTDIR=/work/samples/bookinfo/src
    + cd /work/samples/bookinfo/src/../../..
    + h=docker.io/user1
    + t=test1.0
    + [[ docker.io/user1 == \i\s\t\i\o ]]
    + [[ docker.io/user1 == \d\o\c\k\e\r\.\i\o\/\i\s\t\i\o ]]
    + plat=linux/amd64
    + [[ '' == \t\r\u\e ]]
    + env TAG=test1.0 HUB=docker.io/user1 docker buildx bake -f samples/bookinfo/src/docker-bake.hcl --set '*.platform=linux/amd64'
    [+] Building 1.9s (123/133)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  9. platforms/software/platform-base/src/main/java/org/gradle/platform/base/internal/BinaryNamingScheme.java

         */
        BinaryNamingScheme withComponentName(String componentName);
    
        /**
         * Creates a copy of this scheme, replacing the role. The 'role' refers to the role that the binary plays within its component.
         */
        BinaryNamingScheme withRole(String role, boolean isMain);
    
        /**
         * Creates a copy of this scheme, replacing the binary type.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  10. subprojects/core-api/src/main/java/org/gradle/api/flow/FlowAction.java

     *     <li>{@link ExecOperations} provides means to execute external processes.</li>
     *     <li>{@link FileSystemOperations} provides means to operate on the file system.</li>
     * </ul>
     * <pre class='autoTested'>
     * /**
     *  * Plays a given {{@literal @}link Parameters#getMediaFile() media file} using {{@literal @}code ffplay}.
     *  *{@literal /}
     * class FFPlay implements FlowAction&lt;FFPlay.Parameters&gt; {
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 16 20:51:35 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top