Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for confidence (0.15 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/HtmlDependencyVerificationReportRenderer.java

                .append("            It is recommended that you edit the ").append(verificationFileLink()).append(" manually. ")
                .append("            However, if you are confident that those are false positives, Gradle can help you by generating the missing verification metadata.")
                .append("            In this case, you can run with the following command-line:</p>")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  2. pkg/controller/volume/pvcprotection/pvc_protection_controller.go

    	} else if inUse {
    		return true, nil
    	}
    
    	// Even if no Pod using pvc was found in the Informer's cache it doesn't
    	// mean such a Pod doesn't exist: it might just not be in the cache yet. To
    	// be 100% confident that it is safe to delete pvc make sure no Pod is using
    	// it among those returned by a live list.
    	return c.askAPIServer(ctx, pvc)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 14K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/genericapiserver_test.go

    		"k8s.io/apimachinery/pkg/apis/meta/v1.APIGroup":        buildTestOpenAPIDefinition(),
    		"k8s.io/apimachinery/pkg/apis/meta/v1.APIResourceList": {},
    	}
    }
    
    // setUp is a convience function for setting up for (most) tests.
    func setUp(t *testing.T) (Config, *assert.Assertions) {
    	config := NewConfig(codecs)
    	config.ExternalAddress = "192.168.10.4:443"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  4. CHANGELOG.md

    or binary compatible. Migrating to the new `mockwebserver3` package will fix this problem.
    
     *  New: DNS over HTTPS is now a stable feature of OkHttp. We introduced this as an experimental
        module in 2018. We are confident in its stable API and solid implementation.
     *  Fix: Work around a crash in Android 10 and 11 that may be triggered when two threads
        concurrently close an SSL socket. This would have appeared in crash logs as
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/typecheck/expr.go

    	n.X = typecheck(n.X, ctxExpr|ctxType)
    	l := n.X
    	t := l.Type()
    	if t == nil {
    		n.SetType(nil)
    		return n
    	}
    
    	// TODO(mdempsky): Remove (along with ctxType above) once I'm
    	// confident this code path isn't needed any more.
    	if l.Op() == ir.OTYPE {
    		base.Fatalf("unexpected type in deref expression: %v", l)
    	}
    
    	if !t.IsPtr() {
    		if top&(ctxExpr|ctxStmt) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  6. docs/fr/docs/alternatives.md

    ## Outils précédents
    
    ### <a href="https://www.djangoproject.com/" class="external-link" target="_blank">Django</a>
    
    C'est le framework Python le plus populaire et il bénéficie d'une grande confiance. Il est utilisé pour construire
    des systèmes tel qu'Instagram.
    
    Il est relativement fortement couplé aux bases de données relationnelles (comme MySQL ou PostgreSQL), de sorte qu'il
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  7. src/os/signal/signal_test.go

    			}
    		case <-timer.C:
    			timer.Reset(settleTime / 10)
    		}
    	}
    	t.Fatalf("timeout after %v waiting for %v", fatalWaitingTime, sig)
    }
    
    // quiesce waits until we can be reasonably confident that all pending signals
    // have been delivered by the OS.
    func quiesce() {
    	// The kernel will deliver a signal as a thread returns
    	// from a syscall. If the only active thread is sleeping,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 15:34:56 UTC 2023
    - 27.2K bytes
    - Viewed (0)
  8. src/runtime/mstats.go

    	// we read allp. We need to make sure a STW can't happen
    	// so it doesn't change out from under us.
    	mp := acquirem()
    
    	// Get the current generation. We can be confident that this
    	// will not change since read is serialized and is the only
    	// one that modifies currGen.
    	currGen := m.gen.Load()
    	prevGen := currGen - 1
    	if currGen == 0 {
    		prevGen = 2
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    commune.am communication.museum communications.museum community community-pro.de community-pro.net community.museum como.it company compare computer computer.museum computerhistory.museum comsec comunicações.museum condos conf.au conf.lv conf.se conference.aero conn.uk construction consulado.st consultant.aero consulting consulting.aero contact contagem.br contemporary.museum contemporaryart.museum contractors control.aero convent.museum cooking cookingchannel cool coolblog.jp coop coop.ar coop.br...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top