Search Options

Results per page
Sort
Preferred Languages
Advance

Results 921 - 930 of 1,341 for mein (0.03 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/DependencyCoordinates.java

    import org.apache.maven.api.annotations.Nullable;
    
    /**
     * {@code ArtifactCoordinates} completed with information about how the artifact will be used.
     * This information include the dependency type (main classes, test classes, <i>etc.</i>),
     * a scope (compile-time, run-time <i>etc.</i>), an obligation (whether the dependency
     * is optional or mandatory), and possible exclusions for transitive dependencies.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Sat Sep 28 09:03:24 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/index.md

    ๐Ÿ”  ๐Ÿ“„ ๐Ÿ“‰ ๐Ÿ— ๐Ÿ”› โฎ๏ธ ๐Ÿ•, โœ‹๏ธ โšซ๏ธ ๐Ÿ— ๐ŸŽ โ”, ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšถ ๐Ÿ”— ๐Ÿ™† ๐ŸŽฏ 1๏ธโƒฃ โŽ ๐Ÿ‘† ๐ŸŽฏ ๐Ÿ› ๏ธ ๐Ÿ’ช.
    
    โšซ๏ธ ๐Ÿ— ๐Ÿ‘ท ๐Ÿ”ฎ ๐Ÿ”—.
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ‘Ÿ ๐Ÿ”™ &amp; ๐Ÿ‘€ โšซ๏ธโ” โšซ๏ธโ” ๐Ÿ‘† ๐Ÿ’ช.
    
    ## ๐Ÿƒ ๐Ÿ“Ÿ
    
    ๐ŸŒ ๐Ÿ“Ÿ ๐Ÿซ ๐Ÿ’ช ๐Ÿ“ &amp; โš™๏ธ ๐Ÿ”— (๐Ÿ‘ซ ๐Ÿค™ ๐Ÿ’ฏ ๐Ÿ ๐Ÿ“).
    
    ๐Ÿƒ ๐Ÿ™† ๐Ÿ–ผ, ๐Ÿ“ ๐Ÿ“Ÿ ๐Ÿ“ `main.py`, &amp; โ–ถ๏ธ `uvicorn` โฎ๏ธ:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheControlJvmTest.kt

            .onlyIfCached()
            .noTransform()
            .immutable()
            .build()
        assertThat(cacheControl.toString()).isEqualTo(
          "no-cache, no-store, max-age=1, max-stale=2, min-fresh=3, only-if-cached, " +
            "no-transform, immutable",
        )
        assertThat(cacheControl.noCache).isTrue()
        assertThat(cacheControl.noStore).isTrue()
        assertThat(cacheControl.maxAgeSeconds).isEqualTo(1)
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  4. docs/fr/docs/index.md

    <details markdown="1">
    <summary>ร€ propos de la commande <code>uvicorn main:app --reload</code> ...</summary>
    
    La commande `uvicorn main:app` fait rรฉfรฉrence ร  :
    
    * `main` : le fichier `main.py` (le "module" Python).
    * `app` : l'objet crรฉรฉ ร  l'intรฉrieur de `main.py` avec la ligne `app = FastAPI()`.
    * `--reload` : fait redรฉmarrer le serveur aprรจs des changements de code. ร€ n'utiliser que pour le dรฉveloppement.
    
    </details>
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 22K bytes
    - Viewed (0)
  5. docs/zh-hant/docs/index.md

    INFO:     Application startup complete.
    ```
    
    </div>
    
    <details markdown="1">
    <summary>้—œๆ–ผๆŒ‡ไปค <code>uvicorn main:app --reload</code>...</summary>
    
    ่ฉฒๆŒ‡ไปค `uvicorn main:app` ๆŒ‡็š„ๆ˜ฏ๏ผš
    
    - `main`๏ผš`main.py` ๆช”ๆกˆ๏ผˆไธ€ๅ€‹ python ็š„ "ๆจก็ต„"๏ผ‰ใ€‚
    - `app`๏ผšๅœจ `main.py` ๆช”ๆกˆไธญ๏ผŒไฝฟ็”จ `app = FastAPI()` ๅปบ็ซ‹็š„็‰ฉไปถใ€‚
    - `--reload`๏ผš็จ‹ๅผ็ขผๆ›ดๆ”นๅพŒๆœƒ่‡ชๅ‹•้‡ๆ–ฐๅ•Ÿๅ‹•๏ผŒ่ซ‹ๅƒ…ๅœจ้–‹็™ผๆ™‚ไฝฟ็”จๆญคๅƒๆ•ธใ€‚
    
    </details>
    
    ### ๆชขๆŸฅ
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/ExecutionError.java

      /*
       * Ideally, this class would have exposed only constructors that require a non-null cause. See
       * https://github.com/jspecify/jspecify-reference-checker/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
       * and https://github.com/jspecify/jspecify/issues/490.
       *
       * (That would also have ensured that its cause was always an Error, rather than possibly another
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Mar 07 17:52:19 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateInitPluginTemplateVersionFile.kt

            findLatest("slf4j", "org.slf4j:slf4j-api:(1.7,)", versionProperties)
    
            // Starting with ScalaTest 3.1.0, the third party integration were moved out of the main JAR
            findLatest("scalatest", "org.scalatest:scalatest_${versionProperties["scala"]}:(3.0,)", versionProperties)
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Jun 28 08:29:29 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/handling-errors.md

    This is similar to the 200 HTTP status codes (from 200 to 299). Those "200" status codes mean that somehow there was a "success" in the request.
    
    The status codes in the 400 range mean that there was an error from the client.
    
    Remember all those **"404 Not Found"** errors (and jokes)?
    
    ## Use `HTTPException`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/io/ByteSourceTest.java

    import static com.google.common.io.TestOption.SKIP_THROWS;
    import static com.google.common.io.TestOption.WRITE_THROWS;
    import static com.google.common.truth.Truth.assertThat;
    import static java.lang.Math.max;
    import static java.lang.Math.min;
    import static java.nio.charset.StandardCharsets.US_ASCII;
    import static org.junit.Assert.assertArrayEquals;
    import static org.junit.Assert.assertThrows;
    
    import com.google.common.collect.ImmutableList;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/hash/HashCode.java

    import static com.google.common.base.Preconditions.checkArgument;
    import static com.google.common.base.Preconditions.checkNotNull;
    import static com.google.common.base.Preconditions.checkState;
    import static java.lang.Math.min;
    
    import com.google.common.base.Preconditions;
    import com.google.common.primitives.UnsignedInts;
    import com.google.errorprone.annotations.CanIgnoreReturnValue;
    import java.io.Serializable;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 19:54:59 UTC 2024
    - 12.6K bytes
    - Viewed (0)
Back to top