Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 420 for died (0.11 sec)

  1. docs/de/docs/tutorial/dependencies/dependencies-with-yield.md

    von Exceptions nach `yield` nicht möglich, der Exit-Code in Abhängigkeiten mit `yield` wurde ausgeführt, *nachdem* die Response gesendet wurde, die [Exceptionhandler](../handling-errors.md#benutzerdefinierte-exceptionhandler-definieren){.internal-link target=_blank} wären also bereits ausgeführt worden.
    
    Dies wurde hauptsächlich so konzipiert, damit die gleichen Objekte, die durch Abhängigkeiten ge`yield`et werden, innerhalb von Hintergrundtasks verwendet werden können, da der Exit-Code...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:10:29 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. src/crypto/tls/quic_test.go

    	if !cli2.conn.ConnectionState().DidResume {
    		t.Errorf("second connection did not use session resumption")
    	}
    	cliSecret := cli2.writeSecret[QUICEncryptionLevelEarly]
    	if cliSecret.secret == nil {
    		t.Errorf("client did not receive early data write secret")
    	}
    	srvSecret := srv2.readSecret[QUICEncryptionLevelEarly]
    	if srvSecret.secret == nil {
    		t.Errorf("server did not receive early data read secret")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 17:23:54 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  3. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/impl/OutputSnapshotUtil.java

         * are considered outputs of the work.
         *
         * Entries that are considered outputs are:
         *
         * <ul>
         * <li>an entry that did not exist before the execution, but exists after the execution,</li>
         * <li>an entry that did exist before the execution, and has been changed during the execution,</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. pkg/registry/core/service/strategy.go

    	// did not change any NodePort values, we can wipe them.  They will be
    	// deallocated later.
    	if needsNodePort(oldSvc) && !needsNodePort(newSvc) && sameNodePorts(oldSvc, newSvc) {
    		for i := range newSvc.Spec.Ports {
    			newSvc.Spec.Ports[i].NodePort = 0
    		}
    	}
    
    	// If the user is switching to a case that doesn't use HealthCheckNodePort AND they
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:36 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/EdgeState.java

     *
     * A dependency can have the following states:
     * 1. Unattached: in this case the state of the dependency is tied to the state of it's associated {@link SelectorState}.
     * 2. Attached: in this case the Edge has been connected to actual nodes in the target component. Only possible if the {@link SelectorState} did not fail to resolve.
     */
    class EdgeState implements DependencyGraphEdge {
        private final DependencyState dependencyState;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  6. docs/de/docs/async.md

    Wenn Sie dann an der Reihe sind, erledigen Sie tatsächliche „produktive“ Arbeit, Sie gehen das Menü durch, entscheiden sich, was Sie möchten, bekunden Ihre und die Wahl Ihres Schwarms, bezahlen, prüfen, ob Sie die richtige Menge Geld oder die richtige Karte geben, prüfen, ob die Rechnung korrekt ist, prüfen, dass die Bestellung die richtigen Artikel enthält, usw.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:06:16 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  7. pkg/util/iptables/testing/fake_test.go

    	if err == nil {
    		t.Errorf("did not get expected error creating rule in non-existent table")
    	} else if existed {
    		t.Errorf("wrong return value from EnsureRule with non-existent table")
    	}
    	existed, err = fake.EnsureRule(iptables.Append, iptables.TableNAT, iptables.Chain("KUBE-TEST-NOT"), "-j", "ACCEPT")
    	if err == nil {
    		t.Errorf("did not get expected error creating rule in non-existent chain")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  8. docs/vi/docs/tutorial/first-steps.md

    ```Python hl_lines="3"
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Biến `app` này là một "instance" của class `FastAPI`.
    
    Đây sẽ là điểm cốt lõi để tạo ra tất cả API của bạn.
    
    `app` này chính là điều được nhắc tới bởi `uvicorn` trong câu lệnh:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Sep 02 15:44:17 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  9. src/runtime/crash_cgo_test.go

    	if !strings.Contains(got, want) {
    		t.Errorf("did not see %q in output", want)
    	}
    	want = "panic_callback"
    	if !strings.Contains(got, want) {
    		t.Errorf("did not see %q in output", want)
    	}
    	want = "PanicCallback"
    	if !strings.Contains(got, want) {
    		t.Errorf("did not see %q in output", want)
    	}
    	// No runtime errors like "runtime: unexpected return pc".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 16:44:47 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  10. docs/de/docs/advanced/behind-a-proxy.md

    Wir bekommen die gleiche Response:
    
    ```JSON
    {
        "message": "Hello World",
        "root_path": "/api/v1"
    }
    ```
    
    Diesmal jedoch unter der URL mit dem vom Proxy bereitgestellten Präfixpfad: `/api/v1`.
    
    Die Idee hier ist natürlich, dass jeder über den Proxy auf die Anwendung zugreifen soll, daher ist die Version mit dem Pfadpräfix `/api/v1` die „korrekte“.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:07 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top