- Sort Score
- Result 10 results
- Languages All
Results 4351 - 4360 of 5,478 for newE (0.02 sec)
-
ci/official/utilities/setup_docker.sh
netsh advfirewall firewall add rule name="Allow Metadata Proxy" dir=in action=allow protocol=TCP localport=80 remoteip="$CONTAINER_IP_ADDR" # Stop non-essential indexing and link tracking services that # may lock new files or symlinks. # They may be causing sporadic "Permission denied" errors during Bazel builds. # b/461500885
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Nov 20 17:33:55 UTC 2025 - 2.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt
) { init { id(NIGHTLY_SNAPSHOT_BUILD_ID) name = "Nightly Snapshot" description = "Promotes the latest successful changes on '${branch.branchName}' from Ready for Nightly as a new nightly snapshot" triggers { val triggerHour = branch.determineNightlyPromotionTriggerHour() ?: return@triggersRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 4.3K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt
"TERM", // Otherwise Windows complains "Unrecognized Windows Sockets error: 10106" "SystemRoot", "OS", // For Android tests "ANDROID_HOME", "ANDROID_SDK_ROOT", // legacy and new android user home "ANDROID_USER_HOME", "ANDROID_PREFS_ROOT", // Used by Visual Studio "USERNAME", "USER", "USERDOMAIN", "USERPROFILE", "LOCALAPPDATA",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Oct 15 18:27:39 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java
// Singleton // ========= private static final WebAuthenticationDbm _instance = new WebAuthenticationDbm(); private WebAuthenticationDbm() { } public static WebAuthenticationDbm getInstance() { return _instance; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 13.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/OptionalTest.java
} public void testTransform_absent_functionReturnsNull() { assertEquals(Optional.absent(), Optional.absent().transform(input -> null)); } public void testEqualsAndHashCode() { new EqualsTester() .addEqualityGroup(Optional.absent(), reserialize(Optional.absent())) .addEqualityGroup(Optional.of(Long.valueOf(5)), reserialize(Optional.of(Long.valueOf(5))))
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 10.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolver.java
*/ @Nonnull default DependencyResolverResult collect(@Nonnull DependencyResolverRequest request) { if (request.getRequestType() != DependencyResolverRequest.RequestType.COLLECT) { throw new IllegalArgumentException("requestType should be COLLECT when calling collect()"); } return resolve(request); } /** * Flattens a list of nodes.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Oct 16 14:15:37 UTC 2024 - 9.4K bytes - Viewed (0) -
internal/grid/grid.go
// Used if no deadline is provided on context. defaultSingleRequestTimeout = time.Minute ) var internalByteBuffer = bpool.Pool[*[]byte]{ New: func() *[]byte { m := make([]byte, 0, defaultBufferSize) return &m }, } var internal32KByteBuffer = bpool.Pool[*[]byte]{ New: func() *[]byte { m := make([]byte, 0, biggerBufMin) return &m }, }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LockResponse.java
final int structureSize = SMBUtil.readInt2(buffer, bufferIndex); if (structureSize != 4) { throw new SMBProtocolDecodingException("Expected structureSize = 4"); } return 4; }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/normalizer/DefaultNormalizerTest.java
public class DefaultNormalizerTest { static Suggester suggester; static OpenSearchRunner runner; @BeforeClass public static void beforeClass() throws Exception { runner = new OpenSearchRunner(); runner.onBuild((number, settingsBuilder) -> { settingsBuilder.put("http.cors.enabled", true); settingsBuilder.put("discovery.type", "single-node"); })Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sat Nov 01 13:29:47 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvTargetName.java
this(encode(targetName)); } /** * Gets the target name from this AV pair * * @return the target name */ public String getTargetName() { return new String(getRaw(), UTF16LE); } /** * @param targetName * @return */ private static byte[] encode(final String targetName) { return targetName.getBytes(UTF16LE); }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (0)