Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for copied (0.03 sec)

  1. guava-gwt/pom.xml

              </execution>
            </executions>
          </plugin>
        </plugins>
        <resources>
          <resource>
            <directory>src</directory>
          </resource>
          <!-- src-super is copied to guava-gwt-sources (so that we can strip its @Nullable annotations), so we don't need to list it here. We may want to arrange something similar for test-super someday. -->
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 19.4K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealCall.kt

      private var exchangeFinder: ExchangeFinder? = null
    
      var connection: RealConnection? = null
        private set
      private var timeoutEarlyExit = false
    
      /**
       * This is the same value as [exchange], but scoped to the execution of the network interceptors.
       * The [exchange] field is assigned to null when its streams end, which may be before or after the
       * network interceptors return.
       */
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 11:30:11 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  3. android/pom.xml

                  <!-- The root module (where applicable) is withheld because it is provided at `META-INF/versions/9/`. -->
                  <exclude>/module-info.class</exclude>
                  <!-- Avoid duplicating compiled classes within the `META-INF/versions/9/` root. -->
                  <exclude>META-INF/versions/9/com/**/*.class</exclude>
                </excludes>
                <archive>
                  <manifestEntries>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  4. pom.xml

                  <!-- The root module (where applicable) is withheld because it is provided at `META-INF/versions/9/`. -->
                  <exclude>/module-info.class</exclude>
                  <!-- Avoid duplicating compiled classes within the `META-INF/versions/9/` root. -->
                  <exclude>META-INF/versions/9/com/**/*.class</exclude>
                </excludes>
                <archive>
                  <manifestEntries>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 23.9K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/hash/BloomFilter.java

     * of the code may not be readable by older versions of the code (e.g., a serialized Bloom filter
     * generated today may <i>not</i> be readable by a binary that was compiled 6 months ago).
     *
     * <p>As of Guava 23.0, this class is thread-safe and lock-free. It internally uses atomics and
     * compare-and-swap to ensure correctness when multiple threads are used to access it.
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Aug 31 13:15:26 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            } catch (final Exception e) {
                logger.debug("Failed to check {} index status.", indexName, e);
            }
            return exists;
        }
    
        /**
         * Copies documents from one index to another with optional transformation.
         *
         * @param fromIndex        the source index name
         * @param toIndex          the destination index name
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top