- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 280 for 17 (0.02 sec)
-
okhttp-osgi-tests/build.gradle.kts
osgiTestDeploy(libs.eclipseOsgi) osgiTestDeploy(libs.kotlin.stdlib.osgi) } val testJavaVersion = System.getProperty("test.java.version", "21").toInt() tasks.withType<Test> { onlyIf("Tests require JDK 17") { testJavaVersion >= 17 }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:17:18 UTC 2025 - 2.5K bytes - Viewed (0) -
.github/workflows/maven.yml
pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v4 with: java-version: '17' distribution: 'temurin' - name: Build with Maven
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Jul 31 06:32:26 UTC 2025 - 574 bytes - Viewed (0) -
.github/workflows/maven.yml
runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v2 - name: Set up JDK 17 uses: actions/setup-java@v2 with: java-version: '17' distribution: 'adopt' - name: Build with Maven
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Thu Jan 16 08:40:27 UTC 2025 - 675 bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vpopcntdq.s
VPOPCNTQ 17(SP), K2, Z20 // 62e2fd4a55a42411000000 VPOPCNTQ -17(BP)(SI*4), K2, Z20 // 62e2fd4a55a4b5efffffff VPOPCNTQ Z1, K2, Z9 // 6272fd4a55c9 VPOPCNTQ Z3, K2, Z9 // 6272fd4a55cb VPOPCNTQ 17(SP), K2, Z9 // 6272fd4a558c2411000000
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 5.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s
KANDNB K6, K4, K1 // c5dd42ce KMOVB K7, 17(SP) // c5f9917c2411 KMOVB K6, 17(SP) // c5f991742411 KMOVB K7, -17(BP)(SI*4) // c5f9917cb5ef KMOVB K6, -17(BP)(SI*4) // c5f99174b5ef KMOVB K4, AX // c5f993c4
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 194.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/io/Smb2ReadResponse.java
if (structureSize == 9) { return this.readErrorResponse(buffer, bufferIndex); } if (structureSize != 17) { throw new SMBProtocolDecodingException("Expected structureSize = 17"); } final short dataOffset = buffer[bufferIndex + 2]; bufferIndex += 4; this.dataLength = SMBUtil.readInt4(buffer, bufferIndex);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.4K bytes - Viewed (0) -
maven-tests/pom.xml
<name>maven-tests</name> <description>A simple maven-test.</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId>
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Jul 13 08:32:01 UTC 2025 - 1.8K bytes - Viewed (0) -
okcurl/build.gradle.kts
attributes("Main-Class" to "okhttp3.curl.MainCommandLineKt") } } tasks.shadowJar { mergeServiceFiles() } tasks.withType<Test> { onlyIf("native build requires Java 17") { testJavaVersion > 17 } } apply(plugin = "org.graalvm.buildtools.native") configure<GraalVMExtension> { binaries { named("main") { imageName = "okcurl"
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Jul 22 20:31:49 UTC 2025 - 1.6K bytes - Viewed (0) -
.github/workflows/codeql-analysis.yml
run: sudo ethtool -K eth0 tx off rx off # Install and setup JDK 17 - name: Setup JDK 17 uses: actions/setup-java@v5 with: distribution: temurin java-version: 17 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3 with:
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Aug 21 23:08:02 UTC 2025 - 4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/aes_avx512f.s
VAESDECLAST -17(BP)(SI*8), Y11, Y24 // 62622528df84f5efffffff or 6262a528df84f5efffffff VAESDECLAST (R15), Y11, Y24 // 62422528df07 or 6242a528df07 VAESDECLAST Z8, Z23, Z23 // 62c24540dff8 or 62c2c540dff8 VAESDECLAST Z28, Z23, Z23 // 62824540dffc or 6282c540dffc
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 29K bytes - Viewed (0)