Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 476 for crashes (0.07 seconds)

  1. .teamcity/src/main/kotlin/configurations/FunctionalTest.kt

            )
    
            failureConditions {
                // JavaExecDebugIntegrationTest.debug session fails without debugger might cause JVM crash
                // Some soak tests produce OOM exceptions
                // There are also random worker crashes for some tests.
                // We have test-retry to handle the crash in tests
                javaCrash = false
            }
        })
    
    fun getTestTaskName(
        testCoverage: TestCoverage,
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Oct 09 05:26:45 GMT 2025
    - 5.3K bytes
    - Click Count (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Interceptor.kt

     *    indicating that the call was canceled. The interceptor's exception is delivered to the current
     *    thread's [uncaught exception handler][Thread.UncaughtExceptionHandler]. By default this
     *    crashes the application on Android and prints a stacktrace on the JVM. (Crash reporting
     *    libraries may customize this behavior.)
     *
     * A good way to signal a failure is with a synthetic HTTP response:
     *
     * ```kotlin
     *   @Throws(IOException::class)
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:47:20 GMT 2026
    - 8.9K bytes
    - Click Count (0)
  3. docs/es/docs/tutorial/dependencies/classes-as-dependencies.md

    # Clases como dependencias { #classes-as-dependencies }
    
    Antes de profundizar en el sistema de **Inyección de Dependencias**, vamos a mejorar el ejemplo anterior.
    
    ## Un `dict` del ejemplo anterior { #a-dict-from-the-previous-example }
    
    En el ejemplo anterior, estábamos devolviendo un `dict` de nuestra dependencia ("dependable"):
    
    {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[9] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:41:41 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  4. docs/uk/docs/tutorial/dependencies/classes-as-dependencies.md

    # Класи як залежності { #classes-as-dependencies }
    
    Перш ніж заглибитися у систему **впровадження залежностей**, оновімо попередній приклад.
    
    ## `dict` з попереднього прикладу { #a-dict-from-the-previous-example }
    
    У попередньому прикладі ми повертали `dict` із нашого «залежного»:
    
    {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[9] *}
    
    Але тоді ми отримуємо `dict` у параметрі `commons` функції операції шляху.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:43:14 GMT 2026
    - 9.7K bytes
    - Click Count (0)
  5. docs/de/docs/tutorial/dependencies/classes-as-dependencies.md

    # Klassen als Abhängigkeiten { #classes-as-dependencies }
    
    Bevor wir tiefer in das **Dependency Injection** System eintauchen, lassen Sie uns das vorherige Beispiel verbessern.
    
    ## Ein `dict` aus dem vorherigen Beispiel { #a-dict-from-the-previous-example }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 07:57:30 GMT 2026
    - 7.6K bytes
    - Click Count (0)
  6. docs/en/docs/tutorial/dependencies/classes-as-dependencies.md

    # Classes as Dependencies { #classes-as-dependencies }
    
    Before diving deeper into the **Dependency Injection** system, let's upgrade the previous example.
    
    ## A `dict` from the previous example { #a-dict-from-the-previous-example }
    
    In the previous example, we were returning a `dict` from our dependency ("dependable"):
    
    {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[9] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 11 18:32:12 GMT 2026
    - 6.8K bytes
    - Click Count (0)
  7. docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md

    # Classes como Dependências { #classes-as-dependencies }
    
    Antes de nos aprofundarmos no sistema de **Injeção de Dependência**, vamos melhorar o exemplo anterior.
    
    ## `dict` do exemplo anterior { #a-dict-from-the-previous-example }
    
    No exemplo anterior, nós retornávamos um `dict` da nossa dependência ("injetável"):
    
    {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[9] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:48:53 GMT 2026
    - 7.3K bytes
    - Click Count (0)
  8. docs/fr/docs/tutorial/dependencies/classes-as-dependencies.md

    # Utiliser des classes comme dépendances { #classes-as-dependencies }
    
    Avant d'aller plus loin dans le système d'**Injection de dépendances**, mettons à niveau l'exemple précédent.
    
    ## Un `dict` de l'exemple précédent { #a-dict-from-the-previous-example }
    
    Dans l'exemple précédent, nous renvoyions un `dict` depuis notre dépendance (« dependable ») :
    
    {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[9] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/dependencies/classes-as-dependencies.md

    # Dependency Olarak Class'lar { #classes-as-dependencies }
    
    **Dependency Injection** sistemine daha derinlemesine geçmeden önce, bir önceki örneği geliştirelim.
    
    ## Önceki Örnekten Bir `dict` { #a-dict-from-the-previous-example }
    
    Önceki örnekte, dependency'mizden ("dependable") bir `dict` döndürüyorduk:
    
    {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[9] *}
    
    Ama sonra *path operation function* içindeki `commons` parametresinde bir `dict` alıyoruz.
    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)
  10. docs/zh-hant/docs/tutorial/dependencies/classes-as-dependencies.md

    # 以類別作為相依性 { #classes-as-dependencies }
    
    在更深入了解 **相依性注入(Dependency Injection)** 系統之前,我們先把前一個範例升級一下。
    
    ## 前一個範例中的 `dict` { #a-dict-from-the-previous-example }
    
    在前一個範例中,我們從相依項("dependable")回傳了一個 `dict`:
    
    {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[9] *}
    
    但接著我們在路徑操作函式(*path operation function*)的參數 `commons` 中取得的是一個 `dict`。
    
    而我們知道,編輯器對 `dict` 無法提供太多輔助(例如自動完成),因為它無法預先知道其中的鍵與值的型別。
    
    我們可以做得更好...
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:15:26 GMT 2026
    - 6.7K bytes
    - Click Count (0)
Back to Top