- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for isArch (0.04 seconds)
-
impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
setFamily(String); public void setName(String); public void setArch(String); public void setVersion(String); public boolean eval() throws Exception; public static boolean isFamily(String); public static boolean isName(String); public static boolean isArch(String); public static boolean isVersion(String); public static boolean isOs(String, String, String, String); static void <clinit>(); } org/codehaus/plexus/util/PathTool.class package org.codehaus.plexus.util; public synchronized class PathTool {...
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 164.6K bytes - Click Count (0) -
buildscripts/cross-compile.sh
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Jun 08 16:12:05 GMT 2025 - 972 bytes - Click Count (0) -
docker-buildx.sh
release=$(git describe --abbrev=0 --tags) export release } function _build() { local osarch=$1 IFS=/ read -r -a arr <<<"$osarch" os="${arr[0]}" arch="${arr[1]}" package=$(go list -f '{{.ImportPath}}') printf -- "--> %15s:%s\n" "${osarch}" "${package}" # go build -trimpath to build the binary. export GOOS=$os export GOARCH=$arch export MINIO_RELEASE=RELEASE
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Oct 19 08:22:05 GMT 2025 - 1.9K bytes - Click Count (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/OperatingSystemProfileActivatorTest.java
return p; } private Properties newProperties(String osName, String osVersion, String osArch) { Properties props = new Properties(); props.setProperty("os.name", osName); props.setProperty("os.version", osVersion); props.setProperty("os.arch", osArch); return props; } @Test void testVersionStringComparison() throws Exception {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 6.3K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/s390x.s
VSUMQG V19, V20, V21 // e75340003e67 VSUMB V7, V8, V9 // e79780000064 VSUMH V22, V23, V24 // e78670001e64 VSTRC V18, V20, V22, V24 // e78240006f8a VSTRCB V18, V20, V22, V24 // e78240006f8a VSTRCH V18, V20, V22, V24 // e78241006f8a VSTRCF V18, V20, V22, V24 // e78242006f8a VSTRCBS V18, V20, V22, V24 // e78240106f8a VSTRCHS V18, V20, V22, V24 // e78241106f8a VSTRCFS V18, V20, V22, V24 // e78242106f8a
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Jul 30 19:29:15 GMT 2025 - 22.9K bytes - Click Count (0)