Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 200 for apos (0.02 sec)

  1. guava/src/com/google/common/primitives/ImmutableIntArray.java

     *
     * <ul>
     *   <li>Memory footprint has a fixed overhead (about 24 bytes per instance).
     *   <li><i>Some</i> construction use cases force the data to be copied (though several construction
     *       APIs are offered that don't).
     *   <li>Can't be passed directly to methods that expect {@code int[]} (though the most common
     *       utilities do have replacements here).
     *   <li>Dependency on {@code com.google.common} / Guava.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  2. docs/recipes.md

    Download a file on a worker thread, and get called back when the response is readable. The callback is made after the response headers are ready. Reading the response body may still block. OkHttp doesn't currently offer asynchronous APIs to receive a response body in parts.
    
    === ":material-language-kotlin: Kotlin"
        ```kotlin
          private val client = OkHttpClient()
    
          fun run() {
            val request = Request.Builder()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 17:01:12 UTC 2025
    - 47.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

    import jakarta.servlet.http.HttpServletRequest;
    import jakarta.servlet.http.HttpServletResponse;
    
    /**
     * API manager for search engine administrative operations.
     * Provides secure access to search engine APIs through authentication and token-based authorization.
     */
    public class SearchEngineApiManager extends BaseApiManager {
        private static final String ADMIN_SERVER = "/admin/server_";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 12.9K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/ImmutableCollection.java

      /** Returns an unmodifiable iterator across the elements in this collection. */
      @Override
      public abstract UnmodifiableIterator<E> iterator();
    
      @Override
      @IgnoreJRERequirement // used only from APIs with Java 8 types in them
      // (not used within guava-android as of this writing, but we include it in the jar as a test)
      public Spliterator<E> spliterator() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.10.md

        - [Network](#network)
      - [Before Upgrading](#before-upgrading)
      - [Known Issues](#known-issues)
      - [Deprecations](#deprecations)
      - [Other Notable Changes](#other-notable-changes-13)
        - [Apps](#apps)
        - [AWS](#aws)
        - [Auth](#auth-1)
        - [CLI](#cli-1)
        - [Cluster Lifecycle](#cluster-lifecycle)
        - [GCP](#gcp)
        - [Instrumentation](#instrumentation)
        - [Node](#node-1)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/base/Throwables.java

          throw death;
        } catch (Throwable t) {
          /*
           * This is not one of AppEngine's allowed classes, so even in Sun JDKs, this can fail with
           * a NoClassDefFoundError. Other apps might deny access to sun.misc packages.
           */
          return null;
        }
      }
    
      /**
       * Returns the Method that can be used to resolve an individual StackTraceElement, or null if that
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  7. README.md

    - **Concurrent Utilities** (`org.codelibs.core.concurrent`) - Thread-safe collections and concurrency helpers using modern concurrent APIs
    - **Crypto & Security** (`org.codelibs.core.crypto`, `org.codelibs.core.security`) - Basic cryptographic utilities, message digest operations, and secure random generation
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sun Aug 31 02:56:02 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java

            } catch (Exception // sneaky checked exception
                | Error atomicReferenceFieldUpdaterFailure) {
              // Some Android 5.0.x Samsung devices have bugs in JDK reflection APIs that cause
              // getDeclaredField to throw a NoSuchFieldException when the field is definitely there.
              // For these users fallback to a suboptimal implementation, based on synchronized. This
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 33.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.7.md

    * The kube-apiserver discovery APIs (for example, `/apis`) return information about the API groups being served, and can change dynamically.
    During server startup, prior to the server reporting healthy (via `/healthz`), not all API groups may be reported.
    Wait for the server to report healthy (via `/healthz`) before depending on the information provided by the discovery APIs.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  10. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    api.stdlib.com
    apigee.io
    app
    app-ionos.space
    app.br
    app.os.fedoraproject.org
    app.os.stg.fedoraproject.org
    app.render.com
    appchizi.com
    appengine.flow.ch
    apple
    applinzi.com
    apps-1and1.com
    apps-1and1.net
    apps.fbsbx.com
    apps.lair.io
    appspacehosted.com
    appspaceusercontent.com
    appspot.com
    appudo.net
    aq
    aq.it
    aquarelle
    aquila.it
    ar
    ar.it
    ar.us
    arab
    arai.shizuoka.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
Back to top