- Sort Score
- Num 10 results
- Language All
Results 471 - 480 of 775 for Manages (0.15 seconds)
-
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProviderTest.java
} // Test with null RequestManager (edge case) @Test public void test_getRequestedTimeZone_withNullRequestManager() { // Execute with null request manager TimeZone result = provider.getRequestedTimeZone(null); // Should still return the central time zone assertNotNull(result);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 7.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/artifact/factory/DefaultArtifactFactory.java
import javax.inject.Singleton; import org.apache.maven.artifact.Artifact; import org.apache.maven.artifact.DefaultArtifact; import org.apache.maven.artifact.handler.ArtifactHandler; import org.apache.maven.artifact.handler.manager.ArtifactHandlerManager; import org.apache.maven.artifact.versioning.VersionRange; /** * DefaultArtifactFactory * */ @Named @Singleton @SuppressWarnings("checkstyle:parameternumber")Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 7.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaIntegrationTest.java
// Release the new region bufferManager.releaseSendRegion(newSendRegion); System.out.println("Buffer manager stats - Total Allocated: " + bufferManager.getTotalAllocated() + ", Active: " + bufferManager.getActiveRegions()); } } // ===================================================Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 13.8K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RequestTraceHelper.java
import org.eclipse.aether.resolution.ArtifactDescriptorRequest; import org.eclipse.aether.resolution.ArtifactRequest; import org.eclipse.aether.resolution.DependencyRequest; /** * Helper class to manage {@link RequestTrace} for better error logging. * * @since 3.9.9 * @deprecated since 4.0.0, use {@code maven-api-impl} jar instead */ @Deprecated(since = "4.0.0") public final class RequestTraceHelper {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.2K bytes - Click Count (0) -
docs/en/docs/fastapi-people.md
* Help [manage the repository](management-tasks.md) (team members). All these tasks help maintain the repository. A round of applause to them. π π ## Team This is the current list of team members. π They have different levels of involvement and permissions, they can perform [repository management tasks](./management-tasks.md) and together we [manage the FastAPI repository](./management.md).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 9K bytes - Click Count (0) -
cmd/warm-backend.go
package cmd import ( "context" "errors" "fmt" "io" "strings" "github.com/minio/madmin-go/v3" xhttp "github.com/minio/minio/internal/http" ) // WarmBackendGetOpts is used to express byte ranges within an object. The zero // value represents the entire byte range of an object. type WarmBackendGetOpts struct { startOffset int64 length int64 }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Oct 31 22:10:24 GMT 2024 - 4K bytes - Click Count (0) -
build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy
} def "matches worker daemon process in intTestHomeDir"() {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jul 12 03:42:46 GMT 2024 - 14.8K bytes - Click Count (0) -
docs/iam/identity-management-plugin.md
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri May 27 00:58:09 GMT 2022 - 4.2K bytes - Click Count (0) -
docs/ko/docs/deployment/concepts.md
κ·Έλ°λ° μ격 μλ²λ κ°μ λ¨Έμ μ RAMμ΄ 3GBλΏμ΄λΌλ©΄, 4GBλ₯Ό λκ² λ‘λνλ €κ³ ν λ λ¬Έμ κ° μκΉλλ€. π¨ ### μ¬λ¬ νλ‘μΈμ€ - μμ { #multiple-processes-an-example } μ΄ μμμμλ **Manager Process**κ° λ κ°μ **Worker Processes**λ₯Ό μμνκ³ μ μ΄ν©λλ€. μ΄ Manager Processλ μλ§ IPμ **ν¬νΈ**μμ 리μ€λνλ μν μ ν©λλ€. κ·Έλ¦¬κ³ λͺ¨λ ν΅μ μ μ컀 νλ‘μΈμ€λ‘ μ λ¬ν©λλ€. μ컀 νλ‘μΈμ€λ€μ΄ μ€μ λ‘ μ ν리μΌμ΄μ μ μ€ννλ©°, **μμ²**μ λ°μ **μλ΅**μ λ°ννλ μ£Όμ μ°μ°μ μννκ³ , RAMμ λ³μλ‘ λ‘λν λͺ¨λ λ΄μ©μ λ΄μ΅λλ€.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.2K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/NullnessCasts.java
* that conversion is safe. * * <p>This method is intended to help with usages of type parameters that have {@linkplain * ParametricNullness parametric nullness}. If a type parameter instead ranges over only non-null * types (or if the type is a non-variable type, like {@code String}), then code should almost * never use this method, preferring instead to call {@code requireNonNull} so as to benefit fromCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 13 20:49:47 GMT 2025 - 3.6K bytes - Click Count (0)