- Sort Score
- Result 10 results
- Languages All
Results 1581 - 1590 of 1,742 for Read (0.09 sec)
-
docs/em/docs/tutorial/first-steps.md
βͺ π π οΈ, "β‘" π π π "β " & "βΉ". #### π οΈ "π οΈ" π₯ π 1οΈβ£ πΊπΈπ "π©βπ¬". 1οΈβ£: * `POST` * `GET` * `PUT` * `DELETE` ...& π π π: * `OPTIONS` * `HEAD` * `PATCH` * `TRACE` πΊπΈπ π οΈ, π πͺ π π β‘ βοΈ 1οΈβ£ (βοΈ π ) π« "π©βπ¬". --- πβ π π, π π βοΈ π« π― πΊπΈπ π©βπ¬ π π― π―. π π βοΈ: * `POST`: β π½. * `GET`: β π½.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/local/DefaultLocalMavenInvokerTest.java
import org.junit.jupiter.api.io.CleanupMode; import org.junit.jupiter.api.io.TempDir; /** * Local UT. */ @Disabled( "The tests reuse properties from the JVM being launched, thus may lead to failures depending on which options are used") public class DefaultLocalMavenInvokerTest extends MavenInvokerTestSupport<MavenOptions, MavenInvokerRequest<MavenOptions>> { @Override
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.7K bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/QueueDispatcher.kt
// Fail fast if there's no response queued up. return failFastResponse!! } val result = responseQueue.take() // If take() returned because we're shutting down, then enqueue another dead letter so that any // other threads waiting on take() will also return. if (result == DEAD_LETTER) responseQueue.add(DEAD_LETTER) return result } override fun peek(): MockResponse {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Tue Jan 23 14:31:42 UTC 2024 - 3K bytes - Viewed (0) -
.github/workflows/maven_build_itself.yml
permissions: {} jobs: build: # execute on any push or pull request from forked repo if: github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork ) strategy: matrix: os: [ubuntu-latest, windows-latest] java: [17, 21] fail-fast: false runs-on: ${{ matrix.os }} steps:
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Jun 03 17:58:28 UTC 2024 - 2.8K bytes - Viewed (0) -
scripts/deploy_docs_status.py
g = Github(settings.github_token.get_secret_value()) repo = g.get_repo(settings.github_repository) use_pr = next( (pr for pr in repo.get_pulls() if pr.head.sha == settings.commit_sha), None ) if not use_pr: logging.error(f"No PR found for hash: {settings.commit_sha}") return commits = list(use_pr.get_commits())
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Aug 09 15:52:41 UTC 2024 - 3.1K bytes - Viewed (0) -
ci/official/containers/linux_arm64/build.sh
# A continuous job is the only one to publish to latest TAG="latest-multi-python" else # If it is a change, grab a good tag for iterative builds if [[ -z "${KOKORO_GITHUB_PULL_REQUEST_NUMBER}" ]]; then TAG=$(head -n 1 "$KOKORO_PIPER_DIR/presubmit_request.txt" | cut -d" " -f2) else TAG="pr-${KOKORO_GITHUB_PULL_REQUEST_NUMBER}" fi fi AR_IMAGE_PATH="us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/build-arm64"
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 01 15:44:57 UTC 2024 - 2.4K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ForwardingBlockingDeque.java
* to the methods of the delegate. For example, overriding {@link #add} alone <b>will not</b> change * the behaviour of {@link #offer} which can lead to unexpected behaviour. In this case, you should * override {@code offer} as well, either providing your own implementation, or delegating to the * provided {@code standardOffer} method. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Apr 04 09:45:04 UTC 2023 - 4.3K bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportWorkAction.kt
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 28 08:29:28 UTC 2024 - 12.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/first-steps.md
#### μλ "μλ(Operation)"μ HTTP "λ©μλ" μ€ νλλ₯Ό λνλ λλ€. λ€μ μ€ νλμ΄λ©°: * `POST` * `GET` * `PUT` * `DELETE` ...νν μ¬μ©λμ§ μλ κ²λ€λ μμ΅λλ€: * `OPTIONS` * `HEAD` * `PATCH` * `TRACE` HTTP νλ‘ν μ½μμλ μ΄λ¬ν "λ©μλ"λ₯Ό νλ(λλ μ΄μ) μ¬μ©νμ¬ κ° κ²½λ‘μ ν΅μ ν μ μμ΅λλ€. --- APIλ₯Ό μ€κ³ν λ μΌλ°μ μΌλ‘ νΉμ νλμ μννκΈ° μν΄ νΉμ HTTP λ©μλλ₯Ό μ¬μ©ν©λλ€. μΌλ°μ μΌλ‘ λ€μκ³Ό κ°μ΅λλ€: * `POST`: λ°μ΄ν°λ₯Ό μμ±νκΈ° μν΄.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.4K bytes - Viewed (0) -
api/go1.20.txt
pkg io, method (*OffsetWriter) WriteAt([]uint8, int64) (int, error) #45899 pkg io, method (*OffsetWriter) Write([]uint8) (int, error) #45899 pkg io, type OffsetWriter struct #45899 pkg math/rand, func Read //deprecated #20661 pkg math/rand, func Seed //deprecated #56319 pkg net, const FlagRunning = 32 #53482 pkg net, const FlagRunning Flags #53482
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0)