Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 73 for highest (0.13 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"priority":    "priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a higher priority.",
    }
    
    func (TableColumnDefinition) SwaggerDoc() map[string]string {
    	return map_TableColumnDefinition
    }
    
    var map_TableOptions = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  2. gradle/verification-metadata.xml

                <pgp value="DCBA03381EF6C89096ACD985AC5EC74981F9CDA6"/>
             </artifact>
          </component>
          <component group="com.burgstaller" name="okhttp-digest" version="1.10">
             <artifact name="okhttp-digest-1.10.jar">
                <sha256 value="be46341a814e786c14c5d0e6cf5d470e55fff468b99509437c4014d8b2a20ce4" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    Due to that, if you use `zincVersion` setting it's advised to remove it and only use the default version, because Gradle will only be able to compile Scala code with Zinc versions set to 1.6.x or higher.
    
    [[remove_test_add_opens]]
    ==== Removes implicit `--add-opens` for test workers
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //
    // Integer types:
    //   TypeWithSize   - maps an integer to a int type.
    //   Int32, UInt32, Int64, UInt64, TimeInMillis
    //                  - integers of known sizes.
    //   BiggestInt     - the biggest signed integer type.
    //
    // Command-line utilities:
    //   GTEST_FLAG()       - references a flag.
    //   GTEST_DECLARE_*()  - declares a flag.
    //   GTEST_DEFINE_*()   - defines a flag.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    	for _, pv := range expectedPVs {
    		cachedPV, err := pvCache.GetPV(pv.Name)
    		if err != nil {
    			t.Errorf("GetPV %q returned error: %v", pv.Name, err)
    		}
    		// Cache may be overridden by API object with higher version, compare but ignore resource version.
    		newCachedPV := cachedPV.DeepCopy()
    		newCachedPV.ResourceVersion = pv.ResourceVersion
    		if diff := cmp.Diff(pv, newCachedPV); diff != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //
    // Integer types:
    //   TypeWithSize   - maps an integer to a int type.
    //   Int32, UInt32, Int64, UInt64, TimeInMillis
    //                  - integers of known sizes.
    //   BiggestInt     - the biggest signed integer type.
    //
    // Command-line utilities:
    //   GTEST_FLAG()       - references a flag.
    //   GTEST_DECLARE_*()  - declares a flag.
    //   GTEST_DEFINE_*()   - defines a flag.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    For example, if you're upgrading from Gradle 4.3 to 5.0, you will also need to apply the changes since 4.4, 4.5, etc up to 5.0.
    
    TIP: If you are using Gradle for Android, you need to move to version 3.3 or higher of both the Android Gradle Plugin and Android Studio.
    
    == For all users
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/MapMakerInternalMap.java

       * are guarded by a lock and operations are applied in batches to avoid lock contention. The
       * penalty of applying the batches is spread across threads so that the amortized cost is slightly
       * higher than performing just the operation without enforcing the capacity constraint.
       *
       * This implementation uses a per-segment queue to record a memento of the additions, removals,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

             */
            boolean claimPropertyImplementation(PropertyMetadata property) {
                return false;
            }
    
            /**
             * Called when another a handler with higher precedence has also claimed the given property.
             */
            void ambiguous(PropertyMetadata property) {
                // No supposed to happen
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

       * are guarded by a lock and operations are applied in batches to avoid lock contention. The
       * penalty of applying the batches is spread across threads so that the amortized cost is slightly
       * higher than performing just the operation without enforcing the capacity constraint.
       *
       * This implementation uses a per-segment queue to record a memento of the additions, removals,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
Back to top