Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 4,686 for _default_ (0.12 sec)

  1. src/main/java/org/codelibs/fess/FessBoot.java

                        connector.setProperty("SSLEnabled", "true");
                        final SSLHostConfig sslHostConfig = new SSLHostConfig();
                        sslHostConfig.setHostName("_default_");
                        doSetupServerConfig(logger, props, "certificateKeystoreFile", v -> sslHostConfig.setCertificateKeystoreFile(v));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/use/AlreadyOnClasspathPluginUseIntegrationTest.groovy

            operations.hasOperation("Apply plugin my-plugin to root project 'root'")
            operations.hasOperation("Apply plugin my-plugin to project ':a'")
        }
    
        // This is legal because settings only defines a _default_ version, and does not actually contribute to the classpath.
        def "can request plugin version of plugin already requested on settings if the version differs"() {
            given:
            withBinaryPluginPublishedLocally()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    ==== Changing default excludes during the execution phase
    
    Gradle's file trees apply some default exclude patterns for convenience — the same defaults as Ant in fact.
    See the <<working_with_files.adoc#sec:file_trees,user manual>> for more information.
    Sometimes, Ant's default excludes prove problematic, for example when you want to include the `.gitignore` in an archive file.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  4. plugin/pkg/admission/storage/storageclass/setdefault/admission_test.go

    	classWithNoDefault := &storagev1.StorageClass{
    		TypeMeta: metav1.TypeMeta{
    			Kind: "StorageClass",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "nondefault2",
    		},
    		Provisioner: "nondefault1",
    	}
    	// Class with empty default annotation (=non-default)
    	classWithEmptyDefault := &storagev1.StorageClass{
    		TypeMeta: metav1.TypeMeta{
    			Kind: "StorageClass",
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 19 04:00:48 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/v1/defaults.go

    		obj.ReinvocationPolicy = &never
    	}
    }
    
    // SetDefaults_Rule sets defaults for webhook rule
    func SetDefaults_Rule(obj *admissionregistrationv1.Rule) {
    	if obj.Scope == nil {
    		s := admissionregistrationv1.AllScopes
    		obj.Scope = &s
    	}
    }
    
    // SetDefaults_ServiceReference sets defaults for Webhook's ServiceReference
    func SetDefaults_ServiceReference(obj *admissionregistrationv1.ServiceReference) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. pkg/controller/volume/persistentvolume/config/v1alpha1/defaults.go

    // RecommendedDefaultPersistentVolumeBinderControllerConfiguration defaults a pointer to a
    // PersistentVolumeBinderControllerConfiguration 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: Mon May 27 02:59:09 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  7. pkg/controller/daemon/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultDaemonSetControllerConfiguration defaults a pointer to a
    // DaemonSetControllerConfiguration 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/endpoint/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultEndpointControllerConfiguration defaults a pointer to a
    // EndpointControllerConfiguration 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)
  9. pkg/controller/garbagecollector/config/v1alpha1/defaults.go

    // RecommendedDefaultGarbageCollectorControllerConfiguration defaults a pointer to a
    // GarbageCollectorControllerConfiguration 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: Wed Nov 23 15:40:23 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  10. pkg/controller/nodeipam/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultNodeIPAMControllerConfiguration defaults a pointer to a
    // NodeIPAMControllerConfiguration 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: Fri Nov 15 04:04:31 UTC 2019
    - 1.6K bytes
    - Viewed (0)
Back to top