- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for FormatMessage (0.13 sec)
-
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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (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)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Apr 05 03:30:42 UTC 2024 - 2.1K bytes - Viewed (1) -
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"); } }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 20:34:52 UTC 2025 - 25.5K bytes - Viewed (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
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (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
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)