- Sort Score
- Result 10 results
- Languages All
Results 4291 - 4300 of 6,573 for tstring (0.84 sec)
-
internal/config/subnet/config.go
// The subnet license token - Deprecated Dec 2021 License string `json:"license"` // The subnet api key APIKey string `json:"apiKey"` // The HTTP(S) proxy URL to use for connecting to SUBNET Proxy string `json:"proxy"` // Transport configured with proxy_url if set optionally. transport http.RoundTripper // The subnet base URL BaseURL string } var configLock sync.RWMutex
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 3.9K bytes - Viewed (0) -
internal/jwt/parser_test.go
errorKeyFunc = func(claim *MapClaims) ([]byte, error) { return nil, fmt.Errorf("error loading key") } ) var jwtTestData = []struct { name string tokenString string keyfunc func(*MapClaims) ([]byte, error) claims jwt.Claims valid bool errors int32 }{ { "basic", "", defaultKeyFunc, &MapClaims{ MapClaims: jwt.MapClaims{ "foo": "bar", }, }, true,
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 6K bytes - Viewed (0) -
src/test/java/jcifs/netbios/SessionRequestPacketTest.java
}); } // Helper class for testing with concrete NetbiosName implementation private class TestNetbiosName implements NetbiosName { private final String name; private final int type; private final String scope; TestNetbiosName(String name, int type, String scope) { // Ensure names are uppercase and limited to 15 charactersRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocRendererTest.groovy
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 40.8K bytes - Viewed (0) -
src/test/java/jcifs/config/PropertyConfigurationTest.java
// Then // getWinsServers() returns InetAddress[], not String InetAddress[] winsServers = testConfig.getWinsServers(); assertNotNull(winsServers); assertEquals(1, winsServers.length); assertEquals("192.168.1.1", winsServers[0].getHostAddress()); // getBroadcastAddress() returns InetAddress, not String InetAddress broadcastAddr = testConfig.getBroadcastAddress();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.3K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AggregateFutureState.java
return ATOMIC_HELPER.decrementAndGetRemainingCount(this); } final void clearSeenExceptions() { seenExceptionsField = null; } @VisibleForTesting static String atomicHelperTypeForTest() { return ATOMIC_HELPER.atomicHelperTypeForTest(); } private abstract static class AtomicHelper {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 8.5K bytes - Viewed (0) -
tests/test_request_params/test_file/test_list.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:31:34 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/CommandExecutionException.java
*/ public CommandExecutionException(final String message) { super(message); } /** * Constructor with error message and cause. * @param message The error message describing the command execution failure. * @param e The cause of the exception. */ public CommandExecutionException(final String message, final Throwable e) { super(message, e); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/ThemeException.java
*/ public ThemeException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a new ThemeException with the specified message. * * @param message the exception message */ public ThemeException(final String message) { super(message); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/ThumbnailGenerationException.java
*/ public ThumbnailGenerationException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a new ThumbnailGenerationException with the specified message. * * @param message the exception message */ public ThumbnailGenerationException(final String message) { super(message, false, false); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 19 08:04:23 UTC 2025 - 1.5K bytes - Viewed (0)