Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for fast (0.03 sec)

  1. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    them, as if she had known them all her life.  Indeed, she had
    quite a long argument with the Lory, who at last turned sulky,
    and would only say, `I am older than you, and must know better';
    and this Alice would not allow without knowing how old it was,
    and, as the Lory positively refused to tell its age, there was no
    more to be said.
    
      At last the Mouse, who seemed to be a person of authority among
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

            if (this.attrExpiration > currentTime) {
                log.trace("Using cached attributes (expires in {}ms)", this.attrExpiration - currentTime);
                return this.isExists;
            }
    
            // Fast path for already resolved existence with recent cache
            if (this.isExists && (currentTime - (this.attrExpiration - getContext().getConfig().getAttributeCacheTimeout())) < 5000) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    s3-object-lambda.sa-east-1.amazonaws.com
    s3-object-lambda.us-east-1.amazonaws.com
    s3-object-lambda.us-east-2.amazonaws.com
    s3-object-lambda.us-gov-east-1.amazonaws.com
    s3-object-lambda.us-gov-west-1.amazonaws.com
    s3-object-lambda.us-west-1.amazonaws.com
    s3-object-lambda.us-west-2.amazonaws.com
    s3-sa-east-1.amazonaws.com
    s3-us-east-2.amazonaws.com
    s3-us-gov-east-1.amazonaws.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  4. src/main/webapp/js/jquery-3.7.1.min.map

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  5. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    s3-object-lambda.sa-east-1.amazonaws.com
    s3-object-lambda.us-east-1.amazonaws.com
    s3-object-lambda.us-east-2.amazonaws.com
    s3-object-lambda.us-gov-east-1.amazonaws.com
    s3-object-lambda.us-gov-west-1.amazonaws.com
    s3-object-lambda.us-west-1.amazonaws.com
    s3-object-lambda.us-west-2.amazonaws.com
    s3-sa-east-1.amazonaws.com
    s3-us-east-2.amazonaws.com
    s3-us-gov-east-1.amazonaws.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  6. src/main/webapp/js/admin/jquery-3.7.1.min.map

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        server.enqueue(
          MockResponse
            .Builder()
            .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS))
            .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS))
            .body("ABC")
            .build(),
        )
        server.enqueue(
          MockResponse
            .Builder()
            .addHeader("Last-Modified: " + formatDate(-5, TimeUnit.MINUTES))
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/smb1/SmbFile.java

                    }
                    last = ioe;
                }
                addr = getNextAddress();
            }
    
            if (last != null && map.isEmpty()) {
                if (!(last instanceof SmbException)) {
                    throw new SmbException(url.toString(), last);
                }
                throw (SmbException) last;
            }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  9. src/main/webapp/css/bootstrap.min.css

    ut-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floati...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 227.5K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/bootstrap.min.css

    up:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 158.5K bytes
    - Viewed (0)
Back to top