Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 4,686 for _default_ (0.12 sec)

  1. android/guava/src/com/google/common/base/Defaults.java

    import javax.annotation.CheckForNull;
    
    /**
     * This class provides default values for all Java types, as defined by the JLS.
     *
     * @author Ben Yu
     * @since 1.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public final class Defaults {
      private Defaults() {}
    
      private static final Double DOUBLE_DEFAULT = 0d;
      private static final Float FLOAT_DEFAULT = 0f;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 15:09:35 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. pkg/controller/volume/attachdetach/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultAttachDetachControllerConfiguration defaults a pointer to a
    // AttachDetachControllerConfiguration struct. This will set the recommended default
    // values, but they may be subject to change between API versions. This function
    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  3. guava/src/com/google/common/base/Defaults.java

    import javax.annotation.CheckForNull;
    
    /**
     * This class provides default values for all Java types, as defined by the JLS.
     *
     * @author Ben Yu
     * @since 1.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public final class Defaults {
      private Defaults() {}
    
      private static final Double DOUBLE_DEFAULT = 0d;
      private static final Float FLOAT_DEFAULT = 0f;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 15:09:35 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  4. pkg/controller/apis/config/v1alpha1/defaults.go

    }
    
    func SetDefaults_KubeControllerManagerConfiguration(obj *kubectrlmgrconfigv1alpha1.KubeControllerManagerConfiguration) {
    	// These defaults override the recommended defaults from the componentbaseconfigv1alpha1 package that are applied automatically
    	// These client-connection defaults are specific to the kube-controller-manager
    	if obj.Generic.ClientConnection.QPS == 0.0 {
    		obj.Generic.ClientConnection.QPS = 20.0
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 04 07:55:11 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/execution/DefaultTasksBuildTaskSchedulerTest.groovy

        }
    
        def "uses default build-in tasks if no tasks specified in StartParameter or project"() {
            given:
            _ * startParameter.taskRequests >> [new RunDefaultTasksExecutionRequest()]
            _ * defaultProject.defaultTasks >> []
            _ * buildInCommand.asDefaultTask() >> ['default1', 'default2']
    
            when:
            action.scheduleRequestedTasks(gradle, selector, plan)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 02 00:39:25 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  6. pkg/controller/replication/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultReplicationControllerConfiguration defaults a pointer to a
    // ReplicationControllerConfiguration struct. This will set the recommended default
    // values, but they may be subject to change between API versions. This function
    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  7. pkg/controller/ttlafterfinished/config/v1alpha1/defaults.go

    // RecommendedDefaultTTLAfterFinishedControllerConfiguration defaults a pointer to a
    // TTLAfterFinishedControllerConfiguration struct. This will set the recommended default
    // values, but they may be subject to change between API versions. This function
    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  8. pkg/controller/statefulset/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultStatefulSetControllerConfiguration defaults a pointer to a
    // StatefulSetControllerConfiguration struct. This will set the recommended default
    // values, but they may be subject to change between API versions. This function
    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 01 05:36:14 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  9. pkg/controller/job/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultJobControllerConfiguration defaults a pointer to a
    // JobControllerConfiguration struct. This will set the recommended default
    // values, but they may be subject to change between API versions. This function
    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:54:33 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  10. pkg/controller/cronjob/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultCronJobControllerConfiguration defaults a pointer to a
    // CronJobControllerConfiguration struct. This will set the recommended default
    // values, but they may be subject to change between API versions. This function
    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 10 22:32:06 UTC 2020
    - 1.6K bytes
    - Viewed (0)
Back to top