- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 24 for 342 (0.01 sec)
-
helm-releases/minio-3.4.2.tgz
minio-3.4.2.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-12-20T22-07-16Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.4.2 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Dec 21 02:58:25 UTC 2021 - 15.2K bytes - Viewed (0) -
.github/workflows/update-jdks.yml
name: Update jdks.yaml on: workflow_dispatch: # Allows manual triggering of the action schedule: # Runs the action weekly on Monday at 3:42 UTC - cron: '42 3 * * 1' permissions: contents: write pull-requests: write jobs: update-jdks: if: github.repository == 'gradle/gradle' permissions: contents: write pull-requests: write runs-on: ubuntu-latest steps:Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 09 22:14:16 UTC 2025 - 2.1K bytes - Viewed (0) -
pom.xml
<encoding>UTF-8</encoding> <docencoding>UTF-8</docencoding> <charset>UTF-8</charset> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.4.2</version> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>org.codelibs.corelib</Automatic-Module-Name> </manifestEntries> </archive> </configuration>
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Dec 20 04:15:34 UTC 2025 - 4.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/providers/packaging/AbstractLifecycleMappingProvider.java
protected static final String INSTALL_PLUGIN_VERSION = "3.1.3"; protected static final String DEPLOY_PLUGIN_VERSION = "3.1.3"; // packaging protected static final String JAR_PLUGIN_VERSION = "3.4.2"; protected static final String EAR_PLUGIN_VERSION = "3.3.0"; protected static final String EJB_PLUGIN_VERSION = "3.2.1"; protected static final String PLUGIN_PLUGIN_VERSION = "3.15.1";Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Dec 22 12:24:35 UTC 2024 - 3.2K bytes - Viewed (0) -
pom.xml
<encoding>UTF-8</encoding> <docencoding>UTF-8</docencoding> <charset>UTF-8</charset> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.4.2</version> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>org.codelibs.curl4j</Automatic-Module-Name> </manifestEntries> </archive> </configuration>
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Sat Dec 20 04:17:15 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/UUID.java
this.node[2] = B(hex_to_bin(arr, 28, 2)); this.node[3] = B(hex_to_bin(arr, 30, 2)); this.node[4] = B(hex_to_bin(arr, 32, 2)); this.node[5] = B(hex_to_bin(arr, 34, 2)); } @Override public String toString() { return bin_to_hex(this.time_low, 8) + '-' + bin_to_hex(this.time_mid, 4) + '-' + bin_to_hex(this.time_hi_and_version, 4) + '-'
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/UUID.java
node[1] = B(hex_to_bin(arr, 26, 2)); node[2] = B(hex_to_bin(arr, 28, 2)); node[3] = B(hex_to_bin(arr, 30, 2)); node[4] = B(hex_to_bin(arr, 32, 2)); node[5] = B(hex_to_bin(arr, 34, 2)); } @Override public String toString() { return bin_to_hex(time_low, 8) + '-' + bin_to_hex(time_mid, 4) + '-' + bin_to_hex(time_hi_and_version, 4) + '-'
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.1K bytes - Viewed (0) -
helm-releases/minio-3.4.3.tgz
metadata: name: chart-1640120023-minio namespace: "minio" labels: app: minio chart: minio-3.4.2 release: chart-1640120023 heritage: Helm type: Opaque data: rootUser: "cm9vdHVzZXI=" rootPassword: "cm9vdHBhc3MxMjM=" etcd_client.crt: "d3Rm" --- # Source: minio/templates/configmap.yaml apiVersion: v1 kind: ConfigMap metadata: name: chart-1640120023-minio namespace: "minio" labels: app: minio chart: minio-3.4.2 release: chart-1640120023 heritage: Helm data: initialize: |- #!/bin/sh set -e ; # Have script...
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Dec 21 20:55:50 UTC 2021 - 17.7K bytes - Viewed (0) -
pom.xml
<docencoding>UTF-8</docencoding> <charset>UTF-8</charset> <source>17</source> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.4.2</version> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>jcifs</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin>
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 12.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- [Container Images](#container-images) - [Changelog since v1.34.2](#changelog-since-v1342) - [Changes by Kind](#changes-by-kind) - [Feature](#feature) - [Bug or Regression](#bug-or-regression) - [Dependencies](#dependencies) - [Added](#added) - [Changed](#changed) - [Removed](#removed) - [v1.34.2](#v1342) - [Downloads for v1.34.2](#downloads-for-v1342) - [Source Code](#source-code-1)Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 10 01:13:50 UTC 2025 - 333.3K bytes - Viewed (2)