- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 384 for 1release (0.05 sec)
-
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java
checkVersionsHaveSameOrder("1release", "1"); checkVersionsHaveSameOrder("1final", "1"); checkVersionsHaveSameOrder("1Ga", "1"); checkVersionsHaveSameOrder("1GA", "1"); checkVersionsHaveSameOrder("1RELEASE", "1"); checkVersionsHaveSameOrder("1release", "1"); checkVersionsHaveSameOrder("1RELeaSE", "1"); checkVersionsHaveSameOrder("1Final", "1");
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 17.8K bytes - Viewed (0) -
RELEASE.md
Modak, Yasuhiro Matsumoto, Yi Li, Yong Tang, zhaozheng09, Zhoulong Jiang, zzpmiracle # Release 2.6.2 Fixes an issue where `keras`, `tensorflow_estimator` and `tensorboard` were missing proper upper bounds and resulted in broken installs after TF 2.7 release # Release 2.6.1 This release introduces several vulnerability fixes: * Fixes a code injection issue in `saved_model_cli`
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
src/test/java/jcifs/smb/BufferCacheImplTest.java
BufferCacheImpl impl = new BufferCacheImpl(cacheSize, 6); byte[] toRelease = new byte[5]; toRelease[0] = 42; impl.releaseBuffer(toRelease); byte[] fromCache = impl.getBuffer(); assertSame(toRelease, fromCache, "Released buffer should be returned from cache regardless of cache size"); // Zeroed upon release for (byte value : fromCache) { assertEquals(0, value);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.5K bytes - Viewed (0) -
Dockerfile.release.old_cpu
curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.sha256sum -o /go/bin/minio.sha256sum && \ chmod +x /go/bin/minio # Download mc binary and signature files RUN curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc -o /go/bin/mc && \
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 3.1K bytes - Viewed (0) -
Dockerfile.release
curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.minisig -o /go/bin/minio.minisig && \ curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.sha256sum -o /go/bin/minio.sha256sum && \ chmod +x /go/bin/minio # Download mc binary and signature files RUN curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc -o /go/bin/mc && \
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 3K bytes - Viewed (0) -
.github/release-drafter.yml
name-template: 'v Release $NEXT_PATCH_VERSION 🌈' tag-template: 'v$NEXT_PATCH_VERSION' categories: - title: '🚀 Features' labels: - 'feature' - 'enhancement' - title: '🐛 Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' - title: '🧰 Maintenance' label: 'chore' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' template: | ## Changes
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Oct 09 11:31:04 UTC 2024 - 428 bytes - Viewed (0) -
.github/release-drafter.yml
# specific language governing permissions and limitations # under the License. _extends: maven-gh-actions-shared tag-template: maven-$RESOLVED_VERSION include-pre-releases: true
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jun 18 14:16:25 UTC 2025 - 907 bytes - Viewed (0) -
.github/workflows/create-release.yml
name: Create Release on: push: tags: - 'v*.*.*' permissions: contents: write pull-requests: read jobs: create_release: name: Create Release runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Generate Release Notes and Publish id: generate_release_notes uses: release-drafter/release-drafter@v6
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Oct 09 11:31:04 UTC 2024 - 663 bytes - Viewed (0) -
.github/workflows/release-branch-cherrypick.yml
# Usage: Go to # https://github.com/tensorflow/tensorflow/actions/workflows/release-branch-cherrypick.yml # and click "Run Workflow." Leave "Use Workflow From" set to "master", then # input the branch name and paste the cherry-pick commit and click Run. A PR # will be created. name: Release Branch Cherrypick on: workflow_dispatch: inputs:
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Sep 01 15:40:11 UTC 2025 - 3.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/SimpleMemoryManagementTest.java
// Test release (still in use because of initial transport acquire) session.release(); assertTrue(session.isInUse(), "Session should still be in use after one release"); // Test final release session.release(); assertFalse(session.isInUse(), "Session should not be in use after all releases"); // Test multiple releases (should not throw)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 5.7K bytes - Viewed (0)