- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 50 for rapid (0.4 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/maven-api-core/src/test/java/org/apache/maven/api/MonotonicClockTest.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jan 15 06:28:29 GMT 2025 - 5.8K bytes - Click Count (0) -
ci/official/containers/ml_build/Dockerfile
RUN wget https://github.com/bazelbuild/buildtools/releases/download/v8.2.1/buildozer-linux-amd64 -O /usr/local/bin/buildozer && chmod +x /usr/local/bin/buildozer RUN curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-x86_64.tar.gz | \ tar zxf - google-cloud-sdk && \ google-cloud-sdk/install.sh --quiet && \ ln -s /google-cloud-sdk/bin/gcloud /usr/bin/gcloudCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Dec 18 21:55:23 GMT 2025 - 4.5K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapFile.java
* crawlers to retrieve only a subset of the Sitemaps in the index i.e. a * crawler may only retrieve Sitemaps that were modified since a certain * date. This incremental Sitemap fetching mechanism allows for the rapid * discovery of new URLs on very large sites. */ private String lastmod; /** * Creates a new SitemapFile instance. */ public SitemapFile() { // Default constructorCreated: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 4.4K bytes - Click Count (1) -
src/test/java/jcifs/internal/dfs/DfsReferralRequestBufferTest.java
@Test @DisplayName("Should handle rapid successive encodes") void testRapidSuccessiveEncodes() { String path = "\\\\server\\share\\folder\\file.dat"; buffer = new DfsReferralRequestBuffer(path, 3); byte[] dst = new byte[buffer.size()]; // Perform many rapid encodes for (int i = 0; i < 10000; i++) {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17.5K bytes - Click Count (0) -
ci/devinfra/docker/windows/Dockerfile
[Environment]::SetEnvironmentVariable('PATH', $env:PATH, 'Machine'); ENV CLOUDSDK_CORE_DISABLE_PROMPTS 1 RUN (New-Object Net.WebClient).DownloadFile('https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.zip', 'C:\Temp\google-cloud-sdk.zip'); \ Expand-Archive -Path 'C:\Temp\google-cloud-sdk.zip' -DestinationPath $env:ProgramFiles -Verbose:$falseCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Jan 17 16:35:57 GMT 2025 - 8.4K bytes - Click Count (0) -
src/test/java/jcifs/smb1/util/MimeMapTest.java
assertEquals("image/jpeg", mimeMap.getMimeType("jpg")); } } @Test @DisplayName("Should handle rapid succession of different extensions") void testRapidDifferentExtensions() throws IOException { String[] extensions = { "pdf", "doc", "xls", "html", "jpg", "gif", "png", "txt", "xml", "css" };
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.1K bytes - Click Count (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
- Modify negotiation to include RDMA contexts - Update read/write operations for RDMA --- ### Phase 6: Witness Protocol **Priority: LOW** | **Estimated Effort: 4-5 weeks** Witness protocol enables rapid failover notification for clustered file servers. #### 6.1 Core Witness Infrastructure ``` Package: jcifs.internal.witness ├── WitnessClient.java - Witness client implementation
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 10.7K bytes - Click Count (0) -
ci/devinfra/docker/windows2022/Dockerfile
# Install gcloud, and add it to PATH ENV CLOUDSDK_CORE_DISABLE_PROMPTS 1 RUN (New-Object Net.WebClient).DownloadFile('https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.zip', 'C:\Temp\google-cloud-sdk.zip'); \ Expand-Archive -Path 'C:\Temp\google-cloud-sdk.zip' -DestinationPath $env:ProgramFiles -Verbose:$false
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Jan 13 18:59:55 GMT 2025 - 10.3K bytes - Click Count (0) -
docs/smb3-features/06-witness-protocol-design.md
# Witness Protocol Feature - Detailed Design Document ## 1. Overview The SMB Witness Protocol enables rapid notification of resource changes in a clustered file server environment. It provides fast failover capabilities by allowing clients to register for notifications about server node availability, share movement, and other critical cluster events. ## 2. Protocol Specification Reference - **MS-SWN**: Service Witness Protocol Specification
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0) -
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
totalSize++; if (wasEmpty) { addToMap(); } } } } /** * List decorator that stays in sync with the multimap values for a key and supports rapid random * access. */ private final class RandomAccessWrappedList extends WrappedList implements RandomAccess { RandomAccessWrappedList(Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Nov 17 22:50:48 GMT 2025 - 48.4K bytes - Click Count (0)