- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 353 for 12 (0.01 sec)
-
CHANGELOG/CHANGELOG-1.2.md
DaemonSet objects you created in 1.1 won’t work with in the 1.2 release. * Before upgrading to 1.2, <strong>delete all DaemonSet alpha-version resources</strong>. If you do not want to disrupt the pods, use kubectl delete daemonset <name> --cascade=false. Then create DaemonSet Beta resources after upgrading to 1.2. * Client (kubectl) and server versions must match (both 1.1 or both 1.2) for any DaemonSet-related operations. * Behavior change:
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
api/go1.12.txt
Brad Fitzpatrick <******@****.***> 1546456603 +0000
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 02 21:21:53 UTC 2019 - 13.5K bytes - Viewed (0) -
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/VersionRangeTest.java
assertEquals("1.2", restriction.getLowerBound().toString(), CHECK_LOWER_BOUND); assertTrue(restriction.isLowerBoundInclusive(), CHECK_LOWER_BOUND_INCLUSIVE); assertNull(restriction.getUpperBound(), CHECK_UPPER_BOUND); assertFalse(restriction.isUpperBoundInclusive(), CHECK_UPPER_BOUND_INCLUSIVE); range1 = VersionRange.createFromVersionSpec("(,1.2]");
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 44.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponseTest.java
// Fill rest with random data for (int i = 12; i < buffer.length; i++) { buffer[i] = (byte) (i % 256); } int bytesDecoded = response.decode(buffer, 0, buffer.length); // Should only consume 12 bytes assertEquals(12, bytesDecoded); assertEquals(15, response.getChunksWritten());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
key="labels.advance_search_must_queries" /></label> <div class="col-lg-5 col-md-8 col-sm-7 col-6"> <input class="form-control" type="text" id="as_q" name="as.q" value="${f:h(fe:join(as.q))}"> </div> </div> <div class="mb-3 row"> <label for="as_epq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/ppc64_p10.s
PMXVF32GER VS1, VS2, $1, $2, A1 // 07900012ec8110d8 PMXVF32GERNN VS1, VS2, $1, $2, A1 // 07900012ec8116d0 PMXVF32GERNP VS1, VS2, $1, $2, A1 // 07900012ec8112d0 PMXVF32GERPN VS1, VS2, $1, $2, A1 // 07900012ec8114d0 PMXVF32GERPP VS1, VS2, $1, $2, A1 // 07900012ec8110d0 PMXVF64GER VS4, VS2, $1, $2, A1 // 07900018ec8411d8 PMXVF64GERNN VS4, VS2, $1, $2, A1 // 07900018ec8417d0
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 23 20:52:57 UTC 2023 - 14.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/SetViewTest.java
intersection(newHashSet(1, 2), newHashSet(3, 4)), difference(newHashSet(1, 2), newHashSet(1, 2)), symmetricDifference(newHashSet(1, 2), newHashSet(1, 2))) .addEqualityGroup( singleton(1), union(singleton(1), singleton(1)), intersection(newHashSet(1, 2), newHashSet(1, 3)), difference(newHashSet(1, 2), newHashSet(2, 3)),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/mips64.s
// unary instructions // // LADDW rreg ',' sreg ',' rreg // { // outcode(int($1), &$2, int($4), &$6); // } ADD R5, R9, R10 // 01255020 ADDU R13, R14, R19 // 01cd9821 ADDV R5, R9, R10 // 0125502c ADDVU R13, R14, R19 // 01cd982d // LADDW imm ',' sreg ',' rreg // { // outcode(int($1), &$2, int($4), &$6); // } ADD $15176, R14, R9 // 21c93b48 ADD $-9, R5, R8 // 20a8fff7
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 08 12:17:12 UTC 2023 - 12.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2WriteResponseTest.java
SMBUtil.writeInt2(0, buffer, 2); // Reserved SMBUtil.writeInt4(4096, buffer, 4); // Count SMBUtil.writeInt4(2048, buffer, 8); // Remaining SMBUtil.writeInt2(100, buffer, 12); // WriteChannelInfoOffset (ignored) SMBUtil.writeInt2(200, buffer, 14); // WriteChannelInfoLength (ignored) int bytesRead = response.readBytesWireFormat(buffer, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 24 13:09:22 UTC 2020 - 20K bytes - Viewed (0)