Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 4,047 for based (0.06 sec)

  1. android/guava/src/com/google/common/collect/EnumHashBiMap.java

        stream.defaultReadObject();
        keyTypeOrObjectUnderJ2cl = (Class<K>) requireNonNull(stream.readObject());
        /*
         * TODO: cpovirk - Pre-size the HashMap based on the number of enum values? (But *not* based on
         * the number of entries in the map, as that makes it easy for hostile inputs to trigger lots of
         * allocation—not that any program should be deserializing hostile inputs to begin with!)
         */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Aug 24 01:40:03 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/replica_calculator.go

    		cpuInitializationPeriod:       cpuInitializationPeriod,
    		delayOfInitialReadinessStatus: delayOfInitialReadinessStatus,
    	}
    }
    
    // GetResourceReplicas calculates the desired replica count based on a target resource utilization percentage
    // of the given resource for pods matching the given selector in the given namespace, and the current replica count
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/dsl/org.gradle.plugins.ide.idea.model.IdeaModule.xml

                <tr>
                    <td>testSources</td>
                    <td><literal>[]</literal></td>
                    <td>Based on source directories in available test suites</td>
                </tr>
                <tr>
                    <td>testResources</td>
                    <td><literal>[]</literal></td>
                    <td>Based on resources in available test suites</td>
                </tr>
    
                <tr>
                    <td>excludeDirs</td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  4. releasenotes/notes/jwt-route.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 05 19:57:32 UTC 2021
    - 145 bytes
    - Viewed (0)
  5. maven-model/src/main/java/org/apache/maven/model/InputLocation.java

        // --------------------------/
        // - Class/Member Variables -/
        // --------------------------/
    
        /**
         * The one-based line number. The value will be non-positive if
         * unknown.
         */
        private int lineNumber = -1;
    
        /**
         * The one-based column number. The value will be non-positive
         * if unknown.
         */
        private int columnNumber = -1;
    
        /**
         * Field source.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Oct 19 07:06:15 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/native/cpp_unit_test_plugin.adoc

    This task is added by the <<base_plugin.adoc#base_plugin,Base Plugin>>.
    
    [[sec:cpp_unit_test_dependency_management]]
    == Dependency management
    
    Just like the tasks created by the {cpp} Unit Test Plugin, the configurations are created based on the variant of the application component.
    Read the <<building_cpp_projects.adoc#sec:introducing_build_variants-cpp,introduction to build variants>> for more information.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  7. cmd/veeam-sos-api.go

    //     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.
    //     Vendors might change the settings based on the configuration and scale out of the solution (more storage nodes =>
    //     higher task limit).
    //
    //     <S3ConcurrentTaskLimit>
    //
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 20 18:54:52 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  8. releasenotes/notes/auto-san-validation-support.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
       - |
         **Added** the ability to perform automatic SAN validation based on the downstream HTTP host/authority header
         when `ENABLE_AUTO_SNI` and `VERIFY_CERTIFICATE_AT_CLIENT` feature flags are enabled.
    docs:
       - https://docs.google.com/document/d/1pTUl-Ng3nXAWJb7UGJtalftznpxQEfID/
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 17 16:51:08 UTC 2022
    - 503 bytes
    - Viewed (0)
  9. releasenotes/notes/x-check-inject.yaml

    kind: feature
    area: istioctl
    issue:
      - https://github.com/istio/istio/issues/38299
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 08 04:41:42 UTC 2022
    - 295 bytes
    - Viewed (0)
  10. subprojects/core-api/src/main/java/org/gradle/api/file/ProjectLayout.java

         * <p>
         * File system locations based on relative paths will be
         * resolved against this layout's reference location, as defined by {@link #getProjectDirectory()}.
         */
        Provider<RegularFile> file(Provider<File> file);
    
        /**
         * Creates a {@link Directory} provider whose location is calculated from the given {@link Provider}.
         * <p>
         * File system locations based on relative paths will be
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top