- Sort Score
- Num 10 results
- Language All
Results 251 - 260 of 1,253 for usas (0.02 seconds)
-
okhttp-testing-support/src/main/resources/META-INF/proguard/okhttp3.pro
# OkHttp test platform rules uses optional classes.
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Dec 23 14:46:51 GMT 2023 - 65 bytes - Click Count (0) -
.github/workflows/issue-metadata.yml
issues: write runs-on: ubuntu-latest steps: # Check that issues have proper metadata: labels and milestone # https://github.com/gradle/issue-management-action/blob/main/src/issue-metadata.tsCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Aug 08 11:33:25 GMT 2025 - 474 bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AggregateFutureStateDefaultAtomicHelperTest.java
import static com.google.common.truth.Truth.assertThat; import junit.framework.TestCase; import org.jspecify.annotations.NullUnmarked; /** * Tests that {@link AggregateFutureState} uses the expected {@code AtomicHelper} implementation. * * <p>We have more thorough testing of {@code AtomicHelper} implementations in {@link * AggregateFutureStateFallbackAtomicHelperTest}. The advantage to this test is that it can runCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Apr 05 15:44:19 GMT 2025 - 1.3K bytes - Click Count (0) -
cmd/os-rename_nolinux.go
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Feb 15 01:09:38 GMT 2024 - 985 bytes - Click Count (0) -
.github/workflows/release-notes.yml
permissions: {} jobs: check_release_notes: permissions: issues: write runs-on: ubuntu-latest steps: # Check that release-note-worthy issues have a PR with release notes attachedCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 04 15:13:53 GMT 2024 - 344 bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Sources.java
return new ResolvedPathSource(requireNonNull(path, "path"), path.toString(), modelId); } /** * Basic implementation of {@link Source} that uses a {@link Path} as the underlying source. */ static class PathSource implements Source { @Nonnull protected final Path path; @Nonnull protected final String location;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 8.2K bytes - Click Count (0) -
docs/en/docs/advanced/generate-clients.md
```TypeScript ItemsService.createItemItemsPost({name: "Plumbus", price: 5}) ``` ...that's because the client generator uses the OpenAPI internal **operation ID** for each *path operation*.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 10.1K bytes - Click Count (1) -
docs/es/docs/tutorial/cookie-param-models.md
Puedes usar la configuración del modelo de Pydantic para `prohibir` cualquier campo `extra`: {* ../../docs_src/cookie_param_models/tutorial002_an_py310.py hl[10] *}Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 3.3K bytes - Click Count (0) -
okhttp/src/androidMain/AndroidManifest.xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="okhttp.okhttp3"> <uses-permission android:name="android.permission.INTERNET"/> <application> <provider android:name="androidx.startup.InitializationProvider" android:authorities="${applicationId}.androidx-startup" android:exported="false" tools:node="merge">Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Dec 31 14:50:53 GMT 2024 - 604 bytes - Click Count (0) -
.github/workflows/auto-assign-pr-to-author.yml
permissions: contents: read # for kentaro-m/auto-assign-action to fetch config file pull-requests: write # for kentaro-m/auto-assign-action to assign PR reviewers runs-on: ubuntu-latest steps:Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 12 13:13:58 GMT 2024 - 381 bytes - Click Count (0)