Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 443 for someInt (0.17 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/toolchain_plugins.adoc

    Toolchain resolver plugins provide logic to map a link:{javadocPath}/org/gradle/jvm/toolchain/JavaToolchainRequest.html[toolchain request] to a link:{javadocPath}/org/gradle/jvm/toolchain/JavaToolchainDownload.html[download response].
    At the moment the download response only contains a download URL, but may be extended in the future.
    
    WARNING: For the download URL only secure protocols like `https` are accepted.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  2. docs/fr/docs/tutorial/index.md

    Mais vous devez d'abord lire le **Tutoriel - Guide d'utilisation** (ce que vous ĂȘtes en train de lire en ce moment).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:51:55 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

     0x6ffffef5 (GNU_HASH)                   0x1b8
     0x00000005 (STRTAB)                     0xd438
     0x00000006 (SYMTAB)                     0x3ec8
     0x0000000a (STRSZ)                      23846 (Bytes)
     0x0000000b (SYMENT)                     16 (Bytes)
     0x00000003 (PLTGOT)                     0x1a8000
     0x00000002 (PLTRELSZ)                   96 (Bytes)
     0x00000014 (PLTREL)                     REL
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/TestProgressCrossVersionSpec.groovy

                package example;
                public class MyTest {
                    @org.junit.Test public void foo() throws Exception {
                         Thread.sleep(100);  // sleep for a moment to ensure test duration is > 0 (due to limited clock resolution)
                         org.junit.Assert.assertEquals(1, 1);
                    }
                }
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:59:43 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/quantization_options.proto

      }
    
      // Defines target component.
      QuantizationComponent quantization_component = 1;
    
      // Defines the target tensor type.
      TensorType tensor_type = 2;
    }
    
    // Unit-wise (op type and node name at this moment) quantization spec. It
    // contains the scope of the unit, and the quantization method for each unit.
    // NEXT ID: 7
    message UnitWiseQuantizationSpec {
      // Quantization unit granularity.
      // NEXT ID: 4
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 19 06:31:19 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. pkg/kubelet/container/container_gc.go

    		return false
    	}
    	// KEP 4191 explains that multiple filesystems for images and containers is not
    	// supported at the moment.
    	// See https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4191-split-image-filesystem#comment-on-future-extensions
    	// for work needed to support multiple filesystems.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  7. ci/official/utilities/rename_and_verify_wheels.sh

    # relevant. All of the GPU test machines have CUDA installed via other means,
    # so I am not sure how to verify that the dependencies themselves are valid for
    # the moment.
    if [[ "$TFCI_BAZEL_COMMON_ARGS" =~ gpu|cuda ]]; then
      echo "Checking to make sure tensorflow[and-cuda] is installable..."
      "$python" -m pip install "$(echo *.whl)[and-cuda]" $TFCI_PYTHON_VERIFY_PIP_INSTALL_ARGS
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 21:16:27 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/plugin/pkg/audit/buffered/buffered.go

    	ThrottleEnable bool
    	// ThrottleQPS defines the allowed rate of batches per second sent to the delegate backend.
    	ThrottleQPS float32
    	// ThrottleBurst defines the maximum number of requests sent to the delegate backend at the same moment in case
    	// the capacity defined by ThrottleQPS was not utilized.
    	ThrottleBurst int
    
    	// Whether the delegate backend should be called asynchronously.
    	AsyncDelegate bool
    }
    
    type bufferedBackend struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 9.1K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-groovy/src/main/java/org/gradle/model/dsl/internal/transform/ModelBlockTransformer.java

            this.scriptSourceDescription = scriptSourceDescription;
            this.location = location;
        }
    
        /*
            TODO change this so that we extract all the information at compile time.
    
            At the moment we use the transform to:
    
            1. validate/restrict the syntax
            2. transform rules into something more robust (e.g. foo.bar.baz {} into configure("foo.bar.baz", {})) - no dynamic propertyMissing() nonsense
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/AbstractClassBackedManagedTypeIntegrationTest.groovy

                    abstract String getName()
                    abstract void setName(String name)
                }
    
                class RulePlugin extends RuleSource {
                    @Model
                    void someone(Person person) {
                    }
    
                    @Mutate
                    void tasks(ModelMap<Task> tasks, Person person) {
                        println person.unknown
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top