Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 364 for codecs (0.08 sec)

  1. src/main/java/org/codelibs/fess/filter/EncodingFilter.java

    import java.util.Collections;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    import java.util.concurrent.ConcurrentHashMap;
    
    import org.apache.commons.codec.DecoderException;
    import org.apache.commons.codec.net.URLCodec;
    import org.codelibs.core.lang.StringUtil;
    import org.lastaflute.web.servlet.filter.LastaPrepareFilter;
    
    import jakarta.servlet.Filter;
    import jakarta.servlet.FilterChain;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_4x.md

        when you call `contains(null)` on them!
     *  Fix: Retain binary-compatibility in `okhttp3.internal.HttpHeaders.hasBody()`. Some unscrupulous
        coders call this and we don't want their users to suffer.
    
    
    ## Version 4.0.0
    
    _2019-06-26_
    
    **This release upgrades OkHttp to Kotlin.** We tried our best to make fast and safe to upgrade
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. compat/maven-plugin-api/pom.xml

                    <param>packageToolV4=org.apache.maven.plugin.lifecycle.io</param>
                  </params>
                  <models>
                    <model>../../api/maven-api-plugin/src/main/mdo/lifecycle.mdo</model>
                  </models>
                  <version>2.0.0</version>
                </configuration>
              </execution>
              <execution>
                <id>velocity-plugin</id>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/body-nested-models.md

    ```Python hl_lines="13"
    {!> ../../docs_src/body_nested_models/tutorial008_py39.py!}
    ```
    
    ////
    
    ## ๐Ÿ‘จโ€๐ŸŽจ ๐Ÿ•โ€๐Ÿฆบ ๐ŸŒ
    
    &amp; ๐Ÿ‘† ๐Ÿคš ๐Ÿ‘จโ€๐ŸŽจ ๐Ÿ•โ€๐Ÿฆบ ๐ŸŒ.
    
    ๐Ÿฌ ๐Ÿ”˜ ๐Ÿ“‡:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    ๐Ÿ‘† ๐Ÿšซ ๐Ÿšซ ๐Ÿคš ๐Ÿ‘‰ ๐Ÿ˜‡ ๐Ÿ‘จโ€๐ŸŽจ ๐Ÿ•โ€๐Ÿฆบ ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ‘ท ๐Ÿ”— โฎ๏ธ `dict` โ†ฉ๏ธ Pydantic ๐Ÿท.
    
    โœ‹๏ธ ๐Ÿ‘† ๐Ÿšซ โœ”๏ธ ๐Ÿ˜Ÿ ๐Ÿ”ƒ ๐Ÿ‘ซ ๐Ÿ‘ฏโ€โ™‚๏ธ, ๐Ÿ“จ #๏ธโƒฃ ๐Ÿ—œ ๐Ÿ” &amp; ๐Ÿ‘† ๐Ÿ”ข ๐Ÿ—œ ๐Ÿ” ๐ŸŽป ๐Ÿ’โ€โ™‚๏ธ.
    
    ## ๐Ÿ’ช โŒ `dict`โ“‚
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/body-nested-models.md

    ```
    
    ## Suporte de editor em todo canto
    
    E vocรช obtรฉm suporte do editor em todos os lugares.
    
    Mesmo para itens dentro de listas:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Vocรช nรฃo conseguiria este tipo de suporte de editor se estivesse trabalhando diretamente com `dict` em vez de modelos Pydantic.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/cookie-param-models.md

    # Cookie Parameter Models
    
    If you have a group of **cookies** that are related, you can create a **Pydantic model** to declare them. ๐Ÿช
    
    This would allow you to **re-use the model** in **multiple places** and also to declare validations and metadata for all the parameters at once. ๐Ÿ˜Ž
    
    /// note
    
    This is supported since FastAPI version `0.115.0`. ๐Ÿค“
    
    ///
    
    /// tip
    
    This same technique applies to `Query`, `Cookie`, and `Header`. ๐Ÿ˜Ž
    
    ///
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. android/guava-testlib/src/com/google/common/collect/testing/TestCollidingSetGenerator.java

    import com.google.common.annotations.GwtCompatible;
    import com.google.common.collect.testing.SampleElements.Colliders;
    import java.util.List;
    
    /**
     * A generator using sample elements whose hash codes all collide badly.
     *
     * @author Kevin Bourrillion
     */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    public abstract class TestCollidingSetGenerator implements TestSetGenerator<Object> {
      @Override
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. docs/ja/docs/tutorial/body-nested-models.md

    {!../../docs_src/body_nested_models/tutorial008.py!}
    ```
    
    ## ใ‚ใ‚‰ใ‚†ใ‚‹ๅ ดๆ‰€ใงใฎใ‚จใƒ‡ใ‚ฃใ‚ฟใ‚ตใƒใƒผใƒˆ
    
    ใ‚จใƒ‡ใ‚ฃใ‚ฟใฎใ‚ตใƒใƒผใƒˆใ‚‚ใฉใ“ใงใ‚‚ๅ—ใ‘ใ‚‹ใ“ใจใŒใงใใพใ™ใ€‚
    
    ไปฅไธ‹ใฎใ‚ˆใ†ใซใƒชใ‚นใƒˆใฎไธญใฎ้ …็›ฎใงใ‚‚:
    
    <img src="https://fastapi.tiangolo.com/img/tutorial/body-nested-models/image01.png">
    
    Pydanticใƒขใƒ‡ใƒซใงใฏใชใใ€`dict`ใ‚’็›ดๆŽฅไฝฟ็”จใ—ใฆใ„ใ‚‹ๅ ดๅˆใฏใ“ใฎใ‚ˆใ†ใชใ‚จใƒ‡ใ‚ฃใ‚ฟใฎใ‚ตใƒใƒผใƒˆใฏๅพ—ใ‚‰ใ‚Œใพใ›ใ‚“ใ€‚
    
    ใ—ใ‹ใ—ใ€ใใ‚Œใ‚‰ใซใคใ„ใฆๅฟƒ้…ใ™ใ‚‹ๅฟ…่ฆใฏใ‚ใ‚Šใพใ›ใ‚“ใ€‚ๅ…ฅๅŠ›ใ•ใ‚ŒใŸ่พžๆ›ธใฏ่‡ชๅ‹•็š„ใซๅค‰ๆ›ใ•ใ‚Œใ€ๅ‡บๅŠ›ใ‚‚่‡ชๅ‹•็š„ใซJSONใซๅค‰ๆ›ใ•ใ‚Œใพใ™ใ€‚
    
    ## ไปปๆ„ใฎ`dict`ใฎใƒœใƒ‡ใ‚ฃ
    
    ใพใŸใ€ใ‚ใ‚‹ๅž‹ใฎใ‚ญใƒผใจๅˆฅใฎๅž‹ใฎๅ€คใ‚’ๆŒใค`dict`ใจใ—ใฆใƒœใƒ‡ใ‚ฃใ‚’ๅฎฃ่จ€ใ™ใ‚‹ใ“ใจใ‚‚ใงใใพใ™ใ€‚
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/request-form-models.md

    ## Confira os Documentos
    
    Vocรช pode verificar na UI de documentaรงรฃo em `/docs`:
    
    <div class="screenshot">
    <img src="/img/tutorial/request-form-models/image01.png">
    </div>
    
    ## Proibir Campos Extras de Formulรกrios
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/header-param-models.md

    # Header Parameter Models
    
    If you have a group of related **header parameters**, you can create a **Pydantic model** to declare them.
    
    This would allow you to **re-use the model** in **multiple places** and also to declare validations and metadata for all the parameters at once. ๐Ÿ˜Ž
    
    /// note
    
    This is supported since FastAPI version `0.115.0`. ๐Ÿค“
    
    ///
    
    ## Header Parameters with a Pydantic Model
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top