Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 119 for myproduct (0.27 sec)

  1. CREDITS

    typical or common use of that class of product, regardless of the status
    of the particular user or of the way in which the particular user
    actually uses, or expects or is expected to use, the product.  A product
    is a consumer product regardless of whether the product has substantial
    commercial, industrial or non-consumer uses, unless such uses represent
    the only significant mode of use of the product.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  2. architecture/platforms.md

    ## Cross-cutting architecture modules
    
    There are some additional cross-cutting architecture modules that aren't platforms:
    
    ### Enterprise integration
    
    Provides cross-cutting integration with Gradle's commercial product.
    
    ### IDE integration
    
    Provides cross-cutting integration with IDEs and other tooling.
    
    ### Build infrastructure
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 06:42:46 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. pkg/kubelet/winstats/perfcounter_nodestats.go

    	return cpuUsageNanoCores
    }
    
    func getSystemUUID() (string, error) {
    	result, err := exec.Command("wmic", "csproduct", "get", "UUID").Output()
    	if err != nil {
    		return "", err
    	}
    	fields := strings.Fields(string(result))
    	if len(fields) != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 26 18:37:21 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. README.md

    We use GitHub to track all of our bugs and feature requests. Each issue we track has a variety of metadata:
    
    - **Epic**. An epic represents a feature area for Istio as a whole. Epics are fairly broad in scope and are basically product-level things.
    Each issue is ultimately part of an epic.
    
    - **Milestone**. Each issue is assigned a milestone. This is 0.1, 0.2, ..., or 'Nebulous Future'. The milestone indicates when we
    think the issue should get addressed.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 26 15:28:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  5. src/crypto/rsa/rsa.go

    NextSetOfPrimes:
    	for {
    		todo := bits
    		// crypto/rand should set the top two bits in each prime.
    		// Thus each prime has the form
    		//   p_i = 2^bitlen(p_i) × 0.11... (in base 2).
    		// And the product is:
    		//   P = 2^todo × α
    		// where α is the product of nprimes numbers of the form 0.11...
    		//
    		// If α < 1/2 (which can happen for nprimes > 2), we need to
    		// shift todo to compensate for lost bits: the mean value of 0.11...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  6. platforms/core-execution/file-watching/src/integTest/groovy/org/gradle/internal/watch/WatchedDirectoriesFileSystemWatchingIntegrationTest.groovy

            when:
            withWatchFs().run "myClean"
            withWatchFs().run "producer"
            then:
            executedAndNotSkipped ":producer"
    
            where:
            buildDir << ["build", "build/myProject"]
        }
    
        @Issue("https://github.com/gradle/gradle/issues/12614")
        def "can remove watched directory after all files inside have been removed"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/math/LongMath.java

      public static long checkedSubtract(long a, long b) {
        long result = a - b;
        checkNoOverflow((a ^ b) >= 0 | (a ^ result) >= 0, "checkedSubtract", a, b);
        return result;
      }
    
      /**
       * Returns the product of {@code a} and {@code b}, provided it does not overflow.
       *
       * @throws ArithmeticException if {@code a * b} overflows in signed {@code long} arithmetic
       */
      @SuppressWarnings("ShortCircuitBoolean")
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  8. guava/src/com/google/common/math/LongMath.java

      public static long checkedSubtract(long a, long b) {
        long result = a - b;
        checkNoOverflow((a ^ b) >= 0 | (a ^ result) >= 0, "checkedSubtract", a, b);
        return result;
      }
    
      /**
       * Returns the product of {@code a} and {@code b}, provided it does not overflow.
       *
       * @throws ArithmeticException if {@code a * b} overflows in signed {@code long} arithmetic
       */
      @SuppressWarnings("ShortCircuitBoolean")
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h.pump

    $for j [[
    
      const T$j v$(j)_;
    ]]
    
    };
    
    ]]
    
    # if GTEST_HAS_COMBINE
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Generates values from the Cartesian product of values produced
    // by the argument generators.
    //
    $range i 2..maxtuple
    $for i [[
    $range j 1..i
    $range k 2..i
    
    template <$for j, [[typename T$j]]>
    class CartesianProductGenerator$i
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. cmd/veeam-sos-api.go

    //     compression). This is an optional area; by default, there should be no <SystemRecommendations> section in the
    //     system.xml. Vendors can work with Veeam Product Management and the Alliances team on getting approval to integrate
    //     specific system recommendations based on current support case statistics and storage performance possibilities.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 20 18:54:52 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top