Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 501 - 510 of 5,808 for What (0.04 seconds)

  1. docs/pt/docs/tutorial/server-sent-events.md

    /// info | Informação
    
    Adicionado no FastAPI 0.135.0.
    
    ///
    
    ## O que são Server-Sent Events? { #what-are-server-sent-events }
    
    SSE é um padrão para transmitir dados do servidor para o cliente via HTTP.
    
    Cada evento é um pequeno bloco de texto com “campos” como `data`, `event`, `id` e `retry`, separados por linhas em branco.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:13 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/util/concurrent/Monitor.java

            break;
          }
        }
      }
    
      /**
       * Exactly like signalNextWaiter, but caller guarantees that guardToSkip need not be considered,
       * because caller has previously checked that guardToSkip.isSatisfied() returned false. An
       * optimization for the case that guardToSkip.isSatisfied() may be expensive.
       *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jan 28 22:39:02 GMT 2026
    - 43.5K bytes
    - Click Count (0)
  3. docs/tr/docs/tutorial/stream-json-lines.md

    Bir veri dizisini “akış” olarak göndermek istediğiniz durumlar olabilir; bunu **JSON Lines** ile yapabilirsiniz.
    
    /// info | Bilgi
    
    FastAPI 0.134.0 ile eklendi.
    
    ///
    
    ## Akış (Stream) Nedir? { #what-is-a-stream }
    
    Verileri “streaming” olarak göndermek, uygulamanızın tüm öğe dizisi hazır olmasını beklemeden, öğeleri istemciye göndermeye başlaması demektir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:51:35 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  4. docs/fr/docs/tutorial/server-sent-events.md

    /// info | Info
    
    Ajouté dans FastAPI 0.135.0.
    
    ///
    
    ## Que sont les Server-Sent Events ? { #what-are-server-sent-events }
    
    SSE est un standard pour diffuser des données du serveur au client via HTTP.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:33:45 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  5. docs/de/docs/tutorial/stream-json-lines.md

    Sie könnten eine Folge von Daten haben, die Sie in einem „Stream“ senden möchten, das können Sie mit **JSON Lines** tun.
    
    /// info | Info
    
    Hinzugefügt in FastAPI 0.134.0.
    
    ///
    
    ## Was ist ein Stream? { #what-is-a-stream }
    
    „Streaming“ von Daten bedeutet, dass Ihre App damit beginnt, Datenelemente an den Client zu senden, ohne darauf zu warten, dass die gesamte Folge von Elementen fertig ist.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:48:21 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  6. android/guava/src/com/google/common/net/InetAddresses.java

       * characters). That is consistent with {@link InetAddress}, but not with various RFCs. If you
       * want to accept ASCII digits only, you can use something like {@code
       * CharMatcher.ascii().matchesAllOf(ipString)}.
       *
       * <p>Note that if this method returns {@code true}, a call to {@link #forString(String)} can
       * still throw if the address has a scope ID that fails validation against the interfaces on the
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 19 18:53:45 GMT 2026
    - 47.7K bytes
    - Click Count (0)
  7. docs/uk/docs/tutorial/server-sent-events.md

    /// info | Інформація
    
    Додано у FastAPI 0.135.0.
    
    ///
    
    ## Що таке Server-Sent Events { #what-are-server-sent-events }
    
    SSE - це стандарт для трансляції даних із сервера до клієнта по HTTP.
    
    Кожна подія - це невеликий текстовий блок із «полями» на кшталт `data`, `event`, `id` та `retry`, розділений порожніми рядками.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:25:54 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/dependencies/classes-as-dependencies.md

    Ve biliyoruz ki editor'ler `dict`'ler için çok fazla destek (ör. completion) veremez; çünkü key'lerini ve value type'larını bilemezler.
    
    Daha iyisini yapabiliriz...
    
    ## Bir Şeyi Dependency Yapan Nedir { #what-makes-a-dependency }
    
    Şimdiye kadar dependency'leri function olarak tanımlanmış şekilde gördünüz.
    
    Ancak dependency tanımlamanın tek yolu bu değil (muhtemelen en yaygını bu olsa da).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:41:38 GMT 2026
    - 7.3K bytes
    - Click Count (0)
  9. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt

     * ```
     *
     * Clear the connection pool with [evictAll()][ConnectionPool.evictAll]. Note that the connection
     * pool's daemon thread may not exit immediately.
     *
     * ```java
     * client.connectionPool().evictAll();
     * ```
     *
     * If your client has a cache, call [close()][Cache.close]. Note that it is an error to create calls
     * against a cache that is closed, and doing so will cause the call to crash.
     *
     * ```java
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 22:17:59 GMT 2026
    - 51.5K bytes
    - Click Count (0)
  10. docs/tr/docs/tutorial/server-sent-events.md

    /// info | Bilgi
    
    FastAPI 0.135.0'da eklendi.
    
    ///
    
    ## Server-Sent Events Nedir? { #what-are-server-sent-events }
    
    SSE, HTTP üzerinden sunucudan istemciye veri akışı için bir standarttır.
    
    Her olay, aralarında boş satırlar bulunan ve `data`, `event`, `id` ve `retry` gibi "alanlar" içeren küçük bir metin bloğudur.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:51:35 GMT 2026
    - 5.1K bytes
    - Click Count (0)
Back to Top