- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 1,309 for latests (0.13 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/TestsForMapsInJavaUtil.java
* Can be subclassed to specify tests that should be suppressed. * * @author Kevin Bourrillion */ @GwtIncompatible public class TestsForMapsInJavaUtil { public static Test suite() { return new TestsForMapsInJavaUtil().allTests(); } public Test allTests() { TestSuite suite = new TestSuite("java.util Maps"); suite.addTest(testsForCheckedMap());
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 17K bytes - Viewed (0) -
.github/workflows/maven_build_itself.yml
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: - uses: actions/checkout@v4 with: persist-credentials: false
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Jun 03 17:58:28 UTC 2024 - 2.8K bytes - Viewed (0) -
docs/em/docs/tutorial/extra-data-types.md
* `datetime.timedelta`: * ๐ `datetime.timedelta`. * ๐จ & ๐จ ๐ ๐จ `float` ๐ ๐ฅ. * Pydantic โ ๐ฆ โซ๏ธ "๐พ 8๏ธโฃ6๏ธโฃ0๏ธโฃ1๏ธโฃ ๐ฐ โ ๐ข", <a href="https://docs.pydantic.dev/latest/concepts/serialization/#json_encoders" class="external-link" target="_blank">๐ ๐ฉบ ๐ โน</a>. * `frozenset`: * ๐จ & ๐จ, ๐ฅ ๐ `set`: * ๐จ, ๐ ๐ โ, โ โ & ๐ญ โซ๏ธ `set`. * ๐จ, `set` ๐ ๐ `list`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.6K bytes - Viewed (0) -
.github/workflows/label-approved.yml
- cron: "0 12 * * *" workflow_dispatch: permissions: pull-requests: write env: UV_SYSTEM_PYTHON: 1 jobs: label-approved: if: github.repository_owner == 'fastapi' runs-on: ubuntu-latest steps: - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v4 - name: Set up Python
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 13:58:30 UTC 2024 - 1.1K bytes - Viewed (0) -
SECURITY.md
# Security Policy ## Supported Versions We always provide security updates for the [latest release](https://github.com/minio/minio/releases/latest). Whenever there is a security update you just need to upgrade to the latest version. ## Reporting a Vulnerability All security bugs in [minio/minio](https://github,com/minio/minio) (or other minio/* repositories) should be reported by email to ******@****.***. Your email will be acknowledged within 48 hours,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Feb 12 00:51:25 UTC 2022 - 2.2K bytes - Viewed (0) -
cmd/metacache-entries.go
idx := strings.Index(ext, separator) // If separator is not found or is last entry, ok. return idx == -1 || idx == len(ext)-len(separator) } return false } // isLatestDeletemarker returns whether the latest version is a delete marker. // If metadata is NOT versioned false will always be returned. // If v2 and UNABLE to load metadata true will be returned. func (e *metaCacheEntry) isLatestDeletemarker() bool {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 08 15:29:58 UTC 2024 - 24.1K bytes - Viewed (0) -
README.md
We welcome pull requests for your language. ### Translations - [ๆฅๆฌ่ช (Japanese)](docs/ja/README.md) - [็ฎไฝไธญๆ (Simplified Chinese)](docs/zh-CN/README.md)
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.3K bytes - Viewed (0) -
docs/em/docs/deployment/server-workers.md
/// ## ๐ โฎ๏ธ Uvicorn ๐จโ๐ญ **๐** โด๏ธ ๐ธ ๐ฝ โ๏ธ **๐จ๐ป ๐ฉ**. ๐ โ ๐ ๐ ๐ช ๐ฆ ๐ธ ๐ ๐บ & โณ. ๐ โซ๏ธ ๐ซ ๐ โฎ๏ธ **FastAPI**, FastAPI โ๏ธ ๐ **<a href="https://asgi.readthedocs.io/en/latest/" class="external-link" target="_blank">๐ซ ๐ฉ</a>**. โ๏ธ ๐ ๐โ๐ฆบ ๐ท **๐ ๏ธ ๐จโ๐ผ** & ๐ค ๐ฉโ๐ป ๐ฌ โซ๏ธ โ ๐ฏ **๐จโ๐ญ ๐ ๏ธ ๐** โ๏ธ. โคด๏ธ ๐ ๐ โถ๏ธ 1๏ธโฃ โ๏ธ ๐ **๐จโ๐ญ ๐ ๏ธ** โ๏ธ ๐ ๐. & **Uvicorn** โ๏ธ **๐-๐ ๐จโ๐ญ ๐**.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8.2K bytes - Viewed (0) -
scan.go
for _, name := range names[1 : subNameCount-1] { rel = rel.FieldSchema.Relationships.Relations[name] relFields = append(relFields, rel.Field) } // latest name is raw dbname dbName := names[subNameCount-1] if field := rel.FieldSchema.LookUpField(dbName); field != nil && field.Readable { fields[idx] = field if len(joinFields) == 0 {
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Jun 24 09:42:59 UTC 2024 - 10.1K bytes - Viewed (0) -
internal/bucket/replication/replication.go
errRoleArnPresentForMultipleTargets = Errorf("`Role` should be empty in ReplicationConfiguration for multiple targets") ) // Config - replication configuration specified in // https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html type Config struct { XMLName xml.Name `xml:"ReplicationConfiguration" json:"-"` Rules []Rule `xml:"Rule" json:"Rules"` // RoleArn is being reused for MinIO replication ARN
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Mar 28 17:44:56 UTC 2024 - 8.9K bytes - Viewed (0)