Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 268 for nostres (0.07 sec)

  1. src/main/resources/fess_indices/fess/fr/stopwords.txt

    au
    aux
    avec
    ce
    ces
    dans
    de
    des
    du
    elle
    en
    et
    eux
    il
    je
    la
    le
    leur
    lui
    ma
    mais
    me
    mรชme
    mes
    moi
    mon
    ne
    nos
    notre
    nous
    on
    ou
    par
    pas
    pour
    qu
    que
    qui
    sa
    se
    ses
    son
    sur
    ta
    te
    tes
    toi
    ton
    tu
    un
    une
    vos
    votre
    vous
    c
    d
    j
    l
    ร 
    m
    n
    s
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 977 bytes
    - Viewed (0)
  2. manifests/charts/UPDATING-CHARTS.md

    may not be removed until a minimum of 2 releases after the PR marking them as such is merged.
    
    - If you are marking a value as `deprecated`, you must update [templates/NOTES.txt](https://github.com/istio/istio/blob/723d3210dd068dd44f4abe740042e18f3c9da3a6/manifests/charts/istio-control/istio-discovery/templates/NOTES.txt) of the affected charts at time of deprecation, so that users will be explicitly warned if they use deprecated values....
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 16:31:46 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  3. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateContributorsInReleaseNotes.kt

                )
            } else {
                println("Contributors in the release notes are up to date.")
            }
        }
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Aug 21 11:42:19 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. guava/src/com/google/common/base/Predicate.java

    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    public interface Predicate<T extends @Nullable Object> extends java.util.function.Predicate<T> {
      /**
       * Returns the result of applying this predicate to {@code input} (Java 8+ users, see notes in the
       * class documentation above). This method is <i>generally expected</i>, but not absolutely
       * required, to have the following properties:
       *
       * <ul>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/DirectExecutorService.java

    import java.util.Collections;
    import java.util.List;
    import java.util.concurrent.RejectedExecutionException;
    import java.util.concurrent.TimeUnit;
    
    /** See newDirectExecutorService javadoc for behavioral notes. */
    @J2ktIncompatible // Emulated
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    final class DirectExecutorService extends AbstractListeningExecutorService {
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 22:10:29 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. docs/em/docs/deployment/versions.md

    ๐Ÿšฅ ๐Ÿ‘† โš™๏ธ ๐Ÿ™† ๐ŸŽ ๐Ÿงฐ ๐Ÿ› ๏ธ ๐Ÿ‘† ๐Ÿ‘ทโ€โ™‚, ๐Ÿ’– ๐ŸŽถ, Pipenv, โš–๏ธ ๐ŸŽ, ๐Ÿ‘ซ ๐ŸŒ โœ”๏ธ ๐ŸŒŒ ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ ๐Ÿ”ฌ ๐ŸŽฏ โฌ ๐Ÿ‘† ๐Ÿ“ฆ.
    
    ## ๐Ÿ’ช โฌ
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ‘€ ๐Ÿ’ช โฌ (โœ… โœ… โšซ๏ธโ” โฎ๏ธ ๐Ÿ“ฐ) [๐Ÿš€ ๐Ÿ—’](../release-notes.md){.internal-link target=_blank}.
    
    ## ๐Ÿ”ƒ โฌ
    
    ๐Ÿ“„ โš› ๐Ÿ› ๏ธ ๐Ÿ›, ๐Ÿ™† โฌ ๐Ÿ”› `1.0.0` ๐Ÿ’ช โš  ๐Ÿšฎ ๐Ÿ’” ๐Ÿ”€.
    
    FastAPI โฉ ๐Ÿ› ๐Ÿ‘ˆ ๐Ÿ™† "๐Ÿ›" โฌ ๐Ÿ”€ ๐Ÿ› ๐Ÿ”ง &amp; ๐Ÿšซ-๐Ÿ’” ๐Ÿ”€.
    
    /// tip
    
    "๐Ÿ›" ๐Ÿ ๐Ÿ”ข, ๐Ÿ–ผ, `0.2.3`, ๐Ÿ› โฌ `3`.
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. docs/changelogs/upgrading_to_okhttp_4.md

       proxyAuthenticator, proxySelector, socketFactory, sslSocketFactory, url
     * **Cache**: directory
     * **CacheControl**: immutable, maxAgeSeconds, maxStaleSeconds, minFreshSeconds, mustRevalidate,
       noCache, noStore, noTransform, onlyIfCached, sMaxAgeSeconds
     * **Challenge**: authParams, charset, realm, scheme
     * **CipherSuite**: javaName
     * **ConnectionSpec**: cipherSuites, supportsTlsExtensions, tlsVersions
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 16:58:16 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  8. internal/config/notify/help.go

    			Type:        "sentence",
    		},
    	}
    
    	HelpPostgres = config.HelpKVS{
    		config.HelpKV{
    			Key:         target.PostgresConnectionString,
    			Description: `Postgres server connection-string e.g. "host=localhost port=5432 dbname=minio_events user=postgres password=password sslmode=disable"`,
    			Type:        "string",
    			Sensitive:   true,
    		},
    		config.HelpKV{
    			Key:         target.PostgresTable,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  9. build-logic/documentation/src/main/groovy/gradlebuild/docs/RenderMarkdown.java

    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.OutputStreamWriter;
    import java.nio.charset.Charset;
    import java.util.Collections;
    
    /**
     * Generates release notes file from markdown to HTML
     */
    @CacheableTask
    public abstract class RenderMarkdown extends DefaultTask {
        /**
         * The source markdown file.
         */
        @PathSensitive(PathSensitivity.NONE)
        @InputFile
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 3.2K bytes
    - Viewed (0)
  10. docs/ja/docs/deployment/versions.md

    fastapi>=0.45.0,<0.46.0
    ```
    
    ใ“ใ‚Œใฏ `0.45.0` ไปฅไธŠใ€`0.46.0` ๆœชๆบ€ใฎใƒใƒผใ‚ธใƒงใƒณใ‚’ไฝฟใ†ใ“ใจใ‚’ๆ„ๅ‘ณใ—ใพใ™ใ€‚ไพ‹ใˆใฐใ€ใƒใƒผใ‚ธใƒงใƒณ `0.45.2` ใฏไฝฟ็”จๅฏ่ƒฝใงใ™ใ€‚
    
    Poetryใ‚„Pipenvใชใฉใ€ไป–ใฎใ‚คใƒณใ‚นใƒˆใƒผใƒซ็ฎก็†ใƒ„ใƒผใƒซใ‚’ไฝฟ็”จใ—ใฆใ„ใ‚‹ๅ ดๅˆใงใ‚‚ใ€ใใ‚Œใžใ‚Œใƒ‘ใƒƒใ‚ฑใƒผใ‚ธใฎใƒใƒผใ‚ธใƒงใƒณใ‚’ๆŒ‡ๅฎšใ™ใ‚‹ๆฉŸ่ƒฝใŒใ‚ใ‚Šใพใ™ใ€‚
    
    ## ๅˆฉ็”จๅฏ่ƒฝใชใƒใƒผใ‚ธใƒงใƒณ
    
    [Release Notes](../release-notes.md){.internal-link target=_blank}ใงๅˆฉ็”จๅฏ่ƒฝใชใƒใƒผใ‚ธใƒงใƒณใŒ็ขบ่ชใงใใพใ™ (็พๅœจใฎๆœ€ๆ–ฐ็‰ˆใฎ็ขบ่ชใชใฉใฎใŸใ‚)ใ€‚
    
    ## ใƒใƒผใ‚ธใƒงใƒณใซใคใ„ใฆ
    
    ใ‚ปใƒžใƒณใƒ†ใ‚ฃใƒƒใ‚ฏ ใƒใƒผใ‚ธใƒงใƒ‹ใƒณใ‚ฐใฎ่ฆ็ด„ใซๅพ“ใฃใฆใ€`1.0.0` ๆœชๆบ€ใฎๅ…จใฆใฎใƒใƒผใ‚ธใƒงใƒณใฏ็ ดๅฃŠ็š„ใชๅค‰ๆ›ดใŒๅŠ ใ‚ใ‚‹ๅฏ่ƒฝๆ€งใŒใ‚ใ‚Šใพใ™ใ€‚
    
    FastAPIใงใฏใ€Œใƒ‘ใƒƒใƒใ€ใƒใƒผใ‚ธใƒงใƒณใฏใƒใ‚ฐไฟฎๆญฃใจ้ž็ ดๅฃŠ็š„ใชๅค‰ๆ›ดใซ็•™ใ‚ใ‚‹ใจใ„ใ†่ฆ็ด„ใซๅพ“ใฃใฆใ„ใพใ™ใ€‚
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top