Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 158 for proper (0.19 sec)

  1. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitPluginIntegrationTest.groovy

            then:
            pomValuesNotUsed(dslFixtureFor(scriptDsl))
    
            where:
            scriptDsl << ScriptDslFixture.SCRIPT_DSLS
        }
    
        def "proper links"() {
    
            when:
            succeeds('init', '--type', 'java-application', '--dsl', GROOVY.toString().toLowerCase())
    
            then:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:39:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  2. pilot/pkg/features/pilot.go

    		"If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration.",
    	).Get()
    
    	ALPNFilter = env.Register("PILOT_ENABLE_ALPN_FILTER", true,
    		"If true, pilot will add Istio ALPN filters, required for proper protocol sniffing.",
    	).Get()
    
    	WorkloadEntryAutoRegistration = env.Register("PILOT_ENABLE_WORKLOAD_ENTRY_AUTOREGISTRATION", true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. pkg/controlplane/apiserver/aggregator.go

    	Version int32
    }
    
    // DefaultGenericAPIServicePriorities returns the APIService priorities for generic APIs
    func DefaultGenericAPIServicePriorities() map[schema.GroupVersion]APIServicePriority {
    	// The proper way to resolve this letting the aggregator know the desired group and version-within-group order of the underlying servers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 18:08:20 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/internal/classpath/BuildScriptClasspathIntegrationSpec.groovy

                    public String message() throws IOException {
                        Properties props = new Properties();
                        URL resource = getClass().getResource("test.properties");
                        props.load(resource.openStream());
                        return props.getProperty("text", "PROPERTY NOT FOUND");
                    }
                }
            '''
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:47 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  5. pkg/controller/cronjob/utils.go

    	// this is critical to ensure @every starts at the correct time, this explains
    	// the numberOfMissedSchedules-1, the additional -1 serves there to go back
    	// in time one more time unit, and let the cron library calculate a proper
    	// schedule, for case where the schedule is not consistent, for example
    	// something like  30 6-16/4 * * 1-5
    	potentialEarliest := t1.Add(time.Duration((numberOfMissedSchedules-1-1)*timeBetweenTwoSchedules) * time.Second)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/internal/http1/Http1ExchangeCodec.kt

       *
       * For non-streaming requests with a body, headers must be prepared **after** the output stream
       * has been written to and closed. This ensures that the `Content-Length` header field receives
       * the proper value.
       */
      override fun writeRequestHeaders(request: Request) {
        val requestLine = RequestLine.get(request, carrier.route.proxy.type())
        writeRequest(request.headers, requestLine)
      }
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  7. manifests/charts/gateways/istio-egress/values.yaml

        # ID post-install.
        #
        # If the mesh admin does not specify a value, Istio will use the value of the
        # mesh's Trust Domain. The best practice is to select a proper Trust Domain
        # value.
        meshID: ""
    
        # Use the user-specified, secret volume mounted key and certs for Pilot and workloads.
        mountMtlsCerts: false
    
        multiCluster:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/net/InternetDomainName.java

       * co.uk} or {@code pvt.k12.wy.us}. Examples of domain names that are <i>not</i> public suffixes
       * include {@code google.com}, {@code foo.co.uk}, and {@code myblog.blogspot.com}.
       *
       * <p>Public suffixes are a proper superset of {@linkplain #isRegistrySuffix() registry suffixes}.
       * The list of public suffixes additionally contains privately owned domain names under which
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr5_build_scripts.adoc

    == Step 3. Update the Build scripts
    
    Over the following sections, we will update `LicensePlugin` to a plugin that automatically generates license headers for source code files.
    Let's first update the build script with the proper name for our new `license` plugin:
    
    [.multi-language-sample]
    =====
    .gradle/license-plugin/plugin/build.gradle.kts
    [source,kotlin]
    ----
    gradlePlugin {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 17:16:27 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/componentconfigs/fakeconfig_test.go

    			in        string
    			out       *clusterConfig
    			expectErr bool
    		}{
    			{
    				name: "Empty document map should return nothing successfully",
    			},
    			{
    				name: "Non-empty document map without the proper API group returns nothing successfully",
    				in: dedent.Dedent(`
    					apiVersion: api.example.com/v1
    					kind: Configuration
    				`),
    			},
    			{
    				name: "Old config version returns an error",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top