Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for Enumerations (0.33 sec)

  1. docs/de/docs/tutorial/path-params.md

    ### Mit Python-*Enumerationen* arbeiten { #working-with-python-enumerations }
    
    Der *Pfad-Parameter* wird ein *<abbr title="Member – Mitglied: Einer der möglichen Werte einer Enumeration">Member</abbr> einer Enumeration* sein.
    
    #### *Enumeration-Member* vergleichen { #compare-enumeration-members }
    
    Sie können ihn mit einem Member Ihrer Enumeration `ModelName` vergleichen:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image03.png">
    
    ### Working with Python *enumerations* { #working-with-python-enumerations }
    
    The value of the *path parameter* will be an *enumeration member*.
    
    #### Compare *enumeration members* { #compare-enumeration-members }
    
    You can compare it with the *enumeration member* in your created enum `ModelName`:
    
    {* ../../docs_src/path_params/tutorial005_py39.py hl[17] *}
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  3. docs/ru/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image03.png">
    
    ### Работа с *перечислениями* в Python { #working-with-python-enumerations }
    
    Значение *параметра пути* будет *элементом перечисления*.
    
    #### Сравнение *элементов перечисления* { #compare-enumeration-members }
    
    Вы можете сравнить это значение с *элементом перечисления* класса `ModelName`:
    
    {* ../../docs_src/path_params/tutorial005_py39.py hl[17] *}
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image03.png">
    
    ### Trabajando con *enumeraciones* de Python { #working-with-python-enumerations }
    
    El valor del *path parameter* será un *miembro* de enumeración.
    
    #### Comparar *miembros* de enumeraciones { #compare-enumeration-members }
    
    Puedes compararlo con el *miembro* de enumeración en tu enum creada `ModelName`:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/path-params.md

    O valor do *parâmetro de path* será um *membro de enumeração*.
    
    #### Compare membros de enumeração { #compare-enumeration-members }
    
    Você pode compará-lo com o *membro de enumeração* no seu enum `ModelName` criado:
    
    {* ../../docs_src/path_params/tutorial005_py39.py hl[17] *}
    
    #### Obtenha o valor da enumeração { #get-the-enumeration-value }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java

     *
     * <h2>Relationship with Java compiler standard location</h2>
     * This enumeration is closely related to the {@link JavaFileManager.Location} enumerations.
     * A difference is that the latter enumerates input and output files, while {@code JavaPathType}
     * enumerates only input dependencies. Another difference is that {@code JavaPathType} contains
     * some enumeration values used only at runtime and therefore not available in {@code javax.tool},
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Dec 15 11:13:42 UTC 2025
    - 15.7K bytes
    - Viewed (1)
  7. src/main/java/org/codelibs/fess/helper/ProtocolHelper.java

    import java.io.IOException;
    import java.lang.reflect.Field;
    import java.net.JarURLConnection;
    import java.net.URI;
    import java.net.URISyntaxException;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Enumeration;
    import java.util.List;
    import java.util.jar.JarEntry;
    import java.util.jar.JarFile;
    
    import org.apache.logging.log4j.LogManager;
    import org.apache.logging.log4j.Logger;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Dec 12 13:58:40 UTC 2025
    - 12.4K bytes
    - Viewed (1)
  8. docs/de/llm-prompt.md

    * «the default value»: NOT «der Standardwert»
    * «the default declaration»: «die Default-Deklaration»
    * «the deployment»: «das Deployment»
    * «the dict»: «das Dict»
    * «the dictionary»: «das Dictionary»
    * «the enumeration»: «die Enumeration»
    * «the enum»: «das Enum»
    * «the engine»: «die Engine»
    * «the error response»: «die Error-Response»
    * «the event»: «das Event»
    * «the exception»: «die Exception»
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/taglib/FessFunctions.java

    import java.time.ZonedDateTime;
    import java.time.format.DateTimeFormatter;
    import java.util.ArrayList;
    import java.util.Base64;
    import java.util.Calendar;
    import java.util.Date;
    import java.util.Enumeration;
    import java.util.List;
    import java.util.Locale;
    import java.util.Map;
    import java.util.Objects;
    import java.util.concurrent.ExecutionException;
    import java.util.concurrent.TimeUnit;
    import java.util.regex.Matcher;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 25.4K bytes
    - Viewed (1)
  10. docs/de/docs/tutorial/path-operation-configuration.md

    Diese werden zum OpenAPI-Schema hinzugefügt und von den automatischen Dokumentations-Benutzeroberflächen verwendet:
    
    <img src="/img/tutorial/path-operation-configuration/image01.png">
    
    ### Tags mittels Enumeration { #tags-with-enums }
    
    Wenn Sie eine große Anwendung haben, können sich am Ende **viele Tags** anhäufen, und Sie möchten sicherstellen, dass Sie für verwandte *Pfadoperationen* immer den **gleichen Tag** verwenden.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 4.7K bytes
    - Viewed (0)
Back to top