Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 231 - 240 of 256 for PRIORITY (0.06 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java

                                mojoExecution.setLifecyclePhase(phase);
                                PhaseId phaseId = PhaseId.of(phase);
                                if (phaseId.priority() == 0) {
                                    phaseId = PhaseId.of(phase + "[" + execution.getPriority() + "]");
                                }
                                addMojoExecution(phaseBindings, mojoExecution, phaseId);
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Dec 13 23:04:37 GMT 2024
    - 8.5K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.31.md

    - Changed Linux swap handling to restrict access to swap for containers in high priority Pods.
      New Pods that have a node- or cluster-critical priority are prohibited from accessing swap on Linux,
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Nov 12 11:33:21 GMT 2025
    - 451.9K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.16.md

    - Restores priority of static control plane pods in the cluster/gce/manifests control-plane manifests ([#89970](https://github.com/kubernetes/kubernetes/pull/89970), [@liggitt](https://github.com/liggitt)) [SIG Cluster Lifecycle and Node]
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Oct 23 20:13:20 GMT 2024
    - 345.2K bytes
    - Click Count (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
            <field xml.transient="true">
              <name>priority</name>
              <version>4.0.0+</version>
              <type>int</type>
              <description>
                <![CDATA[
                The priority of this execution compared to other executions which are bound to the same phase.
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 17 09:48:21 GMT 2026
    - 133.5K bytes
    - Click Count (0)
  5. docs/pt/docs/tutorial/response-model.md

    ///
    
    ### Prioridade `response_model` { #response-model-priority }
    
    Se você declarar tanto um tipo de retorno quanto um `response_model`, o `response_model` terá prioridade e será usado pelo FastAPI.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 16.7K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/response-model.md

    Böylece editöre bilerek her şeyi döndürebileceğinizi söylemiş olursunuz. Ancak FastAPI, `response_model` ile dokümantasyon, doğrulama, filtreleme vb. işlemleri yine de yapar.
    
    ///
    
    ### `response_model` Önceliği { #response-model-priority }
    
    Hem dönüş tipi hem de `response_model` declare ederseniz, FastAPI’de `response_model` önceliklidir ve o kullanılır.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 17K bytes
    - Click Count (0)
  7. docs/uk/docs/tutorial/response-model.md

    ///
    
    ### Пріоритет `response_model` { #response-model-priority }
    
    Якщо ви оголошуєте і тип повернення, і `response_model`, то `response_model` матиме пріоритет і буде використаний FastAPI.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 25.2K bytes
    - Click Count (0)
  8. docs/ru/docs/tutorial/response-model.md

    Так вы сообщите редактору, что намеренно возвращаете что угодно. Но FastAPI всё равно выполнит документирование, валидацию, фильтрацию данных и т.д. с помощью `response_model`.
    
    ///
    
    ### Приоритет `response_model` { #response-model-priority }
    
    Если вы объявите и возвращаемый тип, и `response_model`, приоритет будет у `response_model`, именно его использует FastAPI.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 25.5K bytes
    - Click Count (0)
  9. docs/de/docs/tutorial/response-model.md

    ///
    
    ### `response_model`-Priorität { #response-model-priority }
    
    Wenn sowohl Rückgabetyp als auch `response_model` deklariert sind, hat `response_model` die Priorität und wird von FastAPI bevorzugt verwendet.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 17.5K bytes
    - Click Count (0)
  10. docs/es/docs/tutorial/response-model.md

    ///
    
    ### Prioridad del `response_model` { #response-model-priority }
    
    Si declaras tanto un tipo de retorno como un `response_model`, el `response_model` tomará prioridad y será utilizado por FastAPI.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 17.1K bytes
    - Click Count (0)
Back to Top