Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for maxDate (0.24 sec)

  1. okhttp/src/test/java/okhttp3/KotlinSourceModernTest.kt

      }
    
      @Test
      fun cacheControlBuilder() {
        var builder: CacheControl.Builder = CacheControl.Builder()
        builder = builder.noCache()
        builder = builder.noStore()
        builder = builder.maxAge(0, TimeUnit.MILLISECONDS)
        builder = builder.maxStale(0, TimeUnit.MILLISECONDS)
        builder = builder.minFresh(0, TimeUnit.MILLISECONDS)
        builder = builder.onlyIfCached()
        builder = builder.noTransform()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 01 14:21:25 GMT 2024
    - 46.5K bytes
    - Viewed (4)
  2. api/go1.10.txt

    pkg html/template, type Srcset string
    pkg math, func Erfcinv(float64) float64
    pkg math, func Erfinv(float64) float64
    pkg math, func Round(float64) float64
    pkg math, func RoundToEven(float64) float64
    pkg math/big, const MaxBase = 62
    pkg math/big, method (*Float) Sqrt(*Float) *Float
    pkg math/big, method (*Int) CmpAbs(*Int) int
    pkg math/rand, func Shuffle(int, func(int, int))
    pkg math/rand, method (*Rand) Shuffle(int, func(int, int))
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheTest.kt

            .addHeader("Cache-Control: s-maxage=60")
            .addHeader("Cache-Control: max-age=180")
            .build(),
        )
      }
    
      @Test
      fun maxAgePreferredOverHigherMaxAge() {
        assertNotCached(
          MockResponse.Builder()
            .addHeader("Date: " + formatDate(-2, TimeUnit.MINUTES))
            .addHeader("Cache-Control: s-maxage=180")
            .addHeader("Cache-Control: max-age=60")
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                                allowed to access.
                              items:
                                type: string
                              type: array
                            maxAge:
                              description: Specifies how long the results of a preflight
                                request can be cached.
                              type: string
                          type: object
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                allowed to access.
                              items:
                                type: string
                              type: array
                            maxAge:
                              description: Specifies how long the results of a preflight
                                request can be cached.
                              type: string
                          type: object
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  6. cmd/testdata/xl-meta-merge.zip

    4af243ccccbadaf12545¬content-type­text/markdown¡vÎeçnÐÎäè_Í €nullÅ%ua·žÖ¥ßðgkJ'ã Wâ¿ öÖÜJ}î ØñÇ­a €# MinIO Quickstart Guide [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/minio.svg?maxAge=604800)](https://hub.docker.com/r/minio/minio/) [![license](https://img.shields.io/badge/license-AGPL%20V3-blue)](https://github.com/minio/minio/blob/master/LICENSE) [![MinIO](https://raw.githubusercontent.com/minio/minio/master/.github/logo.svg?...
    ZIP Archive
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Mar 08 17:50:48 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.30.md

       ([#122830](https://github.com/kubernetes/kubernetes/pull/122830), [@p0lyn0mial](https://github.com/p0lyn0mial))
    - Updated `ImageGCMaxAge` behavior in the kubelet to wait the `MaxAge` duration after the kubelet has restarted before garbage collecting.
       ([#123343](https://github.com/kubernetes/kubernetes/pull/123343), [@haircommander](https://github.com/haircommander))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const CSTOP ideal-int
    pkg syscall (freebsd-386-cgo), const CSTOPB ideal-int
    pkg syscall (freebsd-386-cgo), const CSUSP ideal-int
    pkg syscall (freebsd-386-cgo), const CTL_MAXNAME ideal-int
    pkg syscall (freebsd-386-cgo), const CTL_NET ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_A429 ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_A653_ICM ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. api/go1.1.txt

    pkg math, const SqrtPi = 1.77245  // 177245385090551602729816748334114518279754945612238712821380779/100000000000000000000000000000000000000000000000000000000000000
    pkg math/big, const MaxBase = 36
    pkg math/big, method (*Int) MarshalJSON() ([]uint8, error)
    pkg math/big, method (*Int) SetUint64(uint64) *Int
    pkg math/big, method (*Int) Uint64() uint64
    pkg math/big, method (*Int) UnmarshalJSON([]uint8) error
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const CSTOP ideal-int
    pkg syscall (netbsd-arm64-cgo), const CSUSP = 26
    pkg syscall (netbsd-arm64-cgo), const CSUSP ideal-int
    pkg syscall (netbsd-arm64-cgo), const CTL_MAXNAME = 12
    pkg syscall (netbsd-arm64-cgo), const CTL_MAXNAME ideal-int
    pkg syscall (netbsd-arm64-cgo), const CTL_NET = 4
    pkg syscall (netbsd-arm64-cgo), const CTL_NET ideal-int
    pkg syscall (netbsd-arm64-cgo), const CTL_QUERY = -2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top