- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 40 for 124 (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/bucket/lifecycle/lifecycle.go
func ExpectedExpiryTime(modTime time.Time, days int) time.Time { if days == 0 { return modTime } t := modTime.UTC().Add(time.Duration(days+1) * 24 * time.Hour) return t.Truncate(24 * time.Hour) } // SetPredictionHeaders sets time to expiry and transition headers on w for a // given obj.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Apr 03 06:45:06 GMT 2025 - 18.2K bytes - Click Count (0) -
android/pom.xml
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> <test.include>%regex[.*.class]</test.include> <animal-sniffer-maven-plugin.version>1.24</animal-sniffer-maven-plugin.version> <asm.version>9.8</asm.version> <build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version> <caliper.version>1.0-beta-3</caliper.version>
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 05 03:10:05 GMT 2025 - 26.4K bytes - Click Count (0) -
pom.xml
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> <test.include>%regex[.*.class]</test.include> <animal-sniffer-maven-plugin.version>1.24</animal-sniffer-maven-plugin.version> <asm.version>9.8</asm.version> <build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version> <caliper.version>1.0-beta-3</caliper.version>
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 05 03:10:05 GMT 2025 - 26.1K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketHttpTest.kt
.webSocketUpgrade(serverListener) .build(), ) val webSocket: WebSocket = newWebSocket() val server = serverListener.assertOpen() clientListener.assertOpen() val reason = repeat('X', 124) assertFailsWith<IllegalArgumentException> { webSocket.close(1000, reason) }.also { expected -> assertThat(expected.message).isEqualTo("reason.size() > 123: $reason") }
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Nov 04 19:13:52 GMT 2025 - 35.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
// Last 4 bytes: incrementing counter for guaranteed uniqueness final long counter = this.nonceCounter.incrementAndGet(); final ByteBuffer buffer = ByteBuffer.wrap(nonce, 12, 4); buffer.order(java.nio.ByteOrder.LITTLE_ENDIAN); buffer.putInt((int) counter); } else { // SMB 3.0/3.0.2 CCM: Counter-based approach as per SMB3 specificationCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 35.5K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Streams.java
@ParametricNullness R apply(@ParametricNullness T from, long index); } /* * @IgnoreJRERequirement should be redundant with the one on Streams itself, but it's necessary as * of Animal Sniffer 1.24. Maybe Animal Sniffer processes this nested class before it processes * Streams and thus hasn't had a chance to see Streams's annotation? */ @IgnoreJRERequirementCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 21 15:40:45 GMT 2025 - 36.8K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jul 24 01:11:41 GMT 2023 - 43.9K bytes - Click Count (0) -
api/go1.1.txt
pkg syscall (darwin-386), const SYS_EXIT = 1 pkg syscall (darwin-386), const SYS_FCHDIR = 13 pkg syscall (darwin-386), const SYS_FCHFLAGS = 35 pkg syscall (darwin-386), const SYS_FCHMOD = 124 pkg syscall (darwin-386), const SYS_FCHMOD_EXTENDED = 283 pkg syscall (darwin-386), const SYS_FCHOWN = 123 pkg syscall (darwin-386), const SYS_FCNTL = 92 pkg syscall (darwin-386), const SYS_FCNTL_NOCANCEL = 406
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const DLT_RAWAF_MASK = 35913728 pkg syscall (netbsd-arm64-cgo), const DLT_RAWAF_MASK ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_RAW ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_RIO = 124 pkg syscall (netbsd-arm64-cgo), const DLT_RIO ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_SCCP = 142 pkg syscall (netbsd-arm64-cgo), const DLT_SCCP ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_SITA = 196
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
api/go1.14.txt
pkg debug/dwarf, const AttrCallAllCalls Attr pkg debug/dwarf, const AttrCallAllSourceCalls = 123 pkg debug/dwarf, const AttrCallAllSourceCalls Attr pkg debug/dwarf, const AttrCallAllTailCalls = 124 pkg debug/dwarf, const AttrCallAllTailCalls Attr pkg debug/dwarf, const AttrCallDataLocation = 133 pkg debug/dwarf, const AttrCallDataLocation Attr pkg debug/dwarf, const AttrCallDataValue = 134
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0)