- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for FormatMessage (0.22 seconds)
-
src/main/java/jcifs/smb/SmbOperationException.java
*/ public SmbOperationException(ErrorCode errorCode, String message, Throwable cause, RetryPolicy retryPolicy, Map<String, Object> context) { super(formatMessage(errorCode, message), cause); this.errorCode = errorCode; this.originalMessage = message; this.retryPolicy = retryPolicy != null ? retryPolicy : RetryPolicy.DEFAULT;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 16.5K bytes - Click Count (0) -
okcurl/src/main/kotlin/okhttp3/curl/logging/OneLineLogFormat.kt
.optionalStart() .appendFraction(NANO_OF_SECOND, 3, 3, true) .toFormatter() private val offset = ZoneOffset.systemDefault() override fun format(record: LogRecord): String { val message = formatMessage(record) val time = Instant.ofEpochMilli(record.millis).atZone(offset) return if (record.thrown != null) { val sw = StringWriter(4096) val pw = PrintWriter(sw)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Apr 05 03:30:42 GMT 2024 - 2.1K bytes - Click Count (1) -
guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java
assertTrue(manager.startupTimes().isEmpty()); Formatter logFormatter = new Formatter() { @Override public String format(LogRecord record) { return formatMessage(record); } }; for (LogRecord record : logHandler.getStoredLogRecords()) { assertThat(logFormatter.format(record)).doesNotContain("NoOpService"); } }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 25.6K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java
assertTrue(manager.startupTimes().isEmpty()); Formatter logFormatter = new Formatter() { @Override public String format(LogRecord record) { return formatMessage(record); } }; for (LogRecord record : logHandler.getStoredLogRecords()) { assertThat(logFormatter.format(record)).doesNotContain("NoOpService"); } }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 25.6K bytes - Click Count (0) -
api/go1.16.txt
pkg syscall (openbsd-amd64-cgo), type RoutingMessage //deprecated pkg syscall (windows-386), func FormatMessage //deprecated pkg syscall (windows-386), func StringToUTF16 //deprecated pkg syscall (windows-386), func StringToUTF16Ptr //deprecated pkg syscall (windows-amd64), func FormatMessage //deprecated pkg syscall (windows-amd64), func StringToUTF16 //deprecated
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
api/go1.txt
pkg syscall (windows-386), func FlushFileBuffers(Handle) error pkg syscall (windows-386), func FlushViewOfFile(uintptr, uintptr) error pkg syscall (windows-386), func FormatMessage(uint32, uint32, uint32, uint32, []uint16, *uint8) (uint32, error) pkg syscall (windows-386), func FreeEnvironmentStrings(*uint16) error pkg syscall (windows-386), func FreeLibrary(Handle) error
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)