Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,782 for better (0.28 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/WithEstimatedSize.java

    import java.util.TreeSet;
    
    public interface WithEstimatedSize {
        /**
         * Returns an estimate of the size of this collection or iterator. The idea is that this information
         * can be used internally to make better default dimensions for temporary objects. Therefore, it is
         * intended to return a value which is greater or equal to the real size (pessimistic). The typical use
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 18 08:11:23 UTC 2017
    - 2.7K bytes
    - Viewed (0)
  2. releasenotes/notes/helm_chart_pilot_deployment_affinity_tolerations.yaml

    issue: []
    
    docs: []
    
    releaseNotes:
    - |
      **Added** values to the Istio Pilot Helm charts for configuring affinity rules and tolerations on the Deployment.  Can be used for better placement of Istio pilot workloads.
    
    upgradeNotes: []
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 25 10:38:12 UTC 2022
    - 373 bytes
    - Viewed (0)
  3. docs/en/docs/reference/index.md

    # Reference - Code API
    
    Here's the reference or code API, the classes, functions, parameters, attributes, and
    all the FastAPI parts you can use in your applications.
    
    If you want to **learn FastAPI** you are much better off reading the
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Oct 20 08:52:59 UTC 2023
    - 296 bytes
    - Viewed (0)
  4. src/cmd/compile/internal/syntax/testdata/issue23434.go

    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test case for go.dev/issue/23434: Better synchronization of
    // parser after missing type. There should be exactly
    // one error each time, with now follow errors.
    
    package p
    
    type T /* ERROR unexpected newline */
    
    type Map map[int] /* ERROR unexpected newline */
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 01 12:49:49 UTC 2023
    - 653 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/swift/swiftLibrary/groovy/build.gradle

    // tag::apply-plugin[]
    plugins {
        id 'swift-library'
    }
    // end::apply-plugin[]
    
    // tag::dependency-management[]
    library {
        dependencies {
            // FIXME: Write better deps here.
            api "io.qt:core:5.1"
            implementation "io.qt:network:5.1"
        }
    }
    // end::dependency-management[]
    
    // tag::configure-target-machines[]
    library {
        targetMachines = [
            machines.linux.x86_64,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 590 bytes
    - Viewed (0)
  6. releasenotes/notes/helm_chart_pilot_topologyspreadconstraints.yaml

    docs: []
    
    releaseNotes:
    - |
      **Added** values to the Istiod Helm chart for configuring [topologySpreadConstraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) on the Deployment. Can be used for better placement of istiod workloads.
    
    upgradeNotes: []
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 11 06:41:50 UTC 2023
    - 448 bytes
    - Viewed (0)
  7. src/os/read_test.go

    		t.Fatal(err)
    	}
    	defer f.Close()
    	defer Remove(f.Name())
    
    	msg := "Programming today is a race between software engineers striving to " +
    		"build bigger and better idiot-proof programs, and the Universe trying " +
    		"to produce bigger and better idiots. So far, the Universe is winning."
    
    	if err := WriteFile(f.Name(), []byte(msg), 0644); err != nil {
    		t.Fatalf("WriteFile %s: %v", f.Name(), err)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 02:36:46 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. src/go/parser/testdata/issue3106.src

    // Copyright 2012 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test case for go.dev/issue/3106: Better synchronization of
    // parser after certain syntax errors.
    
    package main
    
    func f() {
    	var m Mutex
    	c := MakeCond(&m)
    	percent := 0
    	const step = 10
    	for i := 0; i < 5; i++ {
    		go func() {
    			for {
    				// Emulates some useful work.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 02 12:56:53 UTC 2023
    - 829 bytes
    - Viewed (0)
  9. test/fixedbugs/issue23732.go

    // errorcheck
    
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 23732: Give better details about which struct
    // initializer has the wrong number of values.
    
    package main
    
    type Foo struct {
    	A int
    	B int
    	C interface{}
    	Bar
    }
    
    type Bar struct {
    	A string
    }
    
    func main() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 11 02:26:58 UTC 2022
    - 749 bytes
    - Viewed (0)
  10. releasenotes/notes/helm_chart_gateway_topologyspreadconstraints.yaml

    releaseNotes:
    - |
      **Added** values to the Istio Gateway Helm chart for configuring [topologySpreadConstraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) on the Deployment. Can be used for better placement of Istio gateway workloads.
    
    upgradeNotes: []
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 10 20:53:09 UTC 2022
    - 457 bytes
    - Viewed (0)
Back to top